0s autopkgtest: DBG: testbed init 0s autopkgtest [12:49:22]: starting date and time: 2025-02-19 12:49:22+0000 0s autopkgtest [12:49:22]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:49:22]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.0vmg2r3k/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade python-pkcs11 --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-1.secgroup --name adt-plucky-s390x-python-pkcs11-20250219-124921-juju-7f2275-prod-proposed-migration-environment-15-6ce93166-a56f-4139-85bc-01ca35742e3c --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 134s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.fLVAUV 134s autopkgtest: DBG: sending command to testbed: print-execute-command 134s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.0pxuxxlj/runcmd 134s autopkgtest: DBG: sending command to testbed: capabilities 134s autopkgtest: DBG: got reply from testbed: ok revert-full-system revert reboot suggested-normal-user=ubuntu isolation-machine root-on-testbed 134s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'revert', 'reboot', 'suggested-normal-user=ubuntu', 'isolation-machine', 'root-on-testbed', 'has_internet'] 134s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.fLVAUV'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.fLVAUV/wrapper.sh 134s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.fLVAUV/wrapper.sh'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest [12:51:36]: testbed dpkg architecture: s390x 134s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest [12:51:37]: testbed apt version: 2.9.30 135s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed has eatmydata 135s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest [12:51:37]: @@@@@@@@@@@@@@@@@@@@ test bed setup 135s 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 [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest [12:51:37]: testbed release detected to be: None 135s 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 [] 135s autopkgtest: DBG: testbed command exited with code 0 135s 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 [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: adding APT source: Types: deb deb-src 136s URIs: http://ftpmaster.internal/ubuntu/ 136s Suites: plucky-proposed 136s Components: main restricted universe multiverse 136s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 136s 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 [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 136s Package: * 136s Pin: release plucky-proposed 136s Pin-Priority: 500 136s 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 [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest [12:51:38]: updating testbed package index (apt update) 136s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 136s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 136s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 136s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 137s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 137s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 137s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 137s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 137s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 137s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 137s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 137s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 137s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 137s Fetched 1700 kB in 1s (1871 kB/s) 138s Reading package lists... 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 138s Package: * 138s Pin: release plucky-proposed 138s Pin-Priority: 100 138s 138s Package: src:sphinx:any 138s Pin: release plucky-proposed 138s Pin-Priority: 995 138s 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 [] 138s autopkgtest: DBG: testbed command exited with code 0 138s 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.fLVAUV/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s 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'] 138s + lsb_release --codename --short 138s + RELEASE=plucky 138s + cat 138s + [ plucky != trusty ] 138s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 138s Reading package lists... 138s Building dependency tree... 138s Reading state information... 138s Calculating upgrade... 138s The following packages were automatically installed and are no longer required: 138s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 138s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 138s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 138s linux-tools-6.11.0-8-generic 138s Use 'sudo apt autoremove' to remove them. 138s The following packages will be upgraded: 138s iproute2 liblsof0 libp11-kit0 lsof 139s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 139s Need to get 1791 kB of archives. 139s After this operation, 17.4 kB of additional disk space will be used. 139s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 139s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 139s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 139s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 139s Preconfiguring packages ... 139s Fetched 1791 kB in 1s (2780 kB/s) 139s (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.) 139s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 140s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 140s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 140s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 140s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 140s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 140s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 140s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 140s Setting up liblsof0 (4.99.4+dfsg-1) ... 140s Setting up iproute2 (6.13.0-1ubuntu1) ... 140s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 140s Setting up lsof (4.99.4+dfsg-1) ... 140s Processing triggers for man-db (2.13.0-1) ... 140s Processing triggers for libc-bin (2.40-4ubuntu1) ... 141s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 141s + /usr/lib/apt/apt-helper analyze-pattern ?true 141s + uname -r 141s + sed s/\./\\./g 141s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 141s + apt list ?obsolete 141s + + cut -d/ -f1 141s tail -n+2 141s + grep -v ^linux-.*6\.12\.0-15-generic.* 141s + true 141s + obsolete_pkgs= 141s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 141s Reading package lists... 141s Building dependency tree... 141s Reading state information... 141s The following packages will be REMOVED: 141s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 141s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 141s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 141s linux-tools-6.11.0-8-generic* 141s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 141s After this operation, 167 MB disk space will be freed. 141s (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.) 141s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 141s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 141s Removing libpython3.12t64:s390x (3.12.9-1) ... 141s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 141s Removing libnsl2:s390x (1.3.0-3build3) ... 141s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 141s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 141s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 142s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 142s Processing triggers for libc-bin (2.40-4ubuntu1) ... 142s (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.) 142s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 142s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 143s + grep -q trusty /etc/lsb-release 143s + [ ! -d /usr/share/doc/unattended-upgrades ] 143s + [ ! -d /usr/share/doc/lxd ] 143s + [ ! -d /usr/share/doc/lxd-client ] 143s + [ ! -d /usr/share/doc/snapd ] 143s + type iptables 143s + cat 143s + chmod 755 /etc/rc.local 143s + . /etc/rc.local 143s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 143s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 143s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 143s + uname -m 143s + [ s390x = ppc64le ] 143s + [ -d /run/systemd/system ] 143s + systemd-detect-virt --quiet --vm 143s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 143s + cat 143s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 143s + echo COMPRESS=lz4 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest [12:51:45]: upgrading testbed (apt dist-upgrade and autopurge) 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', 'dist-upgrade'], 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... 143s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 143s Starting 2 pkgProblemResolver with broken count: 0 143s Done 143s Entering ResolveByKeep 143s 144s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 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', '--purge', 'autoremove'], 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: 0 144s Starting 2 pkgProblemResolver with broken count: 0 144s Done 144s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 144s autopkgtest: DBG: testbed command exited with code 0 144s 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.fLVAUV/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 1 144s autopkgtest [12:51:46]: rebooting testbed after setup commands that affected boot 144s autopkgtest: DBG: sending command to testbed: reboot 161s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 161s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.fLVAUV'], kind short, sout raw, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.fLVAUV/autopkgtest-reboot 162s autopkgtest: DBG: got reply from testbed: ok 162s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.fLVAUV/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.fLVAUV/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.fLVAUV/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.fLVAUV'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.fLVAUV/autopkgtest-reboot-prepare 163s autopkgtest: DBG: got reply from testbed: ok 163s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.fLVAUV/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.fLVAUV/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest [12:52:05]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 163s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.fLVAUV/testbed-packages"], kind short, sout raw, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.fLVAUV/testbed-packages /tmp/autopkgtest-work.0vmg2r3k/out/testbed-packages 164s autopkgtest: DBG: got reply from testbed: ok 164s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 164s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.fLVAUV'], kind short, sout raw, serr pipe, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.fLVAUV/autopkgtest-reboot 164s autopkgtest: DBG: got reply from testbed: ok 164s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.fLVAUV/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.fLVAUV/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.fLVAUV/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.fLVAUV'], kind short, sout raw, serr pipe, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.fLVAUV/autopkgtest-reboot-prepare 165s autopkgtest: DBG: got reply from testbed: ok 165s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.fLVAUV/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.fLVAUV/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: Binaries: initialising 165s autopkgtest [12:52:07]: @@@@@@@@@@@@@@@@@@@@ apt-source python-pkcs11 165s autopkgtest: DBG: blame += python-pkcs11 165s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 165s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-pkcs11'], kind short, sout pipe, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-pkcs11$'], kind short, sout pipe, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-pkcs11=0.7.0-1build3'], kind short, sout pipe, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: install_deps: deps_new=[] 166s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['sh', '-ec', 'su --shell=/bin/sh ubuntu -c \'set -e; exec 3>&1 >&2; set -x; cd /; builddir=$(mktemp -d /tmp/autopkgtest.fLVAUV/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python-pkcs11=0.7.0-1build3 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 python-pkcs11_*.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'] 166s + cd / 166s + mktemp -d /tmp/autopkgtest.fLVAUV/build.XXX 166s + builddir=/tmp/autopkgtest.fLVAUV/build.v0y 166s + cd /tmp/autopkgtest.fLVAUV/build.v0y 166s + apt-get source -d -q --only-source python-pkcs11=0.7.0-1build3 167s + OUT=Reading package lists... 167s NOTICE: 'python-pkcs11' packaging is maintained in the 'Git' version control system at: 167s https://salsa.debian.org/python-team/packages/python-pkcs11.git 167s Please use: 167s git clone https://salsa.debian.org/python-team/packages/python-pkcs11.git 167s to retrieve the latest (possibly unreleased) updates to the package. 167s Need to get 116 kB of source archives. 167s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-pkcs11 0.7.0-1build3 (dsc) [2400 B] 167s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-pkcs11 0.7.0-1build3 (tar) [107 kB] 167s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-pkcs11 0.7.0-1build3 (diff) [7312 B] 167s Fetched 116 kB in 0s (271 kB/s) 167s Download complete and in download only mode 167s + [ -n ] 167s + grep ^Get: 167s + echo Reading package lists... 167s NOTICE: 'python-pkcs11' packaging is maintained in the 'Git' version control system at: 167s https://salsa.debian.org/python-team/packages/python-pkcs11.git 167s Please use: 167s git clone https://salsa.debian.org/python-team/packages/python-pkcs11.git 167s to retrieve the latest (possibly unreleased) updates to the package. 167s Need to get 116 kB of source archives. 167s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-pkcs11 0.7.0-1build3 (dsc) [2400 B] 167s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-pkcs11 0.7.0-1build3 (tar) [107 kB] 167s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-pkcs11 0.7.0-1build3 (diff) [7312 B] 167s Fetched 116 kB in 0s (271 kB/s) 167s Download complete and in download only mode 167s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-pkcs11 0.7.0-1build3 (dsc) [2400 B] 167s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-pkcs11 0.7.0-1build3 (tar) [107 kB] 167s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-pkcs11 0.7.0-1build3 (diff) [7312 B] 167s + dpkg-source -x python-pkcs11_0.7.0-1build3.dsc src 167s gpgv: Signature made Thu Nov 14 18:32:10 2024 UTC 167s gpgv: using RSA key 568BF22A66337CBFC9A6B9B72C83DBC8E9BD0E37 167s gpgv: Can't check signature: No public key 167s dpkg-source: warning: cannot verify inline signature for ./python-pkcs11_0.7.0-1build3.dsc: no acceptable signature found 167s + chmod -R a+rX . 167s + cd src/. 167s + pwd 167s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest [12:52:09]: testing package python-pkcs11 version 0.7.0-1build3 167s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.fLVAUV/build.v0y/src/debian/ /tmp/autopkgtest-work.0vmg2r3k/out/pkg/debian/ 167s autopkgtest: DBG: got reply from testbed: ok 167s autopkgtest: DBG: autodep8 generated control: ----- 167s Test-Command: pybuild-autopkgtest 167s Depends: @, pybuild-plugin-autopkgtest, @builddeps@, 167s Restrictions: allow-stderr, skippable, 167s Features: test-name=pybuild-autopkgtest 167s 167s ------- 167s autopkgtest: DBG: processing dependency @ 167s autopkgtest: DBG: synthesised dependency python3-pkcs11 167s autopkgtest: DBG: processing dependency pybuild-plugin-autopkgtest 167s autopkgtest: DBG: processing dependency @builddeps@ 167s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 167s autopkgtest: DBG: synthesised dependency dh-sequence-python3 167s autopkgtest: DBG: synthesised dependency cython3 167s autopkgtest: DBG: synthesised dependency python3-all-dev 167s autopkgtest: DBG: synthesised dependency python3-asn1crypto 167s autopkgtest: DBG: synthesised dependency python3-cached-property 167s autopkgtest: DBG: synthesised dependency python3-setuptools 167s autopkgtest: DBG: synthesised dependency python3-setuptools-scm 167s autopkgtest: DBG: synthesised dependency python3-pytest 167s autopkgtest: DBG: synthesised dependency python3-oscrypto 167s autopkgtest: DBG: synthesised dependency python3-cryptography 167s autopkgtest: DBG: synthesised dependency openssl 167s autopkgtest: DBG: synthesised dependency softhsm2 167s autopkgtest: DBG: synthesised dependency dh-sequence-sphinxdoc 167s autopkgtest: DBG: synthesised dependency python3-sphinx 167s autopkgtest: DBG: synthesised dependency python3-sphinx-rtd-theme 167s autopkgtest: DBG: synthesised dependency build-essential 167s autopkgtest: DBG: Test defined: name pybuild-autopkgtest path None command "pybuild-autopkgtest" restrictions ['allow-stderr', 'skippable'] features ['test-name=pybuild-autopkgtest'] depends ['python3-pkcs11', 'pybuild-plugin-autopkgtest', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'cython3', 'python3-all-dev', 'python3-asn1crypto', 'python3-cached-property', 'python3-setuptools', 'python3-setuptools-scm', 'python3-pytest ', 'python3-oscrypto ', 'python3-cryptography ', 'openssl ', 'softhsm2 ', 'dh-sequence-sphinxdoc ', 'python3-sphinx ', 'python3-sphinx-rtd-theme ', 'build-essential'] 167s autopkgtest [12:52:09]: build not needed 167s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.fLVAUV/build.v0y/src/ /tmp/autopkgtest-work.0vmg2r3k/out/tests-tree/ 168s autopkgtest: DBG: got reply from testbed: ok 168s autopkgtest: DBG: autodep8 generated control: ----- 168s Test-Command: pybuild-autopkgtest 168s Depends: @, pybuild-plugin-autopkgtest, @builddeps@, 168s Restrictions: allow-stderr, skippable, 168s Features: test-name=pybuild-autopkgtest 168s 168s ------- 168s autopkgtest: DBG: processing dependency @ 168s autopkgtest: DBG: synthesised dependency python3-pkcs11 168s autopkgtest: DBG: processing dependency pybuild-plugin-autopkgtest 168s autopkgtest: DBG: processing dependency @builddeps@ 168s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 168s autopkgtest: DBG: synthesised dependency dh-sequence-python3 168s autopkgtest: DBG: synthesised dependency cython3 168s autopkgtest: DBG: synthesised dependency python3-all-dev 168s autopkgtest: DBG: synthesised dependency python3-asn1crypto 168s autopkgtest: DBG: synthesised dependency python3-cached-property 168s autopkgtest: DBG: synthesised dependency python3-setuptools 168s autopkgtest: DBG: synthesised dependency python3-setuptools-scm 168s autopkgtest: DBG: synthesised dependency python3-pytest 168s autopkgtest: DBG: synthesised dependency python3-oscrypto 168s autopkgtest: DBG: synthesised dependency python3-cryptography 168s autopkgtest: DBG: synthesised dependency openssl 168s autopkgtest: DBG: synthesised dependency softhsm2 168s autopkgtest: DBG: synthesised dependency dh-sequence-sphinxdoc 168s autopkgtest: DBG: synthesised dependency python3-sphinx 168s autopkgtest: DBG: synthesised dependency python3-sphinx-rtd-theme 168s autopkgtest: DBG: synthesised dependency build-essential 168s autopkgtest: DBG: Test defined: name pybuild-autopkgtest path None command "pybuild-autopkgtest" restrictions ['allow-stderr', 'skippable'] features ['test-name=pybuild-autopkgtest'] depends ['python3-pkcs11', 'pybuild-plugin-autopkgtest', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'cython3', 'python3-all-dev', 'python3-asn1crypto', 'python3-cached-property', 'python3-setuptools', 'python3-setuptools-scm', 'python3-pytest ', 'python3-oscrypto ', 'python3-cryptography ', 'openssl ', 'softhsm2 ', 'dh-sequence-sphinxdoc ', 'python3-sphinx ', 'python3-sphinx-rtd-theme ', 'build-essential'] 168s autopkgtest [12:52:10]: test pybuild-autopkgtest: preparing testbed 168s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-pkcs11', 'pybuild-plugin-autopkgtest', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'cython3', 'python3-all-dev', 'python3-asn1crypto', 'python3-cached-property', 'python3-setuptools', 'python3-setuptools-scm', 'python3-pytest ', 'python3-oscrypto ', 'python3-cryptography ', 'openssl ', 'softhsm2 ', 'dh-sequence-sphinxdoc ', 'python3-sphinx ', 'python3-sphinx-rtd-theme ', 'build-essential'] 168s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 168s autopkgtest: DBG: install_deps: deps_new=['python3-pkcs11', 'pybuild-plugin-autopkgtest', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'cython3', 'python3-all-dev', 'python3-asn1crypto', 'python3-cached-property', 'python3-setuptools', 'python3-setuptools-scm', 'python3-pytest ', 'python3-oscrypto ', 'python3-cryptography ', 'openssl ', 'softhsm2 ', 'dh-sequence-sphinxdoc ', 'python3-sphinx ', 'python3-sphinx-rtd-theme ', 'build-essential'] 168s autopkgtest: DBG: install-deps: satisfying python3-pkcs11, pybuild-plugin-autopkgtest, debhelper-compat (= 13), dh-sequence-python3, cython3, python3-all-dev, python3-asn1crypto, python3-cached-property, python3-setuptools, python3-setuptools-scm, python3-pytest , python3-oscrypto , python3-cryptography , openssl , softhsm2 , dh-sequence-sphinxdoc , python3-sphinx , python3-sphinx-rtd-theme , build-essential 168s autopkgtest: DBG: can use apt-get on testbed: True 168s 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-pkcs11, pybuild-plugin-autopkgtest, debhelper-compat (= 13), dh-sequence-python3, cython3, python3-all-dev, python3-asn1crypto, python3-cached-property, python3-setuptools, python3-setuptools-scm, python3-pytest , python3-oscrypto , python3-cryptography , openssl , softhsm2 , dh-sequence-sphinxdoc , python3-sphinx , python3-sphinx-rtd-theme , build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 168s Reading package lists... 168s Building dependency tree... 168s Reading state information... 169s Starting pkgProblemResolver with broken count: 0 169s Starting 2 pkgProblemResolver with broken count: 0 169s Done 169s The following NEW packages will be installed: 169s autoconf automake autopoint autotools-dev build-essential cpp cpp-14 169s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu cython3 debhelper debugedit 169s dh-autoreconf dh-python dh-strip-nondeterminism docutils-common dwz 169s fonts-font-awesome fonts-lato g++ g++-14 g++-14-s390x-linux-gnu 169s g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu 169s gettext intltool-debian libarchive-zip-perl libasan8 libcc1-0 169s libdebhelper-perl libexpat1-dev libfile-stripnondeterminism-perl 169s libgcc-14-dev libgomp1 libisl23 libitm1 libjs-jquery libjs-sphinxdoc 169s libjs-underscore libjson-perl libmpc3 libnsl2 libpython3-all-dev 169s libpython3-dev libpython3.12-dev libpython3.12-minimal libpython3.12-stdlib 169s libpython3.12t64 libpython3.13-dev libsofthsm2 libstdc++-14-dev libtool 169s libubsan1 m4 po-debconf pybuild-plugin-autopkgtest python3-alabaster 169s python3-all python3-all-dev python3-asn1crypto python3-cached-property 169s python3-defusedxml python3-dev python3-docutils python3-imagesize 169s python3-iniconfig python3-oscrypto python3-packaging python3-pkcs11 169s python3-pluggy python3-pytest python3-roman python3-setuptools-scm 169s python3-snowballstemmer python3-sphinx python3-sphinx-rtd-theme 169s python3-sphinxcontrib.jquery python3.12 python3.12-dev python3.12-minimal 169s python3.13-dev sgml-base softhsm2 softhsm2-common sphinx-common 169s sphinx-rtd-theme-common xml-core zlib1g-dev 169s 0 upgraded, 91 newly installed, 0 to remove and 0 not upgraded. 169s Need to get 87.1 MB of archives. 169s After this operation, 313 MB of additional disk space will be used. 169s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 169s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 170s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-lato all 2.015-1 [2781 kB] 170s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 170s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 170s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 170s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 170s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 170s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 170s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 170s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 170s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 170s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 170s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 170s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 171s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 171s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 171s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 171s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 171s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 171s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 171s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 171s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 171s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 171s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 171s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 171s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 171s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 171s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 172s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 172s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 172s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 172s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 172s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 172s Get:35 http://ftpmaster.internal/ubuntu plucky/universe s390x cython3 s390x 3.0.11+dfsg-2ubuntu1 [3276 kB] 172s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 172s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 172s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 172s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 172s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 172s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 172s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 172s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 172s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 172s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 172s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 172s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 172s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 172s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 172s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 172s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-font-awesome all 5.0.10+really4.7.0~dfsg-4.1 [516 kB] 172s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 172s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 172s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 172s Get:55 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 172s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 172s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 172s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.2-1 [5596 kB] 173s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-dev s390x 3.13.1-1~exp2 [10.5 kB] 173s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 173s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-dev s390x 3.12.9-1 [5849 kB] 173s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-all-dev s390x 3.13.1-1~exp2 [922 B] 173s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x pybuild-plugin-autopkgtest all 6.20250108 [1744 B] 173s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 173s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.2-1 [508 kB] 173s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dev s390x 3.13.1-1~exp2 [26.7 kB] 173s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-dev s390x 3.12.9-1 [504 kB] 173s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all-dev s390x 3.13.1-1~exp2 [918 B] 173s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-asn1crypto all 1.5.1-3 [79.7 kB] 173s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-cached-property all 2.0.1-2 [10.2 kB] 173s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 173s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 173s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 173s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x python3-imagesize all 1.4.1-1 [6844 B] 173s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 173s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-oscrypto all 1.3.0-7 [128 kB] 173s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 173s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x sphinx-rtd-theme-common all 3.0.2+dfsg-2 [1014 kB] 173s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pkcs11 s390x 0.7.0-1build3 [500 kB] 173s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 173s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 173s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-scm all 8.1.0-1 [32.2 kB] 173s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x python3-snowballstemmer all 2.2.0-4build1 [59.8 kB] 173s Get:84 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x sphinx-common all 8.1.3-5 [663 kB] 173s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alabaster all 0.7.16-0.1 [18.5 kB] 173s Get:86 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-sphinx all 8.1.3-5 [474 kB] 173s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinxcontrib.jquery all 4.1-5 [6678 B] 173s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinx-rtd-theme all 3.0.2+dfsg-2 [23.5 kB] 173s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x softhsm2-common s390x 2.6.1-2.2ubuntu3 [6196 B] 173s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x libsofthsm2 s390x 2.6.1-2.2ubuntu3 [267 kB] 173s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x softhsm2 s390x 2.6.1-2.2ubuntu3 [176 kB] 174s Fetched 87.1 MB in 4s (19.6 MB/s) 174s Selecting previously unselected package libpython3.12-minimal:s390x. 174s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55929 files and directories currently installed.) 174s Preparing to unpack .../00-libpython3.12-minimal_3.12.9-1_s390x.deb ... 174s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 174s Selecting previously unselected package python3.12-minimal. 174s Preparing to unpack .../01-python3.12-minimal_3.12.9-1_s390x.deb ... 174s Unpacking python3.12-minimal (3.12.9-1) ... 174s Selecting previously unselected package fonts-lato. 174s Preparing to unpack .../02-fonts-lato_2.015-1_all.deb ... 174s Unpacking fonts-lato (2.015-1) ... 174s Selecting previously unselected package sgml-base. 174s Preparing to unpack .../03-sgml-base_1.31_all.deb ... 174s Unpacking sgml-base (1.31) ... 174s Selecting previously unselected package libnsl2:s390x. 174s Preparing to unpack .../04-libnsl2_1.3.0-3build3_s390x.deb ... 174s Unpacking libnsl2:s390x (1.3.0-3build3) ... 174s Selecting previously unselected package libpython3.12-stdlib:s390x. 174s Preparing to unpack .../05-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 174s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 174s Selecting previously unselected package python3.12. 174s Preparing to unpack .../06-python3.12_3.12.9-1_s390x.deb ... 174s Unpacking python3.12 (3.12.9-1) ... 174s Selecting previously unselected package m4. 174s Preparing to unpack .../07-m4_1.4.19-5_s390x.deb ... 174s Unpacking m4 (1.4.19-5) ... 174s Selecting previously unselected package autoconf. 174s Preparing to unpack .../08-autoconf_2.72-3_all.deb ... 174s Unpacking autoconf (2.72-3) ... 174s Selecting previously unselected package autotools-dev. 174s Preparing to unpack .../09-autotools-dev_20220109.1_all.deb ... 174s Unpacking autotools-dev (20220109.1) ... 174s Selecting previously unselected package automake. 174s Preparing to unpack .../10-automake_1%3a1.17-3_all.deb ... 174s Unpacking automake (1:1.17-3) ... 174s Selecting previously unselected package autopoint. 174s Preparing to unpack .../11-autopoint_0.23.1-1_all.deb ... 174s Unpacking autopoint (0.23.1-1) ... 174s Selecting previously unselected package libisl23:s390x. 174s Preparing to unpack .../12-libisl23_0.27-1_s390x.deb ... 174s Unpacking libisl23:s390x (0.27-1) ... 174s Selecting previously unselected package libmpc3:s390x. 174s Preparing to unpack .../13-libmpc3_1.3.1-1build2_s390x.deb ... 174s Unpacking libmpc3:s390x (1.3.1-1build2) ... 174s Selecting previously unselected package cpp-14-s390x-linux-gnu. 174s Preparing to unpack .../14-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 174s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 174s Selecting previously unselected package cpp-14. 174s Preparing to unpack .../15-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 174s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 174s Selecting previously unselected package cpp-s390x-linux-gnu. 174s Preparing to unpack .../16-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 174s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 174s Selecting previously unselected package cpp. 174s Preparing to unpack .../17-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 174s Unpacking cpp (4:14.2.0-1ubuntu1) ... 174s Selecting previously unselected package libcc1-0:s390x. 174s Preparing to unpack .../18-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 174s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 174s Selecting previously unselected package libgomp1:s390x. 174s Preparing to unpack .../19-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 174s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 174s Selecting previously unselected package libitm1:s390x. 174s Preparing to unpack .../20-libitm1_15-20250213-1ubuntu1_s390x.deb ... 174s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 174s Selecting previously unselected package libasan8:s390x. 174s Preparing to unpack .../21-libasan8_15-20250213-1ubuntu1_s390x.deb ... 174s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 174s Selecting previously unselected package libubsan1:s390x. 174s Preparing to unpack .../22-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 174s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 174s Selecting previously unselected package libgcc-14-dev:s390x. 174s Preparing to unpack .../23-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 174s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 174s Selecting previously unselected package gcc-14-s390x-linux-gnu. 174s Preparing to unpack .../24-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 174s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 175s Selecting previously unselected package gcc-14. 175s Preparing to unpack .../25-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 175s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 175s Selecting previously unselected package gcc-s390x-linux-gnu. 175s Preparing to unpack .../26-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 175s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 175s Selecting previously unselected package gcc. 175s Preparing to unpack .../27-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 175s Unpacking gcc (4:14.2.0-1ubuntu1) ... 175s Selecting previously unselected package libstdc++-14-dev:s390x. 175s Preparing to unpack .../28-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 175s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 175s Selecting previously unselected package g++-14-s390x-linux-gnu. 175s Preparing to unpack .../29-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 175s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 175s Selecting previously unselected package g++-14. 175s Preparing to unpack .../30-g++-14_14.2.0-17ubuntu1_s390x.deb ... 175s Unpacking g++-14 (14.2.0-17ubuntu1) ... 175s Selecting previously unselected package g++-s390x-linux-gnu. 175s Preparing to unpack .../31-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 175s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 175s Selecting previously unselected package g++. 175s Preparing to unpack .../32-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 175s Unpacking g++ (4:14.2.0-1ubuntu1) ... 175s Selecting previously unselected package build-essential. 175s Preparing to unpack .../33-build-essential_12.10ubuntu1_s390x.deb ... 175s Unpacking build-essential (12.10ubuntu1) ... 175s Selecting previously unselected package cython3. 175s Preparing to unpack .../34-cython3_3.0.11+dfsg-2ubuntu1_s390x.deb ... 175s Unpacking cython3 (3.0.11+dfsg-2ubuntu1) ... 175s Selecting previously unselected package libdebhelper-perl. 175s Preparing to unpack .../35-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 175s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 175s Selecting previously unselected package libtool. 175s Preparing to unpack .../36-libtool_2.5.4-3build1_all.deb ... 175s Unpacking libtool (2.5.4-3build1) ... 175s Selecting previously unselected package dh-autoreconf. 175s Preparing to unpack .../37-dh-autoreconf_20_all.deb ... 175s Unpacking dh-autoreconf (20) ... 175s Selecting previously unselected package libarchive-zip-perl. 175s Preparing to unpack .../38-libarchive-zip-perl_1.68-1_all.deb ... 175s Unpacking libarchive-zip-perl (1.68-1) ... 175s Selecting previously unselected package libfile-stripnondeterminism-perl. 175s Preparing to unpack .../39-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 175s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 175s Selecting previously unselected package dh-strip-nondeterminism. 175s Preparing to unpack .../40-dh-strip-nondeterminism_1.14.1-2_all.deb ... 175s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 175s Selecting previously unselected package debugedit. 175s Preparing to unpack .../41-debugedit_1%3a5.1-2_s390x.deb ... 175s Unpacking debugedit (1:5.1-2) ... 175s Selecting previously unselected package dwz. 175s Preparing to unpack .../42-dwz_0.15-1build6_s390x.deb ... 175s Unpacking dwz (0.15-1build6) ... 175s Selecting previously unselected package gettext. 175s Preparing to unpack .../43-gettext_0.23.1-1_s390x.deb ... 175s Unpacking gettext (0.23.1-1) ... 175s Selecting previously unselected package intltool-debian. 175s Preparing to unpack .../44-intltool-debian_0.35.0+20060710.6_all.deb ... 175s Unpacking intltool-debian (0.35.0+20060710.6) ... 175s Selecting previously unselected package po-debconf. 175s Preparing to unpack .../45-po-debconf_1.0.21+nmu1_all.deb ... 175s Unpacking po-debconf (1.0.21+nmu1) ... 175s Selecting previously unselected package debhelper. 175s Preparing to unpack .../46-debhelper_13.24.1ubuntu2_all.deb ... 175s Unpacking debhelper (13.24.1ubuntu2) ... 175s Selecting previously unselected package dh-python. 175s Preparing to unpack .../47-dh-python_6.20250108_all.deb ... 175s Unpacking dh-python (6.20250108) ... 175s Selecting previously unselected package xml-core. 175s Preparing to unpack .../48-xml-core_0.19_all.deb ... 175s Unpacking xml-core (0.19) ... 175s Selecting previously unselected package docutils-common. 175s Preparing to unpack .../49-docutils-common_0.21.2+dfsg-2_all.deb ... 175s Unpacking docutils-common (0.21.2+dfsg-2) ... 175s Selecting previously unselected package fonts-font-awesome. 175s Preparing to unpack .../50-fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1_all.deb ... 175s Unpacking fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 175s Selecting previously unselected package libexpat1-dev:s390x. 175s Preparing to unpack .../51-libexpat1-dev_2.6.4-1_s390x.deb ... 175s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 175s Selecting previously unselected package libjs-jquery. 175s Preparing to unpack .../52-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 175s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 175s Selecting previously unselected package libjs-underscore. 175s Preparing to unpack .../53-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 175s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 175s Selecting previously unselected package libjs-sphinxdoc. 175s Preparing to unpack .../54-libjs-sphinxdoc_8.1.3-5_all.deb ... 175s Unpacking libjs-sphinxdoc (8.1.3-5) ... 175s Selecting previously unselected package libjson-perl. 175s Preparing to unpack .../55-libjson-perl_4.10000-1_all.deb ... 175s Unpacking libjson-perl (4.10000-1) ... 175s Selecting previously unselected package zlib1g-dev:s390x. 175s Preparing to unpack .../56-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 175s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 175s Selecting previously unselected package libpython3.13-dev:s390x. 175s Preparing to unpack .../57-libpython3.13-dev_3.13.2-1_s390x.deb ... 175s Unpacking libpython3.13-dev:s390x (3.13.2-1) ... 176s Selecting previously unselected package libpython3-dev:s390x. 176s Preparing to unpack .../58-libpython3-dev_3.13.1-1~exp2_s390x.deb ... 176s Unpacking libpython3-dev:s390x (3.13.1-1~exp2) ... 176s Selecting previously unselected package libpython3.12t64:s390x. 176s Preparing to unpack .../59-libpython3.12t64_3.12.9-1_s390x.deb ... 176s Unpacking libpython3.12t64:s390x (3.12.9-1) ... 176s Selecting previously unselected package libpython3.12-dev:s390x. 176s Preparing to unpack .../60-libpython3.12-dev_3.12.9-1_s390x.deb ... 176s Unpacking libpython3.12-dev:s390x (3.12.9-1) ... 176s Selecting previously unselected package libpython3-all-dev:s390x. 176s Preparing to unpack .../61-libpython3-all-dev_3.13.1-1~exp2_s390x.deb ... 176s Unpacking libpython3-all-dev:s390x (3.13.1-1~exp2) ... 176s Selecting previously unselected package pybuild-plugin-autopkgtest. 176s Preparing to unpack .../62-pybuild-plugin-autopkgtest_6.20250108_all.deb ... 176s Unpacking pybuild-plugin-autopkgtest (6.20250108) ... 176s Selecting previously unselected package python3-all. 176s Preparing to unpack .../63-python3-all_3.13.1-1~exp2_s390x.deb ... 176s Unpacking python3-all (3.13.1-1~exp2) ... 176s Selecting previously unselected package python3.13-dev. 176s Preparing to unpack .../64-python3.13-dev_3.13.2-1_s390x.deb ... 176s Unpacking python3.13-dev (3.13.2-1) ... 176s Selecting previously unselected package python3-dev. 176s Preparing to unpack .../65-python3-dev_3.13.1-1~exp2_s390x.deb ... 176s Unpacking python3-dev (3.13.1-1~exp2) ... 176s Selecting previously unselected package python3.12-dev. 176s Preparing to unpack .../66-python3.12-dev_3.12.9-1_s390x.deb ... 176s Unpacking python3.12-dev (3.12.9-1) ... 176s Selecting previously unselected package python3-all-dev. 176s Preparing to unpack .../67-python3-all-dev_3.13.1-1~exp2_s390x.deb ... 176s Unpacking python3-all-dev (3.13.1-1~exp2) ... 176s Selecting previously unselected package python3-asn1crypto. 176s Preparing to unpack .../68-python3-asn1crypto_1.5.1-3_all.deb ... 176s Unpacking python3-asn1crypto (1.5.1-3) ... 176s Selecting previously unselected package python3-cached-property. 176s Preparing to unpack .../69-python3-cached-property_2.0.1-2_all.deb ... 176s Unpacking python3-cached-property (2.0.1-2) ... 176s Selecting previously unselected package python3-defusedxml. 176s Preparing to unpack .../70-python3-defusedxml_0.7.1-3_all.deb ... 176s Unpacking python3-defusedxml (0.7.1-3) ... 176s Selecting previously unselected package python3-roman. 176s Preparing to unpack .../71-python3-roman_5.0-1_all.deb ... 176s Unpacking python3-roman (5.0-1) ... 176s Selecting previously unselected package python3-docutils. 176s Preparing to unpack .../72-python3-docutils_0.21.2+dfsg-2_all.deb ... 176s Unpacking python3-docutils (0.21.2+dfsg-2) ... 176s Selecting previously unselected package python3-imagesize. 176s Preparing to unpack .../73-python3-imagesize_1.4.1-1_all.deb ... 176s Unpacking python3-imagesize (1.4.1-1) ... 176s Selecting previously unselected package python3-iniconfig. 176s Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 176s Unpacking python3-iniconfig (1.1.1-2) ... 176s Selecting previously unselected package python3-oscrypto. 176s Preparing to unpack .../75-python3-oscrypto_1.3.0-7_all.deb ... 176s Unpacking python3-oscrypto (1.3.0-7) ... 176s Selecting previously unselected package python3-packaging. 176s Preparing to unpack .../76-python3-packaging_24.2-1_all.deb ... 176s Unpacking python3-packaging (24.2-1) ... 176s Selecting previously unselected package sphinx-rtd-theme-common. 176s Preparing to unpack .../77-sphinx-rtd-theme-common_3.0.2+dfsg-2_all.deb ... 176s Unpacking sphinx-rtd-theme-common (3.0.2+dfsg-2) ... 176s Selecting previously unselected package python3-pkcs11. 176s Preparing to unpack .../78-python3-pkcs11_0.7.0-1build3_s390x.deb ... 176s Unpacking python3-pkcs11 (0.7.0-1build3) ... 176s Selecting previously unselected package python3-pluggy. 176s Preparing to unpack .../79-python3-pluggy_1.5.0-1_all.deb ... 176s Unpacking python3-pluggy (1.5.0-1) ... 176s Selecting previously unselected package python3-pytest. 176s Preparing to unpack .../80-python3-pytest_8.3.4-1_all.deb ... 176s Unpacking python3-pytest (8.3.4-1) ... 176s Selecting previously unselected package python3-setuptools-scm. 176s Preparing to unpack .../81-python3-setuptools-scm_8.1.0-1_all.deb ... 176s Unpacking python3-setuptools-scm (8.1.0-1) ... 176s Selecting previously unselected package python3-snowballstemmer. 176s Preparing to unpack .../82-python3-snowballstemmer_2.2.0-4build1_all.deb ... 176s Unpacking python3-snowballstemmer (2.2.0-4build1) ... 176s Selecting previously unselected package sphinx-common. 176s Preparing to unpack .../83-sphinx-common_8.1.3-5_all.deb ... 176s Unpacking sphinx-common (8.1.3-5) ... 176s Selecting previously unselected package python3-alabaster. 176s Preparing to unpack .../84-python3-alabaster_0.7.16-0.1_all.deb ... 176s Unpacking python3-alabaster (0.7.16-0.1) ... 176s Selecting previously unselected package python3-sphinx. 176s Preparing to unpack .../85-python3-sphinx_8.1.3-5_all.deb ... 176s Unpacking python3-sphinx (8.1.3-5) ... 176s Selecting previously unselected package python3-sphinxcontrib.jquery. 176s Preparing to unpack .../86-python3-sphinxcontrib.jquery_4.1-5_all.deb ... 176s Unpacking python3-sphinxcontrib.jquery (4.1-5) ... 176s Selecting previously unselected package python3-sphinx-rtd-theme. 176s Preparing to unpack .../87-python3-sphinx-rtd-theme_3.0.2+dfsg-2_all.deb ... 176s Unpacking python3-sphinx-rtd-theme (3.0.2+dfsg-2) ... 176s Selecting previously unselected package softhsm2-common. 176s Preparing to unpack .../88-softhsm2-common_2.6.1-2.2ubuntu3_s390x.deb ... 176s Unpacking softhsm2-common (2.6.1-2.2ubuntu3) ... 176s Selecting previously unselected package libsofthsm2. 176s Preparing to unpack .../89-libsofthsm2_2.6.1-2.2ubuntu3_s390x.deb ... 176s Unpacking libsofthsm2 (2.6.1-2.2ubuntu3) ... 176s Selecting previously unselected package softhsm2. 176s Preparing to unpack .../90-softhsm2_2.6.1-2.2ubuntu3_s390x.deb ... 176s Unpacking softhsm2 (2.6.1-2.2ubuntu3) ... 176s Setting up dh-python (6.20250108) ... 176s Setting up python3-cached-property (2.0.1-2) ... 177s Setting up python3-iniconfig (1.1.1-2) ... 177s Setting up softhsm2-common (2.6.1-2.2ubuntu3) ... 177s Creating config file /etc/softhsm/softhsm2.conf with new version 177s Setting up fonts-lato (2.015-1) ... 177s Setting up python3-defusedxml (0.7.1-3) ... 177s Setting up libarchive-zip-perl (1.68-1) ... 177s Setting up python3-alabaster (0.7.16-0.1) ... 177s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 177s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 177s Setting up m4 (1.4.19-5) ... 177s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 177s Setting up python3-roman (5.0-1) ... 177s Setting up autotools-dev (20220109.1) ... 177s Setting up python3-packaging (24.2-1) ... 177s Setting up libexpat1-dev:s390x (2.6.4-1) ... 177s Setting up python3-snowballstemmer (2.2.0-4build1) ... 178s Setting up libmpc3:s390x (1.3.1-1build2) ... 178s Setting up cython3 (3.0.11+dfsg-2ubuntu1) ... 179s Setting up autopoint (0.23.1-1) ... 179s Setting up autoconf (2.72-3) ... 179s Setting up python3-pluggy (1.5.0-1) ... 179s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 179s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 179s Setting up dwz (0.15-1build6) ... 179s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 179s Setting up libjson-perl (4.10000-1) ... 179s Setting up libnsl2:s390x (1.3.0-3build3) ... 179s Setting up debugedit (1:5.1-2) ... 179s Setting up sgml-base (1.31) ... 179s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 179s Setting up libisl23:s390x (0.27-1) ... 179s Setting up python3-asn1crypto (1.5.1-3) ... 179s Setting up fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 179s Setting up sphinx-rtd-theme-common (3.0.2+dfsg-2) ... 179s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 179s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 179s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 179s Setting up python3-imagesize (1.4.1-1) ... 180s Setting up automake (1:1.17-3) ... 180s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 180s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 180s Setting up python3.12-minimal (3.12.9-1) ... 180s Setting up libsofthsm2 (2.6.1-2.2ubuntu3) ... 180s Setting up softhsm2 (2.6.1-2.2ubuntu3) ... 180s Setting up gettext (0.23.1-1) ... 180s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 180s Setting up python3-pytest (8.3.4-1) ... 181s Setting up python3.12 (3.12.9-1) ... 182s Setting up python3-all (3.13.1-1~exp2) ... 182s Setting up python3-setuptools-scm (8.1.0-1) ... 182s Setting up intltool-debian (0.35.0+20060710.6) ... 182s Setting up libpython3.12t64:s390x (3.12.9-1) ... 182s Setting up python3-oscrypto (1.3.0-7) ... 182s Setting up libpython3.13-dev:s390x (3.13.2-1) ... 182s Setting up libjs-sphinxdoc (8.1.3-5) ... 182s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 182s Setting up cpp-14 (14.2.0-17ubuntu1) ... 182s Setting up dh-strip-nondeterminism (1.14.1-2) ... 182s Setting up xml-core (0.19) ... 182s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 182s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 182s Setting up libpython3-dev:s390x (3.13.1-1~exp2) ... 182s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 182s Setting up python3.13-dev (3.13.2-1) ... 182s Setting up po-debconf (1.0.21+nmu1) ... 183s Setting up libpython3.12-dev:s390x (3.12.9-1) ... 183s Setting up python3-pkcs11 (0.7.0-1build3) ... 183s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 183s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 183s Setting up libpython3-all-dev:s390x (3.13.1-1~exp2) ... 183s Setting up sphinx-common (8.1.3-5) ... 183s Setting up python3-dev (3.13.1-1~exp2) ... 183s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 183s Setting up python3.12-dev (3.12.9-1) ... 183s Setting up cpp (4:14.2.0-1ubuntu1) ... 183s Setting up python3-all-dev (3.13.1-1~exp2) ... 183s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 183s Setting up gcc-14 (14.2.0-17ubuntu1) ... 183s Setting up g++-14 (14.2.0-17ubuntu1) ... 183s Setting up libtool (2.5.4-3build1) ... 183s Setting up gcc (4:14.2.0-1ubuntu1) ... 183s Setting up dh-autoreconf (20) ... 183s Setting up g++ (4:14.2.0-1ubuntu1) ... 183s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 183s Setting up build-essential (12.10ubuntu1) ... 183s Setting up debhelper (13.24.1ubuntu2) ... 183s Setting up pybuild-plugin-autopkgtest (6.20250108) ... 183s Processing triggers for install-info (7.1.1-1) ... 183s Processing triggers for libc-bin (2.40-4ubuntu1) ... 183s Processing triggers for systemd (257.2-3ubuntu1) ... 183s Processing triggers for man-db (2.13.0-1) ... 184s Processing triggers for sgml-base (1.31) ... 184s Setting up docutils-common (0.21.2+dfsg-2) ... 184s Processing triggers for sgml-base (1.31) ... 184s Setting up python3-docutils (0.21.2+dfsg-2) ... 185s Setting up python3-sphinx (8.1.3-5) ... 186s Setting up python3-sphinxcontrib.jquery (4.1-5) ... 186s Setting up python3-sphinx-rtd-theme (3.0.2+dfsg-2) ... 186s autopkgtest: DBG: testbed command exited with code 0 186s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-pkcs11'], kind short, sout pipe, serr pipe, env [] 186s autopkgtest: DBG: testbed command exited with code 0 186s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-packages.all"], kind short, sout raw, serr pipe, env [] 187s autopkgtest: DBG: testbed command exited with code 0 187s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-packages.all /tmp/autopkgtest-work.0vmg2r3k/out/pybuild-autopkgtest-packages.all 187s autopkgtest: DBG: got reply from testbed: ok 187s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.fLVAUV/build.v0y/src'], kind short, sout raw, serr raw, env [] 187s autopkgtest: DBG: testbed command exited with code 0 187s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.fLVAUV/build.v0y/src already exists 187s autopkgtest [12:52:29]: test pybuild-autopkgtest: pybuild-autopkgtest 187s autopkgtest [12:52:29]: test pybuild-autopkgtest: [----------------------- 187s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.fLVAUV/wrapper.sh --debug --artifacts=/tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-artifacts --chdir=/tmp/autopkgtest.fLVAUV/build.v0y/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.fLVAUV/pybuild-autopkgtest-stderr --stdout=/tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-stdout --tmp=/tmp/autopkgtest.fLVAUV/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- bash -ec pybuild-autopkgtest'], kind test, sout raw, serr raw, env [] 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-artifacts 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: changing to directory: /tmp/autopkgtest.fLVAUV/build.v0y/src 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: setting environment: LANG=C.UTF-8 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LANGUAGE 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_ADDRESS 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_ALL 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_COLLATE 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_CTYPE 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_IDENTIFICATION 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_MEASUREMENT 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_MESSAGES 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_MONETARY 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_NAME 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_NUMERIC 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_PAPER 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_TELEPHONE 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: unsetting environment: LC_TIME 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: pretending to be a login shell 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: will write standard error to /tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-stderr 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: will write stdout to /tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-stdout 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.fLVAUV/autopkgtest_tmp 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: command to run: bash -ec pybuild-autopkgtest 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: copying /tmp/tmp.jeE2KYxCd8/out to stdout and file: /tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-stdout 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: copying /tmp/tmp.jeE2KYxCd8/err to standard error and file: /tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-stdout 187s /tmp/autopkgtest.fLVAUV/wrapper.sh: writing script pid 2633 to /tmp/autopkgtest_script_pid 188s pybuild-autopkgtest 188s I: pybuild base:311: cd /tmp/autopkgtest.fLVAUV/autopkgtest_tmp/build; python3.12 -m test_runner_softhsm2 188s Creating temporary directory for SoftHSM 2: /tmp/autopkgtest.fLVAUV/autopkgtest_tmp/build/tests/pkcs11-testenv.rk_aqenm 188s Initializing a new token with softhsm2-util 189s Slot 0 has a free/uninitialized token. 189s The token has been initialized and is reassigned to slot 1494761749 189s Running in the test environment... 189s ============================= test session starts ============================== 189s platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 189s rootdir: /tmp/autopkgtest.fLVAUV/autopkgtest_tmp/build 189s plugins: typeguard-4.4.1 189s collected 70 items 189s 189s tests/test_aes.py ....ss. [ 10%] 189s tests/test_des.py .... [ 15%] 191s tests/test_dh.py ... [ 20%] 191s tests/test_digest.py .... [ 25%] 191s tests/test_dsa.py ... [ 30%] 191s tests/test_ecc.py .s.... [ 38%] 191s tests/test_iterators.py x. [ 41%] 192s tests/test_public_key_external.py .s.. [ 47%] 192s tests/test_rsa.py ....... [ 57%] 192s tests/test_sessions.py .............. [ 77%] 192s tests/test_slots_and_tokens.py ........ [ 88%] 192s tests/test_threading.py . [ 90%] 192s tests/test_x509.py ..s..s. [100%] 192s 192s =============================== warnings summary =============================== 192s tests/test_public_key_external.py::ExternalPublicKeyTests::test_ecdh 192s /tmp/autopkgtest.fLVAUV/autopkgtest_tmp/build/tests/test_public_key_external.py:82: CryptographyDeprecationWarning: Curve argument must be an instance of an EllipticCurve class. Did you pass a class by mistake? This will be an exception in a future version of cryptography. 192s bob_priv = ec.generate_private_key(ec.SECP256R1, 192s 192s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 192s ============ 63 passed, 6 skipped, 1 xfailed, 1 warning in -82.13s ============= 192s Done 192s Deleting the token from SoftHSM 2 192s Found token (abd80857-ddc1-35d1-06a0-da5bd9184115) with matching token label. 192s The token (/tmp/autopkgtest.fLVAUV/autopkgtest_tmp/build/tests/pkcs11-testenv.rk_aqenm/softhsm2/abd80857-ddc1-35d1-06a0-da5bd9184115) has been deleted. 192s Removing temporary directory /tmp/autopkgtest.fLVAUV/autopkgtest_tmp/build/tests/pkcs11-testenv.rk_aqenm 192s I: pybuild base:311: cd /tmp/autopkgtest.fLVAUV/autopkgtest_tmp/build; python3.13 -m test_runner_softhsm2 192s Creating temporary directory for SoftHSM 2: /tmp/autopkgtest.fLVAUV/autopkgtest_tmp/build/tests/pkcs11-testenv.8sho7uzn 192s Initializing a new token with softhsm2-util 192s Slot 0 has a free/uninitialized token. 192s The token has been initialized and is reassigned to slot 2081591239 192s Running in the test environment... 192s ============================= test session starts ============================== 192s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 192s rootdir: /tmp/autopkgtest.fLVAUV/autopkgtest_tmp/build 192s plugins: typeguard-4.4.1 192s collected 70 items 192s 192s tests/test_aes.py ....ss. [ 10%] 192s tests/test_des.py .... [ 15%] 193s tests/test_dh.py ... [ 20%] 193s tests/test_digest.py .... [ 25%] 194s tests/test_dsa.py ... [ 30%] 194s tests/test_ecc.py .s.... [ 38%] 194s tests/test_iterators.py x. [ 41%] 194s tests/test_public_key_external.py .s.. [ 47%] 194s tests/test_rsa.py ....... [ 57%] 194s tests/test_sessions.py .............. [ 77%] 194s tests/test_slots_and_tokens.py ........ [ 88%] 194s tests/test_threading.py . [ 90%] 194s tests/test_x509.py ..s..s. [100%] 194s 194s =============================== warnings summary =============================== 194s tests/test_public_key_external.py::ExternalPublicKeyTests::test_ecdh 194s /tmp/autopkgtest.fLVAUV/autopkgtest_tmp/build/tests/test_public_key_external.py:82: CryptographyDeprecationWarning: Curve argument must be an instance of an EllipticCurve class. Did you pass a class by mistake? This will be an exception in a future version of cryptography. 194s bob_priv = ec.generate_private_key(ec.SECP256R1, 194s 194s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 194s ============= 63 passed, 6 skipped, 1 xfailed, 1 warning in 1.81s ============== 194s Done 194s Deleting the token from SoftHSM 2 194s Found token (ce01ef75-ab00-5ecc-6715-29817c128fc7) with matching token label. 194s The token (/tmp/autopkgtest.fLVAUV/autopkgtest_tmp/build/tests/pkcs11-testenv.8sho7uzn/softhsm2/ce01ef75-ab00-5ecc-6715-29817c128fc7) has been deleted. 194s Removing temporary directory /tmp/autopkgtest.fLVAUV/autopkgtest_tmp/build/tests/pkcs11-testenv.8sho7uzn 194s /tmp/autopkgtest.fLVAUV/wrapper.sh: checking for leaked background processes... 194s /tmp/autopkgtest.fLVAUV/wrapper.sh: waiting for tee/cat subprocesses... 194s /tmp/autopkgtest.fLVAUV/wrapper.sh: cleaning up... 194s /tmp/autopkgtest.fLVAUV/wrapper.sh: Exit status: 0 194s autopkgtest: DBG: testbed command exited with code 0 195s autopkgtest [12:52:37]: test pybuild-autopkgtest: -----------------------] 195s autopkgtest: DBG: testbed executing test finished with exit status 0 195s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-stdout /tmp/autopkgtest-work.0vmg2r3k/out/pybuild-autopkgtest-stdout 195s autopkgtest: DBG: got reply from testbed: ok 195s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-stderr /tmp/autopkgtest-work.0vmg2r3k/out/pybuild-autopkgtest-stderr 195s autopkgtest: DBG: got reply from testbed: ok 195s autopkgtest [12:52:37]: test pybuild-autopkgtest: - - - - - - - - - - results - - - - - - - - - - 195s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-artifacts/ /tmp/autopkgtest-work.0vmg2r3k/out/artifacts/ 195s pybuild-autopkgtest PASS 195s autopkgtest: DBG: got reply from testbed: ok 195s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.fLVAUV/pybuild-autopkgtest-artifacts', '/tmp/autopkgtest.fLVAUV/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 195s autopkgtest: DBG: testbed command exited with code 0 195s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 195s autopkgtest [12:52:37]: @@@@@@@@@@@@@@@@@@@@ summary 195s pybuild-autopkgtest PASS 195s autopkgtest: DBG: testbed stop 195s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.fLVAUV 195s autopkgtest: DBG: sending command to testbed: close 213s autopkgtest: DBG: got reply from testbed: ok 213s autopkgtest: DBG: sending command to testbed: quit 213s nova [W] Using flock in prodstack6-s390x 213s Creating nova instance adt-plucky-s390x-python-pkcs11-20250219-124921-juju-7f2275-prod-proposed-migration-environment-15-6ce93166-a56f-4139-85bc-01ca35742e3c from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 213s nova [W] Timed out waiting for 67f1291a-c14b-495d-973a-07ecbffca359 to get deleted.