0s autopkgtest: DBG: testbed init 0s autopkgtest [21:36:25]: starting date and time: 2025-02-11 21:36:25+0000 0s autopkgtest [21:36:25]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [21:36:25]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.02dhff9p/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:git --apt-upgrade scikit-build --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=git/1:2.48.1-0ubuntu1 -- 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-scikit-build-20250211-213625-juju-7f2275-prod-proposed-migration-environment-15-66c61f6d-5b47-4748-b487-44d45cdf8e46 --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 116s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.zv9AFX 116s autopkgtest: DBG: sending command to testbed: print-execute-command 116s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.aa64_h5r/runcmd 116s autopkgtest: DBG: sending command to testbed: capabilities 116s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu revert reboot revert-full-system isolation-machine root-on-testbed 116s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'revert', 'reboot', 'revert-full-system', 'isolation-machine', 'root-on-testbed', 'has_internet'] 116s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.zv9AFX'], kind short, sout raw, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.zv9AFX/wrapper.sh 116s autopkgtest: DBG: got reply from testbed: ok 116s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.zv9AFX/wrapper.sh'], kind short, sout raw, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest [21:38:21]: testbed dpkg architecture: s390x 116s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [21:38:22]: testbed apt version: 2.9.28 117s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed has eatmydata 117s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [21:38:22]: @@@@@@@@@@@@@@@@@@@@ test bed setup 117s 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 [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [21:38:22]: testbed release detected to be: None 117s 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 [] 117s autopkgtest: DBG: testbed command exited with code 0 117s 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 [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: adding APT source: Types: deb deb-src 117s URIs: http://ftpmaster.internal/ubuntu/ 117s Suites: plucky-proposed 117s Components: main restricted universe multiverse 117s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 117s 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 [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 118s Package: * 118s Pin: release plucky-proposed 118s Pin-Priority: 500 118s 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 [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest [21:38:23]: updating testbed package index (apt update) 118s 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'] 118s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 118s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 119s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 119s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 119s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [66.8 kB] 119s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.8 kB] 119s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [871 kB] 119s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [83.6 kB] 119s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [791 kB] 119s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [6192 B] 119s Fetched 1944 kB in 1s (1870 kB/s) 120s Reading package lists... 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 120s Package: * 120s Pin: release plucky-proposed 120s Pin-Priority: 100 120s 120s Package: src:git:any 120s Pin: release plucky-proposed 120s Pin-Priority: 995 120s 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:git:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s 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.zv9AFX/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s 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'] 120s + lsb_release --codename --short 120s + RELEASE=plucky 120s + cat 120s + [ plucky != trusty ] 120s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 120s Reading package lists... 121s Building dependency tree... 121s Reading state information... 121s Calculating upgrade... 121s The following packages were automatically installed and are no longer required: 121s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 121s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 121s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 121s linux-tools-6.11.0-8-generic 121s Use 'sudo apt autoremove' to remove them. 121s The following packages will be upgraded: 121s libarchive13t64 libpcap0.8t64 libprotobuf-c1 121s 3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 121s Need to get 599 kB of archives. 121s After this operation, 10.2 kB of additional disk space will be used. 121s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpcap0.8t64 s390x 1.10.5-2ubuntu1 [155 kB] 121s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive13t64 s390x 3.7.7-0ubuntu1 [421 kB] 121s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libprotobuf-c1 s390x 1.5.1-1ubuntu1 [23.5 kB] 122s Fetched 599 kB in 1s (1133 kB/s) 123s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 123s Preparing to unpack .../libpcap0.8t64_1.10.5-2ubuntu1_s390x.deb ... 123s Unpacking libpcap0.8t64:s390x (1.10.5-2ubuntu1) over (1.10.5-1ubuntu1) ... 123s Preparing to unpack .../libarchive13t64_3.7.7-0ubuntu1_s390x.deb ... 123s Unpacking libarchive13t64:s390x (3.7.7-0ubuntu1) over (3.7.4-1.1) ... 123s Preparing to unpack .../libprotobuf-c1_1.5.1-1ubuntu1_s390x.deb ... 123s Unpacking libprotobuf-c1:s390x (1.5.1-1ubuntu1) over (1.4.1-1ubuntu4) ... 123s Setting up libprotobuf-c1:s390x (1.5.1-1ubuntu1) ... 123s Setting up libpcap0.8t64:s390x (1.10.5-2ubuntu1) ... 123s Setting up libarchive13t64:s390x (3.7.7-0ubuntu1) ... 123s Processing triggers for man-db (2.13.0-1) ... 124s Processing triggers for libc-bin (2.40-4ubuntu1) ... 124s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 124s + /usr/lib/apt/apt-helper analyze-pattern ?true 124s + uname -r 124s + sed s/\./\\./g 124s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 124s + + tail -n+2 124s + grep -v ^linux-.*6\.12\.0-15-generic.* 124s + cut -d/ -f1 124s apt list ?obsolete 124s + true 124s + obsolete_pkgs= 124s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 124s Reading package lists... 124s Building dependency tree... 124s Reading state information... 125s The following packages will be REMOVED: 125s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 125s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 125s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 125s linux-tools-6.11.0-8-generic* 125s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 125s After this operation, 167 MB disk space will be freed. 125s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 125s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 125s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 125s Removing libpython3.12t64:s390x (3.12.9-1) ... 125s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 125s Removing libnsl2:s390x (1.3.0-3build3) ... 125s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 125s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 125s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 129s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 130s Processing triggers for libc-bin (2.40-4ubuntu1) ... 130s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 130s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 130s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 130s + grep -q trusty /etc/lsb-release 130s + [ ! -d /usr/share/doc/unattended-upgrades ] 130s + [ ! -d /usr/share/doc/lxd ] 130s + [ ! -d /usr/share/doc/lxd-client ] 130s + [ ! -d /usr/share/doc/snapd ] 130s + type iptables 130s + cat 130s + chmod 755 /etc/rc.local 130s + . /etc/rc.local 130s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 130s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 130s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 130s + uname -m 130s + [ s390x = ppc64le ] 130s + [ -d /run/systemd/system ] 130s + systemd-detect-virt --quiet --vm 130s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 130s + cat 130s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 130s + echo COMPRESS=lz4 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest [21:38:35]: upgrading testbed (apt dist-upgrade and autopurge) 130s 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'] 130s Reading package lists... 130s Building dependency tree... 130s Reading state information... 130s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 130s Starting 2 pkgProblemResolver with broken count: 0 130s Done 131s Entering ResolveByKeep 131s 131s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 131s autopkgtest: DBG: testbed command exited with code 0 131s 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'] 132s Reading package lists... 132s Building dependency tree... 132s Reading state information... 132s Starting pkgProblemResolver with broken count: 0 132s Starting 2 pkgProblemResolver with broken count: 0 132s Done 132s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 132s autopkgtest: DBG: testbed command exited with code 0 132s 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.zv9AFX/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 132s autopkgtest: DBG: testbed command exited with code 1 132s autopkgtest [21:38:37]: rebooting testbed after setup commands that affected boot 132s autopkgtest: DBG: sending command to testbed: reboot 151s autopkgtest: DBG: got reply from testbed: ok 151s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 151s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.zv9AFX'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.zv9AFX/autopkgtest-reboot 151s autopkgtest: DBG: got reply from testbed: ok 151s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.zv9AFX/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.zv9AFX/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.zv9AFX/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.zv9AFX'], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.zv9AFX/autopkgtest-reboot-prepare 152s autopkgtest: DBG: got reply from testbed: ok 152s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.zv9AFX/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.zv9AFX/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest [21:38:57]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 152s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.zv9AFX/testbed-packages"], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.zv9AFX/testbed-packages /tmp/autopkgtest-work.02dhff9p/out/testbed-packages 153s autopkgtest: DBG: got reply from testbed: ok 153s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 153s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.zv9AFX'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.zv9AFX/autopkgtest-reboot 153s autopkgtest: DBG: got reply from testbed: ok 153s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.zv9AFX/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.zv9AFX/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.zv9AFX/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.zv9AFX'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.zv9AFX/autopkgtest-reboot-prepare 154s autopkgtest: DBG: got reply from testbed: ok 154s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.zv9AFX/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.zv9AFX/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: Binaries: initialising 155s autopkgtest [21:39:00]: @@@@@@@@@@@@@@@@@@@@ apt-source scikit-build 155s autopkgtest: DBG: blame += scikit-build 155s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 155s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'scikit-build'], kind short, sout pipe, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-skbuild$'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-skbuild=0.18.1-1ubuntu2'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-skbuild-doc$'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-skbuild-doc=0.18.1-1ubuntu2'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: install_deps: deps_new=[] 156s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s 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.zv9AFX/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source scikit-build=0.18.1-1ubuntu2 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 scikit-build_*.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=git/1:2.48.1-0ubuntu1'] 157s + cd / 157s + mktemp -d /tmp/autopkgtest.zv9AFX/build.XXX 157s + builddir=/tmp/autopkgtest.zv9AFX/build.pPP 157s + cd /tmp/autopkgtest.zv9AFX/build.pPP 157s + apt-get source -d -q --only-source scikit-build=0.18.1-1ubuntu2 157s + OUT=Reading package lists... 157s NOTICE: 'scikit-build' packaging is maintained in the 'Git' version control system at: 157s https://salsa.debian.org/python-team/packages/scikit-build.git 157s Please use: 157s git clone https://salsa.debian.org/python-team/packages/scikit-build.git 157s to retrieve the latest (possibly unreleased) updates to the package. 157s Need to get 282 kB of source archives. 157s Get:1 http://ftpmaster.internal/ubuntu plucky/universe scikit-build 0.18.1-1ubuntu2 (dsc) [2844 B] 157s Get:2 http://ftpmaster.internal/ubuntu plucky/universe scikit-build 0.18.1-1ubuntu2 (tar) [273 kB] 157s Get:3 http://ftpmaster.internal/ubuntu plucky/universe scikit-build 0.18.1-1ubuntu2 (diff) [6788 B] 157s Fetched 282 kB in 1s (547 kB/s) 157s Download complete and in download only mode 157s + [ -n ] 157s + echo Reading package lists... 157s NOTICE: 'scikit-build' packaging is maintained in the 'Git' version control system at: 157s https://salsa.debian.org/python-team/packages/scikit-build.git 157s Please use: 157s git clone https://salsa.debian.org/python-team/packages/scikit-build.git 157s to retrieve the latest (possibly unreleased) updates to the package. 157s Need to get 282 kB of source archives. 157s Get:1 http://ftpmaster.internal/ubuntu plucky/universe scikit-build 0.18.1-1ubuntu2 (dsc) [2844 B] 157s Get:2 http://ftpmaster.internal/ubuntu plucky/universe scikit-build 0.18.1-1ubuntu2 (tar) [273 kB] 157s Get:3 http://ftpmaster.internal/ubuntu plucky/universe scikit-build 0.18.1-1ubuntu2 (diff) [6788 B] 157s Fetched 282 kB in 1s (547 kB/s) 157s Download complete and in download only mode 157s + grep ^Get: 157s Get:1 http://ftpmaster.internal/ubuntu plucky/universe scikit-build 0.18.1-1ubuntu2 (dsc) [2844 B] 157s Get:2 http://ftpmaster.internal/ubuntu plucky/universe scikit-build 0.18.1-1ubuntu2 (tar) [273 kB] 157s Get:3 http://ftpmaster.internal/ubuntu plucky/universe scikit-build 0.18.1-1ubuntu2 (diff) [6788 B] 157s + dpkg-source -x scikit-build_0.18.1-1ubuntu2.dsc src 158s gpgv: Signature made Tue Nov 26 13:19:47 2024 UTC 158s gpgv: using RSA key 4FB588A84C2DDE79A74C77876FA458DD1DB03F71 158s gpgv: issuer "juliank@ubuntu.com" 158s gpgv: Can't check signature: No public key 158s dpkg-source: warning: cannot verify inline signature for ./scikit-build_0.18.1-1ubuntu2.dsc: no acceptable signature found 158s + chmod -R a+rX . 158s + cd src/. 158s + pwd 158s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest [21:39:03]: testing package scikit-build version 0.18.1-1ubuntu2 158s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.zv9AFX/build.pPP/src/debian/ /tmp/autopkgtest-work.02dhff9p/out/pkg/debian/ 158s autopkgtest: DBG: got reply from testbed: ok 158s autopkgtest: DBG: processing dependency build-essential 158s autopkgtest: DBG: processing dependency cython3 158s autopkgtest: DBG: processing dependency git 158s autopkgtest: DBG: processing dependency python3-all 158s autopkgtest: DBG: processing dependency python3-all-dev 158s autopkgtest: DBG: processing dependency python3-build 158s autopkgtest: DBG: processing dependency python3-pip 158s autopkgtest: DBG: processing dependency python3-pytest 158s autopkgtest: DBG: processing dependency python3-pytest-mock 158s autopkgtest: DBG: processing dependency python3-requests 158s autopkgtest: DBG: processing dependency python3-virtualenv 158s autopkgtest: DBG: processing dependency @ 158s autopkgtest: DBG: synthesised dependency python3-skbuild 158s autopkgtest: DBG: synthesised dependency python-skbuild-doc 158s autopkgtest: DBG: Test defined: name testsuite path debian/tests/testsuite command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'cython3', 'git', 'python3-all', 'python3-all-dev', 'python3-build', 'python3-pip', 'python3-pytest', 'python3-pytest-mock', 'python3-requests', 'python3-virtualenv', 'python3-skbuild', 'python-skbuild-doc'] 158s autopkgtest [21:39:03]: build not needed 158s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.zv9AFX/build.pPP/src/ /tmp/autopkgtest-work.02dhff9p/out/tests-tree/ 158s autopkgtest: DBG: got reply from testbed: ok 158s autopkgtest: DBG: processing dependency build-essential 158s autopkgtest: DBG: processing dependency cython3 158s autopkgtest: DBG: processing dependency git 158s autopkgtest: DBG: processing dependency python3-all 158s autopkgtest: DBG: processing dependency python3-all-dev 158s autopkgtest: DBG: processing dependency python3-build 158s autopkgtest: DBG: processing dependency python3-pip 158s autopkgtest: DBG: processing dependency python3-pytest 158s autopkgtest: DBG: processing dependency python3-pytest-mock 158s autopkgtest: DBG: processing dependency python3-requests 158s autopkgtest: DBG: processing dependency python3-virtualenv 158s autopkgtest: DBG: processing dependency @ 158s autopkgtest: DBG: synthesised dependency python3-skbuild 158s autopkgtest: DBG: synthesised dependency python-skbuild-doc 158s autopkgtest: DBG: Test defined: name testsuite path debian/tests/testsuite command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'cython3', 'git', 'python3-all', 'python3-all-dev', 'python3-build', 'python3-pip', 'python3-pytest', 'python3-pytest-mock', 'python3-requests', 'python3-virtualenv', 'python3-skbuild', 'python-skbuild-doc'] 158s autopkgtest [21:39:03]: test testsuite: preparing testbed 158s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['build-essential', 'cython3', 'git', 'python3-all', 'python3-all-dev', 'python3-build', 'python3-pip', 'python3-pytest', 'python3-pytest-mock', 'python3-requests', 'python3-virtualenv', 'python3-skbuild', 'python-skbuild-doc'] 158s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 158s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'cython3', 'git', 'python3-all', 'python3-all-dev', 'python3-build', 'python3-pip', 'python3-pytest', 'python3-pytest-mock', 'python3-requests', 'python3-virtualenv', 'python3-skbuild', 'python-skbuild-doc'] 158s autopkgtest: DBG: install-deps: satisfying build-essential, cython3, git, python3-all, python3-all-dev, python3-build, python3-pip, python3-pytest, python3-pytest-mock, python3-requests, python3-virtualenv, python3-skbuild, python-skbuild-doc 158s autopkgtest: DBG: can use apt-get on testbed: True 158s 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, cython3, git, python3-all, python3-all-dev, python3-build, python3-pip, python3-pytest, python3-pytest-mock, python3-requests, python3-virtualenv, python3-skbuild, python-skbuild-doc'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 159s Reading package lists... 159s Building dependency tree... 159s Reading state information... 159s Starting pkgProblemResolver with broken count: 0 159s Starting 2 pkgProblemResolver with broken count: 0 159s Done 159s The following NEW packages will be installed: 159s build-essential cmake cmake-data cpp cpp-14 cpp-14-s390x-linux-gnu 159s cpp-s390x-linux-gnu cython3 fonts-font-awesome fonts-lato g++ g++-14 159s g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu 159s gcc-s390x-linux-gnu git git-man libasan8 libcc1-0 liberror-perl 159s libexpat1-dev libgcc-14-dev libgomp1 libisl23 libitm1 libjs-jquery 159s libjs-sphinxdoc libjs-underscore libjsoncpp26 libmpc3 libnsl2 159s libpython3-all-dev libpython3-dev libpython3.12-dev libpython3.12-minimal 159s libpython3.12-stdlib libpython3.12t64 libpython3.13-dev librhash1 159s libstdc++-14-dev libubsan1 python-skbuild-doc python3-all python3-all-dev 159s python3-build python3-dev python3-distlib python3-filelock python3-iniconfig 159s python3-packaging python3-pip python3-pip-whl python3-platformdirs 159s python3-pluggy python3-pyproject-hooks python3-pytest python3-pytest-mock 159s python3-setuptools-whl python3-skbuild python3-toml python3-virtualenv 159s python3-wheel python3-wheel-whl python3.12 python3.12-dev python3.12-minimal 159s python3.13-dev sphinx-rtd-theme-common zlib1g-dev 159s 0 upgraded, 72 newly installed, 0 to remove and 0 not upgraded. 159s Need to get 105 MB of archives. 159s After this operation, 381 MB of additional disk space will be used. 159s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 160s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 161s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-lato all 2.015-1 [2781 kB] 162s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 162s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 163s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 163s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 164s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 164s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 169s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 169s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 169s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 169s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 169s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 169s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 169s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 172s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 174s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 175s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 197s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 197s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 197s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 197s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-16ubuntu1 [2611 kB] 199s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [11.0 MB] 204s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-16ubuntu1 [21.5 kB] 204s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 204s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 204s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 204s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x cmake-data all 3.31.5-2ubuntu3 [2293 kB] 205s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libjsoncpp26 s390x 1.9.6-3 [80.8 kB] 205s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x librhash1 s390x 1.4.5-1 [132 kB] 205s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x cmake s390x 3.31.5-2ubuntu3 [12.9 MB] 210s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x cython3 s390x 3.0.11+dfsg-1ubuntu2 [3277 kB] 211s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-font-awesome all 5.0.10+really4.7.0~dfsg-4.1 [516 kB] 211s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x liberror-perl all 0.17029-2 [25.6 kB] 211s Get:36 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x git-man all 1:2.48.1-0ubuntu1 [1148 kB] 211s Get:37 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x git s390x 1:2.48.1-0ubuntu1 [4284 kB] 213s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 213s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 213s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 213s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-sphinxdoc all 8.1.3-4 [30.9 kB] 213s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 213s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.2-1 [5596 kB] 215s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-dev s390x 3.13.1-1~exp2 [10.5 kB] 215s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 216s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-dev s390x 3.12.9-1 [5849 kB] 218s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-all-dev s390x 3.13.1-1~exp2 [922 B] 218s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x sphinx-rtd-theme-common all 3.0.2+dfsg-2 [1014 kB] 218s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x python-skbuild-doc all 0.18.1-1ubuntu2 [138 kB] 218s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 218s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.2-1 [508 kB] 218s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dev s390x 3.13.1-1~exp2 [26.7 kB] 218s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-dev s390x 3.12.9-1 [504 kB] 218s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all-dev s390x 3.13.1-1~exp2 [918 B] 218s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 218s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyproject-hooks all 1.2.0-1 [10.2 kB] 218s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-toml all 0.10.2-1 [16.5 kB] 218s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel all 0.45.1-1 [57.7 kB] 218s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-build all 1.2.2-1 [31.0 kB] 218s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-distlib all 0.3.9-1 [267 kB] 218s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-filelock all 3.16.1-1 [12.8 kB] 218s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 218s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip all 25.0+dfsg-1 [1417 kB] 219s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 219s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x python3-platformdirs all 4.3.6-1 [16.8 kB] 219s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 219s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 219s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-mock all 3.14.0-2 [11.7 kB] 219s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 219s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-skbuild all 0.18.1-1ubuntu2 [60.3 kB] 219s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel-whl all 0.45.1-1 [74.6 kB] 219s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-virtualenv all 20.29.1+ds-1 [72.6 kB] 220s Fetched 105 MB in 60s (1753 kB/s) 220s Selecting previously unselected package libpython3.12-minimal:s390x. 220s (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 ... 55867 files and directories currently installed.) 220s Preparing to unpack .../00-libpython3.12-minimal_3.12.9-1_s390x.deb ... 220s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 220s Selecting previously unselected package python3.12-minimal. 220s Preparing to unpack .../01-python3.12-minimal_3.12.9-1_s390x.deb ... 220s Unpacking python3.12-minimal (3.12.9-1) ... 220s Selecting previously unselected package fonts-lato. 220s Preparing to unpack .../02-fonts-lato_2.015-1_all.deb ... 220s Unpacking fonts-lato (2.015-1) ... 220s Selecting previously unselected package libnsl2:s390x. 220s Preparing to unpack .../03-libnsl2_1.3.0-3build3_s390x.deb ... 220s Unpacking libnsl2:s390x (1.3.0-3build3) ... 220s Selecting previously unselected package libpython3.12-stdlib:s390x. 220s Preparing to unpack .../04-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 220s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 220s Selecting previously unselected package python3.12. 220s Preparing to unpack .../05-python3.12_3.12.9-1_s390x.deb ... 220s Unpacking python3.12 (3.12.9-1) ... 220s Selecting previously unselected package libisl23:s390x. 220s Preparing to unpack .../06-libisl23_0.27-1_s390x.deb ... 220s Unpacking libisl23:s390x (0.27-1) ... 220s Selecting previously unselected package libmpc3:s390x. 220s Preparing to unpack .../07-libmpc3_1.3.1-1build2_s390x.deb ... 220s Unpacking libmpc3:s390x (1.3.1-1build2) ... 220s Selecting previously unselected package cpp-14-s390x-linux-gnu. 220s Preparing to unpack .../08-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 220s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 221s Selecting previously unselected package cpp-14. 221s Preparing to unpack .../09-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 221s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 221s Selecting previously unselected package cpp-s390x-linux-gnu. 221s Preparing to unpack .../10-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 221s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 221s Selecting previously unselected package cpp. 221s Preparing to unpack .../11-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 221s Unpacking cpp (4:14.2.0-1ubuntu1) ... 221s Selecting previously unselected package libcc1-0:s390x. 221s Preparing to unpack .../12-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 221s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 221s Selecting previously unselected package libgomp1:s390x. 221s Preparing to unpack .../13-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 221s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 221s Selecting previously unselected package libitm1:s390x. 221s Preparing to unpack .../14-libitm1_14.2.0-16ubuntu1_s390x.deb ... 221s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 221s Selecting previously unselected package libasan8:s390x. 221s Preparing to unpack .../15-libasan8_14.2.0-16ubuntu1_s390x.deb ... 221s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 221s Selecting previously unselected package libubsan1:s390x. 221s Preparing to unpack .../16-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 221s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 221s Selecting previously unselected package libgcc-14-dev:s390x. 221s Preparing to unpack .../17-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 221s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 221s Selecting previously unselected package gcc-14-s390x-linux-gnu. 221s Preparing to unpack .../18-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 221s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 221s Selecting previously unselected package gcc-14. 221s Preparing to unpack .../19-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 221s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 221s Selecting previously unselected package gcc-s390x-linux-gnu. 221s Preparing to unpack .../20-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 221s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 221s Selecting previously unselected package gcc. 221s Preparing to unpack .../21-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 221s Unpacking gcc (4:14.2.0-1ubuntu1) ... 221s Selecting previously unselected package libstdc++-14-dev:s390x. 221s Preparing to unpack .../22-libstdc++-14-dev_14.2.0-16ubuntu1_s390x.deb ... 221s Unpacking libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 222s Selecting previously unselected package g++-14-s390x-linux-gnu. 222s Preparing to unpack .../23-g++-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 222s Unpacking g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 222s Selecting previously unselected package g++-14. 222s Preparing to unpack .../24-g++-14_14.2.0-16ubuntu1_s390x.deb ... 222s Unpacking g++-14 (14.2.0-16ubuntu1) ... 222s Selecting previously unselected package g++-s390x-linux-gnu. 222s Preparing to unpack .../25-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 222s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 222s Selecting previously unselected package g++. 222s Preparing to unpack .../26-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 222s Unpacking g++ (4:14.2.0-1ubuntu1) ... 222s Selecting previously unselected package build-essential. 222s Preparing to unpack .../27-build-essential_12.10ubuntu1_s390x.deb ... 222s Unpacking build-essential (12.10ubuntu1) ... 222s Selecting previously unselected package cmake-data. 222s Preparing to unpack .../28-cmake-data_3.31.5-2ubuntu3_all.deb ... 222s Unpacking cmake-data (3.31.5-2ubuntu3) ... 222s Selecting previously unselected package libjsoncpp26:s390x. 222s Preparing to unpack .../29-libjsoncpp26_1.9.6-3_s390x.deb ... 222s Unpacking libjsoncpp26:s390x (1.9.6-3) ... 222s Selecting previously unselected package librhash1:s390x. 222s Preparing to unpack .../30-librhash1_1.4.5-1_s390x.deb ... 222s Unpacking librhash1:s390x (1.4.5-1) ... 222s Selecting previously unselected package cmake. 222s Preparing to unpack .../31-cmake_3.31.5-2ubuntu3_s390x.deb ... 222s Unpacking cmake (3.31.5-2ubuntu3) ... 222s Selecting previously unselected package cython3. 222s Preparing to unpack .../32-cython3_3.0.11+dfsg-1ubuntu2_s390x.deb ... 222s Unpacking cython3 (3.0.11+dfsg-1ubuntu2) ... 222s Selecting previously unselected package fonts-font-awesome. 222s Preparing to unpack .../33-fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1_all.deb ... 222s Unpacking fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 222s Selecting previously unselected package liberror-perl. 222s Preparing to unpack .../34-liberror-perl_0.17029-2_all.deb ... 222s Unpacking liberror-perl (0.17029-2) ... 222s Selecting previously unselected package git-man. 222s Preparing to unpack .../35-git-man_1%3a2.48.1-0ubuntu1_all.deb ... 222s Unpacking git-man (1:2.48.1-0ubuntu1) ... 223s Selecting previously unselected package git. 223s Preparing to unpack .../36-git_1%3a2.48.1-0ubuntu1_s390x.deb ... 223s Unpacking git (1:2.48.1-0ubuntu1) ... 223s Selecting previously unselected package libexpat1-dev:s390x. 223s Preparing to unpack .../37-libexpat1-dev_2.6.4-1_s390x.deb ... 223s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 223s Selecting previously unselected package libjs-jquery. 223s Preparing to unpack .../38-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 223s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 223s Selecting previously unselected package libjs-underscore. 223s Preparing to unpack .../39-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 223s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 223s Selecting previously unselected package libjs-sphinxdoc. 223s Preparing to unpack .../40-libjs-sphinxdoc_8.1.3-4_all.deb ... 223s Unpacking libjs-sphinxdoc (8.1.3-4) ... 223s Selecting previously unselected package zlib1g-dev:s390x. 223s Preparing to unpack .../41-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 223s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 223s Selecting previously unselected package libpython3.13-dev:s390x. 223s Preparing to unpack .../42-libpython3.13-dev_3.13.2-1_s390x.deb ... 223s Unpacking libpython3.13-dev:s390x (3.13.2-1) ... 223s Selecting previously unselected package libpython3-dev:s390x. 223s Preparing to unpack .../43-libpython3-dev_3.13.1-1~exp2_s390x.deb ... 223s Unpacking libpython3-dev:s390x (3.13.1-1~exp2) ... 223s Selecting previously unselected package libpython3.12t64:s390x. 223s Preparing to unpack .../44-libpython3.12t64_3.12.9-1_s390x.deb ... 223s Unpacking libpython3.12t64:s390x (3.12.9-1) ... 223s Selecting previously unselected package libpython3.12-dev:s390x. 223s Preparing to unpack .../45-libpython3.12-dev_3.12.9-1_s390x.deb ... 223s Unpacking libpython3.12-dev:s390x (3.12.9-1) ... 223s Selecting previously unselected package libpython3-all-dev:s390x. 223s Preparing to unpack .../46-libpython3-all-dev_3.13.1-1~exp2_s390x.deb ... 223s Unpacking libpython3-all-dev:s390x (3.13.1-1~exp2) ... 223s Selecting previously unselected package sphinx-rtd-theme-common. 223s Preparing to unpack .../47-sphinx-rtd-theme-common_3.0.2+dfsg-2_all.deb ... 223s Unpacking sphinx-rtd-theme-common (3.0.2+dfsg-2) ... 223s Selecting previously unselected package python-skbuild-doc. 223s Preparing to unpack .../48-python-skbuild-doc_0.18.1-1ubuntu2_all.deb ... 223s Unpacking python-skbuild-doc (0.18.1-1ubuntu2) ... 223s Selecting previously unselected package python3-all. 223s Preparing to unpack .../49-python3-all_3.13.1-1~exp2_s390x.deb ... 223s Unpacking python3-all (3.13.1-1~exp2) ... 223s Selecting previously unselected package python3.13-dev. 223s Preparing to unpack .../50-python3.13-dev_3.13.2-1_s390x.deb ... 223s Unpacking python3.13-dev (3.13.2-1) ... 223s Selecting previously unselected package python3-dev. 223s Preparing to unpack .../51-python3-dev_3.13.1-1~exp2_s390x.deb ... 223s Unpacking python3-dev (3.13.1-1~exp2) ... 223s Selecting previously unselected package python3.12-dev. 223s Preparing to unpack .../52-python3.12-dev_3.12.9-1_s390x.deb ... 223s Unpacking python3.12-dev (3.12.9-1) ... 223s Selecting previously unselected package python3-all-dev. 223s Preparing to unpack .../53-python3-all-dev_3.13.1-1~exp2_s390x.deb ... 223s Unpacking python3-all-dev (3.13.1-1~exp2) ... 223s Selecting previously unselected package python3-packaging. 223s Preparing to unpack .../54-python3-packaging_24.2-1_all.deb ... 223s Unpacking python3-packaging (24.2-1) ... 223s Selecting previously unselected package python3-pyproject-hooks. 223s Preparing to unpack .../55-python3-pyproject-hooks_1.2.0-1_all.deb ... 223s Unpacking python3-pyproject-hooks (1.2.0-1) ... 223s Selecting previously unselected package python3-toml. 223s Preparing to unpack .../56-python3-toml_0.10.2-1_all.deb ... 223s Unpacking python3-toml (0.10.2-1) ... 223s Selecting previously unselected package python3-wheel. 223s Preparing to unpack .../57-python3-wheel_0.45.1-1_all.deb ... 223s Unpacking python3-wheel (0.45.1-1) ... 223s Selecting previously unselected package python3-build. 223s Preparing to unpack .../58-python3-build_1.2.2-1_all.deb ... 223s Unpacking python3-build (1.2.2-1) ... 223s Selecting previously unselected package python3-distlib. 223s Preparing to unpack .../59-python3-distlib_0.3.9-1_all.deb ... 223s Unpacking python3-distlib (0.3.9-1) ... 223s Selecting previously unselected package python3-filelock. 223s Preparing to unpack .../60-python3-filelock_3.16.1-1_all.deb ... 223s Unpacking python3-filelock (3.16.1-1) ... 223s Selecting previously unselected package python3-iniconfig. 223s Preparing to unpack .../61-python3-iniconfig_1.1.1-2_all.deb ... 223s Unpacking python3-iniconfig (1.1.1-2) ... 223s Selecting previously unselected package python3-pip. 223s Preparing to unpack .../62-python3-pip_25.0+dfsg-1_all.deb ... 223s Unpacking python3-pip (25.0+dfsg-1) ... 224s Selecting previously unselected package python3-pip-whl. 224s Preparing to unpack .../63-python3-pip-whl_25.0+dfsg-1_all.deb ... 224s Unpacking python3-pip-whl (25.0+dfsg-1) ... 224s Selecting previously unselected package python3-platformdirs. 224s Preparing to unpack .../64-python3-platformdirs_4.3.6-1_all.deb ... 224s Unpacking python3-platformdirs (4.3.6-1) ... 224s Selecting previously unselected package python3-pluggy. 224s Preparing to unpack .../65-python3-pluggy_1.5.0-1_all.deb ... 224s Unpacking python3-pluggy (1.5.0-1) ... 224s Selecting previously unselected package python3-pytest. 224s Preparing to unpack .../66-python3-pytest_8.3.4-1_all.deb ... 224s Unpacking python3-pytest (8.3.4-1) ... 224s Selecting previously unselected package python3-pytest-mock. 224s Preparing to unpack .../67-python3-pytest-mock_3.14.0-2_all.deb ... 224s Unpacking python3-pytest-mock (3.14.0-2) ... 224s Selecting previously unselected package python3-setuptools-whl. 224s Preparing to unpack .../68-python3-setuptools-whl_75.6.0-1_all.deb ... 224s Unpacking python3-setuptools-whl (75.6.0-1) ... 224s Selecting previously unselected package python3-skbuild. 224s Preparing to unpack .../69-python3-skbuild_0.18.1-1ubuntu2_all.deb ... 224s Unpacking python3-skbuild (0.18.1-1ubuntu2) ... 224s Selecting previously unselected package python3-wheel-whl. 224s Preparing to unpack .../70-python3-wheel-whl_0.45.1-1_all.deb ... 224s Unpacking python3-wheel-whl (0.45.1-1) ... 224s Selecting previously unselected package python3-virtualenv. 224s Preparing to unpack .../71-python3-virtualenv_20.29.1+ds-1_all.deb ... 224s Unpacking python3-virtualenv (20.29.1+ds-1) ... 224s Setting up python3-iniconfig (1.1.1-2) ... 224s Setting up python3-setuptools-whl (75.6.0-1) ... 224s Setting up python3-filelock (3.16.1-1) ... 224s Setting up fonts-lato (2.015-1) ... 224s Setting up python3-pip-whl (25.0+dfsg-1) ... 224s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 224s Setting up python3-distlib (0.3.9-1) ... 224s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 224s Setting up python3-wheel (0.45.1-1) ... 225s Setting up python3-platformdirs (4.3.6-1) ... 225s Setting up liberror-perl (0.17029-2) ... 225s Setting up python3-packaging (24.2-1) ... 225s Setting up libexpat1-dev:s390x (2.6.4-1) ... 225s Setting up python3-pyproject-hooks (1.2.0-1) ... 225s Setting up libjsoncpp26:s390x (1.9.6-3) ... 225s Setting up libmpc3:s390x (1.3.1-1build2) ... 225s Setting up cython3 (3.0.11+dfsg-1ubuntu2) ... 227s Setting up python3-pip (25.0+dfsg-1) ... 230s Setting up python3-toml (0.10.2-1) ... 230s Setting up python3-pluggy (1.5.0-1) ... 231s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 231s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 231s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 231s Setting up libnsl2:s390x (1.3.0-3build3) ... 231s Setting up git-man (1:2.48.1-0ubuntu1) ... 231s Setting up cmake-data (3.31.5-2ubuntu3) ... 231s Setting up librhash1:s390x (1.4.5-1) ... 231s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 231s Setting up libisl23:s390x (0.27-1) ... 231s Setting up python3-build (1.2.2-1) ... 231s Setting up python3-wheel-whl (0.45.1-1) ... 231s Setting up fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 231s Setting up sphinx-rtd-theme-common (3.0.2+dfsg-2) ... 231s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 231s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 231s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 231s Setting up python3.12-minimal (3.12.9-1) ... 232s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 232s Setting up python3-pytest (8.3.4-1) ... 233s Setting up python3.12 (3.12.9-1) ... 234s Setting up python3-virtualenv (20.29.1+ds-1) ... 234s Setting up python3-all (3.13.1-1~exp2) ... 234s Setting up libpython3.12t64:s390x (3.12.9-1) ... 234s Setting up libpython3.13-dev:s390x (3.13.2-1) ... 234s Setting up git (1:2.48.1-0ubuntu1) ... 234s Setting up libjs-sphinxdoc (8.1.3-4) ... 234s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 234s Setting up cpp-14 (14.2.0-16ubuntu1) ... 234s Setting up python3-pytest-mock (3.14.0-2) ... 235s Setting up cmake (3.31.5-2ubuntu3) ... 235s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 235s Setting up libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 235s Setting up libpython3-dev:s390x (3.13.1-1~exp2) ... 235s Setting up python-skbuild-doc (0.18.1-1ubuntu2) ... 235s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 235s Setting up python3-skbuild (0.18.1-1ubuntu2) ... 235s Setting up python3.13-dev (3.13.2-1) ... 235s Setting up libpython3.12-dev:s390x (3.12.9-1) ... 235s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 235s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 235s Setting up libpython3-all-dev:s390x (3.13.1-1~exp2) ... 235s Setting up python3-dev (3.13.1-1~exp2) ... 235s Setting up g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 235s Setting up python3.12-dev (3.12.9-1) ... 235s Setting up cpp (4:14.2.0-1ubuntu1) ... 235s Setting up python3-all-dev (3.13.1-1~exp2) ... 235s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 235s Setting up gcc-14 (14.2.0-16ubuntu1) ... 235s Setting up g++-14 (14.2.0-16ubuntu1) ... 235s Setting up gcc (4:14.2.0-1ubuntu1) ... 235s Setting up g++ (4:14.2.0-1ubuntu1) ... 235s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 235s Setting up build-essential (12.10ubuntu1) ... 235s Processing triggers for systemd (257.2-3ubuntu1) ... 235s Processing triggers for man-db (2.13.0-1) ... 237s Processing triggers for libc-bin (2.40-4ubuntu1) ... 238s autopkgtest: DBG: testbed command exited with code 0 238s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-skbuild'], kind short, sout pipe, serr pipe, env [] 238s autopkgtest: DBG: testbed command exited with code 0 238s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python-skbuild-doc'], kind short, sout pipe, serr pipe, env [] 239s autopkgtest: DBG: testbed command exited with code 0 239s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.zv9AFX/testsuite-packages.all"], kind short, sout raw, serr pipe, env [] 239s autopkgtest: DBG: testbed command exited with code 0 239s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.zv9AFX/testsuite-packages.all /tmp/autopkgtest-work.02dhff9p/out/testsuite-packages.all 239s autopkgtest: DBG: got reply from testbed: ok 239s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.zv9AFX/build.pPP/src'], kind short, sout raw, serr raw, env [] 239s autopkgtest: DBG: testbed command exited with code 0 239s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.zv9AFX/build.pPP/src already exists 239s autopkgtest [21:40:24]: test testsuite: [----------------------- 239s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.zv9AFX/wrapper.sh --debug --artifacts=/tmp/autopkgtest.zv9AFX/testsuite-artifacts --chdir=/tmp/autopkgtest.zv9AFX/build.pPP/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.zv9AFX/testsuite-stderr --stdout=/tmp/autopkgtest.zv9AFX/testsuite-stdout --tmp=/tmp/autopkgtest.zv9AFX/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=git/1:2.48.1-0ubuntu1 --make-executable=/tmp/autopkgtest.zv9AFX/build.pPP/src/debian/tests/testsuite -- /tmp/autopkgtest.zv9AFX/build.pPP/src/debian/tests/testsuite'], kind test, sout raw, serr raw, env [] 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.zv9AFX/testsuite-artifacts 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: changing to directory: /tmp/autopkgtest.zv9AFX/build.pPP/src 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: setting environment: LANG=C.UTF-8 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LANGUAGE 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_ADDRESS 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_ALL 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_COLLATE 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_CTYPE 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_IDENTIFICATION 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_MEASUREMENT 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_MESSAGES 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_MONETARY 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_NAME 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_NUMERIC 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_PAPER 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_TELEPHONE 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: unsetting environment: LC_TIME 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: pretending to be a login shell 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: will write standard error to /tmp/autopkgtest.zv9AFX/testsuite-stderr 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: will write stdout to /tmp/autopkgtest.zv9AFX/testsuite-stdout 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.zv9AFX/autopkgtest_tmp 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=git/1:2.48.1-0ubuntu1 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: marking as executable: /tmp/autopkgtest.zv9AFX/build.pPP/src/debian/tests/testsuite 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: command to run: /tmp/autopkgtest.zv9AFX/build.pPP/src/debian/tests/testsuite 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: copying /tmp/tmp.5gEm4V4NZi/out to stdout and file: /tmp/autopkgtest.zv9AFX/testsuite-stdout 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: copying /tmp/tmp.5gEm4V4NZi/err to standard error and file: /tmp/autopkgtest.zv9AFX/testsuite-stdout 239s /tmp/autopkgtest.zv9AFX/wrapper.sh: writing script pid 2222 to /tmp/autopkgtest_script_pid 239s + cp -r tests /tmp/autopkgtest.zv9AFX/autopkgtest_tmp 239s + cp pyproject.toml /tmp/autopkgtest.zv9AFX/autopkgtest_tmp 239s + cd /tmp/autopkgtest.zv9AFX/autopkgtest_tmp 239s + py3versions -s 240s + python3.12 -m pytest -W ignore::DeprecationWarning -k not test_hello_sdist and not test_hello_sdist_with_base and not test_sdist_with_symlinks and not test_manifest_in_sdist and not test_generator_cleanup and not test_fortran and not test_pep518_findpython and not test_pep518 and not test_dual_pep518 and not test_hello_develop and not test_install_command and not test_help_commands and not test_test_command and not test_source_distribution and not test_wheel --ignore=tests/test_distribution.py 243s ============================= test session starts ============================== 243s platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 243s installed packages of interest: build==1.2.2 distro==1.9.0 packaging==24.2 pip==25.0 scikit-build==0.18.1 setuptools==75.6.0 virtualenv==20.29.1 wheel==0.45.1 243s No cmake3 executable found on PATH 243s /usr/bin/cmake: cmake version 3.31.5 243s No ninja executable found on PATH 243s rootdir: /tmp/autopkgtest.zv9AFX/autopkgtest_tmp 243s configfile: pyproject.toml 243s testpaths: tests 243s plugins: mock-3.14.0, typeguard-4.4.1 243s collected 238 items / 17 deselected / 1 skipped / 221 selected 243s 245s tests/test_broken_project.py ....... [ 3%] 245s tests/test_cmake_target.py . [ 3%] 247s tests/test_cmakelists_not_in_top_level_dir.py .... [ 5%] 250s tests/test_cmaker.py ............... [ 12%] 251s tests/test_command_line.py ............. [ 18%] 251s tests/test_constants.py . [ 18%] 254s tests/test_cython_flags.py . [ 19%] 255s tests/test_filter_manifest.py . [ 19%] 263s tests/test_hello_cpp.py ..... [ 21%] 270s tests/test_hello_cython.py ... [ 23%] 270s tests/test_hello_pure.py .... [ 24%] 271s tests/test_include_exclude_data.py .. [ 25%] 272s tests/test_issue284_build_ext_inplace.py . [ 26%] 273s tests/test_issue335_support_cmake_source_dir.py . [ 26%] 273s tests/test_issue342_cmake_osx_args_in_setup.py ......... [ 30%] 273s tests/test_issue352_isolated_environment_support.py . [ 31%] 276s tests/test_issue668_symbol_visibility.py .. [ 32%] 276s tests/test_logging.py .. [ 33%] 277s tests/test_manifest_in.py . [ 33%] 277s tests/test_outside_project_root.py ... [ 34%] 278s tests/test_platform.py .............s [ 41%] 288s tests/test_setup.py .................................................... [ 64%] 291s .........sss.sss.sss.sss.sss.sss.sss.sss..... [ 85%] 293s tests/test_skbuild.py .s...ssss [ 89%] 294s tests/test_skbuild_variable.py ... [ 90%] 294s tests/test_utils.py ..................... [100%] 294s 294s =========================== short test summary info ============================ 294s SKIPPED [1] tests/test_hello_fortran.py:19: could not import 'numpy': No module named 'numpy' 294s SKIPPED [1] tests/test_platform.py:120: Requires Windows 294s SKIPPED [24] tests/test_setup.py:582: unsupported configuration: python package fully generated by CMake does *NOT* work. At least __init__.py should be in the project source tree 294s SKIPPED [1] tests/test_skbuild.py:84: NMake Makefiles generator is not available on Linux 294s SKIPPED [3] tests/test_skbuild.py:130: Requires Windows 294s SKIPPED [1] tests/test_skbuild.py:154: Requires Windows 294s =============== 191 passed, 31 skipped, 17 deselected in 52.16s ================ 294s + python3.13 -m pytest -W ignore::DeprecationWarning -k not test_hello_sdist and not test_hello_sdist_with_base and not test_sdist_with_symlinks and not test_manifest_in_sdist and not test_generator_cleanup and not test_fortran and not test_pep518_findpython and not test_pep518 and not test_dual_pep518 and not test_hello_develop and not test_install_command and not test_help_commands and not test_test_command and not test_source_distribution and not test_wheel --ignore=tests/test_distribution.py 296s ============================= test session starts ============================== 296s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 296s installed packages of interest: build==1.2.2 distro==1.9.0 packaging==24.2 pip==25.0 scikit-build==0.18.1 setuptools==75.6.0 virtualenv==20.29.1 wheel==0.45.1 296s No cmake3 executable found on PATH 296s /usr/bin/cmake: cmake version 3.31.5 296s No ninja executable found on PATH 296s rootdir: /tmp/autopkgtest.zv9AFX/autopkgtest_tmp 296s configfile: pyproject.toml 296s testpaths: tests 296s plugins: mock-3.14.0, typeguard-4.4.1 296s collected 238 items / 17 deselected / 1 skipped / 221 selected 296s 299s tests/test_broken_project.py ....... [ 3%] 299s tests/test_cmake_target.py . [ 3%] 300s tests/test_cmakelists_not_in_top_level_dir.py .... [ 5%] 304s tests/test_cmaker.py ............... [ 12%] 305s tests/test_command_line.py ............. [ 18%] 305s tests/test_constants.py . [ 18%] 309s tests/test_cython_flags.py . [ 19%] 309s tests/test_filter_manifest.py . [ 19%] 318s tests/test_hello_cpp.py ..... [ 21%] 325s tests/test_hello_cython.py ... [ 23%] 325s tests/test_hello_pure.py .... [ 24%] 325s tests/test_include_exclude_data.py .. [ 25%] 327s tests/test_issue284_build_ext_inplace.py . [ 26%] 328s tests/test_issue335_support_cmake_source_dir.py . [ 26%] 328s tests/test_issue342_cmake_osx_args_in_setup.py ......... [ 30%] 329s tests/test_issue352_isolated_environment_support.py . [ 31%] 332s tests/test_issue668_symbol_visibility.py .. [ 32%] 332s tests/test_logging.py .. [ 33%] 333s tests/test_manifest_in.py . [ 33%] 333s tests/test_outside_project_root.py ... [ 34%] 334s tests/test_platform.py .............s [ 41%] 341s tests/test_setup.py .................................................... [ 64%] 344s .........sss.sss.sss.sss.sss.sss.sss.sss..... [ 85%] 346s tests/test_skbuild.py .s...ssss [ 89%] 347s tests/test_skbuild_variable.py ... [ 90%] 347s tests/test_utils.py ..................... [100%] 347s 347s =========================== short test summary info ============================ 347s SKIPPED [1] tests/test_hello_fortran.py:19: could not import 'numpy': No module named 'numpy' 347s SKIPPED [1] tests/test_platform.py:120: Requires Windows 347s SKIPPED [24] tests/test_setup.py:582: unsupported configuration: python package fully generated by CMake does *NOT* work. At least __init__.py should be in the project source tree 347s SKIPPED [1] tests/test_skbuild.py:84: NMake Makefiles generator is not available on Linux 347s SKIPPED [3] tests/test_skbuild.py:130: Requires Windows 347s SKIPPED [1] tests/test_skbuild.py:154: Requires Windows 347s =============== 191 passed, 31 skipped, 17 deselected in 51.29s ================ 347s /tmp/autopkgtest.zv9AFX/wrapper.sh: checking for leaked background processes... 347s /tmp/autopkgtest.zv9AFX/wrapper.sh: waiting for tee/cat subprocesses... 347s /tmp/autopkgtest.zv9AFX/wrapper.sh: cleaning up... 347s /tmp/autopkgtest.zv9AFX/wrapper.sh: Exit status: 0 347s autopkgtest: DBG: testbed command exited with code 0 347s autopkgtest [21:42:12]: test testsuite: -----------------------] 347s autopkgtest: DBG: testbed executing test finished with exit status 0 347s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.zv9AFX/testsuite-stdout /tmp/autopkgtest-work.02dhff9p/out/testsuite-stdout 348s autopkgtest: DBG: got reply from testbed: ok 348s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.zv9AFX/testsuite-stderr /tmp/autopkgtest-work.02dhff9p/out/testsuite-stderr 348s autopkgtest: DBG: got reply from testbed: ok 348s testsuite PASS 348s autopkgtest [21:42:13]: test testsuite: - - - - - - - - - - results - - - - - - - - - - 348s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.zv9AFX/testsuite-artifacts/ /tmp/autopkgtest-work.02dhff9p/out/artifacts/ 348s autopkgtest: DBG: got reply from testbed: ok 348s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.zv9AFX/testsuite-artifacts', '/tmp/autopkgtest.zv9AFX/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 348s autopkgtest: DBG: testbed command exited with code 0 348s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 348s autopkgtest [21:42:13]: @@@@@@@@@@@@@@@@@@@@ summary 348s testsuite PASS 348s autopkgtest: DBG: testbed stop 348s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.zv9AFX 348s autopkgtest: DBG: sending command to testbed: close 365s autopkgtest: DBG: got reply from testbed: ok 365s autopkgtest: DBG: sending command to testbed: quit 365s nova [W] Using flock in prodstack6-s390x 365s Creating nova instance adt-plucky-s390x-scikit-build-20250211-213625-juju-7f2275-prod-proposed-migration-environment-15-66c61f6d-5b47-4748-b487-44d45cdf8e46 from image adt/ubuntu-plucky-s390x-server-20250211.img (UUID 66c3edab-d329-48ef-b4f4-4fc082c07041)... 365s nova [W] Timed out waiting for 1b033041-e31e-42ce-a98b-56b660ec548a to get deleted.