0s autopkgtest: DBG: testbed init 0s autopkgtest [12:16:14]: starting date and time: 2025-02-19 12:16:14+0000 0s autopkgtest [12:16:14]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:16:14]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.cbvao3w6/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-celery-results --debug --timeout-short=300 --timeout-copy=20000 --timeout-test=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-big-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-14.secgroup --name adt-plucky-s390x-python-django-celery-results-20250219-121614-juju-7f2275-prod-proposed-migration-environment-15-7011d2f1-437b-4049-bd96-c4591eec1f2d --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 108s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.UNBeQ1 108s autopkgtest: DBG: sending command to testbed: print-execute-command 108s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.o1vp7gmk/runcmd 108s autopkgtest: DBG: sending command to testbed: capabilities 108s autopkgtest: DBG: got reply from testbed: ok reboot revert-full-system revert isolation-machine suggested-normal-user=ubuntu root-on-testbed 108s autopkgtest: DBG: testbed capabilities: ['reboot', 'revert-full-system', 'revert', 'isolation-machine', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 108s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UNBeQ1'], kind short, sout raw, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.UNBeQ1/wrapper.sh 108s autopkgtest: DBG: got reply from testbed: ok 108s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UNBeQ1/wrapper.sh'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest [12:18:03]: testbed dpkg architecture: s390x 109s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest [12:18:03]: testbed apt version: 2.9.30 109s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: testbed has eatmydata 109s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest [12:18:03]: @@@@@@@@@@@@@@@@@@@@ test bed setup 109s 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 [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest [12:18:03]: testbed release detected to be: None 109s 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 [] 110s autopkgtest: DBG: testbed command exited with code 0 110s 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 [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: adding APT source: Types: deb deb-src 110s URIs: http://ftpmaster.internal/ubuntu/ 110s Suites: plucky-proposed 110s Components: main restricted universe multiverse 110s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 110s 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 [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 110s Package: * 110s Pin: release plucky-proposed 110s Pin-Priority: 500 110s 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 [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest [12:18:04]: updating testbed package index (apt update) 110s 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'] 110s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 111s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 111s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 111s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 111s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 111s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 111s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 111s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 111s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 111s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 111s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 111s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 111s Fetched 1700 kB in 1s (1893 kB/s) 112s Reading package lists... 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 112s Package: * 112s Pin: release plucky-proposed 112s Pin-Priority: 100 112s 112s Package: src:sphinx:any 112s Pin: release plucky-proposed 112s Pin-Priority: 995 112s 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 [] 112s autopkgtest: DBG: testbed command exited with code 0 112s 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.UNBeQ1/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s 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'] 112s + lsb_release --codename --short 112s + RELEASE=plucky 112s + cat 112s + [ plucky != trusty ] 112s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 112s Reading package lists... 113s Building dependency tree... 113s Reading state information... 113s Calculating upgrade... 113s The following packages were automatically installed and are no longer required: 113s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 113s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 113s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 113s linux-tools-6.11.0-8-generic 113s Use 'sudo apt autoremove' to remove them. 113s The following packages will be upgraded: 113s iproute2 liblsof0 libp11-kit0 lsof 113s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 113s Need to get 1791 kB of archives. 113s After this operation, 17.4 kB of additional disk space will be used. 113s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 113s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 113s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 113s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 114s Preconfiguring packages ... 114s Fetched 1791 kB in 1s (2822 kB/s) 114s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 114s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 114s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 114s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 114s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 114s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 114s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 114s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 114s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 114s Setting up liblsof0 (4.99.4+dfsg-1) ... 114s Setting up iproute2 (6.13.0-1ubuntu1) ... 114s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 114s Setting up lsof (4.99.4+dfsg-1) ... 114s Processing triggers for man-db (2.13.0-1) ... 115s Processing triggers for libc-bin (2.40-4ubuntu1) ... 115s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 115s + /usr/lib/apt/apt-helper analyze-pattern ?true 115s + uname -r 115s + sed s/\./\\./g 115s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 115s + apt list ?obsolete 115s + tail -n+2 115s + cut -d/ -f1 115s + grep -v ^linux-.*6\.12\.0-15-generic.* 115s + true 115s + obsolete_pkgs= 115s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 115s Reading package lists... 115s Building dependency tree... 115s Reading state information... 115s The following packages will be REMOVED: 115s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 115s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 115s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 115s linux-tools-6.11.0-8-generic* 115s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 115s After this operation, 167 MB disk space will be freed. 115s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81031 files and directories currently installed.) 115s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 115s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 115s Removing libpython3.12t64:s390x (3.12.9-1) ... 115s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 115s Removing libnsl2:s390x (1.3.0-3build3) ... 115s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 115s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 116s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 116s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 116s Processing triggers for libc-bin (2.40-4ubuntu1) ... 116s (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.) 116s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 116s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 117s + grep -q trusty /etc/lsb-release 117s + [ ! -d /usr/share/doc/unattended-upgrades ] 117s + [ ! -d /usr/share/doc/lxd ] 117s + [ ! -d /usr/share/doc/lxd-client ] 117s + [ ! -d /usr/share/doc/snapd ] 117s + type iptables 117s + cat 117s + chmod 755 /etc/rc.local 117s + . /etc/rc.local 117s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 117s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 117s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 117s + uname -m 117s + [ s390x = ppc64le ] 117s + [ -d /run/systemd/system ] 117s + systemd-detect-virt --quiet --vm 117s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 117s + cat 117s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 117s + echo COMPRESS=lz4 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [12:18:11]: upgrading testbed (apt dist-upgrade and autopurge) 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', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 117s Reading package lists... 117s Building dependency tree... 117s Reading state information... 117s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 117s Starting 2 pkgProblemResolver with broken count: 0 117s Done 117s Entering ResolveByKeep 118s 118s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 118s Reading package lists... 118s Building dependency tree... 118s Reading state information... 118s Starting pkgProblemResolver with broken count: 0 118s Starting 2 pkgProblemResolver with broken count: 0 118s Done 118s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 118s autopkgtest: DBG: testbed command exited with code 0 118s 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.UNBeQ1/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 118s autopkgtest: DBG: testbed command exited with code 1 118s autopkgtest [12:18:12]: rebooting testbed after setup commands that affected boot 118s autopkgtest: DBG: sending command to testbed: reboot 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 138s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UNBeQ1'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.UNBeQ1/autopkgtest-reboot 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UNBeQ1'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.UNBeQ1/autopkgtest-reboot-prepare 139s autopkgtest: DBG: got reply from testbed: ok 139s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest [12:18:33]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 139s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.UNBeQ1/testbed-packages"], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UNBeQ1/testbed-packages /tmp/autopkgtest-work.cbvao3w6/out/testbed-packages 140s autopkgtest: DBG: got reply from testbed: ok 140s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 140s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UNBeQ1'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.UNBeQ1/autopkgtest-reboot 140s autopkgtest: DBG: got reply from testbed: ok 140s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UNBeQ1'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.UNBeQ1/autopkgtest-reboot-prepare 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: Binaries: initialising 141s autopkgtest [12:18:35]: @@@@@@@@@@@@@@@@@@@@ apt-source python-django-celery-results 141s autopkgtest: DBG: blame += python-django-celery-results 141s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 141s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-django-celery-results'], kind short, sout pipe, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-django-celery-results-doc$'], kind short, sout pipe, serr raw, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-django-celery-results-doc=2.5.1-2.1'], kind short, sout pipe, serr raw, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-django-celery-results$'], kind short, sout pipe, serr raw, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-django-celery-results=2.5.1-2.1'], kind short, sout pipe, serr raw, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: install_deps: deps_new=[] 143s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s 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.UNBeQ1/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python-django-celery-results=2.5.1-2.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-celery-results_*.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'] 143s + cd / 143s + mktemp -d /tmp/autopkgtest.UNBeQ1/build.XXX 143s + builddir=/tmp/autopkgtest.UNBeQ1/build.mUJ 143s + cd /tmp/autopkgtest.UNBeQ1/build.mUJ 143s + apt-get source -d -q --only-source python-django-celery-results=2.5.1-2.1 143s + OUT=Reading package lists... 143s NOTICE: 'python-django-celery-results' packaging is maintained in the 'Git' version control system at: 143s https://salsa.debian.org/python-team/packages/python-django-celery-results.git 143s Please use: 143s git clone https://salsa.debian.org/python-team/packages/python-django-celery-results.git 143s to retrieve the latest (possibly unreleased) updates to the package. 143s Need to get 89.2 kB of source archives. 143s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-django-celery-results 2.5.1-2.1 (dsc) [2629 B] 143s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-django-celery-results 2.5.1-2.1 (tar) [81.0 kB] 143s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-django-celery-results 2.5.1-2.1 (diff) [5576 B] 143s Fetched 89.2 kB in 0s (238 kB/s) 143s Download complete and in download only mode 143s + [ -n ] 143s + echo Reading package lists... 143s NOTICE: 'python-django-celery-results' packaging is maintained in the 'Git' version control system at: 143s https://salsa.debian.org/python-team/packages/python-django-celery-results.git 143s Please use: 143s git clone https://salsa.debian.org/python-team/packages/python-django-celery-results.git 143s to retrieve the latest (possibly unreleased) updates to the package. 143s Need to get 89.2 kB of source archives. 143s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-django-celery-results 2.5.1-2.1 (dsc) [2629 B] 143s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-django-celery-results 2.5.1-2.1 (tar) [81.0 kB] 143s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-django-celery-results 2.5.1-2.1 (diff) [5576 B] 143s Fetched 89.2 kB in 0s (238 kB/s) 143s Download complete and in download only mode 143s + grep ^Get: 143s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-django-celery-results 2.5.1-2.1 (dsc) [2629 B] 143s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-django-celery-results 2.5.1-2.1 (tar) [81.0 kB] 143s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-django-celery-results 2.5.1-2.1 (diff) [5576 B] 143s + dpkg-source -x python-django-celery-results_2.5.1-2.1.dsc src 144s gpgv: Signature made Wed May 15 13:19:02 2024 UTC 144s gpgv: using RSA key 8F6DE104377F3B11E741748731F3144544A1741A 144s gpgv: issuer "tchet@debian.org" 144s gpgv: Can't check signature: No public key 144s dpkg-source: warning: cannot verify inline signature for ./python-django-celery-results_2.5.1-2.1.dsc: no acceptable signature found 144s + chmod -R a+rX . 144s + cd src/. 144s + pwd 144s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest [12:18:38]: testing package python-django-celery-results version 2.5.1-2.1 144s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UNBeQ1/build.mUJ/src/debian/ /tmp/autopkgtest-work.cbvao3w6/out/pkg/debian/ 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: autodep8 generated control: ----- 144s Tests: upstream 144s Depends: 144s postgresql, 144s python3-all, 144s python3-psycopg2cffi, 144s @, 144s @builddeps@, 144s Restrictions: needs-root,isolation-container,allow-stderr 144s 144s 144s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import django_celery_results; print(django_celery_results)" ; done 144s Depends: python3-all, python3-django-celery-results, 144s Restrictions: allow-stderr, superficial, 144s Features: test-name=autodep8-python3 144s 144s 144s ------- 144s autopkgtest: DBG: processing dependency postgresql 144s autopkgtest: DBG: processing dependency python3-all 144s autopkgtest: DBG: processing dependency python3-psycopg2cffi 144s autopkgtest: DBG: processing dependency @ 144s autopkgtest: DBG: synthesised dependency python-django-celery-results-doc 144s autopkgtest: DBG: synthesised dependency python3-django-celery-results 144s autopkgtest: DBG: processing dependency @builddeps@ 144s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 144s autopkgtest: DBG: synthesised dependency dh-python 144s autopkgtest: DBG: synthesised dependency pybuild-plugin-pyproject 144s autopkgtest: DBG: synthesised dependency python3-all 144s autopkgtest: DBG: synthesised dependency python3-celery 144s autopkgtest: DBG: synthesised dependency python3-django 144s autopkgtest: DBG: synthesised dependency python3-psycopg 144s autopkgtest: DBG: synthesised dependency python3-pytest 144s autopkgtest: DBG: synthesised dependency python3-pytest-benchmark 144s autopkgtest: DBG: synthesised dependency python3-pytest-django 144s autopkgtest: DBG: synthesised dependency python3-setuptools 144s autopkgtest: DBG: synthesised dependency python3-sphinx 144s autopkgtest: DBG: synthesised dependency python3-sphinx-celery 144s autopkgtest: DBG: synthesised dependency build-essential 144s autopkgtest: DBG: Test defined: name upstream path debian/tests/upstream command "None" restrictions ['allow-stderr', 'isolation-container', 'needs-root'] features [] depends ['postgresql', 'python3-all', 'python3-psycopg2cffi', 'python-django-celery-results-doc', 'python3-django-celery-results', 'debhelper-compat (= 13)', 'dh-python', 'pybuild-plugin-pyproject', 'python3-all', 'python3-celery', 'python3-django', 'python3-psycopg', 'python3-pytest', 'python3-pytest-benchmark', 'python3-pytest-django', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-celery', 'build-essential'] 144s autopkgtest: DBG: processing dependency python3-all 144s autopkgtest: DBG: processing dependency python3-django-celery-results 144s autopkgtest: DBG: marked alternatives ['python3-django-celery-results'] as a synthesised dependency 144s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import django_celery_results; print(django_celery_results)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-django-celery-results'] 144s autopkgtest [12:18:38]: build not needed 144s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UNBeQ1/build.mUJ/src/ /tmp/autopkgtest-work.cbvao3w6/out/tests-tree/ 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: autodep8 generated control: ----- 144s Tests: upstream 144s Depends: 144s postgresql, 144s python3-all, 144s python3-psycopg2cffi, 144s @, 144s @builddeps@, 144s Restrictions: needs-root,isolation-container,allow-stderr 144s 144s 144s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import django_celery_results; print(django_celery_results)" ; done 144s Depends: python3-all, python3-django-celery-results, 144s Restrictions: allow-stderr, superficial, 144s Features: test-name=autodep8-python3 144s 144s 144s ------- 144s autopkgtest: DBG: processing dependency postgresql 144s autopkgtest: DBG: processing dependency python3-all 144s autopkgtest: DBG: processing dependency python3-psycopg2cffi 144s autopkgtest: DBG: processing dependency @ 144s autopkgtest: DBG: synthesised dependency python-django-celery-results-doc 144s autopkgtest: DBG: synthesised dependency python3-django-celery-results 144s autopkgtest: DBG: processing dependency @builddeps@ 144s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 144s autopkgtest: DBG: synthesised dependency dh-python 144s autopkgtest: DBG: synthesised dependency pybuild-plugin-pyproject 144s autopkgtest: DBG: synthesised dependency python3-all 144s autopkgtest: DBG: synthesised dependency python3-celery 144s autopkgtest: DBG: synthesised dependency python3-django 144s autopkgtest: DBG: synthesised dependency python3-psycopg 144s autopkgtest: DBG: synthesised dependency python3-pytest 144s autopkgtest: DBG: synthesised dependency python3-pytest-benchmark 144s autopkgtest: DBG: synthesised dependency python3-pytest-django 144s autopkgtest: DBG: synthesised dependency python3-setuptools 144s autopkgtest: DBG: synthesised dependency python3-sphinx 144s autopkgtest: DBG: synthesised dependency python3-sphinx-celery 144s autopkgtest: DBG: synthesised dependency build-essential 144s autopkgtest: DBG: Test defined: name upstream path debian/tests/upstream command "None" restrictions ['allow-stderr', 'isolation-container', 'needs-root'] features [] depends ['postgresql', 'python3-all', 'python3-psycopg2cffi', 'python-django-celery-results-doc', 'python3-django-celery-results', 'debhelper-compat (= 13)', 'dh-python', 'pybuild-plugin-pyproject', 'python3-all', 'python3-celery', 'python3-django', 'python3-psycopg', 'python3-pytest', 'python3-pytest-benchmark', 'python3-pytest-django', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-celery', 'build-essential'] 144s autopkgtest: DBG: processing dependency python3-all 144s autopkgtest: DBG: processing dependency python3-django-celery-results 144s autopkgtest: DBG: marked alternatives ['python3-django-celery-results'] as a synthesised dependency 144s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import django_celery_results; print(django_celery_results)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-django-celery-results'] 144s autopkgtest [12:18:38]: test upstream: preparing testbed 144s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['postgresql', 'python3-all', 'python3-psycopg2cffi', 'python-django-celery-results-doc', 'python3-django-celery-results', 'debhelper-compat (= 13)', 'dh-python', 'pybuild-plugin-pyproject', 'python3-all', 'python3-celery', 'python3-django', 'python3-psycopg', 'python3-pytest', 'python3-pytest-benchmark', 'python3-pytest-django', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-celery', 'build-essential'] 144s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 144s autopkgtest: DBG: install_deps: deps_new=['postgresql', 'python3-all', 'python3-psycopg2cffi', 'python-django-celery-results-doc', 'python3-django-celery-results', 'debhelper-compat (= 13)', 'dh-python', 'pybuild-plugin-pyproject', 'python3-all', 'python3-celery', 'python3-django', 'python3-psycopg', 'python3-pytest', 'python3-pytest-benchmark', 'python3-pytest-django', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-celery', 'build-essential'] 144s autopkgtest: DBG: install-deps: satisfying postgresql, python3-all, python3-psycopg2cffi, python-django-celery-results-doc, python3-django-celery-results, debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-celery, python3-django, python3-psycopg, python3-pytest, python3-pytest-benchmark, python3-pytest-django, python3-setuptools, python3-sphinx, python3-sphinx-celery, build-essential 144s autopkgtest: DBG: can use apt-get on testbed: True 144s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'postgresql, python3-all, python3-psycopg2cffi, python-django-celery-results-doc, python3-django-celery-results, debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-celery, python3-django, python3-psycopg, python3-pytest, python3-pytest-benchmark, python3-pytest-django, python3-setuptools, python3-sphinx, python3-sphinx-celery, build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 144s Reading package lists... 145s Building dependency tree... 145s Reading state information... 145s Starting pkgProblemResolver with broken count: 0 145s Starting 2 pkgProblemResolver with broken count: 0 145s Done 145s The following NEW packages will be installed: 145s autoconf automake autopoint autotools-dev build-essential cpp cpp-14 145s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 145s dh-python dh-strip-nondeterminism docutils-common dwz g++ g++-14 145s g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu 145s gcc-s390x-linux-gnu gettext intltool-debian libarchive-zip-perl libasan8 145s libcc1-0 libdebhelper-perl libfile-stripnondeterminism-perl libgcc-14-dev 145s libgomp1 libio-pty-perl libipc-run-perl libisl23 libitm1 libjs-jquery 145s libjs-sphinxdoc libjs-underscore libjson-perl libmpc3 libnsl2 libpq5 145s libpython3.12-minimal libpython3.12-stdlib libstdc++-14-dev libtool 145s libubsan1 libxslt1.1 m4 po-debconf postgresql postgresql-17 145s postgresql-client-17 postgresql-client-common postgresql-common 145s postgresql-common-dev pybuild-plugin-pyproject 145s python-django-celery-results-doc python3-alabaster python3-all python3-amqp 145s python3-asgiref python3-billiard python3-build python3-celery python3-cffi 145s python3-click python3-click-didyoumean python3-click-plugins 145s python3-click-repl python3-cpuinfo python3-dateutil python3-defusedxml 145s python3-django python3-django-celery-results python3-docutils python3-ephem 145s python3-imagesize python3-iniconfig python3-installer python3-kombu 145s python3-memcache python3-packaging python3-pluggy python3-ply 145s python3-prompt-toolkit python3-psycopg python3-psycopg2cffi 145s python3-pycparser python3-pyproject-hooks python3-pytest 145s python3-pytest-benchmark python3-pytest-django python3-pytz python3-roman 145s python3-six python3-snowballstemmer python3-sphinx python3-sphinx-celery 145s python3-sqlparse python3-toml python3-tz python3-vine python3-wcwidth 145s python3-wheel python3.12 python3.12-minimal sgml-base sphinx-common ssl-cert 145s xml-core 145s 0 upgraded, 113 newly installed, 0 to remove and 0 not upgraded. 145s Need to get 87.8 MB of archives. 145s After this operation, 303 MB of additional disk space will be used. 145s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 146s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 146s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 146s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-client-common all 273 [47.5 kB] 146s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libio-pty-perl s390x 1:1.20-1build3 [31.6 kB] 146s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libipc-run-perl all 20231003.0-2 [91.5 kB] 146s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-common-dev all 273 [72.9 kB] 146s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x ssl-cert all 1.1.3ubuntu1 [18.7 kB] 146s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-common all 273 [101 kB] 146s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 146s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 146s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 146s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 146s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 146s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 146s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 146s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 146s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 146s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 146s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 146s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 146s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 146s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 146s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 146s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 146s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 146s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 146s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 146s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 147s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 147s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 147s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 147s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 147s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 147s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 147s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 147s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 147s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 147s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 147s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 147s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 147s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 148s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 148s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 148s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 148s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 148s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 148s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 148s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 148s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 148s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 148s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 148s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 148s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 148s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 148s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 148s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 148s Get:58 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 148s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libpq5 s390x 17.3-3 [147 kB] 148s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 148s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-client-17 s390x 17.3-3 [1367 kB] 148s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-17 s390x 17.3-3 [16.9 MB] 148s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql all 17+273 [14.3 kB] 148s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 148s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyproject-hooks all 1.2.0-1 [10.2 kB] 148s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-toml all 0.10.2-1 [16.5 kB] 148s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel all 0.45.1-1 [57.7 kB] 148s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-build all 1.2.2-1 [31.0 kB] 148s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-installer all 0.7.0+dfsg1-3 [17.4 kB] 148s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x pybuild-plugin-pyproject all 6.20250108 [1726 B] 148s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x python-django-celery-results-doc all 2.5.1-2.1 [69.6 kB] 148s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 148s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x python3-asgiref all 3.8.1-1 [24.8 kB] 148s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-billiard all 4.2.1-1 [66.4 kB] 148s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x python3-click all 8.1.8-1 [79.8 kB] 148s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-click-didyoumean all 0.3.1-2 [297 kB] 148s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wcwidth all 0.2.13+dfsg1-1 [26.3 kB] 148s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-prompt-toolkit all 3.0.50-1 [257 kB] 148s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-click-repl all 0.3.0-1 [10.4 kB] 148s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 148s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-ephem s390x 4.1.6-1build1 [1332 kB] 148s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x python3-vine all 5.1.0+dfsg-1 [14.2 kB] 148s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x python3-amqp all 5.3.1-2 [43.5 kB] 148s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x python3-kombu all 5.4.2-3 [145 kB] 148s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x python3-memcache all 1.62-3 [17.6 kB] 148s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pytz all 2025.1-3 [162 kB] 148s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tz all 2025.1-3 [1866 B] 148s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-click-plugins all 1.1.1-4 [9288 B] 148s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-celery all 5.4.0-4 [305 kB] 148s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x python3-ply all 3.11-7 [45.4 kB] 149s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pycparser all 2.22-2 [76.5 kB] 149s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cffi all 1.17.1-2build1 [74.8 kB] 149s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-cpuinfo all 9.0.0+git20221119-3 [21.7 kB] 149s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 149s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sqlparse all 0.5.3-1 [32.9 kB] 149s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x python3-django all 3:4.2.18-1 [2918 kB] 149s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-django-celery-results all 2.5.1-2.1 [24.4 kB] 149s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 149s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 149s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x python3-imagesize all 1.4.1-1 [6844 B] 149s Get:101 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 149s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 149s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-psycopg all 3.2.4-1 [126 kB] 149s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x python3-six all 1.17.0-1 [13.2 kB] 149s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-psycopg2cffi s390x 2.9.0-1 [69.9 kB] 149s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 149s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-benchmark all 5.1.0-1 [38.8 kB] 149s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-django all 4.5.2-3 [18.5 kB] 149s Get:109 http://ftpmaster.internal/ubuntu plucky/main s390x python3-snowballstemmer all 2.2.0-4build1 [59.8 kB] 149s Get:110 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x sphinx-common all 8.1.3-5 [663 kB] 149s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alabaster all 0.7.16-0.1 [18.5 kB] 149s Get:112 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-sphinx all 8.1.3-5 [474 kB] 150s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinx-celery all 2.1.3-1 [14.9 kB] 150s Preconfiguring packages ... 150s /var/cache/debconf/tmp.ci/postgresql.config.5UhKGY: 12: pg_lsclusters: not found 150s Fetched 87.8 MB in 5s (18.9 MB/s) 150s Selecting previously unselected package libpython3.12-minimal:s390x. 150s (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.) 150s Preparing to unpack .../000-libpython3.12-minimal_3.12.9-1_s390x.deb ... 150s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 150s Selecting previously unselected package python3.12-minimal. 150s Preparing to unpack .../001-python3.12-minimal_3.12.9-1_s390x.deb ... 150s Unpacking python3.12-minimal (3.12.9-1) ... 150s Selecting previously unselected package libjson-perl. 150s Preparing to unpack .../002-libjson-perl_4.10000-1_all.deb ... 150s Unpacking libjson-perl (4.10000-1) ... 150s Selecting previously unselected package postgresql-client-common. 150s Preparing to unpack .../003-postgresql-client-common_273_all.deb ... 150s Unpacking postgresql-client-common (273) ... 150s Selecting previously unselected package libio-pty-perl. 150s Preparing to unpack .../004-libio-pty-perl_1%3a1.20-1build3_s390x.deb ... 150s Unpacking libio-pty-perl (1:1.20-1build3) ... 150s Selecting previously unselected package libipc-run-perl. 150s Preparing to unpack .../005-libipc-run-perl_20231003.0-2_all.deb ... 150s Unpacking libipc-run-perl (20231003.0-2) ... 150s Selecting previously unselected package postgresql-common-dev. 150s Preparing to unpack .../006-postgresql-common-dev_273_all.deb ... 150s Unpacking postgresql-common-dev (273) ... 150s Selecting previously unselected package ssl-cert. 150s Preparing to unpack .../007-ssl-cert_1.1.3ubuntu1_all.deb ... 150s Unpacking ssl-cert (1.1.3ubuntu1) ... 150s Selecting previously unselected package postgresql-common. 150s Preparing to unpack .../008-postgresql-common_273_all.deb ... 150s Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 150s Unpacking postgresql-common (273) ... 150s Selecting previously unselected package sgml-base. 150s Preparing to unpack .../009-sgml-base_1.31_all.deb ... 150s Unpacking sgml-base (1.31) ... 150s Selecting previously unselected package libnsl2:s390x. 150s Preparing to unpack .../010-libnsl2_1.3.0-3build3_s390x.deb ... 150s Unpacking libnsl2:s390x (1.3.0-3build3) ... 150s Selecting previously unselected package libpython3.12-stdlib:s390x. 150s Preparing to unpack .../011-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 150s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 150s Selecting previously unselected package python3.12. 150s Preparing to unpack .../012-python3.12_3.12.9-1_s390x.deb ... 150s Unpacking python3.12 (3.12.9-1) ... 150s Selecting previously unselected package m4. 150s Preparing to unpack .../013-m4_1.4.19-5_s390x.deb ... 150s Unpacking m4 (1.4.19-5) ... 150s Selecting previously unselected package autoconf. 150s Preparing to unpack .../014-autoconf_2.72-3_all.deb ... 150s Unpacking autoconf (2.72-3) ... 150s Selecting previously unselected package autotools-dev. 150s Preparing to unpack .../015-autotools-dev_20220109.1_all.deb ... 150s Unpacking autotools-dev (20220109.1) ... 150s Selecting previously unselected package automake. 150s Preparing to unpack .../016-automake_1%3a1.17-3_all.deb ... 150s Unpacking automake (1:1.17-3) ... 151s Selecting previously unselected package autopoint. 151s Preparing to unpack .../017-autopoint_0.23.1-1_all.deb ... 151s Unpacking autopoint (0.23.1-1) ... 151s Selecting previously unselected package libisl23:s390x. 151s Preparing to unpack .../018-libisl23_0.27-1_s390x.deb ... 151s Unpacking libisl23:s390x (0.27-1) ... 151s Selecting previously unselected package libmpc3:s390x. 151s Preparing to unpack .../019-libmpc3_1.3.1-1build2_s390x.deb ... 151s Unpacking libmpc3:s390x (1.3.1-1build2) ... 151s Selecting previously unselected package cpp-14-s390x-linux-gnu. 151s Preparing to unpack .../020-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 151s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 151s Selecting previously unselected package cpp-14. 151s Preparing to unpack .../021-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 151s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 151s Selecting previously unselected package cpp-s390x-linux-gnu. 151s Preparing to unpack .../022-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 151s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 151s Selecting previously unselected package cpp. 151s Preparing to unpack .../023-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 151s Unpacking cpp (4:14.2.0-1ubuntu1) ... 151s Selecting previously unselected package libcc1-0:s390x. 151s Preparing to unpack .../024-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 151s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 151s Selecting previously unselected package libgomp1:s390x. 151s Preparing to unpack .../025-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 151s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 151s Selecting previously unselected package libitm1:s390x. 151s Preparing to unpack .../026-libitm1_15-20250213-1ubuntu1_s390x.deb ... 151s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 151s Selecting previously unselected package libasan8:s390x. 151s Preparing to unpack .../027-libasan8_15-20250213-1ubuntu1_s390x.deb ... 151s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 151s Selecting previously unselected package libubsan1:s390x. 151s Preparing to unpack .../028-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 151s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 151s Selecting previously unselected package libgcc-14-dev:s390x. 151s Preparing to unpack .../029-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 151s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 151s Selecting previously unselected package gcc-14-s390x-linux-gnu. 151s Preparing to unpack .../030-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 151s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 151s Selecting previously unselected package gcc-14. 151s Preparing to unpack .../031-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 151s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 151s Selecting previously unselected package gcc-s390x-linux-gnu. 151s Preparing to unpack .../032-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 151s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 151s Selecting previously unselected package gcc. 151s Preparing to unpack .../033-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 151s Unpacking gcc (4:14.2.0-1ubuntu1) ... 151s Selecting previously unselected package libstdc++-14-dev:s390x. 151s Preparing to unpack .../034-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 151s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 151s Selecting previously unselected package g++-14-s390x-linux-gnu. 151s Preparing to unpack .../035-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 151s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 151s Selecting previously unselected package g++-14. 151s Preparing to unpack .../036-g++-14_14.2.0-17ubuntu1_s390x.deb ... 151s Unpacking g++-14 (14.2.0-17ubuntu1) ... 151s Selecting previously unselected package g++-s390x-linux-gnu. 151s Preparing to unpack .../037-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 151s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 151s Selecting previously unselected package g++. 151s Preparing to unpack .../038-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 151s Unpacking g++ (4:14.2.0-1ubuntu1) ... 151s Selecting previously unselected package build-essential. 151s Preparing to unpack .../039-build-essential_12.10ubuntu1_s390x.deb ... 151s Unpacking build-essential (12.10ubuntu1) ... 151s Selecting previously unselected package libdebhelper-perl. 151s Preparing to unpack .../040-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 151s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 151s Selecting previously unselected package libtool. 151s Preparing to unpack .../041-libtool_2.5.4-3build1_all.deb ... 151s Unpacking libtool (2.5.4-3build1) ... 151s Selecting previously unselected package dh-autoreconf. 151s Preparing to unpack .../042-dh-autoreconf_20_all.deb ... 151s Unpacking dh-autoreconf (20) ... 151s Selecting previously unselected package libarchive-zip-perl. 151s Preparing to unpack .../043-libarchive-zip-perl_1.68-1_all.deb ... 151s Unpacking libarchive-zip-perl (1.68-1) ... 151s Selecting previously unselected package libfile-stripnondeterminism-perl. 151s Preparing to unpack .../044-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 151s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 151s Selecting previously unselected package dh-strip-nondeterminism. 151s Preparing to unpack .../045-dh-strip-nondeterminism_1.14.1-2_all.deb ... 151s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 151s Selecting previously unselected package debugedit. 151s Preparing to unpack .../046-debugedit_1%3a5.1-2_s390x.deb ... 151s Unpacking debugedit (1:5.1-2) ... 151s Selecting previously unselected package dwz. 151s Preparing to unpack .../047-dwz_0.15-1build6_s390x.deb ... 151s Unpacking dwz (0.15-1build6) ... 151s Selecting previously unselected package gettext. 151s Preparing to unpack .../048-gettext_0.23.1-1_s390x.deb ... 151s Unpacking gettext (0.23.1-1) ... 151s Selecting previously unselected package intltool-debian. 152s Preparing to unpack .../049-intltool-debian_0.35.0+20060710.6_all.deb ... 152s Unpacking intltool-debian (0.35.0+20060710.6) ... 152s Selecting previously unselected package po-debconf. 152s Preparing to unpack .../050-po-debconf_1.0.21+nmu1_all.deb ... 152s Unpacking po-debconf (1.0.21+nmu1) ... 152s Selecting previously unselected package debhelper. 152s Preparing to unpack .../051-debhelper_13.24.1ubuntu2_all.deb ... 152s Unpacking debhelper (13.24.1ubuntu2) ... 152s Selecting previously unselected package dh-python. 152s Preparing to unpack .../052-dh-python_6.20250108_all.deb ... 152s Unpacking dh-python (6.20250108) ... 152s Selecting previously unselected package xml-core. 152s Preparing to unpack .../053-xml-core_0.19_all.deb ... 152s Unpacking xml-core (0.19) ... 152s Selecting previously unselected package docutils-common. 152s Preparing to unpack .../054-docutils-common_0.21.2+dfsg-2_all.deb ... 152s Unpacking docutils-common (0.21.2+dfsg-2) ... 152s Selecting previously unselected package libjs-jquery. 152s Preparing to unpack .../055-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 152s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 152s Selecting previously unselected package libjs-underscore. 152s Preparing to unpack .../056-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 152s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 152s Selecting previously unselected package libjs-sphinxdoc. 152s Preparing to unpack .../057-libjs-sphinxdoc_8.1.3-5_all.deb ... 152s Unpacking libjs-sphinxdoc (8.1.3-5) ... 152s Selecting previously unselected package libpq5:s390x. 152s Preparing to unpack .../058-libpq5_17.3-3_s390x.deb ... 152s Unpacking libpq5:s390x (17.3-3) ... 152s Selecting previously unselected package libxslt1.1:s390x. 152s Preparing to unpack .../059-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 152s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 152s Selecting previously unselected package postgresql-client-17. 152s Preparing to unpack .../060-postgresql-client-17_17.3-3_s390x.deb ... 152s Unpacking postgresql-client-17 (17.3-3) ... 152s Selecting previously unselected package postgresql-17. 152s Preparing to unpack .../061-postgresql-17_17.3-3_s390x.deb ... 152s Unpacking postgresql-17 (17.3-3) ... 152s Selecting previously unselected package postgresql. 152s Preparing to unpack .../062-postgresql_17+273_all.deb ... 152s Unpacking postgresql (17+273) ... 152s Selecting previously unselected package python3-packaging. 152s Preparing to unpack .../063-python3-packaging_24.2-1_all.deb ... 152s Unpacking python3-packaging (24.2-1) ... 152s Selecting previously unselected package python3-pyproject-hooks. 152s Preparing to unpack .../064-python3-pyproject-hooks_1.2.0-1_all.deb ... 152s Unpacking python3-pyproject-hooks (1.2.0-1) ... 152s Selecting previously unselected package python3-toml. 152s Preparing to unpack .../065-python3-toml_0.10.2-1_all.deb ... 152s Unpacking python3-toml (0.10.2-1) ... 152s Selecting previously unselected package python3-wheel. 152s Preparing to unpack .../066-python3-wheel_0.45.1-1_all.deb ... 152s Unpacking python3-wheel (0.45.1-1) ... 152s Selecting previously unselected package python3-build. 152s Preparing to unpack .../067-python3-build_1.2.2-1_all.deb ... 152s Unpacking python3-build (1.2.2-1) ... 152s Selecting previously unselected package python3-installer. 152s Preparing to unpack .../068-python3-installer_0.7.0+dfsg1-3_all.deb ... 152s Unpacking python3-installer (0.7.0+dfsg1-3) ... 152s Selecting previously unselected package pybuild-plugin-pyproject. 152s Preparing to unpack .../069-pybuild-plugin-pyproject_6.20250108_all.deb ... 152s Unpacking pybuild-plugin-pyproject (6.20250108) ... 152s Selecting previously unselected package python-django-celery-results-doc. 152s Preparing to unpack .../070-python-django-celery-results-doc_2.5.1-2.1_all.deb ... 152s Unpacking python-django-celery-results-doc (2.5.1-2.1) ... 152s Selecting previously unselected package python3-all. 152s Preparing to unpack .../071-python3-all_3.13.1-1~exp2_s390x.deb ... 152s Unpacking python3-all (3.13.1-1~exp2) ... 152s Selecting previously unselected package python3-asgiref. 152s Preparing to unpack .../072-python3-asgiref_3.8.1-1_all.deb ... 152s Unpacking python3-asgiref (3.8.1-1) ... 152s Selecting previously unselected package python3-billiard. 152s Preparing to unpack .../073-python3-billiard_4.2.1-1_all.deb ... 152s Unpacking python3-billiard (4.2.1-1) ... 152s Selecting previously unselected package python3-click. 152s Preparing to unpack .../074-python3-click_8.1.8-1_all.deb ... 152s Unpacking python3-click (8.1.8-1) ... 152s Selecting previously unselected package python3-click-didyoumean. 152s Preparing to unpack .../075-python3-click-didyoumean_0.3.1-2_all.deb ... 152s Unpacking python3-click-didyoumean (0.3.1-2) ... 152s Selecting previously unselected package python3-wcwidth. 152s Preparing to unpack .../076-python3-wcwidth_0.2.13+dfsg1-1_all.deb ... 152s Unpacking python3-wcwidth (0.2.13+dfsg1-1) ... 152s Selecting previously unselected package python3-prompt-toolkit. 152s Preparing to unpack .../077-python3-prompt-toolkit_3.0.50-1_all.deb ... 152s Unpacking python3-prompt-toolkit (3.0.50-1) ... 152s Selecting previously unselected package python3-click-repl. 152s Preparing to unpack .../078-python3-click-repl_0.3.0-1_all.deb ... 152s Unpacking python3-click-repl (0.3.0-1) ... 152s Selecting previously unselected package python3-dateutil. 152s Preparing to unpack .../079-python3-dateutil_2.9.0-3_all.deb ... 152s Unpacking python3-dateutil (2.9.0-3) ... 152s Selecting previously unselected package python3-ephem. 152s Preparing to unpack .../080-python3-ephem_4.1.6-1build1_s390x.deb ... 152s Unpacking python3-ephem (4.1.6-1build1) ... 152s Selecting previously unselected package python3-vine. 152s Preparing to unpack .../081-python3-vine_5.1.0+dfsg-1_all.deb ... 152s Unpacking python3-vine (5.1.0+dfsg-1) ... 152s Selecting previously unselected package python3-amqp. 152s Preparing to unpack .../082-python3-amqp_5.3.1-2_all.deb ... 152s Unpacking python3-amqp (5.3.1-2) ... 152s Selecting previously unselected package python3-kombu. 152s Preparing to unpack .../083-python3-kombu_5.4.2-3_all.deb ... 152s Unpacking python3-kombu (5.4.2-3) ... 152s Selecting previously unselected package python3-memcache. 152s Preparing to unpack .../084-python3-memcache_1.62-3_all.deb ... 152s Unpacking python3-memcache (1.62-3) ... 152s Selecting previously unselected package python3-pytz. 152s Preparing to unpack .../085-python3-pytz_2025.1-3_all.deb ... 152s Unpacking python3-pytz (2025.1-3) ... 152s Selecting previously unselected package python3-tz. 152s Preparing to unpack .../086-python3-tz_2025.1-3_all.deb ... 152s Unpacking python3-tz (2025.1-3) ... 152s Selecting previously unselected package python3-click-plugins. 152s Preparing to unpack .../087-python3-click-plugins_1.1.1-4_all.deb ... 152s Unpacking python3-click-plugins (1.1.1-4) ... 152s Selecting previously unselected package python3-celery. 152s Preparing to unpack .../088-python3-celery_5.4.0-4_all.deb ... 152s Unpacking python3-celery (5.4.0-4) ... 152s Selecting previously unselected package python3-ply. 152s Preparing to unpack .../089-python3-ply_3.11-7_all.deb ... 152s Unpacking python3-ply (3.11-7) ... 152s Selecting previously unselected package python3-pycparser. 152s Preparing to unpack .../090-python3-pycparser_2.22-2_all.deb ... 152s Unpacking python3-pycparser (2.22-2) ... 152s Selecting previously unselected package python3-cffi. 152s Preparing to unpack .../091-python3-cffi_1.17.1-2build1_all.deb ... 152s Unpacking python3-cffi (1.17.1-2build1) ... 152s Selecting previously unselected package python3-cpuinfo. 152s Preparing to unpack .../092-python3-cpuinfo_9.0.0+git20221119-3_all.deb ... 152s Unpacking python3-cpuinfo (9.0.0+git20221119-3) ... 152s Selecting previously unselected package python3-defusedxml. 152s Preparing to unpack .../093-python3-defusedxml_0.7.1-3_all.deb ... 152s Unpacking python3-defusedxml (0.7.1-3) ... 152s Selecting previously unselected package python3-sqlparse. 152s Preparing to unpack .../094-python3-sqlparse_0.5.3-1_all.deb ... 152s Unpacking python3-sqlparse (0.5.3-1) ... 152s Selecting previously unselected package python3-django. 152s Preparing to unpack .../095-python3-django_3%3a4.2.18-1_all.deb ... 152s Unpacking python3-django (3:4.2.18-1) ... 153s Selecting previously unselected package python3-django-celery-results. 153s Preparing to unpack .../096-python3-django-celery-results_2.5.1-2.1_all.deb ... 153s Unpacking python3-django-celery-results (2.5.1-2.1) ... 153s Selecting previously unselected package python3-roman. 153s Preparing to unpack .../097-python3-roman_5.0-1_all.deb ... 153s Unpacking python3-roman (5.0-1) ... 153s Selecting previously unselected package python3-docutils. 153s Preparing to unpack .../098-python3-docutils_0.21.2+dfsg-2_all.deb ... 153s Unpacking python3-docutils (0.21.2+dfsg-2) ... 153s Selecting previously unselected package python3-imagesize. 153s Preparing to unpack .../099-python3-imagesize_1.4.1-1_all.deb ... 153s Unpacking python3-imagesize (1.4.1-1) ... 153s Selecting previously unselected package python3-iniconfig. 153s Preparing to unpack .../100-python3-iniconfig_1.1.1-2_all.deb ... 153s Unpacking python3-iniconfig (1.1.1-2) ... 153s Selecting previously unselected package python3-pluggy. 153s Preparing to unpack .../101-python3-pluggy_1.5.0-1_all.deb ... 153s Unpacking python3-pluggy (1.5.0-1) ... 153s Selecting previously unselected package python3-psycopg. 153s Preparing to unpack .../102-python3-psycopg_3.2.4-1_all.deb ... 153s Unpacking python3-psycopg (3.2.4-1) ... 153s Selecting previously unselected package python3-six. 153s Preparing to unpack .../103-python3-six_1.17.0-1_all.deb ... 153s Unpacking python3-six (1.17.0-1) ... 153s Selecting previously unselected package python3-psycopg2cffi. 153s Preparing to unpack .../104-python3-psycopg2cffi_2.9.0-1_s390x.deb ... 153s Unpacking python3-psycopg2cffi (2.9.0-1) ... 153s Selecting previously unselected package python3-pytest. 153s Preparing to unpack .../105-python3-pytest_8.3.4-1_all.deb ... 153s Unpacking python3-pytest (8.3.4-1) ... 153s Selecting previously unselected package python3-pytest-benchmark. 153s Preparing to unpack .../106-python3-pytest-benchmark_5.1.0-1_all.deb ... 153s Unpacking python3-pytest-benchmark (5.1.0-1) ... 153s Selecting previously unselected package python3-pytest-django. 153s Preparing to unpack .../107-python3-pytest-django_4.5.2-3_all.deb ... 153s Unpacking python3-pytest-django (4.5.2-3) ... 153s Selecting previously unselected package python3-snowballstemmer. 153s Preparing to unpack .../108-python3-snowballstemmer_2.2.0-4build1_all.deb ... 153s Unpacking python3-snowballstemmer (2.2.0-4build1) ... 153s Selecting previously unselected package sphinx-common. 153s Preparing to unpack .../109-sphinx-common_8.1.3-5_all.deb ... 153s Unpacking sphinx-common (8.1.3-5) ... 153s Selecting previously unselected package python3-alabaster. 153s Preparing to unpack .../110-python3-alabaster_0.7.16-0.1_all.deb ... 153s Unpacking python3-alabaster (0.7.16-0.1) ... 153s Selecting previously unselected package python3-sphinx. 153s Preparing to unpack .../111-python3-sphinx_8.1.3-5_all.deb ... 153s Unpacking python3-sphinx (8.1.3-5) ... 153s Selecting previously unselected package python3-sphinx-celery. 153s Preparing to unpack .../112-python3-sphinx-celery_2.1.3-1_all.deb ... 153s Unpacking python3-sphinx-celery (2.1.3-1) ... 153s Setting up dh-python (6.20250108) ... 153s Setting up postgresql-client-common (273) ... 153s Setting up python3-iniconfig (1.1.1-2) ... 153s Setting up python3-billiard (4.2.1-1) ... 154s Setting up libio-pty-perl (1:1.20-1build3) ... 154s Setting up python3-defusedxml (0.7.1-3) ... 154s Setting up libarchive-zip-perl (1.68-1) ... 154s Setting up python3-alabaster (0.7.16-0.1) ... 154s Setting up python3-ephem (4.1.6-1build1) ... 154s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 154s Setting up python3-ply (3.11-7) ... 154s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 154s Setting up python3-memcache (1.62-3) ... 154s Setting up libpq5:s390x (17.3-3) ... 154s Setting up m4 (1.4.19-5) ... 154s Setting up python3-pytz (2025.1-3) ... 154s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 154s Setting up python3-click (8.1.8-1) ... 154s Setting up python3-wheel (0.45.1-1) ... 155s Setting up python3-tz (2025.1-3) ... 155s Setting up python3-pycparser (2.22-2) ... 155s Setting up python3-vine (5.1.0+dfsg-1) ... 155s Setting up python3-six (1.17.0-1) ... 155s Setting up python3-roman (5.0-1) ... 155s Setting up autotools-dev (20220109.1) ... 155s Setting up python3-packaging (24.2-1) ... 155s Setting up python3-sqlparse (0.5.3-1) ... 156s Setting up python3-wcwidth (0.2.13+dfsg1-1) ... 156s Setting up python3-pyproject-hooks (1.2.0-1) ... 156s Setting up ssl-cert (1.1.3ubuntu1) ... 156s Created symlink '/etc/systemd/system/multi-user.target.wants/ssl-cert.service' → '/usr/lib/systemd/system/ssl-cert.service'. 157s Setting up python3-snowballstemmer (2.2.0-4build1) ... 157s Setting up libmpc3:s390x (1.3.1-1build2) ... 157s Setting up python3-psycopg (3.2.4-1) ... 157s Setting up autopoint (0.23.1-1) ... 157s Setting up python3-click-plugins (1.1.1-4) ... 158s Setting up libipc-run-perl (20231003.0-2) ... 158s Setting up python3-cpuinfo (9.0.0+git20221119-3) ... 158s Setting up python3-toml (0.10.2-1) ... 158s Setting up python3-installer (0.7.0+dfsg1-3) ... 158s Setting up autoconf (2.72-3) ... 158s Setting up python3-pluggy (1.5.0-1) ... 158s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 158s Setting up dwz (0.15-1build6) ... 158s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 158s Setting up libjson-perl (4.10000-1) ... 158s Setting up libnsl2:s390x (1.3.0-3build3) ... 158s Setting up python3-amqp (5.3.1-2) ... 158s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 158s Setting up debugedit (1:5.1-2) ... 158s Setting up python3-dateutil (2.9.0-3) ... 158s Setting up sgml-base (1.31) ... 158s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 158s Setting up libisl23:s390x (0.27-1) ... 158s Setting up python3-build (1.2.2-1) ... 159s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 159s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 159s Setting up python3-asgiref (3.8.1-1) ... 159s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 159s Setting up postgresql-common-dev (273) ... 159s Setting up python3-imagesize (1.4.1-1) ... 159s Setting up automake (1:1.17-3) ... 159s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 159s Setting up python3-prompt-toolkit (3.0.50-1) ... 159s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 159s Setting up python3.12-minimal (3.12.9-1) ... 160s Setting up gettext (0.23.1-1) ... 160s Setting up python3-django (3:4.2.18-1) ... 162s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 162s Setting up postgresql-client-17 (17.3-3) ... 162s update-alternatives: using /usr/share/postgresql/17/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode 162s Setting up pybuild-plugin-pyproject (6.20250108) ... 162s Setting up python3-pytest (8.3.4-1) ... 163s Setting up python3.12 (3.12.9-1) ... 164s Setting up python3-cffi (1.17.1-2build1) ... 164s Setting up python3-all (3.13.1-1~exp2) ... 164s Setting up python3-click-didyoumean (0.3.1-2) ... 164s Setting up python3-pytest-django (4.5.2-3) ... 164s Setting up python3-kombu (5.4.2-3) ... 165s Setting up intltool-debian (0.35.0+20060710.6) ... 165s Setting up python3-psycopg2cffi (2.9.0-1) ... 165s Setting up python3-click-repl (0.3.0-1) ... 165s Setting up postgresql-common (273) ... 165s Creating config file /etc/postgresql-common/createcluster.conf with new version 165s Building PostgreSQL dictionaries from installed myspell/hunspell packages... 165s Removing obsolete dictionary files: 166s Created symlink '/etc/systemd/system/multi-user.target.wants/postgresql.service' → '/usr/lib/systemd/system/postgresql.service'. 166s Setting up libjs-sphinxdoc (8.1.3-5) ... 166s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 166s Setting up cpp-14 (14.2.0-17ubuntu1) ... 166s Setting up dh-strip-nondeterminism (1.14.1-2) ... 166s Setting up xml-core (0.19) ... 166s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 166s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 166s Setting up python-django-celery-results-doc (2.5.1-2.1) ... 166s Setting up python3-pytest-benchmark (5.1.0-1) ... 166s Setting up postgresql-17 (17.3-3) ... 167s Creating new PostgreSQL cluster 17/main ... 167s /usr/lib/postgresql/17/bin/initdb -D /var/lib/postgresql/17/main --auth-local peer --auth-host scram-sha-256 --no-instructions 167s The files belonging to this database system will be owned by user "postgres". 167s This user must also own the server process. 167s 167s The database cluster will be initialized with locale "C.UTF-8". 167s The default database encoding has accordingly been set to "UTF8". 167s The default text search configuration will be set to "english". 167s 167s Data page checksums are disabled. 167s 167s fixing permissions on existing directory /var/lib/postgresql/17/main ... ok 167s creating subdirectories ... ok 167s selecting dynamic shared memory implementation ... posix 167s selecting default "max_connections" ... 100 167s selecting default "shared_buffers" ... 128MB 167s selecting default time zone ... Etc/UTC 167s creating configuration files ... ok 167s running bootstrap script ... ok 167s performing post-bootstrap initialization ... ok 167s syncing data to disk ... ok 170s Setting up python3-celery (5.4.0-4) ... 170s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 170s Setting up po-debconf (1.0.21+nmu1) ... 170s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 170s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 170s Setting up sphinx-common (8.1.3-5) ... 170s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 170s Setting up cpp (4:14.2.0-1ubuntu1) ... 170s Setting up postgresql (17+273) ... 171s Setting up python3-django-celery-results (2.5.1-2.1) ... 171s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 171s Setting up gcc-14 (14.2.0-17ubuntu1) ... 171s Setting up g++-14 (14.2.0-17ubuntu1) ... 171s Setting up libtool (2.5.4-3build1) ... 171s Setting up gcc (4:14.2.0-1ubuntu1) ... 171s Setting up dh-autoreconf (20) ... 171s Setting up g++ (4:14.2.0-1ubuntu1) ... 171s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 171s Setting up build-essential (12.10ubuntu1) ... 171s Setting up debhelper (13.24.1ubuntu2) ... 171s Processing triggers for install-info (7.1.1-1) ... 171s Processing triggers for libc-bin (2.40-4ubuntu1) ... 171s Processing triggers for systemd (257.2-3ubuntu1) ... 171s Processing triggers for man-db (2.13.0-1) ... 172s Processing triggers for sgml-base (1.31) ... 172s Setting up docutils-common (0.21.2+dfsg-2) ... 172s Processing triggers for sgml-base (1.31) ... 172s Setting up python3-docutils (0.21.2+dfsg-2) ... 173s Setting up python3-sphinx (8.1.3-5) ... 174s Setting up python3-sphinx-celery (2.1.3-1) ... 174s autopkgtest: DBG: testbed command exited with code 0 174s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python-django-celery-results-doc'], kind short, sout pipe, serr pipe, env [] 174s autopkgtest: DBG: testbed command exited with code 0 174s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-django-celery-results'], kind short, sout pipe, serr pipe, env [] 175s autopkgtest: DBG: testbed command exited with code 0 175s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.UNBeQ1/upstream-packages.all"], kind short, sout raw, serr pipe, env [] 175s autopkgtest: DBG: testbed command exited with code 0 175s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UNBeQ1/upstream-packages.all /tmp/autopkgtest-work.cbvao3w6/out/upstream-packages.all 175s autopkgtest: DBG: got reply from testbed: ok 175s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.UNBeQ1/build.mUJ/src'], kind short, sout raw, serr raw, env [] 175s autopkgtest: DBG: testbed command exited with code 0 175s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.UNBeQ1/build.mUJ/src already exists 175s autopkgtest [12:19:09]: test upstream: [----------------------- 175s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.UNBeQ1/wrapper.sh --debug --artifacts=/tmp/autopkgtest.UNBeQ1/upstream-artifacts --chdir=/tmp/autopkgtest.UNBeQ1/build.mUJ/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --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.UNBeQ1/upstream-stderr --stdout=/tmp/autopkgtest.UNBeQ1/upstream-stdout --tmp=/tmp/autopkgtest.UNBeQ1/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.UNBeQ1/build.mUJ/src/debian/tests/upstream -- /tmp/autopkgtest.UNBeQ1/build.mUJ/src/debian/tests/upstream'], kind test, sout raw, serr raw, env [] 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.UNBeQ1/upstream-artifacts 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: changing to directory: /tmp/autopkgtest.UNBeQ1/build.mUJ/src 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: LANG=C.UTF-8 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LANGUAGE 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_ADDRESS 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_ALL 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_COLLATE 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_CTYPE 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_IDENTIFICATION 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_MEASUREMENT 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_MESSAGES 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_MONETARY 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_NAME 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_NUMERIC 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_PAPER 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_TELEPHONE 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_TIME 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: pretending to be a login shell 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: will write standard error to /tmp/autopkgtest.UNBeQ1/upstream-stderr 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: will write stdout to /tmp/autopkgtest.UNBeQ1/upstream-stdout 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.UNBeQ1/autopkgtest_tmp 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: marking as executable: /tmp/autopkgtest.UNBeQ1/build.mUJ/src/debian/tests/upstream 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: command to run: /tmp/autopkgtest.UNBeQ1/build.mUJ/src/debian/tests/upstream 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: copying /tmp/tmp.dQtc17RsyX/out to stdout and file: /tmp/autopkgtest.UNBeQ1/upstream-stdout 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: copying /tmp/tmp.dQtc17RsyX/err to standard error and file: /tmp/autopkgtest.UNBeQ1/upstream-stdout 175s /tmp/autopkgtest.UNBeQ1/wrapper.sh: writing script pid 5029 to /tmp/autopkgtest_script_pid 175s ALTER ROLE 175s ALTER ROLE 176s ============================= test session starts ============================== 176s platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 176s benchmark: 5.1.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) 176s django: settings: t.proj.settings (from ini) 176s rootdir: /tmp/autopkgtest.UNBeQ1/autopkgtest_tmp 176s configfile: setup.cfg 176s testpaths: t/ 176s plugins: benchmark-5.1.0, django-4.5.2, typeguard-4.4.1 176s collected 47 items 176s 177s t/unit/backends/test_database.py ........................ [ 51%] 177s t/unit/test_migrations.py ... [ 57%] 177s t/unit/test_views.py .... [ 65%] 177s t/integration/benchmark_models.py s [ 68%] 177s t/unit/test_models.py ...... [ 80%] 177s t/unit/backends/test_cache.py ......... [100%] 177s 177s =============================== warnings summary =============================== 177s ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:267 177s /usr/lib/python3/dist-packages/django/conf/__init__.py:267: RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale. 177s warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning) 177s 177s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 177s =================== 46 passed, 1 skipped, 1 warning in 1.39s =================== 178s ============================= test session starts ============================== 178s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 178s benchmark: 5.1.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) 178s django: settings: t.proj.settings (from ini) 178s rootdir: /tmp/autopkgtest.UNBeQ1/autopkgtest_tmp 178s configfile: setup.cfg 178s testpaths: t/ 178s plugins: benchmark-5.1.0, django-4.5.2, typeguard-4.4.1 178s collected 47 items 178s 179s t/unit/backends/test_database.py ........................ [ 51%] 179s t/unit/test_migrations.py ... [ 57%] 179s t/unit/test_views.py .... [ 65%] 179s t/integration/benchmark_models.py s [ 68%] 179s t/unit/test_models.py ...... [ 80%] 179s t/unit/backends/test_cache.py ......... [100%] 179s 179s =============================== warnings summary =============================== 179s ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:267 179s /usr/lib/python3/dist-packages/django/conf/__init__.py:267: RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale. 179s warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning) 179s 179s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 179s =================== 46 passed, 1 skipped, 1 warning in 1.17s =================== 179s /tmp/autopkgtest.UNBeQ1/wrapper.sh: checking for leaked background processes... 179s /tmp/autopkgtest.UNBeQ1/wrapper.sh: waiting for tee/cat subprocesses... 179s /tmp/autopkgtest.UNBeQ1/wrapper.sh: cleaning up... 179s /tmp/autopkgtest.UNBeQ1/wrapper.sh: Exit status: 0 179s autopkgtest: DBG: testbed command exited with code 0 179s autopkgtest [12:19:13]: test upstream: -----------------------] 179s autopkgtest: DBG: testbed executing test finished with exit status 0 179s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UNBeQ1/upstream-stdout /tmp/autopkgtest-work.cbvao3w6/out/upstream-stdout 180s autopkgtest: DBG: got reply from testbed: ok 180s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UNBeQ1/upstream-stderr /tmp/autopkgtest-work.cbvao3w6/out/upstream-stderr 180s autopkgtest: DBG: got reply from testbed: ok 180s upstream PASS 180s autopkgtest [12:19:14]: test upstream: - - - - - - - - - - results - - - - - - - - - - 180s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UNBeQ1/upstream-artifacts/ /tmp/autopkgtest-work.cbvao3w6/out/artifacts/ 180s autopkgtest: DBG: got reply from testbed: ok 180s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.UNBeQ1/upstream-artifacts', '/tmp/autopkgtest.UNBeQ1/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest [12:19:14]: test autodep8-python3: preparing testbed 180s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['postgresql', 'python3-all', 'python3-psycopg2cffi', 'python-django-celery-results-doc', 'python3-django-celery-results', 'debhelper-compat (= 13)', 'dh-python', 'pybuild-plugin-pyproject', 'python3-all', 'python3-celery', 'python3-django', 'python3-psycopg', 'python3-pytest', 'python3-pytest-benchmark', 'python3-pytest-django', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-celery', 'build-essential'], deps_new=['python3-all', 'python3-django-celery-results'] 180s autopkgtest: DBG: testbed reset 180s autopkgtest: DBG: sending command to testbed: revert 314s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.UNBeQ1 314s autopkgtest: DBG: sending command to testbed: print-execute-command 314s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.o1vp7gmk/runcmd 314s autopkgtest: DBG: sending command to testbed: capabilities 314s autopkgtest: DBG: got reply from testbed: ok ok reboot revert revert-full-system isolation-machine root-on-testbed suggested-normal-user=ubuntu 314s autopkgtest: DBG: testbed capabilities: ['ok', 'reboot', 'revert', 'revert-full-system', 'isolation-machine', 'root-on-testbed', 'suggested-normal-user=ubuntu', 'has_internet'] 314s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UNBeQ1'], kind short, sout raw, serr pipe, env [] 314s autopkgtest: DBG: testbed command exited with code 0 314s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.UNBeQ1/wrapper.sh 314s autopkgtest: DBG: got reply from testbed: ok 314s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UNBeQ1/wrapper.sh'], kind short, sout raw, serr pipe, env [] 315s autopkgtest: DBG: testbed command exited with code 0 315s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 315s autopkgtest: DBG: testbed command exited with code 0 315s autopkgtest [12:21:29]: testbed dpkg architecture: s390x 315s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 315s autopkgtest: DBG: testbed command exited with code 0 315s autopkgtest [12:21:29]: testbed apt version: 2.9.30 315s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 315s autopkgtest: DBG: testbed command exited with code 0 315s autopkgtest: DBG: testbed has eatmydata 315s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 315s autopkgtest: DBG: testbed command exited with code 0 315s autopkgtest [12:21:29]: @@@@@@@@@@@@@@@@@@@@ test bed setup 315s 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 [] 315s autopkgtest: DBG: testbed command exited with code 0 315s autopkgtest [12:21:29]: testbed release detected to be: plucky 315s 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 [] 316s autopkgtest: DBG: testbed command exited with code 0 316s 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 [] 316s autopkgtest: DBG: testbed command exited with code 0 316s autopkgtest: DBG: adding APT source: Types: deb deb-src 316s URIs: http://ftpmaster.internal/ubuntu/ 316s Suites: plucky-proposed 316s Components: main restricted universe multiverse 316s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 316s 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 [] 316s autopkgtest: DBG: testbed command exited with code 0 316s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 316s Package: * 316s Pin: release plucky-proposed 316s Pin-Priority: 500 316s 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 [] 316s autopkgtest: DBG: testbed command exited with code 0 316s autopkgtest [12:21:30]: updating testbed package index (apt update) 316s 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'] 316s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 317s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 317s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 317s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 317s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 317s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 317s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 317s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 317s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 317s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 317s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 317s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 317s Fetched 1700 kB in 1s (1678 kB/s) 318s Reading package lists... 318s autopkgtest: DBG: testbed command exited with code 0 318s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 318s Package: * 318s Pin: release plucky-proposed 318s Pin-Priority: 100 318s 318s Package: src:sphinx:any 318s Pin: release plucky-proposed 318s Pin-Priority: 995 318s 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 [] 318s autopkgtest: DBG: testbed command exited with code 0 318s 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.UNBeQ1/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 318s autopkgtest: DBG: testbed command exited with code 0 318s 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'] 319s + lsb_release --codename --short 319s + RELEASE=plucky 319s + cat 319s + [ plucky != trusty ] 319s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 319s Reading package lists... 319s Building dependency tree... 319s Reading state information... 319s Calculating upgrade... 319s The following packages were automatically installed and are no longer required: 319s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 319s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 319s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 319s linux-tools-6.11.0-8-generic 319s Use 'sudo apt autoremove' to remove them. 319s The following packages will be upgraded: 319s iproute2 liblsof0 libp11-kit0 lsof 319s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 319s Need to get 1791 kB of archives. 319s After this operation, 17.4 kB of additional disk space will be used. 319s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 320s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 320s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 320s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 320s Preconfiguring packages ... 320s Fetched 1791 kB in 1s (2689 kB/s) 320s (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.) 320s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 320s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 320s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 320s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 320s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 320s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 320s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 320s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 320s Setting up liblsof0 (4.99.4+dfsg-1) ... 320s Setting up iproute2 (6.13.0-1ubuntu1) ... 320s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 320s Setting up lsof (4.99.4+dfsg-1) ... 320s Processing triggers for man-db (2.13.0-1) ... 321s Processing triggers for libc-bin (2.40-4ubuntu1) ... 321s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 321s + /usr/lib/apt/apt-helper analyze-pattern ?true 321s + uname -r 321s + sed s/\./\\./g 321s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 321s + apt list ?obsolete 321s + tail -n+2 321s + cut -d/ -f1 321s + grep -v ^linux-.*6\.12\.0-15-generic.* 321s + true 321s + obsolete_pkgs= 321s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 321s Reading package lists... 321s Building dependency tree... 321s Reading state information... 322s The following packages will be REMOVED: 322s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 322s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 322s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 322s linux-tools-6.11.0-8-generic* 322s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 322s After this operation, 167 MB disk space will be freed. 322s (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.) 322s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 322s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 322s Removing libpython3.12t64:s390x (3.12.9-1) ... 322s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 322s Removing libnsl2:s390x (1.3.0-3build3) ... 322s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 322s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 322s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 323s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 323s Processing triggers for libc-bin (2.40-4ubuntu1) ... 323s (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.) 323s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 323s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 323s + grep -q trusty /etc/lsb-release 323s + [ ! -d /usr/share/doc/unattended-upgrades ] 323s + [ ! -d /usr/share/doc/lxd ] 323s + [ ! -d /usr/share/doc/lxd-client ] 323s + [ ! -d /usr/share/doc/snapd ] 323s + type iptables 323s + cat 323s + chmod 755 /etc/rc.local 323s + . /etc/rc.local 323s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 323s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 323s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 323s + uname -m 323s + [ s390x = ppc64le ] 323s + [ -d /run/systemd/system ] 323s + systemd-detect-virt --quiet --vm 323s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 323s + cat 323s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 323s + echo COMPRESS=lz4 323s autopkgtest: DBG: testbed command exited with code 0 323s autopkgtest [12:21:37]: upgrading testbed (apt dist-upgrade and autopurge) 323s 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'] 323s Reading package lists... 324s Building dependency tree... 324s Reading state information... 324s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 324s Starting 2 pkgProblemResolver with broken count: 0 324s Done 324s Entering ResolveByKeep 324s 324s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 324s autopkgtest: DBG: testbed command exited with code 0 324s 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'] 324s Reading package lists... 324s Building dependency tree... 324s Reading state information... 325s Starting pkgProblemResolver with broken count: 0 325s Starting 2 pkgProblemResolver with broken count: 0 325s Done 325s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 325s autopkgtest: DBG: testbed command exited with code 0 325s 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.UNBeQ1/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 325s autopkgtest: DBG: testbed command exited with code 1 325s autopkgtest [12:21:39]: rebooting testbed after setup commands that affected boot 325s autopkgtest: DBG: sending command to testbed: reboot 342s autopkgtest: DBG: got reply from testbed: ok 342s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 342s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UNBeQ1'], kind short, sout raw, serr pipe, env [] 342s autopkgtest: DBG: testbed command exited with code 0 342s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.UNBeQ1/autopkgtest-reboot 342s autopkgtest: DBG: got reply from testbed: ok 342s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UNBeQ1'], kind short, sout raw, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.UNBeQ1/autopkgtest-reboot-prepare 343s autopkgtest: DBG: got reply from testbed: ok 343s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 344s autopkgtest: DBG: testbed command exited with code 0 344s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 344s autopkgtest: DBG: testbed command exited with code 0 344s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.UNBeQ1/testbed-packages"], kind short, sout raw, serr pipe, env [] 344s autopkgtest: DBG: testbed command exited with code 0 344s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UNBeQ1/testbed-packages /tmp/autopkgtest-work.cbvao3w6/out/testbed-packages 344s autopkgtest: DBG: got reply from testbed: ok 344s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 344s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UNBeQ1'], kind short, sout raw, serr pipe, env [] 344s autopkgtest: DBG: testbed command exited with code 0 344s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.UNBeQ1/autopkgtest-reboot 345s autopkgtest: DBG: got reply from testbed: ok 345s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 345s autopkgtest: DBG: testbed command exited with code 0 345s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 345s autopkgtest: DBG: testbed command exited with code 0 345s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 345s autopkgtest: DBG: testbed command exited with code 0 345s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UNBeQ1'], kind short, sout raw, serr pipe, env [] 345s autopkgtest: DBG: testbed command exited with code 0 345s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.UNBeQ1/autopkgtest-reboot-prepare 345s autopkgtest: DBG: got reply from testbed: ok 345s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 346s autopkgtest: DBG: testbed command exited with code 0 346s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UNBeQ1/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 346s autopkgtest: DBG: testbed command exited with code 0 346s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 346s autopkgtest: DBG: testbed command exited with code 0 346s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 346s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-django-celery-results'] 346s autopkgtest: DBG: install-deps: satisfying python3-all, python3-django-celery-results 346s autopkgtest: DBG: can use apt-get on testbed: True 346s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'python3-all, python3-django-celery-results'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 346s Reading package lists... 346s Building dependency tree... 346s Reading state information... 347s Starting pkgProblemResolver with broken count: 0 347s Starting 2 pkgProblemResolver with broken count: 0 347s Done 347s The following NEW packages will be installed: 347s libnsl2 libpython3.12-minimal libpython3.12-stdlib python3-all python3-amqp 347s python3-asgiref python3-billiard python3-celery python3-click 347s python3-click-didyoumean python3-click-plugins python3-click-repl 347s python3-dateutil python3-django python3-django-celery-results python3-ephem 347s python3-kombu python3-memcache python3-prompt-toolkit python3-pytz 347s python3-sqlparse python3-tz python3-vine python3-wcwidth python3.12 347s python3.12-minimal 347s 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded. 347s Need to get 11.9 MB of archives. 347s After this operation, 61.9 MB of additional disk space will be used. 347s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 348s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 348s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 348s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 348s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 348s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 348s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3-asgiref all 3.8.1-1 [24.8 kB] 348s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-billiard all 4.2.1-1 [66.4 kB] 348s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x python3-click all 8.1.8-1 [79.8 kB] 348s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-click-didyoumean all 0.3.1-2 [297 kB] 348s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wcwidth all 0.2.13+dfsg1-1 [26.3 kB] 348s Get:12 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-prompt-toolkit all 3.0.50-1 [257 kB] 348s Get:13 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-click-repl all 0.3.0-1 [10.4 kB] 348s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 348s Get:15 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-ephem s390x 4.1.6-1build1 [1332 kB] 348s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x python3-vine all 5.1.0+dfsg-1 [14.2 kB] 348s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x python3-amqp all 5.3.1-2 [43.5 kB] 348s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x python3-kombu all 5.4.2-3 [145 kB] 348s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x python3-memcache all 1.62-3 [17.6 kB] 348s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pytz all 2025.1-3 [162 kB] 348s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tz all 2025.1-3 [1866 B] 348s Get:22 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-click-plugins all 1.1.1-4 [9288 B] 348s Get:23 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-celery all 5.4.0-4 [305 kB] 348s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sqlparse all 0.5.3-1 [32.9 kB] 349s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x python3-django all 3:4.2.18-1 [2918 kB] 349s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-django-celery-results all 2.5.1-2.1 [24.4 kB] 349s Fetched 11.9 MB in 2s (7293 kB/s) 349s Selecting previously unselected package libpython3.12-minimal:s390x. 349s (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.) 349s Preparing to unpack .../00-libpython3.12-minimal_3.12.9-1_s390x.deb ... 349s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 349s Selecting previously unselected package python3.12-minimal. 349s Preparing to unpack .../01-python3.12-minimal_3.12.9-1_s390x.deb ... 349s Unpacking python3.12-minimal (3.12.9-1) ... 349s Selecting previously unselected package libnsl2:s390x. 349s Preparing to unpack .../02-libnsl2_1.3.0-3build3_s390x.deb ... 349s Unpacking libnsl2:s390x (1.3.0-3build3) ... 349s Selecting previously unselected package libpython3.12-stdlib:s390x. 349s Preparing to unpack .../03-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 349s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 349s Selecting previously unselected package python3.12. 349s Preparing to unpack .../04-python3.12_3.12.9-1_s390x.deb ... 349s Unpacking python3.12 (3.12.9-1) ... 349s Selecting previously unselected package python3-all. 349s Preparing to unpack .../05-python3-all_3.13.1-1~exp2_s390x.deb ... 349s Unpacking python3-all (3.13.1-1~exp2) ... 349s Selecting previously unselected package python3-asgiref. 349s Preparing to unpack .../06-python3-asgiref_3.8.1-1_all.deb ... 349s Unpacking python3-asgiref (3.8.1-1) ... 349s Selecting previously unselected package python3-billiard. 349s Preparing to unpack .../07-python3-billiard_4.2.1-1_all.deb ... 349s Unpacking python3-billiard (4.2.1-1) ... 349s Selecting previously unselected package python3-click. 349s Preparing to unpack .../08-python3-click_8.1.8-1_all.deb ... 349s Unpacking python3-click (8.1.8-1) ... 349s Selecting previously unselected package python3-click-didyoumean. 349s Preparing to unpack .../09-python3-click-didyoumean_0.3.1-2_all.deb ... 349s Unpacking python3-click-didyoumean (0.3.1-2) ... 349s Selecting previously unselected package python3-wcwidth. 349s Preparing to unpack .../10-python3-wcwidth_0.2.13+dfsg1-1_all.deb ... 349s Unpacking python3-wcwidth (0.2.13+dfsg1-1) ... 350s Selecting previously unselected package python3-prompt-toolkit. 350s Preparing to unpack .../11-python3-prompt-toolkit_3.0.50-1_all.deb ... 350s Unpacking python3-prompt-toolkit (3.0.50-1) ... 350s Selecting previously unselected package python3-click-repl. 350s Preparing to unpack .../12-python3-click-repl_0.3.0-1_all.deb ... 350s Unpacking python3-click-repl (0.3.0-1) ... 350s Selecting previously unselected package python3-dateutil. 350s Preparing to unpack .../13-python3-dateutil_2.9.0-3_all.deb ... 350s Unpacking python3-dateutil (2.9.0-3) ... 350s Selecting previously unselected package python3-ephem. 350s Preparing to unpack .../14-python3-ephem_4.1.6-1build1_s390x.deb ... 350s Unpacking python3-ephem (4.1.6-1build1) ... 350s Selecting previously unselected package python3-vine. 350s Preparing to unpack .../15-python3-vine_5.1.0+dfsg-1_all.deb ... 350s Unpacking python3-vine (5.1.0+dfsg-1) ... 350s Selecting previously unselected package python3-amqp. 350s Preparing to unpack .../16-python3-amqp_5.3.1-2_all.deb ... 350s Unpacking python3-amqp (5.3.1-2) ... 350s Selecting previously unselected package python3-kombu. 350s Preparing to unpack .../17-python3-kombu_5.4.2-3_all.deb ... 350s Unpacking python3-kombu (5.4.2-3) ... 350s Selecting previously unselected package python3-memcache. 350s Preparing to unpack .../18-python3-memcache_1.62-3_all.deb ... 350s Unpacking python3-memcache (1.62-3) ... 350s Selecting previously unselected package python3-pytz. 350s Preparing to unpack .../19-python3-pytz_2025.1-3_all.deb ... 350s Unpacking python3-pytz (2025.1-3) ... 350s Selecting previously unselected package python3-tz. 350s Preparing to unpack .../20-python3-tz_2025.1-3_all.deb ... 350s Unpacking python3-tz (2025.1-3) ... 350s Selecting previously unselected package python3-click-plugins. 350s Preparing to unpack .../21-python3-click-plugins_1.1.1-4_all.deb ... 350s Unpacking python3-click-plugins (1.1.1-4) ... 350s Selecting previously unselected package python3-celery. 350s Preparing to unpack .../22-python3-celery_5.4.0-4_all.deb ... 350s Unpacking python3-celery (5.4.0-4) ... 350s Selecting previously unselected package python3-sqlparse. 350s Preparing to unpack .../23-python3-sqlparse_0.5.3-1_all.deb ... 350s Unpacking python3-sqlparse (0.5.3-1) ... 350s Selecting previously unselected package python3-django. 350s Preparing to unpack .../24-python3-django_3%3a4.2.18-1_all.deb ... 350s Unpacking python3-django (3:4.2.18-1) ... 350s Selecting previously unselected package python3-django-celery-results. 350s Preparing to unpack .../25-python3-django-celery-results_2.5.1-2.1_all.deb ... 350s Unpacking python3-django-celery-results (2.5.1-2.1) ... 350s Setting up python3-billiard (4.2.1-1) ... 350s Setting up python3-ephem (4.1.6-1build1) ... 351s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 351s Setting up python3-memcache (1.62-3) ... 351s Setting up python3-pytz (2025.1-3) ... 351s Setting up python3-click (8.1.8-1) ... 351s Setting up python3-tz (2025.1-3) ... 351s Setting up python3-vine (5.1.0+dfsg-1) ... 351s Setting up python3-sqlparse (0.5.3-1) ... 351s Setting up python3-wcwidth (0.2.13+dfsg1-1) ... 352s Setting up python3-click-plugins (1.1.1-4) ... 352s Setting up libnsl2:s390x (1.3.0-3build3) ... 352s Setting up python3-amqp (5.3.1-2) ... 352s Setting up python3-dateutil (2.9.0-3) ... 352s Setting up python3-asgiref (3.8.1-1) ... 352s Setting up python3-prompt-toolkit (3.0.50-1) ... 353s Setting up python3.12-minimal (3.12.9-1) ... 354s Setting up python3-django (3:4.2.18-1) ... 356s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 356s Setting up python3.12 (3.12.9-1) ... 357s Setting up python3-all (3.13.1-1~exp2) ... 357s Setting up python3-click-didyoumean (0.3.1-2) ... 357s Setting up python3-kombu (5.4.2-3) ... 357s Setting up python3-click-repl (0.3.0-1) ... 357s Setting up python3-celery (5.4.0-4) ... 358s Setting up python3-django-celery-results (2.5.1-2.1) ... 358s Processing triggers for systemd (257.2-3ubuntu1) ... 358s Processing triggers for man-db (2.13.0-1) ... 359s Processing triggers for libc-bin (2.40-4ubuntu1) ... 359s autopkgtest: DBG: testbed command exited with code 0 359s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-django-celery-results'], kind short, sout pipe, serr pipe, env [] 359s autopkgtest: DBG: testbed command exited with code 0 359s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.UNBeQ1/autodep8-python3-packages.all"], kind short, sout raw, serr pipe, env [] 359s autopkgtest: DBG: testbed command exited with code 0 359s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UNBeQ1/autodep8-python3-packages.all /tmp/autopkgtest-work.cbvao3w6/out/autodep8-python3-packages.all 359s autopkgtest: DBG: got reply from testbed: ok 359s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.UNBeQ1/build.mUJ/src'], kind short, sout raw, serr raw, env [] 360s autopkgtest: DBG: testbed command exited with code 1 360s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UNBeQ1/build.mUJ'], kind short, sout raw, serr pipe, env [] 360s autopkgtest: DBG: testbed command exited with code 0 360s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.cbvao3w6/out/tests-tree/ /tmp/autopkgtest.UNBeQ1/build.mUJ/src/ 360s autopkgtest: DBG: got reply from testbed: ok 360s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.UNBeQ1/build.mUJ/src'], kind short, sout raw, serr pipe, env [] 360s autopkgtest: DBG: testbed command exited with code 0 360s autopkgtest [12:22:14]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import django_celery_results; print(django_celery_results)" ; done 360s autopkgtest [12:22:14]: test autodep8-python3: [----------------------- 360s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.UNBeQ1/wrapper.sh --debug --artifacts=/tmp/autopkgtest.UNBeQ1/autodep8-python3-artifacts --chdir=/tmp/autopkgtest.UNBeQ1/build.mUJ/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --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.UNBeQ1/autodep8-python3-stderr --stdout=/tmp/autopkgtest.UNBeQ1/autodep8-python3-stdout --tmp=/tmp/autopkgtest.UNBeQ1/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- bash -ec \'set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import django_celery_results; print(django_celery_results)" ; done\''], kind test, sout raw, serr raw, env [] 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.UNBeQ1/autodep8-python3-artifacts 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: changing to directory: /tmp/autopkgtest.UNBeQ1/build.mUJ/src 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: LANG=C.UTF-8 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LANGUAGE 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_ADDRESS 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_ALL 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_COLLATE 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_CTYPE 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_IDENTIFICATION 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_MEASUREMENT 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_MESSAGES 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_MONETARY 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_NAME 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_NUMERIC 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_PAPER 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_TELEPHONE 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: unsetting environment: LC_TIME 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: pretending to be a login shell 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: will write standard error to /tmp/autopkgtest.UNBeQ1/autodep8-python3-stderr 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: will write stdout to /tmp/autopkgtest.UNBeQ1/autodep8-python3-stdout 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.UNBeQ1/autopkgtest_tmp 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: command to run: bash -ec set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import django_celery_results; print(django_celery_results)" ; done 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: copying /tmp/tmp.snqopeprlj/out to stdout and file: /tmp/autopkgtest.UNBeQ1/autodep8-python3-stdout 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: copying /tmp/tmp.snqopeprlj/err to standard error and file: /tmp/autopkgtest.UNBeQ1/autodep8-python3-stdout 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: writing script pid 1675 to /tmp/autopkgtest_script_pid 361s Testing with python3.12: 361s 361s Testing with python3.13: 361s 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: checking for leaked background processes... 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: waiting for tee/cat subprocesses... 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: cleaning up... 361s /tmp/autopkgtest.UNBeQ1/wrapper.sh: Exit status: 0 361s autopkgtest: DBG: testbed command exited with code 0 361s autopkgtest [12:22:15]: test autodep8-python3: -----------------------] 361s autopkgtest: DBG: testbed executing test finished with exit status 0 361s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UNBeQ1/autodep8-python3-stdout /tmp/autopkgtest-work.cbvao3w6/out/autodep8-python3-stdout 361s autopkgtest: DBG: got reply from testbed: ok 361s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UNBeQ1/autodep8-python3-stderr /tmp/autopkgtest-work.cbvao3w6/out/autodep8-python3-stderr 361s autopkgtest: DBG: got reply from testbed: ok 361s autopkgtest [12:22:15]: test autodep8-python3: - - - - - - - - - - results - - - - - - - - - - 361s autodep8-python3 PASS (superficial) 361s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UNBeQ1/autodep8-python3-artifacts/ /tmp/autopkgtest-work.cbvao3w6/out/artifacts/ 362s autopkgtest: DBG: got reply from testbed: ok 362s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.UNBeQ1/autodep8-python3-artifacts', '/tmp/autopkgtest.UNBeQ1/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 362s autopkgtest: DBG: testbed command exited with code 0 362s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 362s autopkgtest [12:22:16]: @@@@@@@@@@@@@@@@@@@@ summary 362s upstream PASS 362s autodep8-python3 PASS (superficial) 362s autopkgtest: DBG: testbed stop 362s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.UNBeQ1 362s autopkgtest: DBG: sending command to testbed: close 378s autopkgtest: DBG: got reply from testbed: ok 378s autopkgtest: DBG: sending command to testbed: quit 378s nova [W] Using flock in prodstack6-s390x 378s flock: timeout while waiting to get lock 378s Creating nova instance adt-plucky-s390x-python-django-celery-results-20250219-121614-juju-7f2275-prod-proposed-migration-environment-15-7011d2f1-437b-4049-bd96-c4591eec1f2d from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 378s nova [W] Timed out waiting for ad190540-6cf5-44f9-a4ed-a006184c867c to get deleted. 378s nova [W] Using flock in prodstack6-s390x 378s flock: timeout while waiting to get lock 378s Creating nova instance adt-plucky-s390x-python-django-celery-results-20250219-121614-juju-7f2275-prod-proposed-migration-environment-15-7011d2f1-437b-4049-bd96-c4591eec1f2d from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 378s nova [W] Timed out waiting for 48548a4c-c7b6-40a3-89d4-c091af1a4796 to get deleted.