0s autopkgtest: DBG: testbed init 0s autopkgtest [12:38:41]: starting date and time: 2025-02-19 12:38:41+0000 0s autopkgtest [12:38:41]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:38:41]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.eyn5swe4/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade python-django-split-settings --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-22.secgroup --name adt-plucky-s390x-python-django-split-settings-20250219-123841-juju-7f2275-prod-proposed-migration-environment-15-e6694195-3b67-4db3-be4a-bbaf548e4a88 --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 115s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.aCYO0U 115s autopkgtest: DBG: sending command to testbed: print-execute-command 115s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.5r28oeb_/runcmd 115s autopkgtest: DBG: sending command to testbed: capabilities 115s autopkgtest: DBG: got reply from testbed: ok isolation-machine revert-full-system revert suggested-normal-user=ubuntu reboot root-on-testbed 115s autopkgtest: DBG: testbed capabilities: ['isolation-machine', 'revert-full-system', 'revert', 'suggested-normal-user=ubuntu', 'reboot', 'root-on-testbed', 'has_internet'] 115s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.aCYO0U'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.aCYO0U/wrapper.sh 115s autopkgtest: DBG: got reply from testbed: ok 115s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.aCYO0U/wrapper.sh'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest [12:40:36]: testbed dpkg architecture: s390x 115s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest [12:40:37]: testbed apt version: 2.9.30 116s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed has eatmydata 116s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest [12:40:37]: @@@@@@@@@@@@@@@@@@@@ test bed setup 116s 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 [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest [12:40:37]: testbed release detected to be: None 116s 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 [] 116s autopkgtest: DBG: testbed command exited with code 0 116s 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 [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: adding APT source: Types: deb deb-src 116s URIs: http://ftpmaster.internal/ubuntu/ 116s Suites: plucky-proposed 116s Components: main restricted universe multiverse 116s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 116s 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 [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 117s Package: * 117s Pin: release plucky-proposed 117s Pin-Priority: 500 117s 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 [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [12:40:38]: updating testbed package index (apt update) 117s 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'] 117s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 117s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 117s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 117s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 118s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 118s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 118s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 118s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 118s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 118s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 118s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 118s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 118s Fetched 1700 kB in 1s (1845 kB/s) 119s Reading package lists... 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 119s Package: * 119s Pin: release plucky-proposed 119s Pin-Priority: 100 119s 119s Package: src:sphinx:any 119s Pin: release plucky-proposed 119s Pin-Priority: 995 119s 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 [] 119s autopkgtest: DBG: testbed command exited with code 0 119s 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.aCYO0U/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 119s autopkgtest: DBG: testbed command exited with code 0 119s 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'] 119s + lsb_release --codename --short 119s + RELEASE=plucky 119s + cat 119s + [ plucky != trusty ] 119s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 119s Reading package lists... 119s Building dependency tree... 119s Reading state information... 119s Calculating upgrade... 119s The following packages were automatically installed and are no longer required: 119s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 119s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 119s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 119s linux-tools-6.11.0-8-generic 119s Use 'sudo apt autoremove' to remove them. 119s The following packages will be upgraded: 119s iproute2 liblsof0 libp11-kit0 lsof 120s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 120s Need to get 1791 kB of archives. 120s After this operation, 17.4 kB of additional disk space will be used. 120s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 120s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 120s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 120s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 120s Preconfiguring packages ... 120s Fetched 1791 kB in 1s (2698 kB/s) 121s (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.) 121s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 121s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 121s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 121s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 121s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 121s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 121s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 121s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 121s Setting up liblsof0 (4.99.4+dfsg-1) ... 121s Setting up iproute2 (6.13.0-1ubuntu1) ... 121s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 121s Setting up lsof (4.99.4+dfsg-1) ... 121s Processing triggers for man-db (2.13.0-1) ... 121s Processing triggers for libc-bin (2.40-4ubuntu1) ... 122s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 122s + /usr/lib/apt/apt-helper analyze-pattern ?true 122s + uname -r 122s + sed s/\./\\./g 122s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 122s + apt list ?obsolete 122s + tail -n+2 122s + grep -v ^linux-.*6\.12\.0-15-generic.* 122s + cut -d/ -f1 122s + true 122s + obsolete_pkgs= 122s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 122s Reading package lists... 122s Building dependency tree... 122s Reading state information... 122s The following packages will be REMOVED: 122s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 122s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 122s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 122s linux-tools-6.11.0-8-generic* 122s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 122s After this operation, 167 MB disk space will be freed. 122s (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.) 122s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 122s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 122s Removing libpython3.12t64:s390x (3.12.9-1) ... 122s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 123s Removing libnsl2:s390x (1.3.0-3build3) ... 123s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 123s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 123s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 124s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 124s Processing triggers for libc-bin (2.40-4ubuntu1) ... 124s (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.) 124s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 124s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 124s + grep -q trusty /etc/lsb-release 124s + [ ! -d /usr/share/doc/unattended-upgrades ] 124s + [ ! -d /usr/share/doc/lxd ] 124s + [ ! -d /usr/share/doc/lxd-client ] 124s + [ ! -d /usr/share/doc/snapd ] 124s + type iptables 124s + cat 124s + chmod 755 /etc/rc.local 124s + . /etc/rc.local 124s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 124s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 124s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 124s + uname -m 124s + [ s390x = ppc64le ] 124s + [ -d /run/systemd/system ] 124s + systemd-detect-virt --quiet --vm 124s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 124s + cat 124s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 124s + echo COMPRESS=lz4 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest [12:40:45]: upgrading testbed (apt dist-upgrade and autopurge) 124s 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'] 124s Reading package lists... 124s Building dependency tree... 124s Reading state information... 125s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 125s Starting 2 pkgProblemResolver with broken count: 0 125s Done 125s Entering ResolveByKeep 125s 125s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 125s autopkgtest: DBG: testbed command exited with code 0 125s 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'] 125s Reading package lists... 125s Building dependency tree... 125s Reading state information... 125s Starting pkgProblemResolver with broken count: 0 126s Starting 2 pkgProblemResolver with broken count: 0 126s Done 126s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 126s autopkgtest: DBG: testbed command exited with code 0 126s 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.aCYO0U/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 126s autopkgtest: DBG: testbed command exited with code 1 126s autopkgtest [12:40:47]: rebooting testbed after setup commands that affected boot 126s autopkgtest: DBG: sending command to testbed: reboot 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 145s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.aCYO0U'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.aCYO0U/autopkgtest-reboot 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.aCYO0U/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.aCYO0U/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.aCYO0U/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.aCYO0U'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.aCYO0U/autopkgtest-reboot-prepare 147s autopkgtest: DBG: got reply from testbed: ok 147s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.aCYO0U/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.aCYO0U/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest [12:41:08]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 147s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.aCYO0U/testbed-packages"], kind short, sout raw, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aCYO0U/testbed-packages /tmp/autopkgtest-work.eyn5swe4/out/testbed-packages 148s autopkgtest: DBG: got reply from testbed: ok 148s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 148s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.aCYO0U'], kind short, sout raw, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.aCYO0U/autopkgtest-reboot 148s autopkgtest: DBG: got reply from testbed: ok 148s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.aCYO0U/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.aCYO0U/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.aCYO0U/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.aCYO0U'], kind short, sout raw, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.aCYO0U/autopkgtest-reboot-prepare 149s autopkgtest: DBG: got reply from testbed: ok 149s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.aCYO0U/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.aCYO0U/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: Binaries: initialising 150s autopkgtest [12:41:11]: @@@@@@@@@@@@@@@@@@@@ apt-source python-django-split-settings 150s autopkgtest: DBG: blame += python-django-split-settings 150s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 150s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-django-split-settings'], kind short, sout pipe, serr pipe, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-django-split-settings$'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-django-split-settings=1.3.1-1'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-django-split-settings-doc$'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-django-split-settings-doc=1.3.1-1'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: install_deps: deps_new=[] 151s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s 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.aCYO0U/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python-django-split-settings=1.3.1-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 python-django-split-settings_*.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'] 151s + cd / 151s + mktemp -d /tmp/autopkgtest.aCYO0U/build.XXX 151s + builddir=/tmp/autopkgtest.aCYO0U/build.Yel 151s + cd /tmp/autopkgtest.aCYO0U/build.Yel 151s + apt-get source -d -q --only-source python-django-split-settings=1.3.1-1 152s + OUT=Reading package lists... 152s NOTICE: 'python-django-split-settings' packaging is maintained in the 'Git' version control system at: 152s https://salsa.debian.org/python-team/packages/python-django-split-settings.git 152s Please use: 152s git clone https://salsa.debian.org/python-team/packages/python-django-split-settings.git 152s to retrieve the latest (possibly unreleased) updates to the package. 152s Need to get 119 kB of source archives. 152s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-django-split-settings 1.3.1-1 (dsc) [2588 B] 152s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-django-split-settings 1.3.1-1 (tar) [112 kB] 152s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-django-split-settings 1.3.1-1 (diff) [4320 B] 152s Fetched 119 kB in 0s (248 kB/s) 152s Download complete and in download only mode 152s + [ -n ] 152s + echo Reading package lists... 152s NOTICE: 'python-django-split-settings' packaging is maintained in the 'Git' version control system at: 152s https://salsa.debian.org/python-team/packages/python-django-split-settings.git 152s Please use: 152s git clone https://salsa.debian.org/python-team/packages/python-django-split-settings.git 152s to retrieve the latest (possibly unreleased) updates to the package. 152s Need to get 119 kB of source archives. 152s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-django-split-settings 1.3.1-1 (dsc) [2588 B] 152s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-django-split-settings 1.3.1-1 (tar) [112 kB] 152s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-django-split-settings 1.3.1-1 (diff) [4320 B] 152s Fetched 119 kB in 0s (248 kB/s) 152s Download complete and in download only mode 152s + grep ^Get: 152s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-django-split-settings 1.3.1-1 (dsc) [2588 B] 152s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-django-split-settings 1.3.1-1 (tar) [112 kB] 152s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-django-split-settings 1.3.1-1 (diff) [4320 B] 152s + dpkg-source -x python-django-split-settings_1.3.1-1.dsc src 152s gpgv: Signature made Sun Jun 30 11:50:43 2024 UTC 152s gpgv: using RSA key 8F6DE104377F3B11E741748731F3144544A1741A 152s gpgv: issuer "tchet@debian.org" 152s gpgv: Can't check signature: No public key 152s dpkg-source: warning: cannot verify inline signature for ./python-django-split-settings_1.3.1-1.dsc: no acceptable signature found 152s + chmod -R a+rX . 152s + cd src/. 152s + pwd 152s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest [12:41:13]: testing package python-django-split-settings version 1.3.1-1 152s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aCYO0U/build.Yel/src/debian/ /tmp/autopkgtest-work.eyn5swe4/out/pkg/debian/ 152s autopkgtest: DBG: got reply from testbed: ok 152s autopkgtest: DBG: processing dependency python3-all 152s autopkgtest: DBG: processing dependency @ 152s autopkgtest: DBG: synthesised dependency python-django-split-settings-doc 152s autopkgtest: DBG: synthesised dependency python3-django-split-settings 152s autopkgtest: DBG: processing dependency @builddeps@ 152s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 152s autopkgtest: DBG: synthesised dependency dh-sequence-python3 152s autopkgtest: DBG: synthesised dependency pybuild-plugin-pyproject 152s autopkgtest: DBG: synthesised dependency python3-all 152s autopkgtest: DBG: synthesised dependency python3-django 152s autopkgtest: DBG: synthesised dependency python3-poetry 152s autopkgtest: DBG: synthesised dependency python3-pytest 152s autopkgtest: DBG: synthesised dependency python3-pytest-cov 152s autopkgtest: DBG: synthesised dependency python3-pytest-runner 152s autopkgtest: DBG: synthesised dependency python3-setuptools 152s autopkgtest: DBG: synthesised dependency python3-sphinx 152s autopkgtest: DBG: synthesised dependency python3-sphinx-autodoc-typehints 152s autopkgtest: DBG: synthesised dependency python3-tomli 152s autopkgtest: DBG: synthesised dependency build-essential 152s autopkgtest: DBG: Test defined: name upstream path debian/tests/upstream command "None" restrictions ['allow-stderr'] features [] depends ['python3-all', 'python-django-split-settings-doc', 'python3-django-split-settings', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-all', 'python3-django', 'python3-poetry', 'python3-pytest', 'python3-pytest-cov', 'python3-pytest-runner', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-autodoc-typehints', 'python3-tomli', 'build-essential'] 152s autopkgtest [12:41:13]: build not needed 152s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aCYO0U/build.Yel/src/ /tmp/autopkgtest-work.eyn5swe4/out/tests-tree/ 152s autopkgtest: DBG: got reply from testbed: ok 152s autopkgtest: DBG: processing dependency python3-all 152s autopkgtest: DBG: processing dependency @ 152s autopkgtest: DBG: synthesised dependency python-django-split-settings-doc 152s autopkgtest: DBG: synthesised dependency python3-django-split-settings 152s autopkgtest: DBG: processing dependency @builddeps@ 152s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 152s autopkgtest: DBG: synthesised dependency dh-sequence-python3 152s autopkgtest: DBG: synthesised dependency pybuild-plugin-pyproject 152s autopkgtest: DBG: synthesised dependency python3-all 152s autopkgtest: DBG: synthesised dependency python3-django 152s autopkgtest: DBG: synthesised dependency python3-poetry 152s autopkgtest: DBG: synthesised dependency python3-pytest 152s autopkgtest: DBG: synthesised dependency python3-pytest-cov 152s autopkgtest: DBG: synthesised dependency python3-pytest-runner 152s autopkgtest: DBG: synthesised dependency python3-setuptools 152s autopkgtest: DBG: synthesised dependency python3-sphinx 152s autopkgtest: DBG: synthesised dependency python3-sphinx-autodoc-typehints 152s autopkgtest: DBG: synthesised dependency python3-tomli 152s autopkgtest: DBG: synthesised dependency build-essential 152s autopkgtest: DBG: Test defined: name upstream path debian/tests/upstream command "None" restrictions ['allow-stderr'] features [] depends ['python3-all', 'python-django-split-settings-doc', 'python3-django-split-settings', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-all', 'python3-django', 'python3-poetry', 'python3-pytest', 'python3-pytest-cov', 'python3-pytest-runner', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-autodoc-typehints', 'python3-tomli', 'build-essential'] 152s autopkgtest [12:41:13]: test upstream: preparing testbed 152s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-all', 'python-django-split-settings-doc', 'python3-django-split-settings', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-all', 'python3-django', 'python3-poetry', 'python3-pytest', 'python3-pytest-cov', 'python3-pytest-runner', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-autodoc-typehints', 'python3-tomli', 'build-essential'] 152s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 152s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python-django-split-settings-doc', 'python3-django-split-settings', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-all', 'python3-django', 'python3-poetry', 'python3-pytest', 'python3-pytest-cov', 'python3-pytest-runner', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-autodoc-typehints', 'python3-tomli', 'build-essential'] 152s autopkgtest: DBG: install-deps: satisfying python3-all, python-django-split-settings-doc, python3-django-split-settings, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-django, python3-poetry, python3-pytest, python3-pytest-cov, python3-pytest-runner, python3-setuptools, python3-sphinx, python3-sphinx-autodoc-typehints, python3-tomli, build-essential 152s autopkgtest: DBG: can use apt-get on testbed: True 152s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'python3-all, python-django-split-settings-doc, python3-django-split-settings, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-django, python3-poetry, python3-pytest, python3-pytest-cov, python3-pytest-runner, python3-setuptools, python3-sphinx, python3-sphinx-autodoc-typehints, python3-tomli, build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 153s Reading package lists... 153s Building dependency tree... 153s Reading state information... 153s Starting pkgProblemResolver with broken count: 0 153s Starting 2 pkgProblemResolver with broken count: 0 153s Done 153s The following NEW packages will be installed: 153s autoconf automake autopoint autotools-dev build-essential cpp cpp-14 153s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 153s dh-python dh-strip-nondeterminism docutils-common dwz g++ g++-14 153s g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu 153s gcc-s390x-linux-gnu gettext intltool-debian libarchive-zip-perl libasan8 153s libcc1-0 libdebhelper-perl libfile-stripnondeterminism-perl libgcc-14-dev 153s libgomp1 libisl23 libitm1 libjs-jquery libjs-jquery-hotkeys 153s libjs-jquery-isonscreen libjs-jquery-metadata libjs-jquery-tablesorter 153s libjs-jquery-throttle-debounce libjs-sphinxdoc libjs-underscore libjson-perl 153s libmpc3 libnsl2 libpython3.12-minimal libpython3.12-stdlib libstdc++-14-dev 153s libtool libubsan1 m4 po-debconf pybuild-plugin-pyproject 153s python-django-split-settings-doc python3-alabaster python3-all 153s python3-asgiref python3-build python3-cachecontrol python3-cleo 153s python3-coverage python3-defusedxml python3-distlib python3-django 153s python3-django-split-settings python3-docutils python3-dulwich 153s python3-fastjsonschema python3-filelock python3-imagesize 153s python3-importlib-metadata python3-iniconfig python3-installer 153s python3-jaraco.classes python3-jeepney python3-keyring python3-msgpack 153s python3-packaging python3-pip-whl python3-pkginfo python3-platformdirs 153s python3-pluggy python3-poetry python3-poetry-core python3-pyproject-hooks 153s python3-pytest python3-pytest-cov python3-pytest-runner 153s python3-requests-toolbelt python3-roman python3-secretstorage 153s python3-setuptools-whl python3-shellingham python3-snowballstemmer 153s python3-sphinx python3-sphinx-autodoc-typehints python3-sqlparse 153s python3-toml python3-tomli python3-tomlkit python3-trove-classifiers 153s python3-virtualenv python3-wheel python3-wheel-whl python3.12 153s python3.12-minimal sgml-base sphinx-common xml-core 153s 0 upgraded, 110 newly installed, 0 to remove and 0 not upgraded. 153s Need to get 70.1 MB of archives. 153s After this operation, 246 MB of additional disk space will be used. 153s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 154s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 154s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 154s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 154s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 154s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 154s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 154s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 154s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 154s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 154s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 154s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 154s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 154s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 155s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 155s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 155s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 155s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 155s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 155s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 155s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 155s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 155s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 155s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 155s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 155s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 155s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 155s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 155s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 156s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 156s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 156s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 156s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 156s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 156s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 156s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 156s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 156s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 156s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 156s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 156s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 156s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 156s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 156s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 156s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 156s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 156s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 156s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 156s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 156s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-metadata all 12-4 [6582 B] 156s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-tablesorter all 1:2.31.3+dfsg1-4 [192 kB] 156s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-throttle-debounce all 1.1+dfsg.1-2 [12.5 kB] 156s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 156s Get:54 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 156s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 156s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x python3-importlib-metadata all 8.6.1-1 [20.7 kB] 156s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 156s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyproject-hooks all 1.2.0-1 [10.2 kB] 156s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-tomli s390x 2.2.1-2 [153 kB] 156s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-toml all 0.10.2-1 [16.5 kB] 156s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel all 0.45.1-1 [57.7 kB] 156s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-build all 1.2.2-1 [31.0 kB] 156s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-installer all 0.7.0+dfsg1-3 [17.4 kB] 156s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x pybuild-plugin-pyproject all 6.20250108 [1726 B] 156s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x python-django-split-settings-doc all 1.3.1-1 [78.8 kB] 156s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 156s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x python3-asgiref all 3.8.1-1 [24.8 kB] 156s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x python3-msgpack s390x 1.0.3-3build3 [117 kB] 156s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-cachecontrol all 0.14.2-1 [18.7 kB] 156s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-cleo all 2.2.1-1 [52.4 kB] 156s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-coverage s390x 7.4.4+dfsg1-0ubuntu3 [150 kB] 156s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 156s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-distlib all 0.3.9-1 [267 kB] 156s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sqlparse all 0.5.3-1 [32.9 kB] 156s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x python3-django all 3:4.2.18-1 [2918 kB] 156s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-django-split-settings all 1.3.1-1 [10.2 kB] 156s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 156s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 156s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dulwich s390x 0.22.7-1 [183 kB] 156s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-fastjsonschema all 2.21.1-1 [20.4 kB] 156s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-filelock all 3.16.1-2 [12.9 kB] 156s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x python3-imagesize all 1.4.1-1 [6844 B] 156s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 156s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-jaraco.classes all 3.4.0-1 [7664 B] 156s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-jeepney all 0.8.0-4 [33.1 kB] 156s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-secretstorage all 3.3.3-3 [13.7 kB] 156s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-keyring all 25.6.0-1 [40.6 kB] 156s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 156s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pkginfo all 1.12.0-1 [17.0 kB] 156s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x python3-platformdirs all 4.3.6-1 [16.8 kB] 156s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 156s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-poetry-core all 2.0.1-2 [219 kB] 156s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-requests-toolbelt all 1.0.0-4 [37.0 kB] 156s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-shellingham all 1.5.4-1 [9482 B] 156s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-tomlkit all 0.13.2-1 [37.6 kB] 156s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-trove-classifiers all 2025.1.15.22-1 [10.9 kB] 156s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 156s Get:98 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel-whl all 0.45.1-1 [74.6 kB] 156s Get:99 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-virtualenv all 20.29.1+ds-1 [72.6 kB] 156s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-poetry all 2.0.1+dfsg-1 [151 kB] 156s Get:101 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 157s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-hotkeys all 0.2.0-1 [13.3 kB] 157s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-isonscreen all 1.2.0-1.1 [3244 B] 157s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-cov all 5.0.0-1 [21.3 kB] 157s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-runner all 2.11.1-4 [7450 B] 157s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x python3-snowballstemmer all 2.2.0-4build1 [59.8 kB] 157s Get:107 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x sphinx-common all 8.1.3-5 [663 kB] 157s Get:108 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alabaster all 0.7.16-0.1 [18.5 kB] 157s Get:109 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-sphinx all 8.1.3-5 [474 kB] 157s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinx-autodoc-typehints all 2.3.0-2 [21.6 kB] 158s Fetched 70.1 MB in 4s (17.8 MB/s) 158s Selecting previously unselected package libpython3.12-minimal:s390x. 158s (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.) 158s Preparing to unpack .../000-libpython3.12-minimal_3.12.9-1_s390x.deb ... 158s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 158s Selecting previously unselected package python3.12-minimal. 158s Preparing to unpack .../001-python3.12-minimal_3.12.9-1_s390x.deb ... 158s Unpacking python3.12-minimal (3.12.9-1) ... 158s Selecting previously unselected package sgml-base. 158s Preparing to unpack .../002-sgml-base_1.31_all.deb ... 158s Unpacking sgml-base (1.31) ... 158s Selecting previously unselected package libnsl2:s390x. 158s Preparing to unpack .../003-libnsl2_1.3.0-3build3_s390x.deb ... 158s Unpacking libnsl2:s390x (1.3.0-3build3) ... 158s Selecting previously unselected package libpython3.12-stdlib:s390x. 158s Preparing to unpack .../004-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 158s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 158s Selecting previously unselected package python3.12. 158s Preparing to unpack .../005-python3.12_3.12.9-1_s390x.deb ... 158s Unpacking python3.12 (3.12.9-1) ... 158s Selecting previously unselected package m4. 158s Preparing to unpack .../006-m4_1.4.19-5_s390x.deb ... 158s Unpacking m4 (1.4.19-5) ... 158s Selecting previously unselected package autoconf. 158s Preparing to unpack .../007-autoconf_2.72-3_all.deb ... 158s Unpacking autoconf (2.72-3) ... 158s Selecting previously unselected package autotools-dev. 158s Preparing to unpack .../008-autotools-dev_20220109.1_all.deb ... 158s Unpacking autotools-dev (20220109.1) ... 158s Selecting previously unselected package automake. 158s Preparing to unpack .../009-automake_1%3a1.17-3_all.deb ... 158s Unpacking automake (1:1.17-3) ... 158s Selecting previously unselected package autopoint. 158s Preparing to unpack .../010-autopoint_0.23.1-1_all.deb ... 158s Unpacking autopoint (0.23.1-1) ... 158s Selecting previously unselected package libisl23:s390x. 158s Preparing to unpack .../011-libisl23_0.27-1_s390x.deb ... 158s Unpacking libisl23:s390x (0.27-1) ... 158s Selecting previously unselected package libmpc3:s390x. 158s Preparing to unpack .../012-libmpc3_1.3.1-1build2_s390x.deb ... 158s Unpacking libmpc3:s390x (1.3.1-1build2) ... 158s Selecting previously unselected package cpp-14-s390x-linux-gnu. 158s Preparing to unpack .../013-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 158s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 158s Selecting previously unselected package cpp-14. 158s Preparing to unpack .../014-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 158s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 158s Selecting previously unselected package cpp-s390x-linux-gnu. 158s Preparing to unpack .../015-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 158s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 158s Selecting previously unselected package cpp. 158s Preparing to unpack .../016-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 158s Unpacking cpp (4:14.2.0-1ubuntu1) ... 158s Selecting previously unselected package libcc1-0:s390x. 158s Preparing to unpack .../017-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 158s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 158s Selecting previously unselected package libgomp1:s390x. 158s Preparing to unpack .../018-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 158s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 158s Selecting previously unselected package libitm1:s390x. 158s Preparing to unpack .../019-libitm1_15-20250213-1ubuntu1_s390x.deb ... 158s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 158s Selecting previously unselected package libasan8:s390x. 158s Preparing to unpack .../020-libasan8_15-20250213-1ubuntu1_s390x.deb ... 158s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 158s Selecting previously unselected package libubsan1:s390x. 158s Preparing to unpack .../021-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 158s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 158s Selecting previously unselected package libgcc-14-dev:s390x. 158s Preparing to unpack .../022-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 158s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 159s Selecting previously unselected package gcc-14-s390x-linux-gnu. 159s Preparing to unpack .../023-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 159s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 159s Selecting previously unselected package gcc-14. 159s Preparing to unpack .../024-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 159s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 159s Selecting previously unselected package gcc-s390x-linux-gnu. 159s Preparing to unpack .../025-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 159s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 159s Selecting previously unselected package gcc. 159s Preparing to unpack .../026-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 159s Unpacking gcc (4:14.2.0-1ubuntu1) ... 159s Selecting previously unselected package libstdc++-14-dev:s390x. 159s Preparing to unpack .../027-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 159s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 159s Selecting previously unselected package g++-14-s390x-linux-gnu. 159s Preparing to unpack .../028-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 159s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 159s Selecting previously unselected package g++-14. 159s Preparing to unpack .../029-g++-14_14.2.0-17ubuntu1_s390x.deb ... 159s Unpacking g++-14 (14.2.0-17ubuntu1) ... 159s Selecting previously unselected package g++-s390x-linux-gnu. 159s Preparing to unpack .../030-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 159s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 159s Selecting previously unselected package g++. 159s Preparing to unpack .../031-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 159s Unpacking g++ (4:14.2.0-1ubuntu1) ... 159s Selecting previously unselected package build-essential. 159s Preparing to unpack .../032-build-essential_12.10ubuntu1_s390x.deb ... 159s Unpacking build-essential (12.10ubuntu1) ... 159s Selecting previously unselected package libdebhelper-perl. 159s Preparing to unpack .../033-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 159s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 159s Selecting previously unselected package libtool. 159s Preparing to unpack .../034-libtool_2.5.4-3build1_all.deb ... 159s Unpacking libtool (2.5.4-3build1) ... 159s Selecting previously unselected package dh-autoreconf. 159s Preparing to unpack .../035-dh-autoreconf_20_all.deb ... 159s Unpacking dh-autoreconf (20) ... 159s Selecting previously unselected package libarchive-zip-perl. 159s Preparing to unpack .../036-libarchive-zip-perl_1.68-1_all.deb ... 159s Unpacking libarchive-zip-perl (1.68-1) ... 159s Selecting previously unselected package libfile-stripnondeterminism-perl. 159s Preparing to unpack .../037-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 159s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 159s Selecting previously unselected package dh-strip-nondeterminism. 159s Preparing to unpack .../038-dh-strip-nondeterminism_1.14.1-2_all.deb ... 159s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 159s Selecting previously unselected package debugedit. 159s Preparing to unpack .../039-debugedit_1%3a5.1-2_s390x.deb ... 159s Unpacking debugedit (1:5.1-2) ... 159s Selecting previously unselected package dwz. 159s Preparing to unpack .../040-dwz_0.15-1build6_s390x.deb ... 159s Unpacking dwz (0.15-1build6) ... 159s Selecting previously unselected package gettext. 159s Preparing to unpack .../041-gettext_0.23.1-1_s390x.deb ... 159s Unpacking gettext (0.23.1-1) ... 159s Selecting previously unselected package intltool-debian. 159s Preparing to unpack .../042-intltool-debian_0.35.0+20060710.6_all.deb ... 159s Unpacking intltool-debian (0.35.0+20060710.6) ... 159s Selecting previously unselected package po-debconf. 159s Preparing to unpack .../043-po-debconf_1.0.21+nmu1_all.deb ... 159s Unpacking po-debconf (1.0.21+nmu1) ... 159s Selecting previously unselected package debhelper. 159s Preparing to unpack .../044-debhelper_13.24.1ubuntu2_all.deb ... 159s Unpacking debhelper (13.24.1ubuntu2) ... 159s Selecting previously unselected package dh-python. 159s Preparing to unpack .../045-dh-python_6.20250108_all.deb ... 159s Unpacking dh-python (6.20250108) ... 159s Selecting previously unselected package xml-core. 159s Preparing to unpack .../046-xml-core_0.19_all.deb ... 159s Unpacking xml-core (0.19) ... 159s Selecting previously unselected package docutils-common. 159s Preparing to unpack .../047-docutils-common_0.21.2+dfsg-2_all.deb ... 159s Unpacking docutils-common (0.21.2+dfsg-2) ... 159s Selecting previously unselected package libjs-jquery. 159s Preparing to unpack .../048-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 159s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 159s Selecting previously unselected package libjs-jquery-metadata. 159s Preparing to unpack .../049-libjs-jquery-metadata_12-4_all.deb ... 159s Unpacking libjs-jquery-metadata (12-4) ... 159s Selecting previously unselected package libjs-jquery-tablesorter. 159s Preparing to unpack .../050-libjs-jquery-tablesorter_1%3a2.31.3+dfsg1-4_all.deb ... 159s Unpacking libjs-jquery-tablesorter (1:2.31.3+dfsg1-4) ... 159s Selecting previously unselected package libjs-jquery-throttle-debounce. 159s Preparing to unpack .../051-libjs-jquery-throttle-debounce_1.1+dfsg.1-2_all.deb ... 159s Unpacking libjs-jquery-throttle-debounce (1.1+dfsg.1-2) ... 159s Selecting previously unselected package libjs-underscore. 159s Preparing to unpack .../052-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 159s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 159s Selecting previously unselected package libjs-sphinxdoc. 159s Preparing to unpack .../053-libjs-sphinxdoc_8.1.3-5_all.deb ... 159s Unpacking libjs-sphinxdoc (8.1.3-5) ... 159s Selecting previously unselected package libjson-perl. 159s Preparing to unpack .../054-libjson-perl_4.10000-1_all.deb ... 159s Unpacking libjson-perl (4.10000-1) ... 159s Selecting previously unselected package python3-importlib-metadata. 159s Preparing to unpack .../055-python3-importlib-metadata_8.6.1-1_all.deb ... 159s Unpacking python3-importlib-metadata (8.6.1-1) ... 159s Selecting previously unselected package python3-packaging. 159s Preparing to unpack .../056-python3-packaging_24.2-1_all.deb ... 159s Unpacking python3-packaging (24.2-1) ... 159s Selecting previously unselected package python3-pyproject-hooks. 159s Preparing to unpack .../057-python3-pyproject-hooks_1.2.0-1_all.deb ... 159s Unpacking python3-pyproject-hooks (1.2.0-1) ... 159s Selecting previously unselected package python3-tomli. 159s Preparing to unpack .../058-python3-tomli_2.2.1-2_s390x.deb ... 159s Unpacking python3-tomli (2.2.1-2) ... 160s Selecting previously unselected package python3-toml. 160s Preparing to unpack .../059-python3-toml_0.10.2-1_all.deb ... 160s Unpacking python3-toml (0.10.2-1) ... 160s Selecting previously unselected package python3-wheel. 160s Preparing to unpack .../060-python3-wheel_0.45.1-1_all.deb ... 160s Unpacking python3-wheel (0.45.1-1) ... 160s Selecting previously unselected package python3-build. 160s Preparing to unpack .../061-python3-build_1.2.2-1_all.deb ... 160s Unpacking python3-build (1.2.2-1) ... 160s Selecting previously unselected package python3-installer. 160s Preparing to unpack .../062-python3-installer_0.7.0+dfsg1-3_all.deb ... 160s Unpacking python3-installer (0.7.0+dfsg1-3) ... 160s Selecting previously unselected package pybuild-plugin-pyproject. 160s Preparing to unpack .../063-pybuild-plugin-pyproject_6.20250108_all.deb ... 160s Unpacking pybuild-plugin-pyproject (6.20250108) ... 160s Selecting previously unselected package python-django-split-settings-doc. 160s Preparing to unpack .../064-python-django-split-settings-doc_1.3.1-1_all.deb ... 160s Unpacking python-django-split-settings-doc (1.3.1-1) ... 160s Selecting previously unselected package python3-all. 160s Preparing to unpack .../065-python3-all_3.13.1-1~exp2_s390x.deb ... 160s Unpacking python3-all (3.13.1-1~exp2) ... 160s Selecting previously unselected package python3-asgiref. 160s Preparing to unpack .../066-python3-asgiref_3.8.1-1_all.deb ... 160s Unpacking python3-asgiref (3.8.1-1) ... 160s Selecting previously unselected package python3-msgpack. 160s Preparing to unpack .../067-python3-msgpack_1.0.3-3build3_s390x.deb ... 160s Unpacking python3-msgpack (1.0.3-3build3) ... 160s Selecting previously unselected package python3-cachecontrol. 160s Preparing to unpack .../068-python3-cachecontrol_0.14.2-1_all.deb ... 160s Unpacking python3-cachecontrol (0.14.2-1) ... 160s Selecting previously unselected package python3-cleo. 160s Preparing to unpack .../069-python3-cleo_2.2.1-1_all.deb ... 160s Unpacking python3-cleo (2.2.1-1) ... 160s Selecting previously unselected package python3-coverage. 160s Preparing to unpack .../070-python3-coverage_7.4.4+dfsg1-0ubuntu3_s390x.deb ... 160s Unpacking python3-coverage (7.4.4+dfsg1-0ubuntu3) ... 160s Selecting previously unselected package python3-defusedxml. 160s Preparing to unpack .../071-python3-defusedxml_0.7.1-3_all.deb ... 160s Unpacking python3-defusedxml (0.7.1-3) ... 160s Selecting previously unselected package python3-distlib. 160s Preparing to unpack .../072-python3-distlib_0.3.9-1_all.deb ... 160s Unpacking python3-distlib (0.3.9-1) ... 160s Selecting previously unselected package python3-sqlparse. 160s Preparing to unpack .../073-python3-sqlparse_0.5.3-1_all.deb ... 160s Unpacking python3-sqlparse (0.5.3-1) ... 160s Selecting previously unselected package python3-django. 160s Preparing to unpack .../074-python3-django_3%3a4.2.18-1_all.deb ... 160s Unpacking python3-django (3:4.2.18-1) ... 160s Selecting previously unselected package python3-django-split-settings. 160s Preparing to unpack .../075-python3-django-split-settings_1.3.1-1_all.deb ... 160s Unpacking python3-django-split-settings (1.3.1-1) ... 160s Selecting previously unselected package python3-roman. 160s Preparing to unpack .../076-python3-roman_5.0-1_all.deb ... 160s Unpacking python3-roman (5.0-1) ... 160s Selecting previously unselected package python3-docutils. 160s Preparing to unpack .../077-python3-docutils_0.21.2+dfsg-2_all.deb ... 160s Unpacking python3-docutils (0.21.2+dfsg-2) ... 160s Selecting previously unselected package python3-dulwich. 160s Preparing to unpack .../078-python3-dulwich_0.22.7-1_s390x.deb ... 160s Unpacking python3-dulwich (0.22.7-1) ... 160s Selecting previously unselected package python3-fastjsonschema. 160s Preparing to unpack .../079-python3-fastjsonschema_2.21.1-1_all.deb ... 160s Unpacking python3-fastjsonschema (2.21.1-1) ... 160s Selecting previously unselected package python3-filelock. 160s Preparing to unpack .../080-python3-filelock_3.16.1-2_all.deb ... 160s Unpacking python3-filelock (3.16.1-2) ... 160s Selecting previously unselected package python3-imagesize. 160s Preparing to unpack .../081-python3-imagesize_1.4.1-1_all.deb ... 160s Unpacking python3-imagesize (1.4.1-1) ... 160s Selecting previously unselected package python3-iniconfig. 160s Preparing to unpack .../082-python3-iniconfig_1.1.1-2_all.deb ... 160s Unpacking python3-iniconfig (1.1.1-2) ... 160s Selecting previously unselected package python3-jaraco.classes. 160s Preparing to unpack .../083-python3-jaraco.classes_3.4.0-1_all.deb ... 160s Unpacking python3-jaraco.classes (3.4.0-1) ... 160s Selecting previously unselected package python3-jeepney. 160s Preparing to unpack .../084-python3-jeepney_0.8.0-4_all.deb ... 160s Unpacking python3-jeepney (0.8.0-4) ... 160s Selecting previously unselected package python3-secretstorage. 160s Preparing to unpack .../085-python3-secretstorage_3.3.3-3_all.deb ... 160s Unpacking python3-secretstorage (3.3.3-3) ... 160s Selecting previously unselected package python3-keyring. 160s Preparing to unpack .../086-python3-keyring_25.6.0-1_all.deb ... 160s Unpacking python3-keyring (25.6.0-1) ... 160s Selecting previously unselected package python3-pip-whl. 160s Preparing to unpack .../087-python3-pip-whl_25.0+dfsg-1_all.deb ... 160s Unpacking python3-pip-whl (25.0+dfsg-1) ... 160s Selecting previously unselected package python3-pkginfo. 160s Preparing to unpack .../088-python3-pkginfo_1.12.0-1_all.deb ... 160s Unpacking python3-pkginfo (1.12.0-1) ... 160s Selecting previously unselected package python3-platformdirs. 160s Preparing to unpack .../089-python3-platformdirs_4.3.6-1_all.deb ... 160s Unpacking python3-platformdirs (4.3.6-1) ... 160s Selecting previously unselected package python3-pluggy. 160s Preparing to unpack .../090-python3-pluggy_1.5.0-1_all.deb ... 160s Unpacking python3-pluggy (1.5.0-1) ... 160s Selecting previously unselected package python3-poetry-core. 160s Preparing to unpack .../091-python3-poetry-core_2.0.1-2_all.deb ... 160s Unpacking python3-poetry-core (2.0.1-2) ... 160s Selecting previously unselected package python3-requests-toolbelt. 160s Preparing to unpack .../092-python3-requests-toolbelt_1.0.0-4_all.deb ... 160s Unpacking python3-requests-toolbelt (1.0.0-4) ... 160s Selecting previously unselected package python3-shellingham. 160s Preparing to unpack .../093-python3-shellingham_1.5.4-1_all.deb ... 160s Unpacking python3-shellingham (1.5.4-1) ... 160s Selecting previously unselected package python3-tomlkit. 160s Preparing to unpack .../094-python3-tomlkit_0.13.2-1_all.deb ... 160s Unpacking python3-tomlkit (0.13.2-1) ... 160s Selecting previously unselected package python3-trove-classifiers. 160s Preparing to unpack .../095-python3-trove-classifiers_2025.1.15.22-1_all.deb ... 160s Unpacking python3-trove-classifiers (2025.1.15.22-1) ... 160s Selecting previously unselected package python3-setuptools-whl. 160s Preparing to unpack .../096-python3-setuptools-whl_75.6.0-1_all.deb ... 160s Unpacking python3-setuptools-whl (75.6.0-1) ... 160s Selecting previously unselected package python3-wheel-whl. 160s Preparing to unpack .../097-python3-wheel-whl_0.45.1-1_all.deb ... 160s Unpacking python3-wheel-whl (0.45.1-1) ... 160s Selecting previously unselected package python3-virtualenv. 160s Preparing to unpack .../098-python3-virtualenv_20.29.1+ds-1_all.deb ... 160s Unpacking python3-virtualenv (20.29.1+ds-1) ... 160s Selecting previously unselected package python3-poetry. 160s Preparing to unpack .../099-python3-poetry_2.0.1+dfsg-1_all.deb ... 160s Unpacking python3-poetry (2.0.1+dfsg-1) ... 160s Selecting previously unselected package python3-pytest. 160s Preparing to unpack .../100-python3-pytest_8.3.4-1_all.deb ... 160s Unpacking python3-pytest (8.3.4-1) ... 160s Selecting previously unselected package libjs-jquery-hotkeys. 160s Preparing to unpack .../101-libjs-jquery-hotkeys_0.2.0-1_all.deb ... 160s Unpacking libjs-jquery-hotkeys (0.2.0-1) ... 160s Selecting previously unselected package libjs-jquery-isonscreen. 160s Preparing to unpack .../102-libjs-jquery-isonscreen_1.2.0-1.1_all.deb ... 160s Unpacking libjs-jquery-isonscreen (1.2.0-1.1) ... 160s Selecting previously unselected package python3-pytest-cov. 160s Preparing to unpack .../103-python3-pytest-cov_5.0.0-1_all.deb ... 160s Unpacking python3-pytest-cov (5.0.0-1) ... 160s Selecting previously unselected package python3-pytest-runner. 160s Preparing to unpack .../104-python3-pytest-runner_2.11.1-4_all.deb ... 160s Unpacking python3-pytest-runner (2.11.1-4) ... 160s Selecting previously unselected package python3-snowballstemmer. 160s Preparing to unpack .../105-python3-snowballstemmer_2.2.0-4build1_all.deb ... 160s Unpacking python3-snowballstemmer (2.2.0-4build1) ... 160s Selecting previously unselected package sphinx-common. 160s Preparing to unpack .../106-sphinx-common_8.1.3-5_all.deb ... 160s Unpacking sphinx-common (8.1.3-5) ... 161s Selecting previously unselected package python3-alabaster. 161s Preparing to unpack .../107-python3-alabaster_0.7.16-0.1_all.deb ... 161s Unpacking python3-alabaster (0.7.16-0.1) ... 161s Selecting previously unselected package python3-sphinx. 161s Preparing to unpack .../108-python3-sphinx_8.1.3-5_all.deb ... 161s Unpacking python3-sphinx (8.1.3-5) ... 161s Selecting previously unselected package python3-sphinx-autodoc-typehints. 161s Preparing to unpack .../109-python3-sphinx-autodoc-typehints_2.3.0-2_all.deb ... 161s Unpacking python3-sphinx-autodoc-typehints (2.3.0-2) ... 161s Setting up dh-python (6.20250108) ... 161s Setting up python3-iniconfig (1.1.1-2) ... 161s Setting up python3-setuptools-whl (75.6.0-1) ... 161s Setting up python3-filelock (3.16.1-2) ... 161s Setting up python3-jaraco.classes (3.4.0-1) ... 161s Setting up python3-requests-toolbelt (1.0.0-4) ... 161s Setting up python3-importlib-metadata (8.6.1-1) ... 162s Setting up python3-tomli (2.2.1-2) ... 162s Setting up python3-pkginfo (1.12.0-1) ... 162s Setting up python3-pip-whl (25.0+dfsg-1) ... 162s Setting up python3-defusedxml (0.7.1-3) ... 162s Setting up libarchive-zip-perl (1.68-1) ... 162s Setting up python3-alabaster (0.7.16-0.1) ... 162s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 162s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 162s Setting up m4 (1.4.19-5) ... 162s Setting up libjs-jquery-throttle-debounce (1.1+dfsg.1-2) ... 162s Setting up python3-distlib (0.3.9-1) ... 162s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 162s Setting up python3-wheel (0.45.1-1) ... 162s Setting up python3-platformdirs (4.3.6-1) ... 163s Setting up python3-roman (5.0-1) ... 163s Setting up autotools-dev (20220109.1) ... 163s Setting up python3-packaging (24.2-1) ... 163s Setting up python3-sqlparse (0.5.3-1) ... 163s Setting up python3-pyproject-hooks (1.2.0-1) ... 163s Setting up python3-snowballstemmer (2.2.0-4build1) ... 164s Setting up python3-poetry-core (2.0.1-2) ... 164s Setting up libmpc3:s390x (1.3.1-1build2) ... 164s Setting up autopoint (0.23.1-1) ... 164s Setting up python3-toml (0.10.2-1) ... 164s Setting up python3-jeepney (0.8.0-4) ... 165s Setting up python3-installer (0.7.0+dfsg1-3) ... 165s Setting up autoconf (2.72-3) ... 165s Setting up python3-pluggy (1.5.0-1) ... 165s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 165s Setting up python3-fastjsonschema (2.21.1-1) ... 165s Setting up dwz (0.15-1build6) ... 165s Setting up python3-trove-classifiers (2025.1.15.22-1) ... 165s Setting up python3-dulwich (0.22.7-1) ... 166s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 166s Setting up libjson-perl (4.10000-1) ... 166s Setting up libnsl2:s390x (1.3.0-3build3) ... 166s Setting up debugedit (1:5.1-2) ... 166s Setting up python3-cleo (2.2.1-1) ... 166s Setting up sgml-base (1.31) ... 166s Setting up python3-msgpack (1.0.3-3build3) ... 166s Setting up python3-pytest-runner (2.11.1-4) ... 166s Setting up python3-cachecontrol (0.14.2-1) ... 166s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 166s Setting up libjs-jquery-hotkeys (0.2.0-1) ... 166s Setting up libisl23:s390x (0.27-1) ... 166s Setting up python3-build (1.2.2-1) ... 166s Setting up python3-shellingham (1.5.4-1) ... 167s Setting up python3-tomlkit (0.13.2-1) ... 167s Setting up python3-wheel-whl (0.45.1-1) ... 167s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 167s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 167s Setting up python3-asgiref (3.8.1-1) ... 167s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 167s Setting up python3-imagesize (1.4.1-1) ... 167s Setting up automake (1:1.17-3) ... 167s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 167s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 167s Setting up python3.12-minimal (3.12.9-1) ... 168s Setting up gettext (0.23.1-1) ... 168s Setting up python3-django (3:4.2.18-1) ... 170s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 170s Setting up pybuild-plugin-pyproject (6.20250108) ... 170s Setting up python3-pytest (8.3.4-1) ... 171s Setting up python3.12 (3.12.9-1) ... 172s Setting up python3-virtualenv (20.29.1+ds-1) ... 172s Setting up python3-all (3.13.1-1~exp2) ... 172s Setting up python3-coverage (7.4.4+dfsg1-0ubuntu3) ... 172s Setting up python3-django-split-settings (1.3.1-1) ... 173s Setting up intltool-debian (0.35.0+20060710.6) ... 173s Setting up python3-secretstorage (3.3.3-3) ... 173s Setting up libjs-jquery-metadata (12-4) ... 173s Setting up libjs-jquery-isonscreen (1.2.0-1.1) ... 173s Setting up libjs-sphinxdoc (8.1.3-5) ... 173s Setting up python-django-split-settings-doc (1.3.1-1) ... 173s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 173s Setting up cpp-14 (14.2.0-17ubuntu1) ... 173s Setting up dh-strip-nondeterminism (1.14.1-2) ... 173s Setting up libjs-jquery-tablesorter (1:2.31.3+dfsg1-4) ... 173s Setting up xml-core (0.19) ... 173s Setting up python3-keyring (25.6.0-1) ... 173s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 173s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 173s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 173s Setting up po-debconf (1.0.21+nmu1) ... 173s Setting up python3-pytest-cov (5.0.0-1) ... 173s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 173s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 173s Setting up python3-poetry (2.0.1+dfsg-1) ... 174s Setting up sphinx-common (8.1.3-5) ... 174s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 174s Setting up cpp (4:14.2.0-1ubuntu1) ... 174s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 174s Setting up gcc-14 (14.2.0-17ubuntu1) ... 174s Setting up g++-14 (14.2.0-17ubuntu1) ... 174s Setting up libtool (2.5.4-3build1) ... 174s Setting up gcc (4:14.2.0-1ubuntu1) ... 174s Setting up dh-autoreconf (20) ... 174s Setting up g++ (4:14.2.0-1ubuntu1) ... 174s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 174s Setting up build-essential (12.10ubuntu1) ... 174s Setting up debhelper (13.24.1ubuntu2) ... 174s Processing triggers for install-info (7.1.1-1) ... 174s Processing triggers for libc-bin (2.40-4ubuntu1) ... 174s Processing triggers for systemd (257.2-3ubuntu1) ... 174s Processing triggers for man-db (2.13.0-1) ... 175s Processing triggers for sgml-base (1.31) ... 175s Setting up docutils-common (0.21.2+dfsg-2) ... 175s Processing triggers for sgml-base (1.31) ... 175s Setting up python3-docutils (0.21.2+dfsg-2) ... 176s Setting up python3-sphinx (8.1.3-5) ... 177s Setting up python3-sphinx-autodoc-typehints (2.3.0-2) ... 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python-django-split-settings-doc'], kind short, sout pipe, serr pipe, env [] 178s autopkgtest: DBG: testbed command exited with code 0 178s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-django-split-settings'], kind short, sout pipe, serr pipe, env [] 178s autopkgtest: DBG: testbed command exited with code 0 178s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.aCYO0U/upstream-packages.all"], kind short, sout raw, serr pipe, env [] 178s autopkgtest: DBG: testbed command exited with code 0 178s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aCYO0U/upstream-packages.all /tmp/autopkgtest-work.eyn5swe4/out/upstream-packages.all 178s autopkgtest: DBG: got reply from testbed: ok 178s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.aCYO0U/build.Yel/src'], kind short, sout raw, serr raw, env [] 178s autopkgtest: DBG: testbed command exited with code 0 178s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.aCYO0U/build.Yel/src already exists 178s autopkgtest [12:41:39]: test upstream: [----------------------- 178s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.aCYO0U/wrapper.sh --debug --artifacts=/tmp/autopkgtest.aCYO0U/upstream-artifacts --chdir=/tmp/autopkgtest.aCYO0U/build.Yel/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.aCYO0U/upstream-stderr --stdout=/tmp/autopkgtest.aCYO0U/upstream-stdout --tmp=/tmp/autopkgtest.aCYO0U/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.aCYO0U/build.Yel/src/debian/tests/upstream -- /tmp/autopkgtest.aCYO0U/build.Yel/src/debian/tests/upstream'], kind test, sout raw, serr raw, env [] 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.aCYO0U/upstream-artifacts 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: changing to directory: /tmp/autopkgtest.aCYO0U/build.Yel/src 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: setting environment: LANG=C.UTF-8 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LANGUAGE 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_ADDRESS 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_ALL 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_COLLATE 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_CTYPE 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_IDENTIFICATION 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_MEASUREMENT 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_MESSAGES 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_MONETARY 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_NAME 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_NUMERIC 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_PAPER 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_TELEPHONE 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: unsetting environment: LC_TIME 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: pretending to be a login shell 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: will write standard error to /tmp/autopkgtest.aCYO0U/upstream-stderr 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: will write stdout to /tmp/autopkgtest.aCYO0U/upstream-stdout 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.aCYO0U/autopkgtest_tmp 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: marking as executable: /tmp/autopkgtest.aCYO0U/build.Yel/src/debian/tests/upstream 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: command to run: /tmp/autopkgtest.aCYO0U/build.Yel/src/debian/tests/upstream 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: copying /tmp/tmp.PjaU9h9Wl3/out to stdout and file: /tmp/autopkgtest.aCYO0U/upstream-stdout 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: copying /tmp/tmp.PjaU9h9Wl3/err to standard error and file: /tmp/autopkgtest.aCYO0U/upstream-stdout 178s /tmp/autopkgtest.aCYO0U/wrapper.sh: writing script pid 2968 to /tmp/autopkgtest_script_pid 179s ============================= test session starts ============================== 179s platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 179s rootdir: /tmp/autopkgtest.aCYO0U/autopkgtest_tmp 179s plugins: cov-5.0.0, typeguard-4.4.1 179s collected 12 items 179s 179s tests/test_import.py .. [ 16%] 179s tests/test_split_settings.py .... [ 50%] 179s tests/test_tools.py ...... [100%] 179s 179s ============================== 12 passed in 0.03s ============================== 179s ============================= test session starts ============================== 179s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 179s rootdir: /tmp/autopkgtest.aCYO0U/autopkgtest_tmp 179s plugins: cov-5.0.0, typeguard-4.4.1 179s collected 12 items 179s 179s tests/test_import.py .. [ 16%] 179s tests/test_split_settings.py .... [ 50%] 179s tests/test_tools.py ...... [100%] 179s 179s ============================== 12 passed in 0.03s ============================== 179s /tmp/autopkgtest.aCYO0U/wrapper.sh: checking for leaked background processes... 179s /tmp/autopkgtest.aCYO0U/wrapper.sh: waiting for tee/cat subprocesses... 179s /tmp/autopkgtest.aCYO0U/wrapper.sh: cleaning up... 179s /tmp/autopkgtest.aCYO0U/wrapper.sh: Exit status: 0 179s autopkgtest: DBG: testbed command exited with code 0 179s autopkgtest [12:41:40]: test upstream: -----------------------] 179s autopkgtest: DBG: testbed executing test finished with exit status 0 179s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aCYO0U/upstream-stdout /tmp/autopkgtest-work.eyn5swe4/out/upstream-stdout 180s autopkgtest: DBG: got reply from testbed: ok 180s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aCYO0U/upstream-stderr /tmp/autopkgtest-work.eyn5swe4/out/upstream-stderr 180s autopkgtest: DBG: got reply from testbed: ok 180s autopkgtest [12:41:41]: test upstream: - - - - - - - - - - results - - - - - - - - - - 180s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aCYO0U/upstream-artifacts/ /tmp/autopkgtest-work.eyn5swe4/out/artifacts/ 180s upstream PASS 180s autopkgtest: DBG: got reply from testbed: ok 180s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.aCYO0U/upstream-artifacts', '/tmp/autopkgtest.aCYO0U/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 180s autopkgtest [12:41:41]: @@@@@@@@@@@@@@@@@@@@ summary 180s upstream PASS 180s autopkgtest: DBG: testbed stop 180s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.aCYO0U 180s autopkgtest: DBG: sending command to testbed: close 198s autopkgtest: DBG: got reply from testbed: ok 198s autopkgtest: DBG: sending command to testbed: quit 198s nova [W] Using flock in prodstack6-s390x 198s Creating nova instance adt-plucky-s390x-python-django-split-settings-20250219-123841-juju-7f2275-prod-proposed-migration-environment-15-e6694195-3b67-4db3-be4a-bbaf548e4a88 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 198s nova [W] Timed out waiting for df43682a-4027-4049-a672-18c1ea4e3159 to get deleted.