0s autopkgtest: DBG: testbed init 0s autopkgtest [22:52:54]: starting date and time: 2025-02-15 22:52:54+0000 0s autopkgtest [22:52:54]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [22:52:54]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.0lucphih/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:glibc,src:iproute2,src:php-twig,src:postgresql-17,src:postgresql-common,src:roundcube --apt-upgrade gpgme1.0 --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-22.secgroup --name adt-plucky-s390x-gpgme1.0-20250215-225254-juju-7f2275-prod-proposed-migration-environment-15-88258fb8-1ad5-4037-a94e-3442da66ada5 --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 109s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.EZNdKj 109s autopkgtest: DBG: sending command to testbed: print-execute-command 109s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.q5w9eg9w/runcmd 109s autopkgtest: DBG: sending command to testbed: capabilities 109s autopkgtest: DBG: got reply from testbed: ok revert-full-system isolation-machine revert reboot suggested-normal-user=ubuntu root-on-testbed 109s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'isolation-machine', 'revert', 'reboot', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 109s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.EZNdKj'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.EZNdKj/wrapper.sh 110s autopkgtest: DBG: got reply from testbed: ok 110s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.EZNdKj/wrapper.sh'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest [22:54:44]: testbed dpkg architecture: s390x 110s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest [22:54:44]: testbed apt version: 2.9.28 110s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: testbed has eatmydata 111s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest [22:54:45]: @@@@@@@@@@@@@@@@@@@@ test bed setup 111s 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 [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest [22:54:45]: testbed release detected to be: None 111s 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 [] 111s autopkgtest: DBG: testbed command exited with code 0 111s 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 [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: adding APT source: Types: deb deb-src 112s URIs: http://ftpmaster.internal/ubuntu/ 112s Suites: plucky-proposed 112s Components: main restricted universe multiverse 112s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 112s 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 [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 112s Package: * 112s Pin: release plucky-proposed 112s Pin-Priority: 500 112s 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 [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest [22:54:46]: updating testbed package index (apt update) 112s 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'] 112s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 113s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 113s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 113s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 113s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 113s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [74.3 kB] 113s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [828 kB] 113s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.1 kB] 113s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [163 kB] 113s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 113s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [876 kB] 113s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3740 B] 113s Fetched 2073 kB in 1s (2114 kB/s) 114s Reading package lists... 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 114s Package: * 114s Pin: release plucky-proposed 114s Pin-Priority: 100 114s 114s Package: src:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any 114s Pin: release plucky-proposed 114s Pin-Priority: 995 114s 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:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s 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.EZNdKj/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s 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'] 115s + lsb_release --codename --short 115s + RELEASE=plucky 115s + cat 115s + [ plucky != trusty ] 115s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 115s Reading package lists... 115s Building dependency tree... 115s Reading state information... 115s Calculating upgrade... 115s The following packages were automatically installed and are no longer required: 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 Use 'sudo apt autoremove' to remove them. 115s The following packages will be upgraded: 115s dash gcc-14-base libatomic1 libgcc-s1 libstdc++6 libtasn1-6 libxdmcp6 115s 7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 115s Need to get 1155 kB of archives. 115s After this operation, 16.4 kB of additional disk space will be used. 115s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dash s390x 0.5.12-12ubuntu1 [100 kB] 115s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 14.2.0-17ubuntu1 [9430 B] 115s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-17ubuntu1 [53.5 kB] 115s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 14.2.0-17ubuntu1 [896 kB] 116s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 14.2.0-17ubuntu1 [35.9 kB] 116s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libtasn1-6 s390x 4.20.0-2 [48.6 kB] 116s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libxdmcp6 s390x 1:1.1.5-1 [11.0 kB] 116s Preconfiguring packages ... 116s Fetched 1155 kB in 1s (1920 kB/s) 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 ... 80969 files and directories currently installed.) 116s Preparing to unpack .../dash_0.5.12-12ubuntu1_s390x.deb ... 116s Unpacking dash (0.5.12-12ubuntu1) over (0.5.12-9ubuntu1) ... 116s Setting up dash (0.5.12-12ubuntu1) ... 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 ... 80969 files and directories currently installed.) 116s Preparing to unpack .../libatomic1_14.2.0-17ubuntu1_s390x.deb ... 116s Unpacking libatomic1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 116s Preparing to unpack .../gcc-14-base_14.2.0-17ubuntu1_s390x.deb ... 116s Unpacking gcc-14-base:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 116s Setting up gcc-14-base:s390x (14.2.0-17ubuntu1) ... 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 ... 80969 files and directories currently installed.) 116s Preparing to unpack .../libstdc++6_14.2.0-17ubuntu1_s390x.deb ... 116s Unpacking libstdc++6:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 116s Setting up libstdc++6:s390x (14.2.0-17ubuntu1) ... 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 ... 80969 files and directories currently installed.) 116s Preparing to unpack .../libgcc-s1_14.2.0-17ubuntu1_s390x.deb ... 116s Unpacking libgcc-s1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 116s Setting up libgcc-s1:s390x (14.2.0-17ubuntu1) ... 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 ... 80969 files and directories currently installed.) 116s Preparing to unpack .../libtasn1-6_4.20.0-2_s390x.deb ... 116s Unpacking libtasn1-6:s390x (4.20.0-2) over (4.19.0-3build1) ... 116s Preparing to unpack .../libxdmcp6_1%3a1.1.5-1_s390x.deb ... 116s Unpacking libxdmcp6:s390x (1:1.1.5-1) over (1:1.1.3-0ubuntu6) ... 116s Setting up libxdmcp6:s390x (1:1.1.5-1) ... 116s Setting up libatomic1:s390x (14.2.0-17ubuntu1) ... 116s Setting up libtasn1-6:s390x (4.20.0-2) ... 116s Processing triggers for libc-bin (2.40-4ubuntu1) ... 116s Processing triggers for man-db (2.13.0-1) ... 117s Processing triggers for debianutils (5.21) ... 117s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 117s + /usr/lib/apt/apt-helper analyze-pattern ?true 117s + + sed s/\./\\./g 117s uname -r 117s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 117s + apt list ?obsolete 117s + tail -n+2 117s + cut -d/ -f1 117s + grep -v ^linux-.*6\.12\.0-15-generic.* 117s + true 117s + obsolete_pkgs= 117s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 117s Reading package lists... 118s Building dependency tree... 118s Reading state information... 118s The following packages will be REMOVED: 118s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 118s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 118s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 118s linux-tools-6.11.0-8-generic* 118s 0 upgraded, 0 newly installed, 9 to remove and 6 not upgraded. 118s After this operation, 167 MB disk space will be freed. 118s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 118s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 118s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 118s Removing libpython3.12t64:s390x (3.12.9-1) ... 118s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 118s Removing libnsl2:s390x (1.3.0-3build3) ... 118s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 118s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 118s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 119s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 119s Processing triggers for libc-bin (2.40-4ubuntu1) ... 119s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 119s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 119s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 120s + grep -q trusty /etc/lsb-release 120s + [ ! -d /usr/share/doc/unattended-upgrades ] 120s + [ ! -d /usr/share/doc/lxd ] 120s + [ ! -d /usr/share/doc/lxd-client ] 120s + [ ! -d /usr/share/doc/snapd ] 120s + type iptables 120s + cat 120s + chmod 755 /etc/rc.local 120s + . /etc/rc.local 120s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 120s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 120s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 120s + uname -m 120s + [ s390x = ppc64le ] 120s + [ -d /run/systemd/system ] 120s + systemd-detect-virt --quiet --vm 120s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 120s + cat 120s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 120s + echo COMPRESS=lz4 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest [22:54:54]: upgrading testbed (apt dist-upgrade and autopurge) 120s 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'] 121s Reading package lists... 121s Building dependency tree... 121s Reading state information... 121s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 121s Starting 2 pkgProblemResolver with broken count: 0 121s Done 121s Entering ResolveByKeep 121s 121s The following packages will be upgraded: 121s iproute2 libc-bin libc-dev-bin libc6 libc6-dev locales 121s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 121s Need to get 10.7 MB of archives. 121s After this operation, 305 kB of additional disk space will be used. 121s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-dev-bin s390x 2.41-1ubuntu1 [24.3 kB] 122s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6-dev s390x 2.41-1ubuntu1 [1679 kB] 122s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x locales all 2.41-1ubuntu1 [4246 kB] 122s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6 s390x 2.41-1ubuntu1 [2891 kB] 122s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-bin s390x 2.41-1ubuntu1 [672 kB] 122s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 122s Preconfiguring packages ... 123s Fetched 10.7 MB in 1s (12.0 MB/s) 123s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55867 files and directories currently installed.) 123s Preparing to unpack .../libc-dev-bin_2.41-1ubuntu1_s390x.deb ... 123s Unpacking libc-dev-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 123s Preparing to unpack .../libc6-dev_2.41-1ubuntu1_s390x.deb ... 123s Unpacking libc6-dev:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 123s Preparing to unpack .../locales_2.41-1ubuntu1_all.deb ... 123s Unpacking locales (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 123s Preparing to unpack .../libc6_2.41-1ubuntu1_s390x.deb ... 123s Checking for services that may need to be restarted... 123s Checking init scripts... 123s Checking for services that may need to be restarted... 123s Checking init scripts... 123s Stopping some services possibly affected by the upgrade (will be restarted later): 123s cron: stopping...done. 123s 123s Unpacking libc6:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 123s Setting up libc6:s390x (2.41-1ubuntu1) ... 123s Checking for services that may need to be restarted... 123s Checking init scripts... 123s Restarting services possibly affected by the upgrade: 123s cron: restarting...done. 123s 123s Services restarted successfully. 123s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55868 files and directories currently installed.) 123s Preparing to unpack .../libc-bin_2.41-1ubuntu1_s390x.deb ... 123s Unpacking libc-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 123s Setting up libc-bin (2.41-1ubuntu1) ... 123s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55868 files and directories currently installed.) 123s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 123s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 124s Setting up iproute2 (6.13.0-1ubuntu1) ... 124s Setting up locales (2.41-1ubuntu1) ... 124s Installing new version of config file /etc/locale.alias ... 124s Generating locales (this might take a while)... 125s en_US.UTF-8... done 125s Generation complete. 125s Setting up libc-dev-bin (2.41-1ubuntu1) ... 125s Setting up libc6-dev:s390x (2.41-1ubuntu1) ... 125s Processing triggers for man-db (2.13.0-1) ... 126s Processing triggers for systemd (257.2-3ubuntu1) ... 127s autopkgtest: DBG: testbed command exited with code 0 127s 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'] 127s Reading package lists... 127s Building dependency tree... 127s Reading state information... 128s Starting pkgProblemResolver with broken count: 0 128s Starting 2 pkgProblemResolver with broken count: 0 128s Done 128s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 128s autopkgtest: DBG: testbed command exited with code 0 128s 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.EZNdKj/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 128s autopkgtest: DBG: testbed command exited with code 1 128s autopkgtest [22:55:02]: rebooting testbed after setup commands that affected boot 128s autopkgtest: DBG: sending command to testbed: reboot 148s autopkgtest: DBG: got reply from testbed: ok 148s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 148s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.EZNdKj'], kind short, sout raw, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.EZNdKj/autopkgtest-reboot 149s autopkgtest: DBG: got reply from testbed: ok 149s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.EZNdKj'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.EZNdKj/autopkgtest-reboot-prepare 154s autopkgtest: DBG: got reply from testbed: ok 154s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest [22:55:33]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 159s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.EZNdKj/testbed-packages"], kind short, sout raw, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.EZNdKj/testbed-packages /tmp/autopkgtest-work.0lucphih/out/testbed-packages 160s autopkgtest: DBG: got reply from testbed: ok 160s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 160s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.EZNdKj'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.EZNdKj/autopkgtest-reboot 165s autopkgtest: DBG: got reply from testbed: ok 165s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.EZNdKj'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.EZNdKj/autopkgtest-reboot-prepare 167s autopkgtest: DBG: got reply from testbed: ok 167s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: Binaries: initialising 168s autopkgtest [22:55:42]: @@@@@@@@@@@@@@@@@@@@ apt-source gpgme1.0 168s autopkgtest: DBG: blame += gpgme1.0 168s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 168s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'gpgme1.0'], kind short, sout pipe, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^gpgme-json$'], kind short, sout pipe, serr raw, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'gpgme-json=1.24.1-4ubuntu1'], kind short, sout pipe, serr raw, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libgpgme11t64$'], kind short, sout pipe, serr raw, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libgpgme11t64=1.24.1-4ubuntu1'], kind short, sout pipe, serr raw, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libqgpgmeqt6-dev$'], kind short, sout pipe, serr raw, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libqgpgmeqt6-dev=1.24.1-4ubuntu1'], kind short, sout pipe, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libqgpgme15t64$'], kind short, sout pipe, serr raw, env [] 172s autopkgtest: DBG: testbed command exited with code 0 172s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libqgpgme15t64=1.24.1-4ubuntu1'], kind short, sout pipe, serr raw, env [] 173s autopkgtest: DBG: testbed command exited with code 0 173s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libqgpgme-dev$'], kind short, sout pipe, serr raw, env [] 173s autopkgtest: DBG: testbed command exited with code 0 173s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libqgpgme-dev=1.24.1-4ubuntu1'], kind short, sout pipe, serr raw, env [] 173s autopkgtest: DBG: testbed command exited with code 0 173s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-gpg$'], kind short, sout pipe, serr raw, env [] 175s autopkgtest: DBG: testbed command exited with code 0 175s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-gpg=1.24.1-4ubuntu1'], kind short, sout pipe, serr raw, env [] 176s autopkgtest: DBG: testbed command exited with code 0 176s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libgpgmepp-dev$'], kind short, sout pipe, serr raw, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libgpgmepp-dev=1.24.1-4ubuntu1'], kind short, sout pipe, serr raw, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libqgpgmeqt6-15$'], kind short, sout pipe, serr raw, env [] 179s autopkgtest: DBG: testbed command exited with code 0 179s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libqgpgmeqt6-15=1.24.1-4ubuntu1'], kind short, sout pipe, serr raw, env [] 179s autopkgtest: DBG: testbed command exited with code 0 179s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libgpgmepp-doc$'], kind short, sout pipe, serr raw, env [] 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libgpgmepp-doc=1.24.1-4ubuntu1'], kind short, sout pipe, serr raw, env [] 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libgpgme-dev$'], kind short, sout pipe, serr raw, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libgpgme-dev=1.24.1-4ubuntu1'], kind short, sout pipe, serr raw, env [] 183s autopkgtest: DBG: testbed command exited with code 0 183s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libgpgmepp6t64$'], kind short, sout pipe, serr raw, env [] 183s autopkgtest: DBG: testbed command exited with code 0 183s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libgpgmepp6t64=1.24.1-4ubuntu1'], kind short, sout pipe, serr raw, env [] 183s autopkgtest: DBG: testbed command exited with code 0 183s autopkgtest: DBG: install_deps: deps_new=[] 183s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s 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.EZNdKj/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source gpgme1.0=1.24.1-4ubuntu1 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 gpgme1.0_*.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=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1'] 184s + cd / 184s + mktemp -d /tmp/autopkgtest.EZNdKj/build.XXX 184s + builddir=/tmp/autopkgtest.EZNdKj/build.Mxd 184s + cd /tmp/autopkgtest.EZNdKj/build.Mxd 184s + apt-get source -d -q --only-source gpgme1.0=1.24.1-4ubuntu1 185s + OUT=Reading package lists... 185s NOTICE: 'gpgme1.0' packaging is maintained in the 'Git' version control system at: 185s https://salsa.debian.org/debian/gpgme.git -b debian/unstable 185s Please use: 185s git clone https://salsa.debian.org/debian/gpgme.git -b debian/unstable 185s to retrieve the latest (possibly unreleased) updates to the package. 185s Need to get 1926 kB of source archives. 185s Get:1 http://ftpmaster.internal/ubuntu plucky/main gpgme1.0 1.24.1-4ubuntu1 (dsc) [3363 B] 185s Get:2 http://ftpmaster.internal/ubuntu plucky/main gpgme1.0 1.24.1-4ubuntu1 (tar) [1892 kB] 185s Get:3 http://ftpmaster.internal/ubuntu plucky/main gpgme1.0 1.24.1-4ubuntu1 (asc) [228 B] 185s Get:4 http://ftpmaster.internal/ubuntu plucky/main gpgme1.0 1.24.1-4ubuntu1 (diff) [30.3 kB] 185s Fetched 1926 kB in 1s (2848 kB/s) 185s Download complete and in download only mode 185s + [ -n ] 185s + echo Reading package lists... 185s NOTICE: 'gpgme1.0' packaging is maintained in the 'Git' version control system at: 185s https://salsa.debian.org/debian/gpgme.git -b debian/unstable 185s Please use: 185s git clone https://salsa.debian.org/debian/gpgme.git -b debian/unstable 185s to retrieve the latest (possibly unreleased) updates to the package. 185s Need to get 1926 kB of source archives. 185s Get:1 http://ftpmaster.internal/ubuntu plucky/main gpgme1.0 1.24.1-4ubuntu1 (dsc) [3363 B] 185s Get:2 http://ftpmaster.internal/ubuntu plucky/main gpgme1.0 1.24.1-4ubuntu1 (tar) [1892 kB] 185s Get:3 http://ftpmaster.internal/ubuntu plucky/main gpgme1.0 1.24.1-4ubuntu1 (asc) [228 B] 185s Get:4 http://ftpmaster.internal/ubuntu plucky/main gpgme1.0 1.24.1-4ubuntu1 (diff) [30.3 kB] 185s Fetched 1926 kB in 1s (2848 kB/s) 185s Download complete and in download only mode 185s + grep ^Get: 185s Get:1 http://ftpmaster.internal/ubuntu plucky/main gpgme1.0 1.24.1-4ubuntu1 (dsc) [3363 B] 185s Get:2 http://ftpmaster.internal/ubuntu plucky/main gpgme1.0 1.24.1-4ubuntu1 (tar) [1892 kB] 185s Get:3 http://ftpmaster.internal/ubuntu plucky/main gpgme1.0 1.24.1-4ubuntu1 (asc) [228 B] 185s Get:4 http://ftpmaster.internal/ubuntu plucky/main gpgme1.0 1.24.1-4ubuntu1 (diff) [30.3 kB] 185s + dpkg-source -x gpgme1.0_1.24.1-4ubuntu1.dsc src 185s gpgv: Signature made Thu Feb 6 13:46:04 2025 UTC 185s gpgv: using RSA key 92978A6E195E4921825F7FF0F34F09744E9F5DD9 185s gpgv: Can't check signature: No public key 185s dpkg-source: warning: cannot verify inline signature for ./gpgme1.0_1.24.1-4ubuntu1.dsc: no acceptable signature found 185s + chmod -R a+rX . 185s + cd src/. 185s + pwd 185s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 185s autopkgtest: DBG: testbed command exited with code 0 185s autopkgtest [22:55:59]: testing package gpgme1.0 version 1.24.1-4ubuntu1 185s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.EZNdKj/build.Mxd/src/debian/ /tmp/autopkgtest-work.0lucphih/out/pkg/debian/ 186s autopkgtest: DBG: got reply from testbed: ok 189s autopkgtest: DBG: processing dependency python3-all 189s autopkgtest: DBG: processing dependency python3-gpg 189s autopkgtest: DBG: marked alternatives ['python3-gpg'] as a synthesised dependency 189s autopkgtest: DBG: Test defined: name python3 path debian/tests/python3 command "None" restrictions [] features [] depends ['python3-all', 'python3-gpg'] 195s autopkgtest: DBG: processing dependency gcc 195s autopkgtest: DBG: processing dependency libc6-dev 195s autopkgtest: DBG: Test defined: name checky2106 path debian/tests/checky2106 command "None" restrictions ['skippable'] features [] depends ['gcc', 'libc6-dev'] 195s autopkgtest [22:56:09]: build not needed 195s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.EZNdKj/build.Mxd/src/ /tmp/autopkgtest-work.0lucphih/out/tests-tree/ 197s autopkgtest: DBG: got reply from testbed: ok 199s autopkgtest: DBG: processing dependency python3-all 199s autopkgtest: DBG: processing dependency python3-gpg 199s autopkgtest: DBG: marked alternatives ['python3-gpg'] as a synthesised dependency 199s autopkgtest: DBG: Test defined: name python3 path debian/tests/python3 command "None" restrictions [] features [] depends ['python3-all', 'python3-gpg'] 200s autopkgtest: DBG: processing dependency gcc 200s autopkgtest: DBG: processing dependency libc6-dev 200s autopkgtest: DBG: Test defined: name checky2106 path debian/tests/checky2106 command "None" restrictions ['skippable'] features [] depends ['gcc', 'libc6-dev'] 200s autopkgtest [22:56:14]: test python3: preparing testbed 200s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-all', 'python3-gpg'] 200s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 200s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-gpg'] 200s autopkgtest: DBG: install-deps: satisfying python3-all, python3-gpg 200s autopkgtest: DBG: can use apt-get on testbed: True 200s 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-gpg'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 200s Reading package lists... 201s Building dependency tree... 201s Reading state information... 201s Starting pkgProblemResolver with broken count: 0 201s Starting 2 pkgProblemResolver with broken count: 0 201s Done 201s The following NEW packages will be installed: 201s libnsl2 libpython3.12-minimal libpython3.12-stdlib python3-all python3-gpg 201s python3.12 python3.12-minimal 201s 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. 201s Need to get 6282 kB of archives. 201s After this operation, 26.3 MB of additional disk space will be used. 201s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 202s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 202s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 202s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 202s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 202s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 202s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3-gpg s390x 1.24.1-4ubuntu1 [256 kB] 202s Fetched 6282 kB in 1s (8036 kB/s) 202s Selecting previously unselected package libpython3.12-minimal:s390x. 202s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 202s Preparing to unpack .../0-libpython3.12-minimal_3.12.9-1_s390x.deb ... 202s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 202s Selecting previously unselected package python3.12-minimal. 202s Preparing to unpack .../1-python3.12-minimal_3.12.9-1_s390x.deb ... 202s Unpacking python3.12-minimal (3.12.9-1) ... 202s Selecting previously unselected package libnsl2:s390x. 202s Preparing to unpack .../2-libnsl2_1.3.0-3build3_s390x.deb ... 202s Unpacking libnsl2:s390x (1.3.0-3build3) ... 202s Selecting previously unselected package libpython3.12-stdlib:s390x. 202s Preparing to unpack .../3-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 202s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 202s Selecting previously unselected package python3.12. 202s Preparing to unpack .../4-python3.12_3.12.9-1_s390x.deb ... 202s Unpacking python3.12 (3.12.9-1) ... 202s Selecting previously unselected package python3-all. 202s Preparing to unpack .../5-python3-all_3.13.1-1~exp2_s390x.deb ... 202s Unpacking python3-all (3.13.1-1~exp2) ... 202s Selecting previously unselected package python3-gpg. 202s Preparing to unpack .../6-python3-gpg_1.24.1-4ubuntu1_s390x.deb ... 202s Unpacking python3-gpg (1.24.1-4ubuntu1) ... 202s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 202s Setting up python3-gpg (1.24.1-4ubuntu1) ... 203s Setting up libnsl2:s390x (1.3.0-3build3) ... 203s Setting up python3.12-minimal (3.12.9-1) ... 203s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 203s Setting up python3.12 (3.12.9-1) ... 205s Setting up python3-all (3.13.1-1~exp2) ... 205s Processing triggers for man-db (2.13.0-1) ... 205s Processing triggers for libc-bin (2.41-1ubuntu1) ... 205s Processing triggers for systemd (257.2-3ubuntu1) ... 205s autopkgtest: DBG: testbed command exited with code 0 205s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-gpg'], kind short, sout pipe, serr pipe, env [] 205s autopkgtest: DBG: testbed command exited with code 0 205s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.EZNdKj/python3-packages.all"], kind short, sout raw, serr pipe, env [] 205s autopkgtest: DBG: testbed command exited with code 0 205s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.EZNdKj/python3-packages.all /tmp/autopkgtest-work.0lucphih/out/python3-packages.all 206s autopkgtest: DBG: got reply from testbed: ok 206s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.EZNdKj/build.Mxd/src'], kind short, sout raw, serr raw, env [] 206s autopkgtest: DBG: testbed command exited with code 0 206s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.EZNdKj/build.Mxd/src already exists 206s autopkgtest [22:56:20]: test python3: [----------------------- 206s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.EZNdKj/wrapper.sh --debug --artifacts=/tmp/autopkgtest.EZNdKj/python3-artifacts --chdir=/tmp/autopkgtest.EZNdKj/build.Mxd/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=2 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.EZNdKj/python3-stderr --stdout=/tmp/autopkgtest.EZNdKj/python3-stdout --tmp=/tmp/autopkgtest.EZNdKj/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' --make-executable=/tmp/autopkgtest.EZNdKj/build.Mxd/src/debian/tests/python3 -- /tmp/autopkgtest.EZNdKj/build.Mxd/src/debian/tests/python3"], kind test, sout raw, serr raw, env [] 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.EZNdKj/python3-artifacts 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: changing to directory: /tmp/autopkgtest.EZNdKj/build.Mxd/src 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: setting environment: LANG=C.UTF-8 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LANGUAGE 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_ADDRESS 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_ALL 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_COLLATE 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_CTYPE 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_IDENTIFICATION 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_MEASUREMENT 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_MESSAGES 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_MONETARY 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_NAME 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_NUMERIC 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_PAPER 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_TELEPHONE 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_TIME 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: pretending to be a login shell 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: will write standard error to /tmp/autopkgtest.EZNdKj/python3-stderr 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: will write stdout to /tmp/autopkgtest.EZNdKj/python3-stdout 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.EZNdKj/autopkgtest_tmp 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: marking as executable: /tmp/autopkgtest.EZNdKj/build.Mxd/src/debian/tests/python3 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: command to run: /tmp/autopkgtest.EZNdKj/build.Mxd/src/debian/tests/python3 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: copying /tmp/tmp.BlESbWYjtn/out to stdout and file: /tmp/autopkgtest.EZNdKj/python3-stdout 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: copying /tmp/tmp.BlESbWYjtn/err to standard error and file: /tmp/autopkgtest.EZNdKj/python3-stdout 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: writing script pid 1689 to /tmp/autopkgtest_script_pid 206s python3.12 testing... 206s python3.12 OK 206s python3.13 testing... 206s python3.13 OK 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: checking for leaked background processes... 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: waiting for tee/cat subprocesses... 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: cleaning up... 206s /tmp/autopkgtest.EZNdKj/wrapper.sh: Exit status: 0 206s autopkgtest: DBG: testbed command exited with code 0 207s autopkgtest [22:56:21]: test python3: -----------------------] 207s autopkgtest: DBG: testbed executing test finished with exit status 0 207s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.EZNdKj/python3-stdout /tmp/autopkgtest-work.0lucphih/out/python3-stdout 207s autopkgtest: DBG: got reply from testbed: ok 207s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.EZNdKj/python3-stderr /tmp/autopkgtest-work.0lucphih/out/python3-stderr 207s autopkgtest: DBG: got reply from testbed: ok 207s autopkgtest [22:56:21]: test python3: - - - - - - - - - - results - - - - - - - - - - 207s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.EZNdKj/python3-artifacts/ /tmp/autopkgtest-work.0lucphih/out/artifacts/ 207s python3 PASS 207s autopkgtest: DBG: got reply from testbed: ok 207s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.EZNdKj/python3-artifacts', '/tmp/autopkgtest.EZNdKj/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 208s autopkgtest: DBG: testbed command exited with code 0 208s autopkgtest [22:56:22]: test checky2106: preparing testbed 208s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-all', 'python3-gpg'], deps_new=['gcc', 'libc6-dev'] 208s autopkgtest: DBG: testbed reset 208s autopkgtest: DBG: sending command to testbed: revert 342s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.EZNdKj 342s autopkgtest: DBG: sending command to testbed: print-execute-command 342s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.q5w9eg9w/runcmd 342s autopkgtest: DBG: sending command to testbed: capabilities 342s autopkgtest: DBG: got reply from testbed: ok revert-full-system isolation-machine root-on-testbed revert reboot ok suggested-normal-user=ubuntu 342s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'isolation-machine', 'root-on-testbed', 'revert', 'reboot', 'ok', 'suggested-normal-user=ubuntu', 'has_internet'] 342s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.EZNdKj'], 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/wrapper.sh /tmp/autopkgtest.EZNdKj/wrapper.sh 343s autopkgtest: DBG: got reply from testbed: ok 343s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.EZNdKj/wrapper.sh'], kind short, sout raw, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest [22:58:37]: testbed dpkg architecture: s390x 343s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest [22:58:37]: testbed apt version: 2.9.28 343s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 344s autopkgtest: DBG: testbed command exited with code 0 344s autopkgtest: DBG: testbed has eatmydata 344s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 344s autopkgtest: DBG: testbed command exited with code 0 344s autopkgtest [22:58:38]: @@@@@@@@@@@@@@@@@@@@ test bed setup 344s 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 [] 344s autopkgtest: DBG: testbed command exited with code 0 344s autopkgtest [22:58:38]: testbed release detected to be: plucky 344s 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 [] 344s autopkgtest: DBG: testbed command exited with code 0 344s 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 [] 344s autopkgtest: DBG: testbed command exited with code 0 344s autopkgtest: DBG: adding APT source: Types: deb deb-src 344s URIs: http://ftpmaster.internal/ubuntu/ 344s Suites: plucky-proposed 344s Components: main restricted universe multiverse 344s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 344s 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 [] 344s autopkgtest: DBG: testbed command exited with code 0 344s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 344s Package: * 344s Pin: release plucky-proposed 344s Pin-Priority: 500 344s 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 [] 345s autopkgtest: DBG: testbed command exited with code 0 345s autopkgtest [22:58:39]: updating testbed package index (apt update) 345s 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'] 345s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 345s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 345s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 345s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 345s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.1 kB] 345s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [828 kB] 346s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 346s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [74.3 kB] 346s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [163 kB] 346s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 346s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [876 kB] 346s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3740 B] 346s Fetched 2073 kB in 1s (2176 kB/s) 346s Reading package lists... 347s autopkgtest: DBG: testbed command exited with code 0 347s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 347s Package: * 347s Pin: release plucky-proposed 347s Pin-Priority: 100 347s 347s Package: src:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any 347s Pin: release plucky-proposed 347s Pin-Priority: 995 347s 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:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 347s autopkgtest: DBG: testbed command exited with code 0 347s 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.EZNdKj/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 347s autopkgtest: DBG: testbed command exited with code 0 347s 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'] 347s + lsb_release --codename --short 347s + RELEASE=plucky 347s + cat 347s + [ plucky != trusty ] 347s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 347s Reading package lists... 347s Building dependency tree... 347s Reading state information... 347s Calculating upgrade... 347s The following packages were automatically installed and are no longer required: 347s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 347s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 347s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 347s linux-tools-6.11.0-8-generic 347s Use 'sudo apt autoremove' to remove them. 347s The following packages will be upgraded: 347s dash gcc-14-base libatomic1 libgcc-s1 libstdc++6 libtasn1-6 libxdmcp6 348s 7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 348s Need to get 1155 kB of archives. 348s After this operation, 16.4 kB of additional disk space will be used. 348s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dash s390x 0.5.12-12ubuntu1 [100 kB] 348s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 14.2.0-17ubuntu1 [9430 B] 348s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-17ubuntu1 [53.5 kB] 348s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 14.2.0-17ubuntu1 [896 kB] 348s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 14.2.0-17ubuntu1 [35.9 kB] 348s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libtasn1-6 s390x 4.20.0-2 [48.6 kB] 348s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libxdmcp6 s390x 1:1.1.5-1 [11.0 kB] 348s Preconfiguring packages ... 348s Fetched 1155 kB in 1s (1901 kB/s) 348s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 348s Preparing to unpack .../dash_0.5.12-12ubuntu1_s390x.deb ... 348s Unpacking dash (0.5.12-12ubuntu1) over (0.5.12-9ubuntu1) ... 348s Setting up dash (0.5.12-12ubuntu1) ... 348s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 348s Preparing to unpack .../libatomic1_14.2.0-17ubuntu1_s390x.deb ... 348s Unpacking libatomic1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 348s Preparing to unpack .../gcc-14-base_14.2.0-17ubuntu1_s390x.deb ... 348s Unpacking gcc-14-base:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 349s Setting up gcc-14-base:s390x (14.2.0-17ubuntu1) ... 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 ... 80969 files and directories currently installed.) 349s Preparing to unpack .../libstdc++6_14.2.0-17ubuntu1_s390x.deb ... 349s Unpacking libstdc++6:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 349s Setting up libstdc++6:s390x (14.2.0-17ubuntu1) ... 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 ... 80969 files and directories currently installed.) 349s Preparing to unpack .../libgcc-s1_14.2.0-17ubuntu1_s390x.deb ... 349s Unpacking libgcc-s1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 349s Setting up libgcc-s1:s390x (14.2.0-17ubuntu1) ... 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 ... 80969 files and directories currently installed.) 349s Preparing to unpack .../libtasn1-6_4.20.0-2_s390x.deb ... 349s Unpacking libtasn1-6:s390x (4.20.0-2) over (4.19.0-3build1) ... 349s Preparing to unpack .../libxdmcp6_1%3a1.1.5-1_s390x.deb ... 349s Unpacking libxdmcp6:s390x (1:1.1.5-1) over (1:1.1.3-0ubuntu6) ... 349s Setting up libxdmcp6:s390x (1:1.1.5-1) ... 349s Setting up libatomic1:s390x (14.2.0-17ubuntu1) ... 349s Setting up libtasn1-6:s390x (4.20.0-2) ... 349s Processing triggers for libc-bin (2.40-4ubuntu1) ... 349s Processing triggers for man-db (2.13.0-1) ... 349s Processing triggers for debianutils (5.21) ... 349s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 349s + /usr/lib/apt/apt-helper analyze-pattern ?true 349s + uname -r 349s + sed s/\./\\./g 349s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 349s + apt list ?obsolete 349s + tail -n+2 349s + grep -v ^linux-.*6\.12\.0-15-generic.* 349s + cut -d/ -f1 349s + true 349s + obsolete_pkgs= 349s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 350s Reading package lists... 350s Building dependency tree... 350s Reading state information... 350s The following packages will be REMOVED: 350s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 350s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 350s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 350s linux-tools-6.11.0-8-generic* 350s 0 upgraded, 0 newly installed, 9 to remove and 6 not upgraded. 350s After this operation, 167 MB disk space will be freed. 350s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 350s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 350s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 350s Removing libpython3.12t64:s390x (3.12.9-1) ... 350s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 350s Removing libnsl2:s390x (1.3.0-3build3) ... 350s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 350s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 350s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 351s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 351s Processing triggers for libc-bin (2.40-4ubuntu1) ... 351s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 351s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 351s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 351s + grep -q trusty /etc/lsb-release 351s + [ ! -d /usr/share/doc/unattended-upgrades ] 351s + [ ! -d /usr/share/doc/lxd ] 351s + [ ! -d /usr/share/doc/lxd-client ] 351s + [ ! -d /usr/share/doc/snapd ] 351s + type iptables 351s + cat 351s + chmod 755 /etc/rc.local 351s + . /etc/rc.local 351s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 351s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 351s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 351s + uname -m 351s + [ s390x = ppc64le ] 351s + [ -d /run/systemd/system ] 351s + systemd-detect-virt --quiet --vm 351s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 351s + cat 351s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 351s + echo COMPRESS=lz4 351s autopkgtest: DBG: testbed command exited with code 0 351s autopkgtest [22:58:45]: upgrading testbed (apt dist-upgrade and autopurge) 351s 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'] 352s Reading package lists... 352s Building dependency tree... 352s Reading state information... 352s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 352s Starting 2 pkgProblemResolver with broken count: 0 352s Done 352s Entering ResolveByKeep 352s 352s The following packages will be upgraded: 352s iproute2 libc-bin libc-dev-bin libc6 libc6-dev locales 353s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 353s Need to get 10.7 MB of archives. 353s After this operation, 305 kB of additional disk space will be used. 353s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-dev-bin s390x 2.41-1ubuntu1 [24.3 kB] 353s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6-dev s390x 2.41-1ubuntu1 [1679 kB] 353s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x locales all 2.41-1ubuntu1 [4246 kB] 353s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6 s390x 2.41-1ubuntu1 [2891 kB] 353s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-bin s390x 2.41-1ubuntu1 [672 kB] 353s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 354s Preconfiguring packages ... 354s Fetched 10.7 MB in 1s (10.3 MB/s) 354s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55867 files and directories currently installed.) 354s Preparing to unpack .../libc-dev-bin_2.41-1ubuntu1_s390x.deb ... 354s Unpacking libc-dev-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 354s Preparing to unpack .../libc6-dev_2.41-1ubuntu1_s390x.deb ... 354s Unpacking libc6-dev:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 354s Preparing to unpack .../locales_2.41-1ubuntu1_all.deb ... 354s Unpacking locales (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 354s Preparing to unpack .../libc6_2.41-1ubuntu1_s390x.deb ... 354s Checking for services that may need to be restarted... 354s Checking init scripts... 354s Checking for services that may need to be restarted... 354s Checking init scripts... 354s Stopping some services possibly affected by the upgrade (will be restarted later): 354s cron: stopping...done. 354s 354s Unpacking libc6:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 354s Setting up libc6:s390x (2.41-1ubuntu1) ... 354s Checking for services that may need to be restarted... 354s Checking init scripts... 354s Restarting services possibly affected by the upgrade: 354s cron: restarting...done. 354s 354s Services restarted successfully. 354s (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 ... 55868 files and directories currently installed.) 354s Preparing to unpack .../libc-bin_2.41-1ubuntu1_s390x.deb ... 354s Unpacking libc-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 354s Setting up libc-bin (2.41-1ubuntu1) ... 354s (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 ... 55868 files and directories currently installed.) 354s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 355s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 355s Setting up iproute2 (6.13.0-1ubuntu1) ... 355s Setting up locales (2.41-1ubuntu1) ... 355s Installing new version of config file /etc/locale.alias ... 355s Generating locales (this might take a while)... 356s en_US.UTF-8... done 356s Generation complete. 356s Setting up libc-dev-bin (2.41-1ubuntu1) ... 356s Setting up libc6-dev:s390x (2.41-1ubuntu1) ... 356s Processing triggers for man-db (2.13.0-1) ... 357s Processing triggers for systemd (257.2-3ubuntu1) ... 357s autopkgtest: DBG: testbed command exited with code 0 357s 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'] 358s Reading package lists... 358s Building dependency tree... 358s Reading state information... 358s Starting pkgProblemResolver with broken count: 0 358s Starting 2 pkgProblemResolver with broken count: 0 358s Done 358s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 358s autopkgtest: DBG: testbed command exited with code 0 358s 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.EZNdKj/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 358s autopkgtest: DBG: testbed command exited with code 1 358s autopkgtest [22:58:52]: rebooting testbed after setup commands that affected boot 358s autopkgtest: DBG: sending command to testbed: reboot 374s autopkgtest: DBG: got reply from testbed: ok 374s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 374s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.EZNdKj'], kind short, sout raw, serr pipe, env [] 374s autopkgtest: DBG: testbed command exited with code 0 374s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.EZNdKj/autopkgtest-reboot 375s autopkgtest: DBG: got reply from testbed: ok 375s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 375s autopkgtest: DBG: testbed command exited with code 0 375s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 375s autopkgtest: DBG: testbed command exited with code 0 375s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 375s autopkgtest: DBG: testbed command exited with code 0 375s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.EZNdKj'], kind short, sout raw, serr pipe, env [] 375s autopkgtest: DBG: testbed command exited with code 0 375s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.EZNdKj/autopkgtest-reboot-prepare 375s autopkgtest: DBG: got reply from testbed: ok 375s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 376s autopkgtest: DBG: testbed command exited with code 0 376s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 376s autopkgtest: DBG: testbed command exited with code 0 376s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 376s autopkgtest: DBG: testbed command exited with code 0 376s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.EZNdKj/testbed-packages"], kind short, sout raw, serr pipe, env [] 376s autopkgtest: DBG: testbed command exited with code 0 376s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.EZNdKj/testbed-packages /tmp/autopkgtest-work.0lucphih/out/testbed-packages 377s autopkgtest: DBG: got reply from testbed: ok 377s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 377s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.EZNdKj'], kind short, sout raw, serr pipe, env [] 377s autopkgtest: DBG: testbed command exited with code 0 377s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.EZNdKj/autopkgtest-reboot 377s autopkgtest: DBG: got reply from testbed: ok 377s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 377s autopkgtest: DBG: testbed command exited with code 0 377s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 377s autopkgtest: DBG: testbed command exited with code 0 377s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 378s autopkgtest: DBG: testbed command exited with code 0 378s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.EZNdKj'], kind short, sout raw, serr pipe, env [] 378s autopkgtest: DBG: testbed command exited with code 0 378s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.EZNdKj/autopkgtest-reboot-prepare 378s autopkgtest: DBG: got reply from testbed: ok 378s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 378s autopkgtest: DBG: testbed command exited with code 0 378s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.EZNdKj/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 378s autopkgtest: DBG: testbed command exited with code 0 378s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 378s autopkgtest: DBG: testbed command exited with code 0 378s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 378s autopkgtest: DBG: install_deps: deps_new=['gcc', 'libc6-dev'] 378s autopkgtest: DBG: install-deps: satisfying gcc, libc6-dev 378s autopkgtest: DBG: can use apt-get on testbed: True 378s 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', 'gcc, libc6-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 379s Reading package lists... 379s Building dependency tree... 379s Reading state information... 379s Starting pkgProblemResolver with broken count: 0 379s Starting 2 pkgProblemResolver with broken count: 0 379s Done 379s The following NEW packages will be installed: 379s cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu gcc gcc-14 379s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu libasan8 libcc1-0 libgcc-14-dev 379s libgomp1 libisl23 libitm1 libmpc3 libubsan1 379s 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. 379s Need to get 35.0 MB of archives. 379s After this operation, 103 MB of additional disk space will be used. 379s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 380s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 380s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 380s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 380s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 380s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 380s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-17ubuntu1 [50.7 kB] 380s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-17ubuntu1 [151 kB] 380s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-17ubuntu1 [30.9 kB] 380s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-17ubuntu1 [2964 kB] 380s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-17ubuntu1 [1184 kB] 380s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 380s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 381s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 381s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 381s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 381s Fetched 35.0 MB in 2s (21.3 MB/s) 381s Selecting previously unselected package libisl23:s390x. 381s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 381s Preparing to unpack .../00-libisl23_0.27-1_s390x.deb ... 381s Unpacking libisl23:s390x (0.27-1) ... 381s Selecting previously unselected package libmpc3:s390x. 381s Preparing to unpack .../01-libmpc3_1.3.1-1build2_s390x.deb ... 381s Unpacking libmpc3:s390x (1.3.1-1build2) ... 381s Selecting previously unselected package cpp-14-s390x-linux-gnu. 381s Preparing to unpack .../02-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 381s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 381s Selecting previously unselected package cpp-14. 381s Preparing to unpack .../03-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 381s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 381s Selecting previously unselected package cpp-s390x-linux-gnu. 381s Preparing to unpack .../04-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 381s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 381s Selecting previously unselected package cpp. 381s Preparing to unpack .../05-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 381s Unpacking cpp (4:14.2.0-1ubuntu1) ... 381s Selecting previously unselected package libcc1-0:s390x. 381s Preparing to unpack .../06-libcc1-0_14.2.0-17ubuntu1_s390x.deb ... 381s Unpacking libcc1-0:s390x (14.2.0-17ubuntu1) ... 381s Selecting previously unselected package libgomp1:s390x. 381s Preparing to unpack .../07-libgomp1_14.2.0-17ubuntu1_s390x.deb ... 381s Unpacking libgomp1:s390x (14.2.0-17ubuntu1) ... 381s Selecting previously unselected package libitm1:s390x. 381s Preparing to unpack .../08-libitm1_14.2.0-17ubuntu1_s390x.deb ... 381s Unpacking libitm1:s390x (14.2.0-17ubuntu1) ... 381s Selecting previously unselected package libasan8:s390x. 381s Preparing to unpack .../09-libasan8_14.2.0-17ubuntu1_s390x.deb ... 381s Unpacking libasan8:s390x (14.2.0-17ubuntu1) ... 382s Selecting previously unselected package libubsan1:s390x. 382s Preparing to unpack .../10-libubsan1_14.2.0-17ubuntu1_s390x.deb ... 382s Unpacking libubsan1:s390x (14.2.0-17ubuntu1) ... 382s Selecting previously unselected package libgcc-14-dev:s390x. 382s Preparing to unpack .../11-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 382s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 382s Selecting previously unselected package gcc-14-s390x-linux-gnu. 382s Preparing to unpack .../12-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 382s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 382s Selecting previously unselected package gcc-14. 382s Preparing to unpack .../13-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 382s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 382s Selecting previously unselected package gcc-s390x-linux-gnu. 382s Preparing to unpack .../14-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 382s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 382s Selecting previously unselected package gcc. 382s Preparing to unpack .../15-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 382s Unpacking gcc (4:14.2.0-1ubuntu1) ... 382s Setting up libgomp1:s390x (14.2.0-17ubuntu1) ... 382s Setting up libmpc3:s390x (1.3.1-1build2) ... 382s Setting up libubsan1:s390x (14.2.0-17ubuntu1) ... 382s Setting up libasan8:s390x (14.2.0-17ubuntu1) ... 382s Setting up libisl23:s390x (0.27-1) ... 382s Setting up libcc1-0:s390x (14.2.0-17ubuntu1) ... 382s Setting up libitm1:s390x (14.2.0-17ubuntu1) ... 382s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 382s Setting up cpp-14 (14.2.0-17ubuntu1) ... 382s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 382s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 382s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 382s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 382s Setting up cpp (4:14.2.0-1ubuntu1) ... 382s Setting up gcc-14 (14.2.0-17ubuntu1) ... 382s Setting up gcc (4:14.2.0-1ubuntu1) ... 382s Processing triggers for man-db (2.13.0-1) ... 382s Processing triggers for libc-bin (2.41-1ubuntu1) ... 383s autopkgtest: DBG: testbed command exited with code 0 383s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.EZNdKj/checky2106-packages.all"], kind short, sout raw, serr pipe, env [] 383s autopkgtest: DBG: testbed command exited with code 0 383s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.EZNdKj/checky2106-packages.all /tmp/autopkgtest-work.0lucphih/out/checky2106-packages.all 383s autopkgtest: DBG: got reply from testbed: ok 383s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.EZNdKj/build.Mxd/src'], kind short, sout raw, serr raw, env [] 383s autopkgtest: DBG: testbed command exited with code 1 383s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.EZNdKj/build.Mxd'], kind short, sout raw, serr pipe, env [] 383s autopkgtest: DBG: testbed command exited with code 0 383s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.0lucphih/out/tests-tree/ /tmp/autopkgtest.EZNdKj/build.Mxd/src/ 397s autopkgtest: DBG: got reply from testbed: ok 397s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.EZNdKj/build.Mxd/src'], kind short, sout raw, serr pipe, env [] 397s autopkgtest: DBG: testbed command exited with code 0 397s autopkgtest [22:59:31]: test checky2106: [----------------------- 397s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.EZNdKj/wrapper.sh --debug --artifacts=/tmp/autopkgtest.EZNdKj/checky2106-artifacts --chdir=/tmp/autopkgtest.EZNdKj/build.Mxd/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=2 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.EZNdKj/checky2106-stderr --stdout=/tmp/autopkgtest.EZNdKj/checky2106-stdout --tmp=/tmp/autopkgtest.EZNdKj/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' --make-executable=/tmp/autopkgtest.EZNdKj/build.Mxd/src/debian/tests/checky2106 -- /tmp/autopkgtest.EZNdKj/build.Mxd/src/debian/tests/checky2106"], kind test, sout raw, serr raw, env [] 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.EZNdKj/checky2106-artifacts 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: changing to directory: /tmp/autopkgtest.EZNdKj/build.Mxd/src 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: setting environment: LANG=C.UTF-8 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LANGUAGE 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_ADDRESS 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_ALL 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_COLLATE 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_CTYPE 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_IDENTIFICATION 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_MEASUREMENT 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_MESSAGES 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_MONETARY 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_NAME 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_NUMERIC 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_PAPER 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_TELEPHONE 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: unsetting environment: LC_TIME 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: pretending to be a login shell 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: will write standard error to /tmp/autopkgtest.EZNdKj/checky2106-stderr 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: will write stdout to /tmp/autopkgtest.EZNdKj/checky2106-stdout 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.EZNdKj/autopkgtest_tmp 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: marking as executable: /tmp/autopkgtest.EZNdKj/build.Mxd/src/debian/tests/checky2106 397s /tmp/autopkgtest.EZNdKj/wrapper.sh: command to run: /tmp/autopkgtest.EZNdKj/build.Mxd/src/debian/tests/checky2106 398s /tmp/autopkgtest.EZNdKj/wrapper.sh: copying /tmp/tmp.Fd8WvyTs75/out to stdout and file: /tmp/autopkgtest.EZNdKj/checky2106-stdout 398s /tmp/autopkgtest.EZNdKj/wrapper.sh: copying /tmp/tmp.Fd8WvyTs75/err to standard error and file: /tmp/autopkgtest.EZNdKj/checky2106-stdout 398s /tmp/autopkgtest.EZNdKj/wrapper.sh: writing script pid 1385 to /tmp/autopkgtest_script_pid 398s /tmp/autopkgtest.EZNdKj/wrapper.sh: checking for leaked background processes... 398s /tmp/autopkgtest.EZNdKj/wrapper.sh: waiting for tee/cat subprocesses... 398s /tmp/autopkgtest.EZNdKj/wrapper.sh: cleaning up... 398s /tmp/autopkgtest.EZNdKj/wrapper.sh: Exit status: 0 398s autopkgtest: DBG: testbed command exited with code 0 398s autopkgtest [22:59:32]: test checky2106: -----------------------] 398s autopkgtest: DBG: testbed executing test finished with exit status 0 398s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.EZNdKj/checky2106-stdout /tmp/autopkgtest-work.0lucphih/out/checky2106-stdout 398s autopkgtest: DBG: got reply from testbed: ok 398s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.EZNdKj/checky2106-stderr /tmp/autopkgtest-work.0lucphih/out/checky2106-stderr 398s autopkgtest: DBG: got reply from testbed: ok 398s autopkgtest [22:59:32]: test checky2106: - - - - - - - - - - results - - - - - - - - - - 398s checky2106 PASS 398s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.EZNdKj/checky2106-artifacts/ /tmp/autopkgtest-work.0lucphih/out/artifacts/ 398s autopkgtest: DBG: got reply from testbed: ok 398s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.EZNdKj/checky2106-artifacts', '/tmp/autopkgtest.EZNdKj/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 399s autopkgtest: DBG: testbed command exited with code 0 399s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 399s autopkgtest [22:59:33]: @@@@@@@@@@@@@@@@@@@@ summary 399s python3 PASS 399s checky2106 PASS 399s autopkgtest: DBG: testbed stop 399s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.EZNdKj 399s autopkgtest: DBG: sending command to testbed: close 416s autopkgtest: DBG: got reply from testbed: ok 416s autopkgtest: DBG: sending command to testbed: quit 416s nova [W] Using flock in prodstack6-s390x 416s Creating nova instance adt-plucky-s390x-gpgme1.0-20250215-225254-juju-7f2275-prod-proposed-migration-environment-15-88258fb8-1ad5-4037-a94e-3442da66ada5 from image adt/ubuntu-plucky-s390x-server-20250215.img (UUID 099dc609-2061-4009-a65b-d554466baca0)... 416s nova [W] Timed out waiting for f90e40c3-8adf-4bc2-9cd6-a9cffd1e4200 to get deleted. 416s nova [W] Using flock in prodstack6-s390x 416s Creating nova instance adt-plucky-s390x-gpgme1.0-20250215-225254-juju-7f2275-prod-proposed-migration-environment-15-88258fb8-1ad5-4037-a94e-3442da66ada5 from image adt/ubuntu-plucky-s390x-server-20250215.img (UUID 099dc609-2061-4009-a65b-d554466baca0)... 416s nova [W] Timed out waiting for e931cc37-d350-402f-976a-4ed5836b8966 to get deleted.