0s autopkgtest: DBG: testbed init 0s autopkgtest [14:38:27]: starting date and time: 2025-02-07 14:38:27+0000 0s autopkgtest [14:38:27]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [14:38:27]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.2yizqohy/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:ruby3.3 --apt-upgrade remctl --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-8.secgroup --name adt-plucky-s390x-remctl-20250207-143826-juju-7f2275-prod-proposed-migration-environment-15-4734f8c5-f1fa-42c0-bde3-49fb202cd719 --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/ 1s autopkgtest: DBG: got reply from testbed: ok 1s autopkgtest: DBG: testbed open, scratch=None 1s autopkgtest: DBG: sending command to testbed: open 402s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.Pb1yvz 402s autopkgtest: DBG: sending command to testbed: print-execute-command 402s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.w7i6ar93/runcmd 402s autopkgtest: DBG: sending command to testbed: capabilities 402s autopkgtest: DBG: got reply from testbed: ok reboot isolation-machine revert-full-system suggested-normal-user=ubuntu revert root-on-testbed 402s autopkgtest: DBG: testbed capabilities: ['reboot', 'isolation-machine', 'revert-full-system', 'suggested-normal-user=ubuntu', 'revert', 'root-on-testbed', 'has_internet'] 402s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pb1yvz'], kind short, sout raw, serr pipe, env [] 402s autopkgtest: DBG: testbed command exited with code 0 402s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.Pb1yvz/wrapper.sh 402s autopkgtest: DBG: got reply from testbed: ok 402s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pb1yvz/wrapper.sh'], kind short, sout raw, serr pipe, env [] 402s autopkgtest: DBG: testbed command exited with code 0 402s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 402s autopkgtest: DBG: testbed command exited with code 0 402s autopkgtest [14:45:09]: testbed dpkg architecture: s390x 402s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 403s autopkgtest: DBG: testbed command exited with code 0 403s autopkgtest [14:45:10]: testbed apt version: 2.9.27ubuntu1 403s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 403s autopkgtest: DBG: testbed command exited with code 0 403s autopkgtest: DBG: testbed has eatmydata 403s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 403s autopkgtest: DBG: testbed command exited with code 0 403s autopkgtest [14:45:10]: @@@@@@@@@@@@@@@@@@@@ test bed setup 403s 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 [] 403s autopkgtest: DBG: testbed command exited with code 0 403s autopkgtest [14:45:10]: testbed release detected to be: None 403s 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 [] 403s autopkgtest: DBG: testbed command exited with code 0 403s 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 [] 403s autopkgtest: DBG: testbed command exited with code 0 403s autopkgtest: DBG: adding APT source: Types: deb deb-src 403s URIs: http://ftpmaster.internal/ubuntu/ 403s Suites: plucky-proposed 403s Components: main restricted universe multiverse 403s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 403s 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 [] 404s autopkgtest: DBG: testbed command exited with code 0 404s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 404s Package: * 404s Pin: release plucky-proposed 404s Pin-Priority: 500 404s 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 [] 404s autopkgtest: DBG: testbed command exited with code 0 404s autopkgtest [14:45:11]: updating testbed package index (apt update) 404s 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'] 404s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 404s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 404s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 404s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 405s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [55.4 kB] 405s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 405s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [12.4 kB] 405s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 405s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [78.8 kB] 405s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [705 kB] 405s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [2680 B] 405s Fetched 1755 kB in 1s (1909 kB/s) 406s Reading package lists... 406s autopkgtest: DBG: testbed command exited with code 0 406s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 406s Package: * 406s Pin: release plucky-proposed 406s Pin-Priority: 100 406s 406s Package: src:ruby3.3:any 406s Pin: release plucky-proposed 406s Pin-Priority: 995 406s 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:ruby3.3:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 406s autopkgtest: DBG: testbed command exited with code 0 406s 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.Pb1yvz/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 406s autopkgtest: DBG: testbed command exited with code 0 406s 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'] 406s + lsb_release --codename --short 406s + RELEASE=plucky 406s + cat 406s + [ plucky != trusty ] 406s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 406s Reading package lists... 406s Building dependency tree... 406s Reading state information... 406s Calculating upgrade... 407s The following packages were automatically installed and are no longer required: 407s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 407s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 407s linux-tools-6.11.0-8-generic 407s Use 'sudo apt autoremove' to remove them. 407s The following packages will be upgraded: 407s gir1.2-glib-2.0 libglib2.0-0t64 libglib2.0-data libgpgme11t64 libnetplan1 407s libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 libsasl2-2 407s libsasl2-modules libsasl2-modules-db netplan-generator netplan.io pci.ids 407s python3-idna python3-netplan python3.12-gdbm 407s 17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 407s Need to get 8193 kB of archives. 407s After this operation, 62.5 kB of additional disk space will be used. 407s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-glib-2.0 s390x 2.83.3-2 [182 kB] 407s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-0t64 s390x 2.83.3-2 [1583 kB] 407s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-data all 2.83.3-2 [52.7 kB] 407s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x netplan-generator s390x 1.1.2-2ubuntu1 [61.3 kB] 407s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netplan s390x 1.1.2-2ubuntu1 [24.4 kB] 407s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x netplan.io s390x 1.1.2-2ubuntu1 [68.6 kB] 407s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libnetplan1 s390x 1.1.2-2ubuntu1 [134 kB] 407s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 408s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 408s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 408s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x pci.ids all 0.0~2025.01.27-1 [284 kB] 408s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-gdbm s390x 3.12.9-1 [30.6 kB] 408s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.1-4ubuntu1 [154 kB] 408s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules-db s390x 2.1.28+dfsg1-8build1 [21.1 kB] 408s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-2 s390x 2.1.28+dfsg1-8build1 [56.8 kB] 408s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules s390x 2.1.28+dfsg1-8build1 [76.4 kB] 408s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x python3-idna all 3.10-1 [47.4 kB] 408s Fetched 8193 kB in 1s (5768 kB/s) 408s (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 ... 80957 files and directories currently installed.) 408s Preparing to unpack .../00-gir1.2-glib-2.0_2.83.3-2_s390x.deb ... 408s Unpacking gir1.2-glib-2.0:s390x (2.83.3-2) over (2.83.3-1) ... 408s Preparing to unpack .../01-libglib2.0-0t64_2.83.3-2_s390x.deb ... 409s Unpacking libglib2.0-0t64:s390x (2.83.3-2) over (2.83.3-1) ... 409s Preparing to unpack .../02-libglib2.0-data_2.83.3-2_all.deb ... 409s Unpacking libglib2.0-data (2.83.3-2) over (2.83.3-1) ... 409s Preparing to unpack .../03-netplan-generator_1.1.2-2ubuntu1_s390x.deb ... 409s Adding 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 409s Unpacking netplan-generator (1.1.2-2ubuntu1) over (1.1.2-1) ... 409s Preparing to unpack .../04-python3-netplan_1.1.2-2ubuntu1_s390x.deb ... 409s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 409s for fn in glob1(directory, "%s.*" % fname): 409s Unpacking python3-netplan (1.1.2-2ubuntu1) over (1.1.2-1) ... 409s Preparing to unpack .../05-netplan.io_1.1.2-2ubuntu1_s390x.deb ... 409s Unpacking netplan.io (1.1.2-2ubuntu1) over (1.1.2-1) ... 409s Preparing to unpack .../06-libnetplan1_1.1.2-2ubuntu1_s390x.deb ... 409s Unpacking libnetplan1:s390x (1.1.2-2ubuntu1) over (1.1.2-1) ... 409s Preparing to unpack .../07-libpython3.12t64_3.12.9-1_s390x.deb ... 409s Unpacking libpython3.12t64:s390x (3.12.9-1) over (3.12.8-5) ... 409s Preparing to unpack .../08-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 409s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) over (3.12.8-5) ... 409s Preparing to unpack .../09-libpython3.12-minimal_3.12.9-1_s390x.deb ... 409s Unpacking libpython3.12-minimal:s390x (3.12.9-1) over (3.12.8-5) ... 409s Preparing to unpack .../10-pci.ids_0.0~2025.01.27-1_all.deb ... 409s Unpacking pci.ids (0.0~2025.01.27-1) over (0.0~2025.01.13-1) ... 409s Preparing to unpack .../11-python3.12-gdbm_3.12.9-1_s390x.deb ... 409s Unpacking python3.12-gdbm (3.12.9-1) over (3.12.8-5) ... 409s Preparing to unpack .../12-libgpgme11t64_1.24.1-4ubuntu1_s390x.deb ... 409s Unpacking libgpgme11t64:s390x (1.24.1-4ubuntu1) over (1.24.1-3ubuntu1) ... 409s Preparing to unpack .../13-libsasl2-modules-db_2.1.28+dfsg1-8build1_s390x.deb ... 409s Unpacking libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 409s Preparing to unpack .../14-libsasl2-2_2.1.28+dfsg1-8build1_s390x.deb ... 409s Unpacking libsasl2-2:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 409s Preparing to unpack .../15-libsasl2-modules_2.1.28+dfsg1-8build1_s390x.deb ... 409s Unpacking libsasl2-modules:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 409s Preparing to unpack .../16-python3-idna_3.10-1_all.deb ... 409s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 409s for fn in glob1(directory, "%s.*" % fname): 409s Unpacking python3-idna (3.10-1) over (3.8-2) ... 409s Setting up pci.ids (0.0~2025.01.27-1) ... 409s Setting up python3.12-gdbm (3.12.9-1) ... 409s Setting up libsasl2-modules:s390x (2.1.28+dfsg1-8build1) ... 409s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 409s Setting up libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) ... 409s Setting up libglib2.0-0t64:s390x (2.83.3-2) ... 409s No schema files found: doing nothing. 409s Setting up libglib2.0-data (2.83.3-2) ... 409s Setting up python3-idna (3.10-1) ... 409s Setting up gir1.2-glib-2.0:s390x (2.83.3-2) ... 409s Setting up libsasl2-2:s390x (2.1.28+dfsg1-8build1) ... 409s Setting up libgpgme11t64:s390x (1.24.1-4ubuntu1) ... 409s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 409s Setting up libnetplan1:s390x (1.1.2-2ubuntu1) ... 409s Setting up libpython3.12t64:s390x (3.12.9-1) ... 409s Setting up python3-netplan (1.1.2-2ubuntu1) ... 409s Setting up netplan-generator (1.1.2-2ubuntu1) ... 409s Removing 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 409s Setting up netplan.io (1.1.2-2ubuntu1) ... 409s Processing triggers for libc-bin (2.40-4ubuntu1) ... 409s Processing triggers for man-db (2.13.0-1) ... 410s Processing triggers for dbus (1.14.10-4ubuntu5) ... 410s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 410s + /usr/lib/apt/apt-helper analyze-pattern ?true 410s + uname+ sed s/\./\\./g 410s -r 410s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 410s + apt list ?obsolete 410s + tail -n+2 410s + cut -d/+ grep -v ^linux-.*6\.12\.0-12-generic.* 410s -f1 410s + true 410s + obsolete_pkgs= 410s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 410s Reading package lists... 411s Building dependency tree... 411s Reading state information... 411s The following packages will be REMOVED: 411s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 411s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 411s linux-tools-6.11.0-8-generic* 411s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 411s After this operation, 143 MB disk space will be freed. 411s (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 ... 80957 files and directories currently installed.) 411s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 411s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 412s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 412s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 412s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 412s (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 ... 56550 files and directories currently installed.) 412s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 412s + grep -q trusty /etc/lsb-release 412s + [ ! -d /usr/share/doc/unattended-upgrades ] 412s + [ ! -d /usr/share/doc/lxd ] 412s + [ ! -d /usr/share/doc/lxd-client ] 412s + [ ! -d /usr/share/doc/snapd ] 412s + type iptables 412s + cat 412s + chmod 755 /etc/rc.local 412s + . /etc/rc.local 412s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 412s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 412s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 412s + uname -m 412s + [ s390x = ppc64le ] 412s + [ -d /run/systemd/system ] 412s + systemd-detect-virt --quiet --vm 412s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 412s + cat 412s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 412s + echo COMPRESS=lz4 412s autopkgtest: DBG: testbed command exited with code 0 412s autopkgtest [14:45:19]: upgrading testbed (apt dist-upgrade and autopurge) 412s 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'] 413s Reading package lists... 413s Building dependency tree... 413s Reading state information... 413s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 413s Starting 2 pkgProblemResolver with broken count: 0 413s Done 413s Entering ResolveByKeep 413s 413s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 413s autopkgtest: DBG: testbed command exited with code 0 413s 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'] 414s Reading package lists... 414s Building dependency tree... 414s Reading state information... 414s Starting pkgProblemResolver with broken count: 0 414s Starting 2 pkgProblemResolver with broken count: 0 414s Done 414s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 414s autopkgtest: DBG: testbed command exited with code 0 414s 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.Pb1yvz/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 414s autopkgtest: DBG: testbed command exited with code 1 414s autopkgtest [14:45:21]: rebooting testbed after setup commands that affected boot 414s autopkgtest: DBG: sending command to testbed: reboot 432s autopkgtest: DBG: got reply from testbed: ok 432s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 432s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pb1yvz'], kind short, sout raw, serr pipe, env [] 432s autopkgtest: DBG: testbed command exited with code 0 432s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Pb1yvz/autopkgtest-reboot 432s autopkgtest: DBG: got reply from testbed: ok 432s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 432s autopkgtest: DBG: testbed command exited with code 0 432s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 433s autopkgtest: DBG: testbed command exited with code 0 433s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 433s autopkgtest: DBG: testbed command exited with code 0 433s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pb1yvz'], kind short, sout raw, serr pipe, env [] 433s autopkgtest: DBG: testbed command exited with code 0 433s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Pb1yvz/autopkgtest-reboot-prepare 433s autopkgtest: DBG: got reply from testbed: ok 433s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 433s autopkgtest: DBG: testbed command exited with code 0 433s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 434s autopkgtest: DBG: testbed command exited with code 0 434s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 434s autopkgtest: DBG: testbed command exited with code 0 434s autopkgtest [14:45:41]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 434s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 434s autopkgtest: DBG: testbed command exited with code 0 434s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Pb1yvz/testbed-packages"], kind short, sout raw, serr pipe, env [] 434s autopkgtest: DBG: testbed command exited with code 0 434s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pb1yvz/testbed-packages /tmp/autopkgtest-work.2yizqohy/out/testbed-packages 434s autopkgtest: DBG: got reply from testbed: ok 434s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 434s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pb1yvz'], kind short, sout raw, serr pipe, env [] 435s autopkgtest: DBG: testbed command exited with code 0 435s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Pb1yvz/autopkgtest-reboot 435s autopkgtest: DBG: got reply from testbed: ok 435s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 435s autopkgtest: DBG: testbed command exited with code 0 435s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 435s autopkgtest: DBG: testbed command exited with code 0 435s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 435s autopkgtest: DBG: testbed command exited with code 0 435s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pb1yvz'], kind short, sout raw, serr pipe, env [] 436s autopkgtest: DBG: testbed command exited with code 0 436s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Pb1yvz/autopkgtest-reboot-prepare 436s autopkgtest: DBG: got reply from testbed: ok 436s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 436s autopkgtest: DBG: testbed command exited with code 0 436s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 436s autopkgtest: DBG: testbed command exited with code 0 436s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 436s autopkgtest: DBG: testbed command exited with code 0 436s autopkgtest: DBG: Binaries: initialising 436s autopkgtest [14:45:43]: @@@@@@@@@@@@@@@@@@@@ apt-source remctl 436s autopkgtest: DBG: blame += remctl 436s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 436s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'remctl'], kind short, sout pipe, serr pipe, env [] 437s autopkgtest: DBG: testbed command exited with code 0 437s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libremctl-dev$'], kind short, sout pipe, serr raw, env [] 437s autopkgtest: DBG: testbed command exited with code 0 437s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libremctl-dev=3.18-1.1build6'], kind short, sout pipe, serr raw, env [] 437s autopkgtest: DBG: testbed command exited with code 0 437s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^remctl-server$'], kind short, sout pipe, serr raw, env [] 437s autopkgtest: DBG: testbed command exited with code 0 437s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'remctl-server=3.18-1.1build6'], kind short, sout pipe, serr raw, env [] 438s autopkgtest: DBG: testbed command exited with code 0 438s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libnet-remctl-perl$'], kind short, sout pipe, serr raw, env [] 438s autopkgtest: DBG: testbed command exited with code 0 438s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libnet-remctl-perl=3.18-1.1build6'], kind short, sout pipe, serr raw, env [] 438s autopkgtest: DBG: testbed command exited with code 0 438s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-pyremctl$'], kind short, sout pipe, serr raw, env [] 438s autopkgtest: DBG: testbed command exited with code 0 438s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-pyremctl=3.18-1.1build6'], kind short, sout pipe, serr raw, env [] 439s autopkgtest: DBG: testbed command exited with code 0 439s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libremctl1t64$'], kind short, sout pipe, serr raw, env [] 439s autopkgtest: DBG: testbed command exited with code 0 439s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libremctl1t64=3.18-1.1build6'], kind short, sout pipe, serr raw, env [] 439s autopkgtest: DBG: testbed command exited with code 0 439s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^php-remctl$'], kind short, sout pipe, serr raw, env [] 439s autopkgtest: DBG: testbed command exited with code 0 439s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'php-remctl=3.18-1.1build6'], kind short, sout pipe, serr raw, env [] 440s autopkgtest: DBG: testbed command exited with code 0 440s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ruby-remctl$'], kind short, sout pipe, serr raw, env [] 440s autopkgtest: DBG: testbed command exited with code 0 440s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ruby-remctl=3.18-1.1build6'], kind short, sout pipe, serr raw, env [] 440s autopkgtest: DBG: testbed command exited with code 0 440s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^remctl-client$'], kind short, sout pipe, serr raw, env [] 440s autopkgtest: DBG: testbed command exited with code 0 440s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'remctl-client=3.18-1.1build6'], kind short, sout pipe, serr raw, env [] 441s autopkgtest: DBG: testbed command exited with code 0 441s autopkgtest: DBG: install_deps: deps_new=[] 441s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 441s autopkgtest: DBG: testbed command exited with code 0 441s 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.Pb1yvz/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source remctl=3.18-1.1build6 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 remctl_*.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=ruby3.3/3.3.7-1ubuntu1'] 441s + cd / 441s + mktemp -d /tmp/autopkgtest.Pb1yvz/build.XXX 441s + builddir=/tmp/autopkgtest.Pb1yvz/build.1ni 441s + cd /tmp/autopkgtest.Pb1yvz/build.1ni 441s + apt-get source -d -q --only-source remctl=3.18-1.1build6 441s + OUT=Reading package lists... 441s NOTICE: 'remctl' packaging is maintained in the 'Git' version control system at: 441s https://salsa.debian.org/rra/remctl.git 441s Please use: 441s git clone https://salsa.debian.org/rra/remctl.git 441s to retrieve the latest (possibly unreleased) updates to the package. 441s Need to get 644 kB of source archives. 441s Get:1 http://ftpmaster.internal/ubuntu plucky/universe remctl 3.18-1.1build6 (dsc) [2871 B] 441s Get:2 http://ftpmaster.internal/ubuntu plucky/universe remctl 3.18-1.1build6 (tar) [612 kB] 441s Get:3 http://ftpmaster.internal/ubuntu plucky/universe remctl 3.18-1.1build6 (diff) [28.9 kB] 441s Fetched 644 kB in 1s (1136 kB/s) 441s Download complete and in download only mode 441s + [ -n ] 441s + grep ^Get: 441s + echo Reading package lists... 441s NOTICE: 'remctl' packaging is maintained in the 'Git' version control system at: 441s https://salsa.debian.org/rra/remctl.git 441s Please use: 441s git clone https://salsa.debian.org/rra/remctl.git 441s to retrieve the latest (possibly unreleased) updates to the package. 441s Need to get 644 kB of source archives. 441s Get:1 http://ftpmaster.internal/ubuntu plucky/universe remctl 3.18-1.1build6 (dsc) [2871 B] 441s Get:2 http://ftpmaster.internal/ubuntu plucky/universe remctl 3.18-1.1build6 (tar) [612 kB] 441s Get:3 http://ftpmaster.internal/ubuntu plucky/universe remctl 3.18-1.1build6 (diff) [28.9 kB] 441s Fetched 644 kB in 1s (1136 kB/s) 441s Download complete and in download only mode 441s Get:1 http://ftpmaster.internal/ubuntu plucky/universe remctl 3.18-1.1build6 (dsc) [2871 B] 441s Get:2 http://ftpmaster.internal/ubuntu plucky/universe remctl 3.18-1.1build6 (tar) [612 kB] 441s Get:3 http://ftpmaster.internal/ubuntu plucky/universe remctl 3.18-1.1build6 (diff) [28.9 kB] 441s + dpkg-source -x remctl_3.18-1.1build6.dsc src 442s gpgv: Signature made Wed Jan 22 12:16:49 2025 UTC 442s gpgv: using RSA key 439884E6862A429C290DF63B033C4CA276024834 442s gpgv: issuer "athos.ribeiro@canonical.com" 442s gpgv: Can't check signature: No public key 442s dpkg-source: warning: cannot verify inline signature for ./remctl_3.18-1.1build6.dsc: no acceptable signature found 442s + chmod -R a+rX . 442s + cd src/. 442s + pwd 442s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 442s autopkgtest: DBG: testbed command exited with code 0 442s autopkgtest [14:45:49]: testing package remctl version 3.18-1.1build6 442s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pb1yvz/build.1ni/src/debian/ /tmp/autopkgtest-work.2yizqohy/out/pkg/debian/ 442s autopkgtest: DBG: got reply from testbed: ok 443s autopkgtest: DBG: processing dependency pkg-perl-autopkgtest 443s autopkgtest: DBG: processing dependency @ 443s autopkgtest: DBG: synthesised dependency libremctl1t64 443s autopkgtest: DBG: synthesised dependency libremctl-dev 443s autopkgtest: DBG: synthesised dependency remctl-client 443s autopkgtest: DBG: synthesised dependency remctl-server 443s autopkgtest: DBG: synthesised dependency libnet-remctl-perl 443s autopkgtest: DBG: synthesised dependency php-remctl 443s autopkgtest: DBG: synthesised dependency python3-pyremctl 443s autopkgtest: DBG: synthesised dependency ruby-remctl 443s autopkgtest: DBG: Test defined: name command1 path None command "/usr/share/pkg-perl-autopkgtest/runner runtime-deps" restrictions [] features [] depends ['pkg-perl-autopkgtest', 'libremctl1t64', 'libremctl-dev', 'remctl-client', 'remctl-server', 'libnet-remctl-perl', 'php-remctl', 'python3-pyremctl', 'ruby-remctl'] 443s autopkgtest: DBG: processing dependency python3-all 443s autopkgtest: DBG: processing dependency python3-pyremctl 443s autopkgtest: DBG: marked alternatives ['python3-pyremctl'] as a synthesised dependency 443s autopkgtest: DBG: Test defined: name python path debian/tests/python command "None" restrictions [] features [] depends ['python3-all', 'python3-pyremctl'] 443s autopkgtest [14:45:50]: build not needed 443s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pb1yvz/build.1ni/src/ /tmp/autopkgtest-work.2yizqohy/out/tests-tree/ 444s autopkgtest: DBG: got reply from testbed: ok 445s autopkgtest: DBG: processing dependency pkg-perl-autopkgtest 445s autopkgtest: DBG: processing dependency @ 445s autopkgtest: DBG: synthesised dependency libremctl1t64 445s autopkgtest: DBG: synthesised dependency libremctl-dev 445s autopkgtest: DBG: synthesised dependency remctl-client 445s autopkgtest: DBG: synthesised dependency remctl-server 445s autopkgtest: DBG: synthesised dependency libnet-remctl-perl 445s autopkgtest: DBG: synthesised dependency php-remctl 445s autopkgtest: DBG: synthesised dependency python3-pyremctl 445s autopkgtest: DBG: synthesised dependency ruby-remctl 445s autopkgtest: DBG: Test defined: name command1 path None command "/usr/share/pkg-perl-autopkgtest/runner runtime-deps" restrictions [] features [] depends ['pkg-perl-autopkgtest', 'libremctl1t64', 'libremctl-dev', 'remctl-client', 'remctl-server', 'libnet-remctl-perl', 'php-remctl', 'python3-pyremctl', 'ruby-remctl'] 445s autopkgtest: DBG: processing dependency python3-all 445s autopkgtest: DBG: processing dependency python3-pyremctl 445s autopkgtest: DBG: marked alternatives ['python3-pyremctl'] as a synthesised dependency 445s autopkgtest: DBG: Test defined: name python path debian/tests/python command "None" restrictions [] features [] depends ['python3-all', 'python3-pyremctl'] 445s autopkgtest [14:45:52]: test command1: preparing testbed 445s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['pkg-perl-autopkgtest', 'libremctl1t64', 'libremctl-dev', 'remctl-client', 'remctl-server', 'libnet-remctl-perl', 'php-remctl', 'python3-pyremctl', 'ruby-remctl'] 445s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 445s autopkgtest: DBG: install_deps: deps_new=['pkg-perl-autopkgtest', 'libremctl1t64', 'libremctl-dev', 'remctl-client', 'remctl-server', 'libnet-remctl-perl', 'php-remctl', 'python3-pyremctl', 'ruby-remctl'] 445s autopkgtest: DBG: install-deps: satisfying pkg-perl-autopkgtest, libremctl1t64, libremctl-dev, remctl-client, remctl-server, libnet-remctl-perl, php-remctl, python3-pyremctl, ruby-remctl 445s autopkgtest: DBG: can use apt-get on testbed: True 445s 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', 'pkg-perl-autopkgtest, libremctl1t64, libremctl-dev, remctl-client, remctl-server, libnet-remctl-perl, php-remctl, python3-pyremctl, ruby-remctl'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 445s Reading package lists... 445s Building dependency tree... 445s Reading state information... 445s Starting pkgProblemResolver with broken count: 0 446s Starting 2 pkgProblemResolver with broken count: 0 446s Done 446s The following NEW packages will be installed: 446s autodep8 dctrl-tools libargon2-1 libevent-2.1-7t64 libnet-remctl-perl 446s libremctl-dev libremctl1t64 libruby libruby3.3 libsodium23 php-common 446s php-remctl php8.4-cli php8.4-common php8.4-opcache php8.4-phpdbg 446s php8.4-readline pkg-perl-autopkgtest python3-pyremctl rake remctl-client 446s remctl-server ruby ruby-did-you-mean ruby-minitest ruby-net-telnet 446s ruby-power-assert ruby-remctl ruby-rubygems ruby-test-unit ruby-webrick 446s ruby-xmlrpc ruby3.3 rubygems-integration update-inetd 446s 0 upgraded, 35 newly installed, 0 to remove and 0 not upgraded. 446s Need to get 12.2 MB of archives. 446s After this operation, 58.0 MB of additional disk space will be used. 446s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dctrl-tools s390x 2.24-3build3 [106 kB] 446s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autodep8 all 0.28+nmu1ubuntu1 [13.7 kB] 446s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libargon2-1 s390x 0~20190702+dfsg-4build1 [54.1 kB] 446s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-2.1-7t64 s390x 2.1.12-stable-10 [145 kB] 446s Get:5 http://ftpmaster.internal/ubuntu plucky/universe s390x libremctl1t64 s390x 3.18-1.1build6 [43.8 kB] 446s Get:6 http://ftpmaster.internal/ubuntu plucky/universe s390x libnet-remctl-perl s390x 3.18-1.1build6 [36.6 kB] 446s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x rubygems-integration all 1.18ubuntu1 [5528 B] 446s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ruby3.3 s390x 3.3.7-1ubuntu1 [48.9 kB] 446s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-rubygems all 3.4.20-1 [238 kB] 446s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x ruby s390x 1:3.3~ubuntu3 [3618 B] 446s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x rake all 13.2.1-1 [45.8 kB] 446s Get:12 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-did-you-mean all 1.6.3-2 [14.8 kB] 446s Get:13 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-minitest all 5.22.3-1ubuntu1 [48.0 kB] 446s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-net-telnet all 0.2.0-1 [13.3 kB] 446s Get:15 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-power-assert all 2.0.3-1 [12.0 kB] 446s Get:16 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-test-unit all 3.6.2-1 [67.0 kB] 446s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-webrick all 1.8.1-1ubuntu1 [52.6 kB] 446s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-xmlrpc all 0.3.3-2 [24.8 kB] 446s Get:19 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libruby3.3 s390x 3.3.7-1ubuntu1 [5871 kB] 448s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libruby s390x 1:3.3~ubuntu3 [5038 B] 448s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 448s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x php-common all 2:93ubuntu2 [13.9 kB] 448s Get:23 http://ftpmaster.internal/ubuntu plucky/universe s390x php8.4-common s390x 8.4.1-5 [783 kB] 448s Get:24 http://ftpmaster.internal/ubuntu plucky/universe s390x php8.4-opcache s390x 8.4.1-5 [79.2 kB] 448s Get:25 http://ftpmaster.internal/ubuntu plucky/universe s390x php8.4-readline s390x 8.4.1-5 [14.2 kB] 448s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x php8.4-cli s390x 8.4.1-5 [2005 kB] 448s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x php8.4-phpdbg s390x 8.4.1-5 [2024 kB] 448s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x php-remctl s390x 3.18-1.1build6 [16.1 kB] 448s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyremctl s390x 3.18-1.1build6 [13.0 kB] 448s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x remctl-client s390x 3.18-1.1build6 [66.5 kB] 448s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x update-inetd all 4.53 [24.0 kB] 448s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x remctl-server s390x 3.18-1.1build6 [107 kB] 448s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-remctl s390x 3.18-1.1build6 [11.1 kB] 448s Get:34 http://ftpmaster.internal/ubuntu plucky/universe s390x libremctl-dev s390x 3.18-1.1build6 [69.4 kB] 448s Get:35 http://ftpmaster.internal/ubuntu plucky/universe s390x pkg-perl-autopkgtest all 0.80 [18.7 kB] 449s Preconfiguring packages ... 449s Fetched 12.2 MB in 3s (4577 kB/s) 449s Selecting previously unselected package dctrl-tools. 449s (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 ... 56550 files and directories currently installed.) 449s Preparing to unpack .../00-dctrl-tools_2.24-3build3_s390x.deb ... 449s Unpacking dctrl-tools (2.24-3build3) ... 449s Selecting previously unselected package autodep8. 449s Preparing to unpack .../01-autodep8_0.28+nmu1ubuntu1_all.deb ... 449s Unpacking autodep8 (0.28+nmu1ubuntu1) ... 449s Selecting previously unselected package libargon2-1:s390x. 449s Preparing to unpack .../02-libargon2-1_0~20190702+dfsg-4build1_s390x.deb ... 449s Unpacking libargon2-1:s390x (0~20190702+dfsg-4build1) ... 449s Selecting previously unselected package libevent-2.1-7t64:s390x. 449s Preparing to unpack .../03-libevent-2.1-7t64_2.1.12-stable-10_s390x.deb ... 449s Unpacking libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 449s Selecting previously unselected package libremctl1t64:s390x. 449s Preparing to unpack .../04-libremctl1t64_3.18-1.1build6_s390x.deb ... 449s Unpacking libremctl1t64:s390x (3.18-1.1build6) ... 449s Selecting previously unselected package libnet-remctl-perl:s390x. 449s Preparing to unpack .../05-libnet-remctl-perl_3.18-1.1build6_s390x.deb ... 449s Unpacking libnet-remctl-perl:s390x (3.18-1.1build6) ... 449s Selecting previously unselected package rubygems-integration. 449s Preparing to unpack .../06-rubygems-integration_1.18ubuntu1_all.deb ... 449s Unpacking rubygems-integration (1.18ubuntu1) ... 449s Selecting previously unselected package ruby3.3. 449s Preparing to unpack .../07-ruby3.3_3.3.7-1ubuntu1_s390x.deb ... 449s Unpacking ruby3.3 (3.3.7-1ubuntu1) ... 449s Selecting previously unselected package ruby-rubygems. 449s Preparing to unpack .../08-ruby-rubygems_3.4.20-1_all.deb ... 449s Unpacking ruby-rubygems (3.4.20-1) ... 449s Selecting previously unselected package ruby. 449s Preparing to unpack .../09-ruby_1%3a3.3~ubuntu3_s390x.deb ... 449s Unpacking ruby (1:3.3~ubuntu3) ... 449s Selecting previously unselected package rake. 449s Preparing to unpack .../10-rake_13.2.1-1_all.deb ... 449s Unpacking rake (13.2.1-1) ... 449s Selecting previously unselected package ruby-did-you-mean. 449s Preparing to unpack .../11-ruby-did-you-mean_1.6.3-2_all.deb ... 449s Unpacking ruby-did-you-mean (1.6.3-2) ... 449s Selecting previously unselected package ruby-minitest. 449s Preparing to unpack .../12-ruby-minitest_5.22.3-1ubuntu1_all.deb ... 449s Unpacking ruby-minitest (5.22.3-1ubuntu1) ... 449s Selecting previously unselected package ruby-net-telnet. 449s Preparing to unpack .../13-ruby-net-telnet_0.2.0-1_all.deb ... 449s Unpacking ruby-net-telnet (0.2.0-1) ... 449s Selecting previously unselected package ruby-power-assert. 449s Preparing to unpack .../14-ruby-power-assert_2.0.3-1_all.deb ... 449s Unpacking ruby-power-assert (2.0.3-1) ... 449s Selecting previously unselected package ruby-test-unit. 449s Preparing to unpack .../15-ruby-test-unit_3.6.2-1_all.deb ... 449s Unpacking ruby-test-unit (3.6.2-1) ... 449s Selecting previously unselected package ruby-webrick. 449s Preparing to unpack .../16-ruby-webrick_1.8.1-1ubuntu1_all.deb ... 449s Unpacking ruby-webrick (1.8.1-1ubuntu1) ... 449s Selecting previously unselected package ruby-xmlrpc. 449s Preparing to unpack .../17-ruby-xmlrpc_0.3.3-2_all.deb ... 449s Unpacking ruby-xmlrpc (0.3.3-2) ... 449s Selecting previously unselected package libruby3.3:s390x. 449s Preparing to unpack .../18-libruby3.3_3.3.7-1ubuntu1_s390x.deb ... 449s Unpacking libruby3.3:s390x (3.3.7-1ubuntu1) ... 449s Selecting previously unselected package libruby:s390x. 449s Preparing to unpack .../19-libruby_1%3a3.3~ubuntu3_s390x.deb ... 449s Unpacking libruby:s390x (1:3.3~ubuntu3) ... 449s Selecting previously unselected package libsodium23:s390x. 449s Preparing to unpack .../20-libsodium23_1.0.18-1build3_s390x.deb ... 449s Unpacking libsodium23:s390x (1.0.18-1build3) ... 449s Selecting previously unselected package php-common. 449s Preparing to unpack .../21-php-common_2%3a93ubuntu2_all.deb ... 449s Unpacking php-common (2:93ubuntu2) ... 449s Selecting previously unselected package php8.4-common. 449s Preparing to unpack .../22-php8.4-common_8.4.1-5_s390x.deb ... 449s Unpacking php8.4-common (8.4.1-5) ... 449s Selecting previously unselected package php8.4-opcache. 449s Preparing to unpack .../23-php8.4-opcache_8.4.1-5_s390x.deb ... 449s Unpacking php8.4-opcache (8.4.1-5) ... 449s Selecting previously unselected package php8.4-readline. 449s Preparing to unpack .../24-php8.4-readline_8.4.1-5_s390x.deb ... 449s Unpacking php8.4-readline (8.4.1-5) ... 449s Selecting previously unselected package php8.4-cli. 449s Preparing to unpack .../25-php8.4-cli_8.4.1-5_s390x.deb ... 449s Unpacking php8.4-cli (8.4.1-5) ... 449s Selecting previously unselected package php8.4-phpdbg. 449s Preparing to unpack .../26-php8.4-phpdbg_8.4.1-5_s390x.deb ... 449s Unpacking php8.4-phpdbg (8.4.1-5) ... 449s Selecting previously unselected package php-remctl. 449s Preparing to unpack .../27-php-remctl_3.18-1.1build6_s390x.deb ... 449s Unpacking php-remctl (3.18-1.1build6) ... 449s Selecting previously unselected package python3-pyremctl. 449s Preparing to unpack .../28-python3-pyremctl_3.18-1.1build6_s390x.deb ... 449s Unpacking python3-pyremctl (3.18-1.1build6) ... 449s Selecting previously unselected package remctl-client. 449s Preparing to unpack .../29-remctl-client_3.18-1.1build6_s390x.deb ... 449s Unpacking remctl-client (3.18-1.1build6) ... 449s Selecting previously unselected package update-inetd. 449s Preparing to unpack .../30-update-inetd_4.53_all.deb ... 449s Unpacking update-inetd (4.53) ... 449s Selecting previously unselected package remctl-server. 449s Preparing to unpack .../31-remctl-server_3.18-1.1build6_s390x.deb ... 449s Unpacking remctl-server (3.18-1.1build6) ... 449s Selecting previously unselected package ruby-remctl:s390x. 449s Preparing to unpack .../32-ruby-remctl_3.18-1.1build6_s390x.deb ... 449s Unpacking ruby-remctl:s390x (3.18-1.1build6) ... 449s Selecting previously unselected package libremctl-dev:s390x. 449s Preparing to unpack .../33-libremctl-dev_3.18-1.1build6_s390x.deb ... 449s Unpacking libremctl-dev:s390x (3.18-1.1build6) ... 450s Selecting previously unselected package pkg-perl-autopkgtest. 450s Preparing to unpack .../34-pkg-perl-autopkgtest_0.80_all.deb ... 450s Unpacking pkg-perl-autopkgtest (0.80) ... 450s Setting up php-common (2:93ubuntu2) ... 450s Created symlink '/etc/systemd/system/timers.target.wants/phpsessionclean.timer' → '/usr/lib/systemd/system/phpsessionclean.timer'. 450s Setting up libsodium23:s390x (1.0.18-1build3) ... 450s Setting up ruby-power-assert (2.0.3-1) ... 450s Setting up libargon2-1:s390x (0~20190702+dfsg-4build1) ... 450s Setting up php8.4-common (8.4.1-5) ... 450s Creating config file /etc/php/8.4/mods-available/calendar.ini with new version 450s Creating config file /etc/php/8.4/mods-available/ctype.ini with new version 450s Creating config file /etc/php/8.4/mods-available/exif.ini with new version 451s Creating config file /etc/php/8.4/mods-available/fileinfo.ini with new version 451s Creating config file /etc/php/8.4/mods-available/ffi.ini with new version 451s Creating config file /etc/php/8.4/mods-available/ftp.ini with new version 451s Creating config file /etc/php/8.4/mods-available/gettext.ini with new version 451s Creating config file /etc/php/8.4/mods-available/iconv.ini with new version 452s Creating config file /etc/php/8.4/mods-available/pdo.ini with new version 452s Creating config file /etc/php/8.4/mods-available/phar.ini with new version 452s Creating config file /etc/php/8.4/mods-available/posix.ini with new version 452s Creating config file /etc/php/8.4/mods-available/shmop.ini with new version 452s Creating config file /etc/php/8.4/mods-available/sockets.ini with new version 452s Creating config file /etc/php/8.4/mods-available/sysvmsg.ini with new version 453s Creating config file /etc/php/8.4/mods-available/sysvsem.ini with new version 453s Creating config file /etc/php/8.4/mods-available/sysvshm.ini with new version 453s Creating config file /etc/php/8.4/mods-available/tokenizer.ini with new version 453s Setting up update-inetd (4.53) ... 453s Setting up libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 453s Setting up remctl-server (3.18-1.1build6) ... 453s update-inetd: warning: cannot add service, /etc/inetd.conf does not exist 453s Setting up rubygems-integration (1.18ubuntu1) ... 453s Setting up ruby-minitest (5.22.3-1ubuntu1) ... 453s Setting up ruby-test-unit (3.6.2-1) ... 453s Setting up ruby-net-telnet (0.2.0-1) ... 453s Setting up libremctl1t64:s390x (3.18-1.1build6) ... 453s Setting up ruby-webrick (1.8.1-1ubuntu1) ... 453s Setting up python3-pyremctl (3.18-1.1build6) ... 453s Setting up libnet-remctl-perl:s390x (3.18-1.1build6) ... 453s Setting up ruby-did-you-mean (1.6.3-2) ... 453s Setting up php8.4-opcache (8.4.1-5) ... 453s Creating config file /etc/php/8.4/mods-available/opcache.ini with new version 453s Setting up ruby-xmlrpc (0.3.3-2) ... 453s Setting up dctrl-tools (2.24-3build3) ... 453s Setting up autodep8 (0.28+nmu1ubuntu1) ... 453s Setting up php8.4-readline (8.4.1-5) ... 453s Creating config file /etc/php/8.4/mods-available/readline.ini with new version 454s Setting up libremctl-dev:s390x (3.18-1.1build6) ... 454s Setting up remctl-client (3.18-1.1build6) ... 454s Setting up pkg-perl-autopkgtest (0.80) ... 454s Setting up php8.4-cli (8.4.1-5) ... 454s update-alternatives: using /usr/bin/php8.4 to provide /usr/bin/php (php) in auto mode 454s update-alternatives: using /usr/bin/phar8.4 to provide /usr/bin/phar (phar) in auto mode 454s update-alternatives: using /usr/bin/phar.phar8.4 to provide /usr/bin/phar.phar (phar.phar) in auto mode 454s Creating config file /etc/php/8.4/cli/php.ini with new version 454s Setting up php8.4-phpdbg (8.4.1-5) ... 454s update-alternatives: using /usr/bin/phpdbg8.4 to provide /usr/bin/phpdbg (phpdbg) in auto mode 454s Creating config file /etc/php/8.4/phpdbg/php.ini with new version 454s Setting up php-remctl (3.18-1.1build6) ... 454s Setting up rake (13.2.1-1) ... 454s Setting up libruby3.3:s390x (3.3.7-1ubuntu1) ... 454s Setting up ruby3.3 (3.3.7-1ubuntu1) ... 454s Setting up libruby:s390x (1:3.3~ubuntu3) ... 454s Setting up ruby (1:3.3~ubuntu3) ... 454s Setting up ruby-remctl:s390x (3.18-1.1build6) ... 454s Setting up ruby-rubygems (3.4.20-1) ... 454s Processing triggers for man-db (2.13.0-1) ... 455s Processing triggers for libc-bin (2.40-4ubuntu1) ... 455s Processing triggers for php8.4-cli (8.4.1-5) ... 455s Processing triggers for php8.4-phpdbg (8.4.1-5) ... 455s autopkgtest: DBG: testbed command exited with code 0 455s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libremctl1t64'], kind short, sout pipe, serr pipe, env [] 456s autopkgtest: DBG: testbed command exited with code 0 456s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libremctl-dev'], kind short, sout pipe, serr pipe, env [] 456s autopkgtest: DBG: testbed command exited with code 0 456s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'remctl-client'], kind short, sout pipe, serr pipe, env [] 456s autopkgtest: DBG: testbed command exited with code 0 456s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'remctl-server'], kind short, sout pipe, serr pipe, env [] 456s autopkgtest: DBG: testbed command exited with code 0 456s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libnet-remctl-perl'], kind short, sout pipe, serr pipe, env [] 456s autopkgtest: DBG: testbed command exited with code 0 456s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'php-remctl'], kind short, sout pipe, serr pipe, env [] 457s autopkgtest: DBG: testbed command exited with code 0 457s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-pyremctl'], kind short, sout pipe, serr pipe, env [] 457s autopkgtest: DBG: testbed command exited with code 0 457s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'ruby-remctl'], kind short, sout pipe, serr pipe, env [] 457s autopkgtest: DBG: testbed command exited with code 0 457s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Pb1yvz/command1-packages.all"], kind short, sout raw, serr pipe, env [] 457s autopkgtest: DBG: testbed command exited with code 0 457s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pb1yvz/command1-packages.all /tmp/autopkgtest-work.2yizqohy/out/command1-packages.all 457s autopkgtest: DBG: got reply from testbed: ok 457s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.Pb1yvz/build.1ni/src'], kind short, sout raw, serr raw, env [] 457s autopkgtest: DBG: testbed command exited with code 0 457s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.Pb1yvz/build.1ni/src already exists 457s autopkgtest [14:46:04]: test command1: /usr/share/pkg-perl-autopkgtest/runner runtime-deps 457s autopkgtest [14:46:04]: test command1: [----------------------- 457s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.Pb1yvz/wrapper.sh --debug --artifacts=/tmp/autopkgtest.Pb1yvz/command1-artifacts --chdir=/tmp/autopkgtest.Pb1yvz/build.1ni/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.Pb1yvz/command1-stderr --stdout=/tmp/autopkgtest.Pb1yvz/command1-stdout --tmp=/tmp/autopkgtest.Pb1yvz/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 -- bash -ec '/usr/share/pkg-perl-autopkgtest/runner runtime-deps'"], kind test, sout raw, serr raw, env [] 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.Pb1yvz/command1-artifacts 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: changing to directory: /tmp/autopkgtest.Pb1yvz/build.1ni/src 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: setting environment: LANG=C.UTF-8 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LANGUAGE 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_ADDRESS 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_ALL 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_COLLATE 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_CTYPE 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_IDENTIFICATION 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_MEASUREMENT 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_MESSAGES 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_MONETARY 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_NAME 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_NUMERIC 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_PAPER 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_TELEPHONE 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_TIME 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: pretending to be a login shell 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: will write standard error to /tmp/autopkgtest.Pb1yvz/command1-stderr 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: will write stdout to /tmp/autopkgtest.Pb1yvz/command1-stdout 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.Pb1yvz/autopkgtest_tmp 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: command to run: bash -ec /usr/share/pkg-perl-autopkgtest/runner runtime-deps 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: copying /tmp/tmp.ZR1KZhRFF9/out to stdout and file: /tmp/autopkgtest.Pb1yvz/command1-stdout 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: copying /tmp/tmp.ZR1KZhRFF9/err to standard error and file: /tmp/autopkgtest.Pb1yvz/command1-stdout 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: writing script pid 7821 to /tmp/autopkgtest_script_pid 458s /usr/share/pkg-perl-autopkgtest/runtime-deps.d/use.t .. skipped: can't guess package from META.json or META.yml 458s Files=1, Tests=0, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.05 cusr 0.00 csys = 0.06 CPU) 458s Result: NOTESTS 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: checking for leaked background processes... 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: waiting for tee/cat subprocesses... 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: cleaning up... 458s /tmp/autopkgtest.Pb1yvz/wrapper.sh: Exit status: 0 458s autopkgtest: DBG: testbed command exited with code 0 458s autopkgtest [14:46:05]: test command1: -----------------------] 458s autopkgtest: DBG: testbed executing test finished with exit status 0 458s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pb1yvz/command1-stdout /tmp/autopkgtest-work.2yizqohy/out/command1-stdout 458s autopkgtest: DBG: got reply from testbed: ok 458s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pb1yvz/command1-stderr /tmp/autopkgtest-work.2yizqohy/out/command1-stderr 458s autopkgtest: DBG: got reply from testbed: ok 459s autopkgtest [14:46:06]: test command1: - - - - - - - - - - results - - - - - - - - - - 459s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pb1yvz/command1-artifacts/ /tmp/autopkgtest-work.2yizqohy/out/artifacts/ 459s command1 PASS 459s autopkgtest: DBG: got reply from testbed: ok 459s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.Pb1yvz/command1-artifacts', '/tmp/autopkgtest.Pb1yvz/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 459s autopkgtest: DBG: testbed command exited with code 0 459s autopkgtest [14:46:06]: test python: preparing testbed 459s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['pkg-perl-autopkgtest', 'libremctl1t64', 'libremctl-dev', 'remctl-client', 'remctl-server', 'libnet-remctl-perl', 'php-remctl', 'python3-pyremctl', 'ruby-remctl'], deps_new=['python3-all', 'python3-pyremctl'] 459s autopkgtest: DBG: testbed reset 459s autopkgtest: DBG: sending command to testbed: revert 581s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.Pb1yvz 581s autopkgtest: DBG: sending command to testbed: print-execute-command 581s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.w7i6ar93/runcmd 581s autopkgtest: DBG: sending command to testbed: capabilities 581s autopkgtest: DBG: got reply from testbed: ok reboot isolation-machine revert-full-system suggested-normal-user=ubuntu ok revert root-on-testbed 581s autopkgtest: DBG: testbed capabilities: ['reboot', 'isolation-machine', 'revert-full-system', 'suggested-normal-user=ubuntu', 'ok', 'revert', 'root-on-testbed', 'has_internet'] 581s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pb1yvz'], kind short, sout raw, serr pipe, env [] 581s autopkgtest: DBG: testbed command exited with code 0 581s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.Pb1yvz/wrapper.sh 582s autopkgtest: DBG: got reply from testbed: ok 582s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pb1yvz/wrapper.sh'], kind short, sout raw, serr pipe, env [] 582s autopkgtest: DBG: testbed command exited with code 0 582s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 582s autopkgtest: DBG: testbed command exited with code 0 582s autopkgtest [14:48:09]: testbed dpkg architecture: s390x 582s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 582s autopkgtest: DBG: testbed command exited with code 0 582s autopkgtest [14:48:09]: testbed apt version: 2.9.27ubuntu1 582s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 582s autopkgtest: DBG: testbed command exited with code 0 582s autopkgtest: DBG: testbed has eatmydata 582s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 582s autopkgtest: DBG: testbed command exited with code 0 583s autopkgtest [14:48:09]: @@@@@@@@@@@@@@@@@@@@ test bed setup 583s 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 [] 583s autopkgtest: DBG: testbed command exited with code 0 583s autopkgtest [14:48:10]: testbed release detected to be: plucky 583s 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 [] 583s autopkgtest: DBG: testbed command exited with code 0 583s 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 [] 583s autopkgtest: DBG: testbed command exited with code 0 583s autopkgtest: DBG: adding APT source: Types: deb deb-src 583s URIs: http://ftpmaster.internal/ubuntu/ 583s Suites: plucky-proposed 583s Components: main restricted universe multiverse 583s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 583s 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 [] 583s autopkgtest: DBG: testbed command exited with code 0 583s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 583s Package: * 583s Pin: release plucky-proposed 583s Pin-Priority: 500 583s 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 [] 583s autopkgtest: DBG: testbed command exited with code 0 583s autopkgtest [14:48:10]: updating testbed package index (apt update) 583s 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'] 584s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 584s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 584s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 584s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 584s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [55.4 kB] 584s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 584s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 585s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [12.4 kB] 585s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [78.8 kB] 585s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [705 kB] 585s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [2680 B] 585s Fetched 1755 kB in 1s (1685 kB/s) 585s Reading package lists... 585s autopkgtest: DBG: testbed command exited with code 0 585s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 585s Package: * 585s Pin: release plucky-proposed 585s Pin-Priority: 100 585s 585s Package: src:ruby3.3:any 585s Pin: release plucky-proposed 585s Pin-Priority: 995 585s 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:ruby3.3:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 586s autopkgtest: DBG: testbed command exited with code 0 586s 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.Pb1yvz/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 586s autopkgtest: DBG: testbed command exited with code 0 586s 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'] 586s + lsb_release --codename --short 586s + RELEASE=plucky 586s + cat 586s + [ plucky != trusty ] 586s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 586s Reading package lists... 586s Building dependency tree... 586s Reading state information... 586s Calculating upgrade... 586s The following packages were automatically installed and are no longer required: 586s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 586s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 586s linux-tools-6.11.0-8-generic 586s Use 'sudo apt autoremove' to remove them. 586s The following packages will be upgraded: 586s gir1.2-glib-2.0 libglib2.0-0t64 libglib2.0-data libgpgme11t64 libnetplan1 586s libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 libsasl2-2 586s libsasl2-modules libsasl2-modules-db netplan-generator netplan.io pci.ids 586s python3-idna python3-netplan python3.12-gdbm 587s 17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 587s Need to get 8193 kB of archives. 587s After this operation, 62.5 kB of additional disk space will be used. 587s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-glib-2.0 s390x 2.83.3-2 [182 kB] 587s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-0t64 s390x 2.83.3-2 [1583 kB] 587s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-data all 2.83.3-2 [52.7 kB] 587s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x netplan-generator s390x 1.1.2-2ubuntu1 [61.3 kB] 587s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netplan s390x 1.1.2-2ubuntu1 [24.4 kB] 587s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x netplan.io s390x 1.1.2-2ubuntu1 [68.6 kB] 587s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libnetplan1 s390x 1.1.2-2ubuntu1 [134 kB] 587s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 587s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 587s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 587s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x pci.ids all 0.0~2025.01.27-1 [284 kB] 587s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-gdbm s390x 3.12.9-1 [30.6 kB] 587s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.1-4ubuntu1 [154 kB] 587s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules-db s390x 2.1.28+dfsg1-8build1 [21.1 kB] 587s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-2 s390x 2.1.28+dfsg1-8build1 [56.8 kB] 587s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules s390x 2.1.28+dfsg1-8build1 [76.4 kB] 587s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x python3-idna all 3.10-1 [47.4 kB] 588s Fetched 8193 kB in 1s (7572 kB/s) 588s (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 ... 80957 files and directories currently installed.) 588s Preparing to unpack .../00-gir1.2-glib-2.0_2.83.3-2_s390x.deb ... 588s Unpacking gir1.2-glib-2.0:s390x (2.83.3-2) over (2.83.3-1) ... 588s Preparing to unpack .../01-libglib2.0-0t64_2.83.3-2_s390x.deb ... 588s Unpacking libglib2.0-0t64:s390x (2.83.3-2) over (2.83.3-1) ... 588s Preparing to unpack .../02-libglib2.0-data_2.83.3-2_all.deb ... 588s Unpacking libglib2.0-data (2.83.3-2) over (2.83.3-1) ... 588s Preparing to unpack .../03-netplan-generator_1.1.2-2ubuntu1_s390x.deb ... 588s Adding 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 588s Unpacking netplan-generator (1.1.2-2ubuntu1) over (1.1.2-1) ... 588s Preparing to unpack .../04-python3-netplan_1.1.2-2ubuntu1_s390x.deb ... 588s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 588s for fn in glob1(directory, "%s.*" % fname): 588s Unpacking python3-netplan (1.1.2-2ubuntu1) over (1.1.2-1) ... 588s Preparing to unpack .../05-netplan.io_1.1.2-2ubuntu1_s390x.deb ... 588s Unpacking netplan.io (1.1.2-2ubuntu1) over (1.1.2-1) ... 588s Preparing to unpack .../06-libnetplan1_1.1.2-2ubuntu1_s390x.deb ... 588s Unpacking libnetplan1:s390x (1.1.2-2ubuntu1) over (1.1.2-1) ... 588s Preparing to unpack .../07-libpython3.12t64_3.12.9-1_s390x.deb ... 588s Unpacking libpython3.12t64:s390x (3.12.9-1) over (3.12.8-5) ... 588s Preparing to unpack .../08-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 588s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) over (3.12.8-5) ... 588s Preparing to unpack .../09-libpython3.12-minimal_3.12.9-1_s390x.deb ... 588s Unpacking libpython3.12-minimal:s390x (3.12.9-1) over (3.12.8-5) ... 588s Preparing to unpack .../10-pci.ids_0.0~2025.01.27-1_all.deb ... 588s Unpacking pci.ids (0.0~2025.01.27-1) over (0.0~2025.01.13-1) ... 588s Preparing to unpack .../11-python3.12-gdbm_3.12.9-1_s390x.deb ... 588s Unpacking python3.12-gdbm (3.12.9-1) over (3.12.8-5) ... 588s Preparing to unpack .../12-libgpgme11t64_1.24.1-4ubuntu1_s390x.deb ... 588s Unpacking libgpgme11t64:s390x (1.24.1-4ubuntu1) over (1.24.1-3ubuntu1) ... 588s Preparing to unpack .../13-libsasl2-modules-db_2.1.28+dfsg1-8build1_s390x.deb ... 588s Unpacking libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 588s Preparing to unpack .../14-libsasl2-2_2.1.28+dfsg1-8build1_s390x.deb ... 588s Unpacking libsasl2-2:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 588s Preparing to unpack .../15-libsasl2-modules_2.1.28+dfsg1-8build1_s390x.deb ... 588s Unpacking libsasl2-modules:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 588s Preparing to unpack .../16-python3-idna_3.10-1_all.deb ... 588s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 588s for fn in glob1(directory, "%s.*" % fname): 588s Unpacking python3-idna (3.10-1) over (3.8-2) ... 588s Setting up pci.ids (0.0~2025.01.27-1) ... 588s Setting up python3.12-gdbm (3.12.9-1) ... 588s Setting up libsasl2-modules:s390x (2.1.28+dfsg1-8build1) ... 588s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 589s Setting up libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) ... 589s Setting up libglib2.0-0t64:s390x (2.83.3-2) ... 589s No schema files found: doing nothing. 589s Setting up libglib2.0-data (2.83.3-2) ... 589s Setting up python3-idna (3.10-1) ... 589s Setting up gir1.2-glib-2.0:s390x (2.83.3-2) ... 589s Setting up libsasl2-2:s390x (2.1.28+dfsg1-8build1) ... 589s Setting up libgpgme11t64:s390x (1.24.1-4ubuntu1) ... 589s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 589s Setting up libnetplan1:s390x (1.1.2-2ubuntu1) ... 589s Setting up libpython3.12t64:s390x (3.12.9-1) ... 589s Setting up python3-netplan (1.1.2-2ubuntu1) ... 589s Setting up netplan-generator (1.1.2-2ubuntu1) ... 589s Removing 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 589s Setting up netplan.io (1.1.2-2ubuntu1) ... 589s Processing triggers for libc-bin (2.40-4ubuntu1) ... 589s Processing triggers for man-db (2.13.0-1) ... 589s Processing triggers for dbus (1.14.10-4ubuntu5) ... 589s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 589s + /usr/lib/apt/apt-helper analyze-pattern ?true 589s + uname -r 589s + sed s/\./\\./g 589s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 589s + apt list ?obsolete 589s + tail+ cut -d/ -f1 589s -n+2 589s + grep -v ^linux-.*6\.12\.0-12-generic.* 590s + true 590s + obsolete_pkgs= 590s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 590s Reading package lists... 590s Building dependency tree... 590s Reading state information... 590s The following packages will be REMOVED: 590s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 590s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 590s linux-tools-6.11.0-8-generic* 590s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 590s After this operation, 143 MB disk space will be freed. 590s (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 ... 80957 files and directories currently installed.) 590s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 590s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 591s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 591s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 591s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 591s (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 ... 56550 files and directories currently installed.) 591s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 591s + grep -q trusty /etc/lsb-release 591s + [ ! -d /usr/share/doc/unattended-upgrades ] 591s + [ ! -d /usr/share/doc/lxd ] 591s + [ ! -d /usr/share/doc/lxd-client ] 591s + [ ! -d /usr/share/doc/snapd ] 591s + type iptables 591s + cat 591s + chmod 755 /etc/rc.local 591s + . /etc/rc.local 591s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 591s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 591s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 591s + uname -m 591s + [ s390x = ppc64le ] 591s + [ -d /run/systemd/system ] 591s + systemd-detect-virt --quiet --vm 591s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 591s + cat 591s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 591s + echo COMPRESS=lz4 591s autopkgtest: DBG: testbed command exited with code 0 591s autopkgtest [14:48:18]: upgrading testbed (apt dist-upgrade and autopurge) 591s 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'] 591s Reading package lists... 592s Building dependency tree... 592s Reading state information... 592s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 592s Starting 2 pkgProblemResolver with broken count: 0 592s Done 592s Entering ResolveByKeep 592s 592s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 592s autopkgtest: DBG: testbed command exited with code 0 592s 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'] 592s Reading package lists... 592s Building dependency tree... 592s Reading state information... 593s Starting pkgProblemResolver with broken count: 0 593s Starting 2 pkgProblemResolver with broken count: 0 593s Done 593s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 593s autopkgtest: DBG: testbed command exited with code 0 593s 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.Pb1yvz/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 593s autopkgtest: DBG: testbed command exited with code 1 593s autopkgtest [14:48:20]: rebooting testbed after setup commands that affected boot 593s autopkgtest: DBG: sending command to testbed: reboot 610s autopkgtest: DBG: got reply from testbed: ok 610s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 610s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pb1yvz'], kind short, sout raw, serr pipe, env [] 610s autopkgtest: DBG: testbed command exited with code 0 610s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Pb1yvz/autopkgtest-reboot 611s autopkgtest: DBG: got reply from testbed: ok 611s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 611s autopkgtest: DBG: testbed command exited with code 0 611s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 611s autopkgtest: DBG: testbed command exited with code 0 611s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 611s autopkgtest: DBG: testbed command exited with code 0 611s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pb1yvz'], kind short, sout raw, serr pipe, env [] 611s autopkgtest: DBG: testbed command exited with code 0 611s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Pb1yvz/autopkgtest-reboot-prepare 612s autopkgtest: DBG: got reply from testbed: ok 612s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 612s autopkgtest: DBG: testbed command exited with code 0 612s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 612s autopkgtest: DBG: testbed command exited with code 0 612s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 612s autopkgtest: DBG: testbed command exited with code 0 612s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Pb1yvz/testbed-packages"], kind short, sout raw, serr pipe, env [] 614s autopkgtest: DBG: testbed command exited with code 0 614s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pb1yvz/testbed-packages /tmp/autopkgtest-work.2yizqohy/out/testbed-packages 614s autopkgtest: DBG: got reply from testbed: ok 614s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 614s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pb1yvz'], kind short, sout raw, serr pipe, env [] 614s autopkgtest: DBG: testbed command exited with code 0 614s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Pb1yvz/autopkgtest-reboot 615s autopkgtest: DBG: got reply from testbed: ok 615s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 615s autopkgtest: DBG: testbed command exited with code 0 615s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 615s autopkgtest: DBG: testbed command exited with code 0 615s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 615s autopkgtest: DBG: testbed command exited with code 0 615s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pb1yvz'], kind short, sout raw, serr pipe, env [] 615s autopkgtest: DBG: testbed command exited with code 0 615s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Pb1yvz/autopkgtest-reboot-prepare 616s autopkgtest: DBG: got reply from testbed: ok 616s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 616s autopkgtest: DBG: testbed command exited with code 0 616s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pb1yvz/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 616s autopkgtest: DBG: testbed command exited with code 0 616s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 616s autopkgtest: DBG: testbed command exited with code 0 616s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 616s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-pyremctl'] 616s autopkgtest: DBG: install-deps: satisfying python3-all, python3-pyremctl 616s autopkgtest: DBG: can use apt-get on testbed: True 616s 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-pyremctl'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 617s Reading package lists... 617s Building dependency tree... 617s Reading state information... 617s Starting pkgProblemResolver with broken count: 0 617s Starting 2 pkgProblemResolver with broken count: 0 617s Done 617s The following NEW packages will be installed: 617s libremctl1t64 python3-all python3-pyremctl python3.12 python3.12-minimal 617s 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. 617s Need to get 3131 kB of archives. 617s After this operation, 9413 kB of additional disk space will be used. 617s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 618s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 618s Get:3 http://ftpmaster.internal/ubuntu plucky/universe s390x libremctl1t64 s390x 3.18-1.1build6 [43.8 kB] 618s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 618s Get:5 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyremctl s390x 3.18-1.1build6 [13.0 kB] 618s Fetched 3131 kB in 1s (3226 kB/s) 618s Selecting previously unselected package python3.12-minimal. 618s (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 ... 56550 files and directories currently installed.) 618s Preparing to unpack .../python3.12-minimal_3.12.9-1_s390x.deb ... 618s Unpacking python3.12-minimal (3.12.9-1) ... 618s Selecting previously unselected package python3.12. 618s Preparing to unpack .../python3.12_3.12.9-1_s390x.deb ... 618s Unpacking python3.12 (3.12.9-1) ... 618s Selecting previously unselected package libremctl1t64:s390x. 618s Preparing to unpack .../libremctl1t64_3.18-1.1build6_s390x.deb ... 618s Unpacking libremctl1t64:s390x (3.18-1.1build6) ... 618s Selecting previously unselected package python3-all. 618s Preparing to unpack .../python3-all_3.13.1-1~exp2_s390x.deb ... 618s Unpacking python3-all (3.13.1-1~exp2) ... 618s Selecting previously unselected package python3-pyremctl. 618s Preparing to unpack .../python3-pyremctl_3.18-1.1build6_s390x.deb ... 618s Unpacking python3-pyremctl (3.18-1.1build6) ... 619s Setting up python3.12-minimal (3.12.9-1) ... 620s Setting up python3.12 (3.12.9-1) ... 620s Setting up python3-all (3.13.1-1~exp2) ... 620s Setting up libremctl1t64:s390x (3.18-1.1build6) ... 620s Setting up python3-pyremctl (3.18-1.1build6) ... 621s Processing triggers for systemd (257.2-3ubuntu1) ... 621s Processing triggers for man-db (2.13.0-1) ... 621s Processing triggers for libc-bin (2.40-4ubuntu1) ... 621s autopkgtest: DBG: testbed command exited with code 0 621s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-pyremctl'], kind short, sout pipe, serr pipe, env [] 621s autopkgtest: DBG: testbed command exited with code 0 621s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Pb1yvz/python-packages.all"], kind short, sout raw, serr pipe, env [] 622s autopkgtest: DBG: testbed command exited with code 0 622s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pb1yvz/python-packages.all /tmp/autopkgtest-work.2yizqohy/out/python-packages.all 622s autopkgtest: DBG: got reply from testbed: ok 622s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.Pb1yvz/build.1ni/src'], kind short, sout raw, serr raw, env [] 622s autopkgtest: DBG: testbed command exited with code 1 622s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pb1yvz/build.1ni'], kind short, sout raw, serr pipe, env [] 622s autopkgtest: DBG: testbed command exited with code 0 622s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.2yizqohy/out/tests-tree/ /tmp/autopkgtest.Pb1yvz/build.1ni/src/ 624s autopkgtest: DBG: got reply from testbed: ok 624s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.Pb1yvz/build.1ni/src'], kind short, sout raw, serr pipe, env [] 624s autopkgtest: DBG: testbed command exited with code 0 624s autopkgtest [14:48:51]: test python: [----------------------- 624s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.Pb1yvz/wrapper.sh --debug --artifacts=/tmp/autopkgtest.Pb1yvz/python-artifacts --chdir=/tmp/autopkgtest.Pb1yvz/build.1ni/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.Pb1yvz/python-stderr --stdout=/tmp/autopkgtest.Pb1yvz/python-stdout --tmp=/tmp/autopkgtest.Pb1yvz/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 --make-executable=/tmp/autopkgtest.Pb1yvz/build.1ni/src/debian/tests/python -- /tmp/autopkgtest.Pb1yvz/build.1ni/src/debian/tests/python'], kind test, sout raw, serr raw, env [] 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.Pb1yvz/python-artifacts 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: changing to directory: /tmp/autopkgtest.Pb1yvz/build.1ni/src 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: setting environment: LANG=C.UTF-8 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LANGUAGE 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_ADDRESS 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_ALL 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_COLLATE 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_CTYPE 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_IDENTIFICATION 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_MEASUREMENT 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_MESSAGES 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_MONETARY 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_NAME 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_NUMERIC 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_PAPER 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_TELEPHONE 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: unsetting environment: LC_TIME 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: pretending to be a login shell 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: will write standard error to /tmp/autopkgtest.Pb1yvz/python-stderr 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: will write stdout to /tmp/autopkgtest.Pb1yvz/python-stdout 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.Pb1yvz/autopkgtest_tmp 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: marking as executable: /tmp/autopkgtest.Pb1yvz/build.1ni/src/debian/tests/python 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: command to run: /tmp/autopkgtest.Pb1yvz/build.1ni/src/debian/tests/python 624s Testing with python3.12: 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: copying /tmp/tmp.ESTTzfF3Lc/out to stdout and file: /tmp/autopkgtest.Pb1yvz/python-stdout 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: copying /tmp/tmp.ESTTzfF3Lc/err to standard error and file: /tmp/autopkgtest.Pb1yvz/python-stdout 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: writing script pid 1283 to /tmp/autopkgtest_script_pid 624s 624s Testing with python3.13: 624s 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: checking for leaked background processes... 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: waiting for tee/cat subprocesses... 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: cleaning up... 624s /tmp/autopkgtest.Pb1yvz/wrapper.sh: Exit status: 0 624s autopkgtest: DBG: testbed command exited with code 0 625s autopkgtest [14:48:52]: test python: -----------------------] 625s autopkgtest: DBG: testbed executing test finished with exit status 0 625s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pb1yvz/python-stdout /tmp/autopkgtest-work.2yizqohy/out/python-stdout 625s autopkgtest: DBG: got reply from testbed: ok 625s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pb1yvz/python-stderr /tmp/autopkgtest-work.2yizqohy/out/python-stderr 625s autopkgtest: DBG: got reply from testbed: ok 625s python PASS 625s autopkgtest [14:48:52]: test python: - - - - - - - - - - results - - - - - - - - - - 625s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pb1yvz/python-artifacts/ /tmp/autopkgtest-work.2yizqohy/out/artifacts/ 625s autopkgtest: DBG: got reply from testbed: ok 625s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.Pb1yvz/python-artifacts', '/tmp/autopkgtest.Pb1yvz/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 625s autopkgtest: DBG: testbed command exited with code 0 625s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 625s autopkgtest [14:48:52]: @@@@@@@@@@@@@@@@@@@@ summary 625s command1 PASS 625s python PASS 625s autopkgtest: DBG: testbed stop 625s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.Pb1yvz 625s autopkgtest: DBG: sending command to testbed: close 631s autopkgtest: DBG: got reply from testbed: ok 631s autopkgtest: DBG: sending command to testbed: quit 631s nova [W] Using flock in prodstack6-s390x 631s Creating nova instance adt-plucky-s390x-remctl-20250207-143826-juju-7f2275-prod-proposed-migration-environment-15-4734f8c5-f1fa-42c0-bde3-49fb202cd719 from image adt/ubuntu-plucky-s390x-server-20250207.img (UUID e3aa55f2-b1ba-4605-b146-c2987438f3dd)... 631s nova [W] Timed out waiting for 8c94f21e-9395-4ed6-baff-57c1c2bd5cc8 to get deleted. 631s nova [W] Using flock in prodstack6-s390x 631s flock: timeout while waiting to get lock 631s Creating nova instance adt-plucky-s390x-remctl-20250207-143826-juju-7f2275-prod-proposed-migration-environment-15-4734f8c5-f1fa-42c0-bde3-49fb202cd719 from image adt/ubuntu-plucky-s390x-server-20250207.img (UUID e3aa55f2-b1ba-4605-b146-c2987438f3dd)... 631s nova [W] Timed out waiting for d5931e57-5d77-419e-a5fc-7f1604c28f6a to get deleted.