0s autopkgtest: DBG: testbed init
  0s autopkgtest [12:27:21]: starting date and time: 2025-02-19 12:27:21+0000
  0s autopkgtest [12:27:21]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production'
  0s autopkgtest [12:27:21]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.5fa_nhos/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade pyhamtools --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-18.secgroup --name adt-plucky-s390x-pyhamtools-20250219-122721-juju-7f2275-prod-proposed-migration-environment-15-20dd69c0-2c46-4c7d-9c8a-02c65dab04d5 --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/
  0s autopkgtest: DBG: got reply from testbed: ok
  0s autopkgtest: DBG: testbed open, scratch=None
  0s autopkgtest: DBG: sending command to testbed: open
126s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.GzORNo
126s autopkgtest: DBG: sending command to testbed: print-execute-command
126s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh._5a04wvu/runcmd
126s autopkgtest: DBG: sending command to testbed: capabilities
126s autopkgtest: DBG: got reply from testbed: ok revert isolation-machine suggested-normal-user=ubuntu revert-full-system reboot root-on-testbed
126s autopkgtest: DBG: testbed capabilities: ['revert', 'isolation-machine', 'suggested-normal-user=ubuntu', 'revert-full-system', 'reboot', 'root-on-testbed', 'has_internet']
126s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GzORNo'], kind short, sout raw, serr pipe, env []
127s autopkgtest: DBG: testbed command exited with code 0
127s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.GzORNo/wrapper.sh
127s autopkgtest: DBG: got reply from testbed: ok
127s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GzORNo/wrapper.sh'], kind short, sout raw, serr pipe, env []
127s autopkgtest: DBG: testbed command exited with code 0
127s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env []
127s autopkgtest: DBG: testbed command exited with code 0
127s autopkgtest [12:29:28]: testbed dpkg architecture: s390x
127s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env []
127s autopkgtest: DBG: testbed command exited with code 0
127s autopkgtest [12:29:28]: testbed apt version: 2.9.30
127s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env []
127s autopkgtest: DBG: testbed command exited with code 0
127s autopkgtest: DBG: testbed has eatmydata
127s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env []
128s autopkgtest: DBG: testbed command exited with code 0
128s autopkgtest [12:29:29]: @@@@@@@@@@@@@@@@@@@@ test bed setup
128s 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# <distro>.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 []
128s autopkgtest: DBG: testbed command exited with code 0
128s autopkgtest [12:29:29]: testbed release detected to be: None
128s 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 []
128s autopkgtest: DBG: testbed command exited with code 0
128s 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 []
128s autopkgtest: DBG: testbed command exited with code 0
128s autopkgtest: DBG: adding APT source: Types: deb deb-src
128s URIs: http://ftpmaster.internal/ubuntu/
128s Suites: plucky-proposed
128s Components: main restricted universe multiverse
128s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
128s 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 []
128s autopkgtest: DBG: testbed command exited with code 0
128s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref:
128s Package: *
128s Pin: release plucky-proposed
128s Pin-Priority: 500
128s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-zz-plucky-proposed-baseline.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 500'], kind short, sout raw, serr pipe, env []
128s autopkgtest: DBG: testbed command exited with code 0
128s autopkgtest [12:29:29]: updating testbed package index (apt update)
128s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none']
129s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB]
129s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease
129s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease
129s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease
129s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB]
129s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B]
129s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB]
129s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB]
129s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB]
129s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B]
129s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB]
130s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B]
130s Fetched 1700 kB in 1s (1734 kB/s)
130s Reading package lists...
130s autopkgtest: DBG: testbed command exited with code 0
130s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref:
130s Package: *
130s Pin: release plucky-proposed
130s Pin-Priority: 100
130s 
130s Package: src:sphinx:any
130s Pin: release plucky-proposed
130s Pin-Priority: 995
130s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:sphinx:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env []
130s autopkgtest: DBG: testbed command exited with code 0
130s autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.GzORNo/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env []
131s autopkgtest: DBG: testbed command exited with code 0
131s 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 <<EOF\nPackage: *\nPin: release a=$RELEASE\nPin-Priority: 1001\n\nPackage: *\nPin: release a=$RELEASE-updates\nPin-Priority: 1001\n\nPackage: *\nPin: release n=$RELEASE-security\nPin-Priority: 1001\nEOF\n# This is going to be a downgrade-only (or no-op) dist-upgrade, as setup-testbed\n# already dist-upgraded the system. Force the usage of the conf files of the\n# package being installed (--force-confnew), as conf files "from the future"\n# may not be supported by the older package version we\'re downgrading to.\nif [ "${RELEASE}" != "trusty" ]; then\n    DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::="--force-confnew" dist-upgrade\nfi\nrm /etc/apt/preferences.d/force-downgrade-to-release.pref\n\n# Remove packages not available from any configured repository, e.g.\n# packages fully removed from the archive. This requires the analyze-pattern\n# feature, which has been introduced in apt 2.0.1 (>= 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 <<EOF > /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 <<EOF > /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi\n\n# set compressor to lz4 where supported, we care about compression speed\nif grep -q lz4 /etc/initramfs-tools/initramfs.conf; then\n    echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu']
131s + lsb_release --codename --short
131s + RELEASE=plucky
131s + cat
131s + [ plucky != trusty ]
131s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade
131s Reading package lists...
131s Building dependency tree...
131s Reading state information...
131s Calculating upgrade...
131s The following packages were automatically installed and are no longer required:
131s   libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64
131s   linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic
131s   linux-modules-6.11.0-8-generic linux-tools-6.11.0-8
131s   linux-tools-6.11.0-8-generic
131s Use 'sudo apt autoremove' to remove them.
131s The following packages will be upgraded:
131s   iproute2 liblsof0 libp11-kit0 lsof
131s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
131s Need to get 1791 kB of archives.
131s After this operation, 17.4 kB of additional disk space will be used.
131s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB]
132s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB]
132s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB]
132s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB]
132s Preconfiguring packages ...
132s Fetched 1791 kB in 1s (2784 kB/s)
132s (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.)
132s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ...
132s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ...
132s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ...
132s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ...
132s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ...
132s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ...
132s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ...
132s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ...
133s Setting up liblsof0 (4.99.4+dfsg-1) ...
133s Setting up iproute2 (6.13.0-1ubuntu1) ...
133s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ...
133s Setting up lsof (4.99.4+dfsg-1) ...
133s Processing triggers for man-db (2.13.0-1) ...
133s Processing triggers for libc-bin (2.40-4ubuntu1) ...
133s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref
133s + /usr/lib/apt/apt-helper analyze-pattern ?true
133s + uname -r
133s + sed s/\./\\./g
133s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.*
133s + apt list ?obsolete
133s + tail -n+2
133s + grep -v ^linux-.*6\.12\.0-15-generic.*
133s + cut -d/ -f1
133s + true
133s + obsolete_pkgs=
133s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove
133s Reading package lists...
134s Building dependency tree...
134s Reading state information...
134s The following packages will be REMOVED:
134s   libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64*
134s   linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic*
134s   linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8*
134s   linux-tools-6.11.0-8-generic*
134s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded.
134s After this operation, 167 MB disk space will be freed.
134s (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 81031 files and directories currently installed.)
134s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ...
134s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ...
134s Removing libpython3.12t64:s390x (3.12.9-1) ...
134s Removing libpython3.12-stdlib:s390x (3.12.9-1) ...
134s Removing libnsl2:s390x (1.3.0-3build3) ...
134s Removing libpython3.12-minimal:s390x (3.12.9-1) ...
134s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ...
134s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ...
135s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ...
135s Processing triggers for libc-bin (2.40-4ubuntu1) ...
135s (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 55931 files and directories currently installed.)
135s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ...
135s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ...
135s + grep -q trusty /etc/lsb-release
135s + [ ! -d /usr/share/doc/unattended-upgrades ]
135s + [ ! -d /usr/share/doc/lxd ]
135s + [ ! -d /usr/share/doc/lxd-client ]
135s + [ ! -d /usr/share/doc/snapd ]
135s + type iptables
135s + cat
135s + chmod 755 /etc/rc.local
135s + . /etc/rc.local
135s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
135s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP
135s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP
135s + uname -m
135s + [ s390x = ppc64le ]
135s + [ -d /run/systemd/system ]
135s + systemd-detect-virt --quiet --vm
135s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/
135s + cat
135s + grep -q lz4 /etc/initramfs-tools/initramfs.conf
135s + echo COMPRESS=lz4
135s autopkgtest: DBG: testbed command exited with code 0
135s autopkgtest [12:29:36]: upgrading testbed (apt dist-upgrade and autopurge)
135s 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']
135s Reading package lists...
136s Building dependency tree...
136s Reading state information...
136s Calculating upgrade...Starting pkgProblemResolver with broken count: 0
136s Starting 2 pkgProblemResolver with broken count: 0
136s Done
136s Entering ResolveByKeep
136s 
136s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
136s autopkgtest: DBG: testbed command exited with code 0
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', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none']
136s Reading package lists...
137s Building dependency tree...
137s Reading state information...
137s Starting pkgProblemResolver with broken count: 0
137s Starting 2 pkgProblemResolver with broken count: 0
137s Done
137s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
137s autopkgtest: DBG: testbed command exited with code 0
137s autopkgtest: DBG: testbed command ['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.GzORNo/${d//\\//_}.stamp;  [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env []
137s autopkgtest: DBG: testbed command exited with code 1
137s autopkgtest [12:29:38]: rebooting testbed after setup commands that affected boot
137s autopkgtest: DBG: sending command to testbed: reboot
146s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds...
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.GzORNo'], 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.GzORNo/autopkgtest-reboot
154s autopkgtest: DBG: got reply from testbed: ok
154s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GzORNo/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.GzORNo/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.GzORNo/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.GzORNo'], 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.GzORNo/autopkgtest-reboot-prepare
154s autopkgtest: DBG: got reply from testbed: ok
154s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GzORNo/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.GzORNo/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 [12:29:56]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb  4 15:05:57 UTC 2025
155s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env []
155s autopkgtest: DBG: testbed command exited with code 0
155s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.GzORNo/testbed-packages"], kind short, sout raw, serr pipe, env []
155s autopkgtest: DBG: testbed command exited with code 0
155s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GzORNo/testbed-packages /tmp/autopkgtest-work.5fa_nhos/out/testbed-packages
155s autopkgtest: DBG: got reply from testbed: ok
155s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot
155s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GzORNo'], kind short, sout raw, serr pipe, env []
156s autopkgtest: DBG: testbed command exited with code 0
156s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.GzORNo/autopkgtest-reboot
156s autopkgtest: DBG: got reply from testbed: ok
156s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GzORNo/autopkgtest-reboot'], kind short, sout raw, serr pipe, env []
156s autopkgtest: DBG: testbed command exited with code 0
156s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GzORNo/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env []
156s autopkgtest: DBG: testbed command exited with code 0
156s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GzORNo/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env []
156s autopkgtest: DBG: testbed command exited with code 0
156s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GzORNo'], kind short, sout raw, serr pipe, env []
156s autopkgtest: DBG: testbed command exited with code 0
156s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.GzORNo/autopkgtest-reboot-prepare
157s autopkgtest: DBG: got reply from testbed: ok
157s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GzORNo/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env []
157s autopkgtest: DBG: testbed command exited with code 0
157s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GzORNo/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env []
157s autopkgtest: DBG: testbed command exited with code 0
157s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env []
157s autopkgtest: DBG: testbed command exited with code 0
157s autopkgtest: DBG: Binaries: initialising
157s autopkgtest [12:29:58]: @@@@@@@@@@@@@@@@@@@@ apt-source pyhamtools
157s autopkgtest: DBG: blame += pyhamtools
157s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[]
157s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'pyhamtools'], kind short, sout pipe, serr pipe, env []
157s autopkgtest: DBG: testbed command exited with code 0
157s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-pyhamtools$'], kind short, sout pipe, serr raw, env []
158s autopkgtest: DBG: testbed command exited with code 0
158s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-pyhamtools=0.10.0-1'], kind short, sout pipe, serr raw, env []
158s autopkgtest: DBG: testbed command exited with code 0
158s autopkgtest: DBG: install_deps: deps_new=[]
158s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env []
158s autopkgtest: DBG: testbed command exited with code 0
158s 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.GzORNo/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source pyhamtools=0.10.0-1 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 pyhamtools_*.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']
158s + cd /
158s + mktemp -d /tmp/autopkgtest.GzORNo/build.XXX
158s + builddir=/tmp/autopkgtest.GzORNo/build.ONv
158s + cd /tmp/autopkgtest.GzORNo/build.ONv
158s + apt-get source -d -q --only-source pyhamtools=0.10.0-1
160s + OUT=Reading package lists...
160s NOTICE: 'pyhamtools' packaging is maintained in the 'Git' version control system at:
160s https://salsa.debian.org/debian-hamradio-team/pyhamtools.git
160s Please use:
160s git clone https://salsa.debian.org/debian-hamradio-team/pyhamtools.git
160s to retrieve the latest (possibly unreleased) updates to the package.
160s Need to get 5512 kB of source archives.
160s Get:1 http://ftpmaster.internal/ubuntu plucky/universe pyhamtools 0.10.0-1 (dsc) [2121 B]
160s Get:2 http://ftpmaster.internal/ubuntu plucky/universe pyhamtools 0.10.0-1 (tar) [5507 kB]
160s Get:3 http://ftpmaster.internal/ubuntu plucky/universe pyhamtools 0.10.0-1 (diff) [3564 B]
160s Fetched 5512 kB in 2s (3201 kB/s)
160s Download complete and in download only mode
160s + [ -n  ]
160s + echo+  Reading package lists...
160s NOTICE: 'pyhamtools' packaging is maintained in the 'Git' version control system at:
160s https://salsa.debian.org/debian-hamradio-team/pyhamtools.git
160s Please use:
160s git clone https://salsa.debian.org/debian-hamradio-team/pyhamtools.git
160s to retrieve the latest (possibly unreleased) updates to the package.
160s Need to get 5512 kB of source archives.
160s Get:1 http://ftpmaster.internal/ubuntu plucky/universe pyhamtools 0.10.0-1 (dsc) [2121 B]
160s Get:2 http://ftpmaster.internal/ubuntu plucky/universe pyhamtools 0.10.0-1 (tar) [5507 kB]
160s Get:3 http://ftpmaster.internal/ubuntu plucky/universe pyhamtools 0.10.0-1 (diff) [3564 B]
160s Fetched 5512 kB in 2s (3201 kB/s)
160s Download complete and in download only mode
160s grep ^Get:
160s Get:1 http://ftpmaster.internal/ubuntu plucky/universe pyhamtools 0.10.0-1 (dsc) [2121 B]
160s Get:2 http://ftpmaster.internal/ubuntu plucky/universe pyhamtools 0.10.0-1 (tar) [5507 kB]
160s Get:3 http://ftpmaster.internal/ubuntu plucky/universe pyhamtools 0.10.0-1 (diff) [3564 B]
160s + dpkg-source -x pyhamtools_0.10.0-1.dsc src
160s gpgv: Signature made Tue Jun  4 20:30:07 2024 UTC
160s gpgv:                using RSA key 5C48FE6157F49179597087C64C5A6BAB12D2A7AE
160s gpgv: Can't check signature: No public key
160s dpkg-source: warning: cannot verify inline signature for ./pyhamtools_0.10.0-1.dsc: no acceptable signature found
160s + chmod -R a+rX .
160s + cd src/.
160s + pwd
160s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog
160s autopkgtest: DBG: testbed command exited with code 0
160s autopkgtest [12:30:01]: testing package pyhamtools version 0.10.0-1
160s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GzORNo/build.ONv/src/debian/ /tmp/autopkgtest-work.5fa_nhos/out/pkg/debian/
161s autopkgtest: DBG: got reply from testbed: ok
161s autopkgtest: DBG: processing dependency @
161s autopkgtest: DBG: synthesised dependency python3-pyhamtools
161s autopkgtest: DBG: Test defined: name test path debian/tests/test command "None" restrictions [] features [] depends ['python3-pyhamtools'] 
161s autopkgtest [12:30:02]: build not needed
161s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GzORNo/build.ONv/src/ /tmp/autopkgtest-work.5fa_nhos/out/tests-tree/
162s autopkgtest: DBG: got reply from testbed: ok
162s autopkgtest: DBG: processing dependency @
162s autopkgtest: DBG: synthesised dependency python3-pyhamtools
162s autopkgtest: DBG: Test defined: name test path debian/tests/test command "None" restrictions [] features [] depends ['python3-pyhamtools'] 
162s autopkgtest [12:30:03]: test test: preparing testbed
162s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-pyhamtools']
162s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything
162s autopkgtest: DBG: install_deps: deps_new=['python3-pyhamtools']
162s autopkgtest: DBG: install-deps: satisfying python3-pyhamtools
162s autopkgtest: DBG: can use apt-get on testbed: True
162s 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-pyhamtools'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none']
163s Reading package lists...
163s Building dependency tree...
163s Reading state information...
163s Starting pkgProblemResolver with broken count: 0
163s Starting 2 pkgProblemResolver with broken count: 0
163s Done
163s The following NEW packages will be installed:
163s   libjs-jquery libjs-sphinxdoc libjs-underscore libxslt1.1
163s   python3-async-timeout python3-bs4 python3-deprecated python3-ephem
163s   python3-lxml python3-packaging python3-pyhamtools python3-pytz python3-redis
163s   python3-soupsieve python3-tz python3-wrapt
163s 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
163s Need to get 4402 kB of archives.
163s After this operation, 18.9 MB of additional disk space will be used.
163s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB]
164s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB]
164s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB]
164s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB]
164s Get:5 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-async-timeout all 5.0.1-1 [6830 B]
164s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-soupsieve all 2.6-1 [33.0 kB]
164s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3-bs4 all 4.13.3-1 [136 kB]
164s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wrapt s390x 1.15.0-4 [34.4 kB]
164s Get:9 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-deprecated all 1.2.18-1 [10.6 kB]
164s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-ephem s390x 4.1.6-1build1 [1332 kB]
164s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x python3-lxml s390x 5.3.1-1 [1773 kB]
165s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB]
165s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pytz all 2025.1-3 [162 kB]
165s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tz all 2025.1-3 [1866 B]
165s Get:15 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-redis all 4.3.4-4 [166 kB]
165s Get:16 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyhamtools all 0.10.0-1 [49.5 kB]
165s Fetched 4402 kB in 2s (2186 kB/s)
165s Selecting previously unselected package libjs-jquery.
165s (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.)
165s Preparing to unpack .../00-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
165s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
165s Selecting previously unselected package libjs-underscore.
165s Preparing to unpack .../01-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ...
165s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
165s Selecting previously unselected package libjs-sphinxdoc.
165s Preparing to unpack .../02-libjs-sphinxdoc_8.1.3-5_all.deb ...
165s Unpacking libjs-sphinxdoc (8.1.3-5) ...
165s Selecting previously unselected package libxslt1.1:s390x.
165s Preparing to unpack .../03-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ...
165s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ...
165s Selecting previously unselected package python3-async-timeout.
165s Preparing to unpack .../04-python3-async-timeout_5.0.1-1_all.deb ...
165s Unpacking python3-async-timeout (5.0.1-1) ...
165s Selecting previously unselected package python3-soupsieve.
165s Preparing to unpack .../05-python3-soupsieve_2.6-1_all.deb ...
165s Unpacking python3-soupsieve (2.6-1) ...
165s Selecting previously unselected package python3-bs4.
165s Preparing to unpack .../06-python3-bs4_4.13.3-1_all.deb ...
165s Unpacking python3-bs4 (4.13.3-1) ...
165s Selecting previously unselected package python3-wrapt.
165s Preparing to unpack .../07-python3-wrapt_1.15.0-4_s390x.deb ...
165s Unpacking python3-wrapt (1.15.0-4) ...
165s Selecting previously unselected package python3-deprecated.
165s Preparing to unpack .../08-python3-deprecated_1.2.18-1_all.deb ...
165s Unpacking python3-deprecated (1.2.18-1) ...
165s Selecting previously unselected package python3-ephem.
165s Preparing to unpack .../09-python3-ephem_4.1.6-1build1_s390x.deb ...
165s Unpacking python3-ephem (4.1.6-1build1) ...
166s Selecting previously unselected package python3-lxml:s390x.
166s Preparing to unpack .../10-python3-lxml_5.3.1-1_s390x.deb ...
166s Unpacking python3-lxml:s390x (5.3.1-1) ...
166s Selecting previously unselected package python3-packaging.
166s Preparing to unpack .../11-python3-packaging_24.2-1_all.deb ...
166s Unpacking python3-packaging (24.2-1) ...
166s Selecting previously unselected package python3-pytz.
166s Preparing to unpack .../12-python3-pytz_2025.1-3_all.deb ...
166s Unpacking python3-pytz (2025.1-3) ...
166s Selecting previously unselected package python3-tz.
166s Preparing to unpack .../13-python3-tz_2025.1-3_all.deb ...
166s Unpacking python3-tz (2025.1-3) ...
166s Selecting previously unselected package python3-redis.
166s Preparing to unpack .../14-python3-redis_4.3.4-4_all.deb ...
166s Unpacking python3-redis (4.3.4-4) ...
166s Selecting previously unselected package python3-pyhamtools.
166s Preparing to unpack .../15-python3-pyhamtools_0.10.0-1_all.deb ...
166s Unpacking python3-pyhamtools (0.10.0-1) ...
166s Setting up python3-ephem (4.1.6-1build1) ...
166s Setting up python3-pytz (2025.1-3) ...
166s Setting up python3-tz (2025.1-3) ...
166s Setting up python3-async-timeout (5.0.1-1) ...
166s Setting up python3-packaging (24.2-1) ...
166s Setting up python3-wrapt (1.15.0-4) ...
166s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ...
166s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
166s Setting up python3-soupsieve (2.6-1) ...
166s Setting up python3-deprecated (1.2.18-1) ...
166s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
166s Setting up python3-bs4 (4.13.3-1) ...
166s Setting up python3-redis (4.3.4-4) ...
167s Setting up libjs-sphinxdoc (8.1.3-5) ...
167s Setting up python3-lxml:s390x (5.3.1-1) ...
167s Setting up python3-pyhamtools (0.10.0-1) ...
167s Processing triggers for libc-bin (2.40-4ubuntu1) ...
167s autopkgtest: DBG: testbed command exited with code 0
167s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-pyhamtools'], kind short, sout pipe, serr pipe, env []
167s autopkgtest: DBG: testbed command exited with code 0
167s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.GzORNo/test-packages.all"], kind short, sout raw, serr pipe, env []
167s autopkgtest: DBG: testbed command exited with code 0
167s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GzORNo/test-packages.all /tmp/autopkgtest-work.5fa_nhos/out/test-packages.all
167s autopkgtest: DBG: got reply from testbed: ok
167s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.GzORNo/build.ONv/src'], kind short, sout raw, serr raw, env []
168s autopkgtest: DBG: testbed command exited with code 0
168s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.GzORNo/build.ONv/src already exists
168s autopkgtest [12:30:09]: test test: [-----------------------
168s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.GzORNo/wrapper.sh --debug --artifacts=/tmp/autopkgtest.GzORNo/test-artifacts --chdir=/tmp/autopkgtest.GzORNo/build.ONv/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.GzORNo/test-stderr --stdout=/tmp/autopkgtest.GzORNo/test-stdout --tmp=/tmp/autopkgtest.GzORNo/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.GzORNo/build.ONv/src/debian/tests/test -- /tmp/autopkgtest.GzORNo/build.ONv/src/debian/tests/test'], kind test, sout raw, serr raw, env []
168s /tmp/autopkgtest.GzORNo/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.GzORNo/test-artifacts
168s /tmp/autopkgtest.GzORNo/wrapper.sh: changing to directory: /tmp/autopkgtest.GzORNo/build.ONv/src
168s /tmp/autopkgtest.GzORNo/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x
168s /tmp/autopkgtest.GzORNo/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x
168s /tmp/autopkgtest.GzORNo/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2
168s /tmp/autopkgtest.GzORNo/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive
168s /tmp/autopkgtest.GzORNo/wrapper.sh: setting environment: LANG=C.UTF-8
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LANGUAGE
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_ADDRESS
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_ALL
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_COLLATE
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_CTYPE
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_IDENTIFICATION
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_MEASUREMENT
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_MESSAGES
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_MONETARY
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_NAME
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_NUMERIC
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_PAPER
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_TELEPHONE
168s /tmp/autopkgtest.GzORNo/wrapper.sh: unsetting environment: LC_TIME
168s /tmp/autopkgtest.GzORNo/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid
168s /tmp/autopkgtest.GzORNo/wrapper.sh: pretending to be a login shell
168s /tmp/autopkgtest.GzORNo/wrapper.sh: will write standard error to /tmp/autopkgtest.GzORNo/test-stderr
168s /tmp/autopkgtest.GzORNo/wrapper.sh: will write stdout to /tmp/autopkgtest.GzORNo/test-stdout
168s /tmp/autopkgtest.GzORNo/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.GzORNo/autopkgtest_tmp
168s /tmp/autopkgtest.GzORNo/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5
168s /tmp/autopkgtest.GzORNo/wrapper.sh: marking as executable: /tmp/autopkgtest.GzORNo/build.ONv/src/debian/tests/test
168s /tmp/autopkgtest.GzORNo/wrapper.sh: command to run: /tmp/autopkgtest.GzORNo/build.ONv/src/debian/tests/test
168s /tmp/autopkgtest.GzORNo/wrapper.sh: copying /tmp/tmp.RHVd83lqF0/out to stdout and file: /tmp/autopkgtest.GzORNo/test-stdout
168s /tmp/autopkgtest.GzORNo/wrapper.sh: copying /tmp/tmp.RHVd83lqF0/err to standard error and file: /tmp/autopkgtest.GzORNo/test-stdout
168s /tmp/autopkgtest.GzORNo/wrapper.sh: writing script pid 1523 to /tmp/autopkgtest_script_pid
169s 240.98586185281698
169s {'morning_dawn': datetime.datetime(2025, 2, 20, 6, 1, 57, 523964, tzinfo=datetime.timezone.utc), 'sunrise': datetime.datetime(2025, 2, 20, 6, 36, 28, 923798, tzinfo=datetime.timezone.utc), 'evening_dawn': datetime.datetime(2025, 2, 19, 16, 56, 50, 190770, tzinfo=datetime.timezone.utc), 'sunset': datetime.datetime(2025, 2, 19, 17, 31, 29, 627728, tzinfo=datetime.timezone.utc)}
169s {'band': 20, 'mode': 'CW'}
169s {'country': 'Fed. Rep. of Germany', 'adif': 230, 'cqz': 14, 'ituz': 28, 'continent': 'EU', 'latitude': 51.0, 'longitude': 10.0}
169s /tmp/autopkgtest.GzORNo/wrapper.sh: checking for leaked background processes...
169s /tmp/autopkgtest.GzORNo/wrapper.sh: waiting for tee/cat subprocesses...
169s /tmp/autopkgtest.GzORNo/wrapper.sh: cleaning up...
169s /tmp/autopkgtest.GzORNo/wrapper.sh: Exit status: 0
169s autopkgtest: DBG: testbed command exited with code 0
169s autopkgtest [12:30:10]: test test: -----------------------]
169s autopkgtest: DBG: testbed executing test finished with exit status 0
169s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GzORNo/test-stdout /tmp/autopkgtest-work.5fa_nhos/out/test-stdout
170s autopkgtest: DBG: got reply from testbed: ok
170s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GzORNo/test-stderr /tmp/autopkgtest-work.5fa_nhos/out/test-stderr
170s autopkgtest: DBG: got reply from testbed: ok
170s autopkgtest [12:30:11]: test test:  - - - - - - - - - - results - - - - - - - - - -
170s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GzORNo/test-artifacts/ /tmp/autopkgtest-work.5fa_nhos/out/artifacts/
170s test                 PASS
170s autopkgtest: DBG: got reply from testbed: ok
170s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.GzORNo/test-artifacts', '/tmp/autopkgtest.GzORNo/autopkgtest_tmp'], kind short, sout raw, serr pipe, env []
170s autopkgtest: DBG: testbed command exited with code 0
170s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230
170s autopkgtest [12:30:11]: @@@@@@@@@@@@@@@@@@@@ summary
170s test                 PASS
170s autopkgtest: DBG: testbed stop
170s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.GzORNo
170s autopkgtest: DBG: sending command to testbed: close
188s autopkgtest: DBG: got reply from testbed: ok
188s autopkgtest: DBG: sending command to testbed: quit
188s nova [W] Using flock in prodstack6-s390x
188s Creating nova instance adt-plucky-s390x-pyhamtools-20250219-122721-juju-7f2275-prod-proposed-migration-environment-15-20dd69c0-2c46-4c7d-9c8a-02c65dab04d5 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)...
188s nova [W] Timed out waiting for 1b8ca920-43bc-40e2-ae52-a8d452f16f86 to get deleted.