0s autopkgtest: DBG: testbed init 0s autopkgtest [14:46:24]: starting date and time: 2025-02-07 14:46:24+0000 1s autopkgtest [14:46:25]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 1s autopkgtest [14:46:25]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.lah974o5/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:ruby3.3 --apt-upgrade vim --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-19.secgroup --name adt-plucky-s390x-vim-20250207-144623-juju-7f2275-prod-proposed-migration-environment-15-559d9795-8e16-427f-ac0f-c58473c85194 --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 112s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.Sx6iZ4 112s autopkgtest: DBG: sending command to testbed: print-execute-command 112s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.67_oq17z/runcmd 112s autopkgtest: DBG: sending command to testbed: capabilities 112s autopkgtest: DBG: got reply from testbed: ok reboot revert-full-system isolation-machine suggested-normal-user=ubuntu revert root-on-testbed 112s autopkgtest: DBG: testbed capabilities: ['reboot', 'revert-full-system', 'isolation-machine', 'suggested-normal-user=ubuntu', 'revert', 'root-on-testbed', 'has_internet'] 112s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.Sx6iZ4/wrapper.sh 113s autopkgtest: DBG: got reply from testbed: ok 113s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/wrapper.sh'], kind short, sout raw, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [14:48:17]: testbed dpkg architecture: s390x 113s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [14:48:17]: testbed apt version: 2.9.27ubuntu1 113s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed has eatmydata 113s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [14:48:17]: @@@@@@@@@@@@@@@@@@@@ test bed setup 113s 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 [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest [14:48:18]: testbed release detected to be: None 114s 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 [] 114s autopkgtest: DBG: testbed command exited with code 0 114s 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 [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: adding APT source: Types: deb deb-src 114s URIs: http://ftpmaster.internal/ubuntu/ 114s Suites: plucky-proposed 114s Components: main restricted universe multiverse 114s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 114s 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 [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 114s Package: * 114s Pin: release plucky-proposed 114s Pin-Priority: 500 114s 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 [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest [14:48:18]: updating testbed package index (apt update) 114s 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'] 115s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 115s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 115s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 115s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 115s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [12.4 kB] 115s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 115s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 115s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [55.4 kB] 115s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [78.8 kB] 115s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [705 kB] 115s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [2680 B] 116s Fetched 1755 kB in 1s (1853 kB/s) 116s Reading package lists... 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 116s Package: * 116s Pin: release plucky-proposed 116s Pin-Priority: 100 116s 116s Package: src:ruby3.3:any 116s Pin: release plucky-proposed 116s Pin-Priority: 995 116s 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 [] 116s autopkgtest: DBG: testbed command exited with code 0 116s 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.Sx6iZ4/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s 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'] 117s + lsb_release --codename --short 117s + RELEASE=plucky 117s + cat 117s + [ plucky != trusty ] 117s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 117s Reading package lists... 117s Building dependency tree... 117s Reading state information... 117s Calculating upgrade... 117s The following packages were automatically installed and are no longer required: 117s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 117s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 117s linux-tools-6.11.0-8-generic 117s Use 'sudo apt autoremove' to remove them. 117s The following packages will be upgraded: 117s gir1.2-glib-2.0 libglib2.0-0t64 libglib2.0-data libgpgme11t64 libnetplan1 117s libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 libsasl2-2 117s libsasl2-modules libsasl2-modules-db netplan-generator netplan.io pci.ids 117s python3-idna python3-netplan python3.12-gdbm 117s 17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 117s Need to get 8193 kB of archives. 117s After this operation, 62.5 kB of additional disk space will be used. 117s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-glib-2.0 s390x 2.83.3-2 [182 kB] 118s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-0t64 s390x 2.83.3-2 [1583 kB] 118s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-data all 2.83.3-2 [52.7 kB] 118s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x netplan-generator s390x 1.1.2-2ubuntu1 [61.3 kB] 118s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netplan s390x 1.1.2-2ubuntu1 [24.4 kB] 118s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x netplan.io s390x 1.1.2-2ubuntu1 [68.6 kB] 118s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libnetplan1 s390x 1.1.2-2ubuntu1 [134 kB] 118s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 119s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 119s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 119s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x pci.ids all 0.0~2025.01.27-1 [284 kB] 119s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-gdbm s390x 3.12.9-1 [30.6 kB] 119s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.1-4ubuntu1 [154 kB] 119s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules-db s390x 2.1.28+dfsg1-8build1 [21.1 kB] 119s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-2 s390x 2.1.28+dfsg1-8build1 [56.8 kB] 119s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules s390x 2.1.28+dfsg1-8build1 [76.4 kB] 119s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x python3-idna all 3.10-1 [47.4 kB] 120s Fetched 8193 kB in 2s (3620 kB/s) 120s (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.) 120s Preparing to unpack .../00-gir1.2-glib-2.0_2.83.3-2_s390x.deb ... 120s Unpacking gir1.2-glib-2.0:s390x (2.83.3-2) over (2.83.3-1) ... 120s Preparing to unpack .../01-libglib2.0-0t64_2.83.3-2_s390x.deb ... 120s Unpacking libglib2.0-0t64:s390x (2.83.3-2) over (2.83.3-1) ... 120s Preparing to unpack .../02-libglib2.0-data_2.83.3-2_all.deb ... 120s Unpacking libglib2.0-data (2.83.3-2) over (2.83.3-1) ... 120s Preparing to unpack .../03-netplan-generator_1.1.2-2ubuntu1_s390x.deb ... 120s Adding 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 120s Unpacking netplan-generator (1.1.2-2ubuntu1) over (1.1.2-1) ... 120s Preparing to unpack .../04-python3-netplan_1.1.2-2ubuntu1_s390x.deb ... 120s /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. 120s for fn in glob1(directory, "%s.*" % fname): 120s Unpacking python3-netplan (1.1.2-2ubuntu1) over (1.1.2-1) ... 120s Preparing to unpack .../05-netplan.io_1.1.2-2ubuntu1_s390x.deb ... 120s Unpacking netplan.io (1.1.2-2ubuntu1) over (1.1.2-1) ... 120s Preparing to unpack .../06-libnetplan1_1.1.2-2ubuntu1_s390x.deb ... 120s Unpacking libnetplan1:s390x (1.1.2-2ubuntu1) over (1.1.2-1) ... 120s Preparing to unpack .../07-libpython3.12t64_3.12.9-1_s390x.deb ... 120s Unpacking libpython3.12t64:s390x (3.12.9-1) over (3.12.8-5) ... 120s Preparing to unpack .../08-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 120s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) over (3.12.8-5) ... 120s Preparing to unpack .../09-libpython3.12-minimal_3.12.9-1_s390x.deb ... 120s Unpacking libpython3.12-minimal:s390x (3.12.9-1) over (3.12.8-5) ... 120s Preparing to unpack .../10-pci.ids_0.0~2025.01.27-1_all.deb ... 120s Unpacking pci.ids (0.0~2025.01.27-1) over (0.0~2025.01.13-1) ... 120s Preparing to unpack .../11-python3.12-gdbm_3.12.9-1_s390x.deb ... 120s Unpacking python3.12-gdbm (3.12.9-1) over (3.12.8-5) ... 120s Preparing to unpack .../12-libgpgme11t64_1.24.1-4ubuntu1_s390x.deb ... 120s Unpacking libgpgme11t64:s390x (1.24.1-4ubuntu1) over (1.24.1-3ubuntu1) ... 120s Preparing to unpack .../13-libsasl2-modules-db_2.1.28+dfsg1-8build1_s390x.deb ... 120s Unpacking libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 120s Preparing to unpack .../14-libsasl2-2_2.1.28+dfsg1-8build1_s390x.deb ... 120s Unpacking libsasl2-2:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 120s Preparing to unpack .../15-libsasl2-modules_2.1.28+dfsg1-8build1_s390x.deb ... 120s Unpacking libsasl2-modules:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 120s Preparing to unpack .../16-python3-idna_3.10-1_all.deb ... 120s /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. 120s for fn in glob1(directory, "%s.*" % fname): 120s Unpacking python3-idna (3.10-1) over (3.8-2) ... 120s Setting up pci.ids (0.0~2025.01.27-1) ... 120s Setting up python3.12-gdbm (3.12.9-1) ... 120s Setting up libsasl2-modules:s390x (2.1.28+dfsg1-8build1) ... 120s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 120s Setting up libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) ... 120s Setting up libglib2.0-0t64:s390x (2.83.3-2) ... 120s No schema files found: doing nothing. 120s Setting up libglib2.0-data (2.83.3-2) ... 120s Setting up python3-idna (3.10-1) ... 120s Setting up gir1.2-glib-2.0:s390x (2.83.3-2) ... 121s Setting up libsasl2-2:s390x (2.1.28+dfsg1-8build1) ... 121s Setting up libgpgme11t64:s390x (1.24.1-4ubuntu1) ... 121s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 121s Setting up libnetplan1:s390x (1.1.2-2ubuntu1) ... 121s Setting up libpython3.12t64:s390x (3.12.9-1) ... 121s Setting up python3-netplan (1.1.2-2ubuntu1) ... 121s Setting up netplan-generator (1.1.2-2ubuntu1) ... 121s Removing 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 121s Setting up netplan.io (1.1.2-2ubuntu1) ... 121s Processing triggers for libc-bin (2.40-4ubuntu1) ... 121s Processing triggers for man-db (2.13.0-1) ... 121s Processing triggers for dbus (1.14.10-4ubuntu5) ... 121s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 121s + /usr/lib/apt/apt-helper analyze-pattern ?true 121s + uname -r 121s + sed s/\./\\./g 121s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 121s + apt list ?obsolete 121s + tail -n+2+ 121s cut -d/ -f1 121s + grep -v ^linux-.*6\.12\.0-12-generic.* 121s + true 121s + obsolete_pkgs= 121s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 121s Reading package lists... 121s Building dependency tree... 121s Reading state information... 122s The following packages will be REMOVED: 122s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 122s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 122s linux-tools-6.11.0-8-generic* 122s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 122s After this operation, 143 MB disk space will be freed. 122s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80957 files and directories currently installed.) 122s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 122s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 123s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 123s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 123s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 123s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 56550 files and directories currently installed.) 123s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 123s + grep -q trusty /etc/lsb-release 123s + [ ! -d /usr/share/doc/unattended-upgrades ] 123s + [ ! -d /usr/share/doc/lxd ] 123s + [ ! -d /usr/share/doc/lxd-client ] 123s + [ ! -d /usr/share/doc/snapd ] 123s + type iptables 123s + cat 123s + chmod 755 /etc/rc.local 123s + . /etc/rc.local 123s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 123s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 123s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 123s + uname -m 123s + [ s390x = ppc64le ] 123s + [ -d /run/systemd/system ] 123s + systemd-detect-virt --quiet --vm 123s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 123s + cat 123s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 123s + echo COMPRESS=lz4 123s autopkgtest: DBG: testbed command exited with code 0 123s autopkgtest [14:48:27]: upgrading testbed (apt dist-upgrade and autopurge) 123s 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'] 123s Reading package lists... 123s Building dependency tree... 123s Reading state information... 123s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 123s Starting 2 pkgProblemResolver with broken count: 0 123s Done 124s Entering ResolveByKeep 124s 124s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 124s Reading package lists... 124s Building dependency tree... 124s Reading state information... 124s Starting pkgProblemResolver with broken count: 0 124s Starting 2 pkgProblemResolver with broken count: 0 124s Done 124s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 124s autopkgtest: DBG: testbed command exited with code 0 124s 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.Sx6iZ4/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 125s autopkgtest: DBG: testbed command exited with code 1 125s autopkgtest [14:48:29]: rebooting testbed after setup commands that affected boot 125s autopkgtest: DBG: sending command to testbed: reboot 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 143s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest [14:48:49]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 145s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Sx6iZ4/testbed-packages"], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/testbed-packages /tmp/autopkgtest-work.lah974o5/out/testbed-packages 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 146s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare 147s autopkgtest: DBG: got reply from testbed: ok 147s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: Binaries: initialising 148s autopkgtest [14:48:52]: @@@@@@@@@@@@@@@@@@@@ apt-source vim 148s autopkgtest: DBG: blame += vim 148s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 148s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'vim'], kind short, sout pipe, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^vim-gui-common$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'vim-gui-common=2:9.1.0861-1ubuntu1'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^vim-gtk3$'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'vim-gtk3=2:9.1.0861-1ubuntu1'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^xxd$'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'xxd=2:9.1.0861-1ubuntu1'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^vim-doc$'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'vim-doc=2:9.1.0861-1ubuntu1'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^vim-common$'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'vim-common=2:9.1.0861-1ubuntu1'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^vim$'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'vim=2:9.1.0861-1ubuntu1'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^vim-tiny$'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'vim-tiny=2:9.1.0861-1ubuntu1'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^vim-athena$'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'vim-athena=2:9.1.0861-1ubuntu1'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^vim-motif$'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'vim-motif=2:9.1.0861-1ubuntu1'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^vim-nox$'], kind short, sout pipe, serr raw, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'vim-nox=2:9.1.0861-1ubuntu1'], kind short, sout pipe, serr raw, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^vim-runtime$'], kind short, sout pipe, serr raw, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'vim-runtime=2:9.1.0861-1ubuntu1'], kind short, sout pipe, serr raw, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: install_deps: deps_new=[] 153s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s 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.Sx6iZ4/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source vim=2:9.1.0861-1ubuntu1 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 vim_*.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'] 154s + cd / 154s + mktemp -d /tmp/autopkgtest.Sx6iZ4/build.XXX 154s + builddir=/tmp/autopkgtest.Sx6iZ4/build.UG6 154s + cd /tmp/autopkgtest.Sx6iZ4/build.UG6 154s + apt-get source -d -q --only-source vim=2:9.1.0861-1ubuntu1 156s + OUT=Reading package lists... 156s NOTICE: 'vim' packaging is maintained in the 'Git' version control system at: 156s https://salsa.debian.org/vim-team/vim.git 156s Please use: 156s git clone https://salsa.debian.org/vim-team/vim.git 156s to retrieve the latest (possibly unreleased) updates to the package. 156s Need to get 12.3 MB of source archives. 156s Get:1 http://ftpmaster.internal/ubuntu plucky/main vim 2:9.1.0861-1ubuntu1 (dsc) [3065 B] 156s Get:2 http://ftpmaster.internal/ubuntu plucky/main vim 2:9.1.0861-1ubuntu1 (tar) [12.1 MB] 156s Get:3 http://ftpmaster.internal/ubuntu plucky/main vim 2:9.1.0861-1ubuntu1 (diff) [205 kB] 156s Fetched 12.3 MB in 2s (6372 kB/s) 156s Download complete and in download only mode 156s + [ -n ] 156s + grep ^Get: 156s + echo Reading package lists... 156s NOTICE: 'vim' packaging is maintained in the 'Git' version control system at: 156s https://salsa.debian.org/vim-team/vim.git 156s Please use: 156s git clone https://salsa.debian.org/vim-team/vim.git 156s to retrieve the latest (possibly unreleased) updates to the package. 156s Need to get 12.3 MB of source archives. 156s Get:1 http://ftpmaster.internal/ubuntu plucky/main vim 2:9.1.0861-1ubuntu1 (dsc) [3065 B] 156s Get:2 http://ftpmaster.internal/ubuntu plucky/main vim 2:9.1.0861-1ubuntu1 (tar) [12.1 MB] 156s Get:3 http://ftpmaster.internal/ubuntu plucky/main vim 2:9.1.0861-1ubuntu1 (diff) [205 kB] 156s Fetched 12.3 MB in 2s (6372 kB/s) 156s Download complete and in download only mode 156s Get:1 http://ftpmaster.internal/ubuntu plucky/main vim 2:9.1.0861-1ubuntu1 (dsc) [3065 B] 156s Get:2 http://ftpmaster.internal/ubuntu plucky/main vim 2:9.1.0861-1ubuntu1 (tar) [12.1 MB] 156s Get:3 http://ftpmaster.internal/ubuntu plucky/main vim 2:9.1.0861-1ubuntu1 (diff) [205 kB] 156s + dpkg-source -x vim_9.1.0861-1ubuntu1.dsc src 156s gpgv: Signature made Thu Nov 21 21:05:33 2024 UTC 156s gpgv: using RSA key 5C7ABEA20F8630459CC8C8B5E27F2CF8458C2FA4 156s gpgv: Can't check signature: No public key 156s dpkg-source: warning: cannot verify inline signature for ./vim_9.1.0861-1ubuntu1.dsc: no acceptable signature found 157s + chmod -R a+rX . 157s + cd src/. 157s + pwd 157s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest [14:49:01]: testing package vim version 2:9.1.0861-1ubuntu1 157s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/build.UG6/src/debian/ /tmp/autopkgtest-work.lah974o5/out/pkg/debian/ 157s autopkgtest: DBG: got reply from testbed: ok 158s autopkgtest: DBG: processing dependency @ 158s autopkgtest: DBG: synthesised dependency vim-common 158s autopkgtest: DBG: synthesised dependency vim-gui-common 158s autopkgtest: DBG: synthesised dependency vim-runtime 158s autopkgtest: DBG: synthesised dependency vim-doc 158s autopkgtest: DBG: synthesised dependency vim-tiny 158s autopkgtest: DBG: synthesised dependency vim 158s autopkgtest: DBG: synthesised dependency vim-gtk3 158s autopkgtest: DBG: synthesised dependency vim-nox 158s autopkgtest: DBG: synthesised dependency vim-motif 158s autopkgtest: DBG: synthesised dependency vim-athena 158s autopkgtest: DBG: synthesised dependency xxd 158s autopkgtest: DBG: Test defined: name command1 path None command "./debian/tests/variants --version" restrictions ['superficial'] features [] depends ['vim-common', 'vim-gui-common', 'vim-runtime', 'vim-doc', 'vim-tiny', 'vim', 'vim-gtk3', 'vim-nox', 'vim-motif', 'vim-athena', 'xxd'] 159s autopkgtest: DBG: processing dependency vim-nox 159s autopkgtest: DBG: marked alternatives ['vim-nox'] as a synthesised dependency 159s autopkgtest: DBG: processing dependency python3 159s autopkgtest: DBG: Test defined: name command2 path None command "./debian/tests/upstreamtest test_python3.res" restrictions ['allow-stderr', 'needs-root'] features [] depends ['vim-nox', 'python3'] 160s autopkgtest: DBG: processing dependency vim-nox 160s autopkgtest: DBG: marked alternatives ['vim-nox'] as a synthesised dependency 160s autopkgtest: DBG: processing dependency lua5.1 160s autopkgtest: DBG: Test defined: name command3 path None command "./debian/tests/upstreamtest test_lua.res" restrictions ['allow-stderr', 'needs-root'] features [] depends ['vim-nox', 'lua5.1'] 161s autopkgtest: DBG: processing dependency vim-nox 161s autopkgtest: DBG: marked alternatives ['vim-nox'] as a synthesised dependency 161s autopkgtest: DBG: processing dependency perl 161s autopkgtest: DBG: Test defined: name command4 path None command "./debian/tests/upstreamtest test_perl.res" restrictions ['allow-stderr', 'needs-root'] features [] depends ['vim-nox', 'perl'] 162s autopkgtest: DBG: processing dependency vim-nox 162s autopkgtest: DBG: marked alternatives ['vim-nox'] as a synthesised dependency 162s autopkgtest: DBG: processing dependency ruby 162s autopkgtest: DBG: Test defined: name command5 path None command "./debian/tests/upstreamtest test_ruby.res" restrictions ['allow-stderr', 'needs-root'] features [] depends ['vim-nox', 'ruby'] 162s autopkgtest [14:49:06]: build not needed 162s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/build.UG6/src/ /tmp/autopkgtest-work.lah974o5/out/tests-tree/ 165s autopkgtest: DBG: got reply from testbed: ok 166s autopkgtest: DBG: processing dependency @ 166s autopkgtest: DBG: synthesised dependency vim-common 166s autopkgtest: DBG: synthesised dependency vim-gui-common 166s autopkgtest: DBG: synthesised dependency vim-runtime 166s autopkgtest: DBG: synthesised dependency vim-doc 166s autopkgtest: DBG: synthesised dependency vim-tiny 166s autopkgtest: DBG: synthesised dependency vim 166s autopkgtest: DBG: synthesised dependency vim-gtk3 166s autopkgtest: DBG: synthesised dependency vim-nox 166s autopkgtest: DBG: synthesised dependency vim-motif 166s autopkgtest: DBG: synthesised dependency vim-athena 166s autopkgtest: DBG: synthesised dependency xxd 166s autopkgtest: DBG: Test defined: name command1 path None command "./debian/tests/variants --version" restrictions ['superficial'] features [] depends ['vim-common', 'vim-gui-common', 'vim-runtime', 'vim-doc', 'vim-tiny', 'vim', 'vim-gtk3', 'vim-nox', 'vim-motif', 'vim-athena', 'xxd'] 167s autopkgtest: DBG: processing dependency vim-nox 167s autopkgtest: DBG: marked alternatives ['vim-nox'] as a synthesised dependency 167s autopkgtest: DBG: processing dependency python3 167s autopkgtest: DBG: Test defined: name command2 path None command "./debian/tests/upstreamtest test_python3.res" restrictions ['allow-stderr', 'needs-root'] features [] depends ['vim-nox', 'python3'] 167s autopkgtest: DBG: processing dependency vim-nox 167s autopkgtest: DBG: marked alternatives ['vim-nox'] as a synthesised dependency 167s autopkgtest: DBG: processing dependency lua5.1 167s autopkgtest: DBG: Test defined: name command3 path None command "./debian/tests/upstreamtest test_lua.res" restrictions ['allow-stderr', 'needs-root'] features [] depends ['vim-nox', 'lua5.1'] 168s autopkgtest: DBG: processing dependency vim-nox 168s autopkgtest: DBG: marked alternatives ['vim-nox'] as a synthesised dependency 168s autopkgtest: DBG: processing dependency perl 168s autopkgtest: DBG: Test defined: name command4 path None command "./debian/tests/upstreamtest test_perl.res" restrictions ['allow-stderr', 'needs-root'] features [] depends ['vim-nox', 'perl'] 168s autopkgtest: DBG: processing dependency vim-nox 168s autopkgtest: DBG: marked alternatives ['vim-nox'] as a synthesised dependency 168s autopkgtest: DBG: processing dependency ruby 168s autopkgtest: DBG: Test defined: name command5 path None command "./debian/tests/upstreamtest test_ruby.res" restrictions ['allow-stderr', 'needs-root'] features [] depends ['vim-nox', 'ruby'] 168s autopkgtest [14:49:12]: test command1: preparing testbed 168s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['vim-common', 'vim-gui-common', 'vim-runtime', 'vim-doc', 'vim-tiny', 'vim', 'vim-gtk3', 'vim-nox', 'vim-motif', 'vim-athena', 'xxd'] 168s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 168s autopkgtest: DBG: install_deps: deps_new=['vim-common', 'vim-gui-common', 'vim-runtime', 'vim-doc', 'vim-tiny', 'vim', 'vim-gtk3', 'vim-nox', 'vim-motif', 'vim-athena', 'xxd'] 168s autopkgtest: DBG: install-deps: satisfying vim-common, vim-gui-common, vim-runtime, vim-doc, vim-tiny, vim, vim-gtk3, vim-nox, vim-motif, vim-athena, xxd 168s autopkgtest: DBG: can use apt-get on testbed: True 168s 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', 'vim-common, vim-gui-common, vim-runtime, vim-doc, vim-tiny, vim, vim-gtk3, vim-nox, vim-motif, vim-athena, xxd'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 168s Reading package lists... 168s Building dependency tree... 168s Reading state information... 169s Starting pkgProblemResolver with broken count: 0 169s Starting 2 pkgProblemResolver with broken count: 0 169s Done 169s The following NEW packages will be installed: 169s adwaita-icon-theme at-spi2-common dconf-gsettings-backend dconf-service 169s fontconfig fontconfig-config fonts-dejavu-core fonts-dejavu-mono 169s gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme libasound2-data 169s libasound2t64 libatk-bridge2.0-0t64 libatk1.0-0t64 libatspi2.0-0t64 169s libavahi-client3 libavahi-common-data libavahi-common3 libcairo-gobject2 169s libcairo2 libcanberra0 libcolord2 libcups2t64 libdatrie1 libdconf1 169s libdeflate0 libepoxy0 libfontconfig1 libfreetype6 libgdk-pixbuf-2.0-0 169s libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0t64 libgtk-3-common 169s libharfbuzz0b libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 libltdl7 169s liblua5.1-0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 169s libpixman-1-0 libruby libruby3.3 libsharpyuv0 libsm6 libsodium23 libtcl8.6 169s libtdb1 libthai-data libthai0 libtiff6 libvorbis0a libvorbisfile3 169s libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp7 169s libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 169s libxi6 libxinerama1 libxrandr2 libxrender1 libxt6t64 rake ruby 169s ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert 169s ruby-rubygems ruby-test-unit ruby-webrick ruby-xmlrpc ruby3.3 169s rubygems-integration sound-theme-freedesktop ubuntu-mono vim vim-athena 169s vim-doc vim-gtk3 vim-gui-common vim-motif vim-nox vim-runtime x11-common 169s 0 upgraded, 98 newly installed, 0 to remove and 0 not upgraded. 169s Need to get 39.1 MB of archives. 169s After this operation, 193 MB of additional disk space will be used. 169s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libgdk-pixbuf2.0-common all 2.42.12+dfsg-2 [8004 B] 169s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 169s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 169s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 169s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 169s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 169s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 169s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 170s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libgdk-pixbuf-2.0-0 s390x 2.42.12+dfsg-2 [154 kB] 170s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x gtk-update-icon-cache s390x 4.17.1+ds-2ubuntu1 [52.5 kB] 170s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x hicolor-icon-theme all 0.18-2 [13.3 kB] 170s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x humanity-icon-theme all 0.6.16 [1282 kB] 170s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x ubuntu-mono all 24.04-0ubuntu1 [151 kB] 170s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x adwaita-icon-theme all 48~beta-1 [578 kB] 170s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x at-spi2-common all 2.55.2-1 [8916 B] 170s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libdconf1 s390x 0.40.0-5 [40.0 kB] 170s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x dconf-service s390x 0.40.0-5 [28.4 kB] 170s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x dconf-gsettings-backend s390x 0.40.0-5 [22.8 kB] 170s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 170s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 170s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 171s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 171s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 171s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-1.1ubuntu2 [191 kB] 171s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libasound2-data all 1.2.13-1build1 [21.1 kB] 171s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libasound2t64 s390x 1.2.13-1build1 [411 kB] 171s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libatk1.0-0t64 s390x 2.55.2-1 [54.8 kB] 171s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libxi6 s390x 2:1.8.2-1 [35.4 kB] 171s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libatspi2.0-0t64 s390x 2.55.2-1 [80.3 kB] 171s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libatk-bridge2.0-0t64 s390x 2.55.2-1 [66.7 kB] 171s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libavahi-common-data s390x 0.8-14ubuntu1 [30.5 kB] 171s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x libavahi-common3 s390x 0.8-14ubuntu1 [23.6 kB] 171s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libavahi-client3 s390x 0.8-14ubuntu1 [26.8 kB] 171s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 171s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 171s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 171s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 171s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 171s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo-gobject2 s390x 1.18.2-2 [127 kB] 171s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl7 s390x 2.5.4-3build1 [43.9 kB] 171s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libtdb1 s390x 1.4.12-1build1 [49.5 kB] 171s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libogg0 s390x 1.3.5-3build1 [24.4 kB] 171s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libvorbis0a s390x 1.3.7-2 [112 kB] 171s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libvorbisfile3 s390x 1.3.7-2 [18.2 kB] 171s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x sound-theme-freedesktop all 0.8-3ubuntu1 [384 kB] 171s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libcanberra0 s390x 0.30-17ubuntu1 [41.4 kB] 171s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x liblcms2-2 s390x 2.16-2 [175 kB] 171s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x libcolord2 s390x 1.4.7-1build2 [151 kB] 171s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libcups2t64 s390x 2.4.11-0ubuntu2 [282 kB] 171s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 171s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x libepoxy0 s390x 1.5.10-2 [222 kB] 171s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 171s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 171s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 171s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 171s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 171s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 171s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 171s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-client0 s390x 1.23.1-1 [27.8 kB] 171s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-cursor0 s390x 1.23.1-1 [11.5 kB] 171s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-egl1 s390x 1.23.1-1 [5654 B] 171s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libxcomposite1 s390x 1:0.4.6-1 [6588 B] 171s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x libxfixes3 s390x 1:6.0.0-2build1 [11.3 kB] 171s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x libxcursor1 s390x 1:1.2.3-1 [23.4 kB] 171s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x libxdamage1 s390x 1:1.1.6-1build1 [6156 B] 171s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x libxinerama1 s390x 2:1.1.4-3build1 [6476 B] 171s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x libxrandr2 s390x 2:1.5.4-1 [20.8 kB] 171s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x libgtk-3-common all 3.24.48-3ubuntu1 [1424 kB] 172s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x libgtk-3-0t64 s390x 3.24.48-3ubuntu1 [2949 kB] 172s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 172s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 172s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x liblua5.1-0 s390x 5.1.5-10 [130 kB] 172s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x rubygems-integration all 1.18ubuntu1 [5528 B] 172s Get:74 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ruby3.3 s390x 3.3.7-1ubuntu1 [48.9 kB] 172s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-rubygems all 3.4.20-1 [238 kB] 172s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x ruby s390x 1:3.3~ubuntu3 [3618 B] 172s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x rake all 13.2.1-1 [45.8 kB] 172s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-did-you-mean all 1.6.3-2 [14.8 kB] 172s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-minitest all 5.22.3-1ubuntu1 [48.0 kB] 172s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-net-telnet all 0.2.0-1 [13.3 kB] 172s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-power-assert all 2.0.3-1 [12.0 kB] 172s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-test-unit all 3.6.2-1 [67.0 kB] 172s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-webrick all 1.8.1-1ubuntu1 [52.6 kB] 172s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-xmlrpc all 0.3.3-2 [24.8 kB] 172s Get:85 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libruby3.3 s390x 3.3.7-1ubuntu1 [5871 kB] 172s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x libruby s390x 1:3.3~ubuntu3 [5038 B] 172s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 172s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 172s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 172s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 172s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x vim-runtime all 2:9.1.0861-1ubuntu1 [7455 kB] 173s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x vim s390x 2:9.1.0861-1ubuntu1 [1503 kB] 173s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x vim-doc all 2:9.1.0861-1ubuntu1 [2785 kB] 173s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x vim-gui-common all 2:9.1.0861-1ubuntu1 [115 kB] 173s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x vim-motif s390x 2:9.1.0861-1ubuntu1 [1709 kB] 173s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x vim-athena all 2:9.1.0861-1ubuntu1 [9614 B] 173s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x vim-gtk3 s390x 2:9.1.0861-1ubuntu1 [1806 kB] 173s Get:98 http://ftpmaster.internal/ubuntu plucky/universe s390x vim-nox s390x 2:9.1.0861-1ubuntu1 [1683 kB] 174s Fetched 39.1 MB in 4s (9005 kB/s) 174s Selecting previously unselected package libgdk-pixbuf2.0-common. 174s (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.) 174s Preparing to unpack .../00-libgdk-pixbuf2.0-common_2.42.12+dfsg-2_all.deb ... 174s Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-2) ... 174s Selecting previously unselected package libjpeg-turbo8:s390x. 174s Preparing to unpack .../01-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 174s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 174s Selecting previously unselected package libjpeg8:s390x. 174s Preparing to unpack .../02-libjpeg8_8c-2ubuntu11_s390x.deb ... 174s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 174s Selecting previously unselected package libdeflate0:s390x. 174s Preparing to unpack .../03-libdeflate0_1.23-1_s390x.deb ... 174s Unpacking libdeflate0:s390x (1.23-1) ... 174s Selecting previously unselected package libjbig0:s390x. 174s Preparing to unpack .../04-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 174s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 174s Selecting previously unselected package libsharpyuv0:s390x. 174s Preparing to unpack .../05-libsharpyuv0_1.5.0-0.1_s390x.deb ... 174s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 174s Selecting previously unselected package libwebp7:s390x. 174s Preparing to unpack .../06-libwebp7_1.5.0-0.1_s390x.deb ... 174s Unpacking libwebp7:s390x (1.5.0-0.1) ... 174s Selecting previously unselected package libtiff6:s390x. 174s Preparing to unpack .../07-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 174s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 174s Selecting previously unselected package libgdk-pixbuf-2.0-0:s390x. 174s Preparing to unpack .../08-libgdk-pixbuf-2.0-0_2.42.12+dfsg-2_s390x.deb ... 174s Unpacking libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-2) ... 174s Selecting previously unselected package gtk-update-icon-cache. 174s Preparing to unpack .../09-gtk-update-icon-cache_4.17.1+ds-2ubuntu1_s390x.deb ... 174s No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. 174s No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed. 174s Unpacking gtk-update-icon-cache (4.17.1+ds-2ubuntu1) ... 174s Selecting previously unselected package hicolor-icon-theme. 174s Preparing to unpack .../10-hicolor-icon-theme_0.18-2_all.deb ... 174s Unpacking hicolor-icon-theme (0.18-2) ... 174s Selecting previously unselected package humanity-icon-theme. 174s Preparing to unpack .../11-humanity-icon-theme_0.6.16_all.deb ... 174s Unpacking humanity-icon-theme (0.6.16) ... 174s Selecting previously unselected package ubuntu-mono. 174s Preparing to unpack .../12-ubuntu-mono_24.04-0ubuntu1_all.deb ... 174s Unpacking ubuntu-mono (24.04-0ubuntu1) ... 174s Selecting previously unselected package adwaita-icon-theme. 174s Preparing to unpack .../13-adwaita-icon-theme_48~beta-1_all.deb ... 174s Unpacking adwaita-icon-theme (48~beta-1) ... 174s Selecting previously unselected package at-spi2-common. 174s Preparing to unpack .../14-at-spi2-common_2.55.2-1_all.deb ... 174s Unpacking at-spi2-common (2.55.2-1) ... 174s Selecting previously unselected package libdconf1:s390x. 174s Preparing to unpack .../15-libdconf1_0.40.0-5_s390x.deb ... 174s Unpacking libdconf1:s390x (0.40.0-5) ... 174s Selecting previously unselected package dconf-service. 174s Preparing to unpack .../16-dconf-service_0.40.0-5_s390x.deb ... 174s Unpacking dconf-service (0.40.0-5) ... 174s Selecting previously unselected package dconf-gsettings-backend:s390x. 174s Preparing to unpack .../17-dconf-gsettings-backend_0.40.0-5_s390x.deb ... 174s Unpacking dconf-gsettings-backend:s390x (0.40.0-5) ... 174s Selecting previously unselected package libfreetype6:s390x. 174s Preparing to unpack .../18-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 174s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 174s Selecting previously unselected package fonts-dejavu-mono. 174s Preparing to unpack .../19-fonts-dejavu-mono_2.37-8_all.deb ... 174s Unpacking fonts-dejavu-mono (2.37-8) ... 174s Selecting previously unselected package fonts-dejavu-core. 174s Preparing to unpack .../20-fonts-dejavu-core_2.37-8_all.deb ... 174s Unpacking fonts-dejavu-core (2.37-8) ... 174s Selecting previously unselected package fontconfig-config. 174s Preparing to unpack .../21-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 175s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 175s Selecting previously unselected package libfontconfig1:s390x. 175s Preparing to unpack .../22-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 175s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 175s Selecting previously unselected package fontconfig. 175s Preparing to unpack .../23-fontconfig_2.15.0-1.1ubuntu2_s390x.deb ... 175s Unpacking fontconfig (2.15.0-1.1ubuntu2) ... 175s Selecting previously unselected package libasound2-data. 175s Preparing to unpack .../24-libasound2-data_1.2.13-1build1_all.deb ... 175s Unpacking libasound2-data (1.2.13-1build1) ... 175s Selecting previously unselected package libasound2t64:s390x. 175s Preparing to unpack .../25-libasound2t64_1.2.13-1build1_s390x.deb ... 175s Unpacking libasound2t64:s390x (1.2.13-1build1) ... 175s Selecting previously unselected package libatk1.0-0t64:s390x. 175s Preparing to unpack .../26-libatk1.0-0t64_2.55.2-1_s390x.deb ... 175s Unpacking libatk1.0-0t64:s390x (2.55.2-1) ... 175s Selecting previously unselected package libxi6:s390x. 175s Preparing to unpack .../27-libxi6_2%3a1.8.2-1_s390x.deb ... 175s Unpacking libxi6:s390x (2:1.8.2-1) ... 175s Selecting previously unselected package libatspi2.0-0t64:s390x. 175s Preparing to unpack .../28-libatspi2.0-0t64_2.55.2-1_s390x.deb ... 175s Unpacking libatspi2.0-0t64:s390x (2.55.2-1) ... 175s Selecting previously unselected package libatk-bridge2.0-0t64:s390x. 175s Preparing to unpack .../29-libatk-bridge2.0-0t64_2.55.2-1_s390x.deb ... 175s Unpacking libatk-bridge2.0-0t64:s390x (2.55.2-1) ... 175s Selecting previously unselected package libavahi-common-data:s390x. 175s Preparing to unpack .../30-libavahi-common-data_0.8-14ubuntu1_s390x.deb ... 175s Unpacking libavahi-common-data:s390x (0.8-14ubuntu1) ... 175s Selecting previously unselected package libavahi-common3:s390x. 175s Preparing to unpack .../31-libavahi-common3_0.8-14ubuntu1_s390x.deb ... 175s Unpacking libavahi-common3:s390x (0.8-14ubuntu1) ... 175s Selecting previously unselected package libavahi-client3:s390x. 175s Preparing to unpack .../32-libavahi-client3_0.8-14ubuntu1_s390x.deb ... 175s Unpacking libavahi-client3:s390x (0.8-14ubuntu1) ... 175s Selecting previously unselected package libpixman-1-0:s390x. 175s Preparing to unpack .../33-libpixman-1-0_0.44.0-3_s390x.deb ... 175s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 175s Selecting previously unselected package libxcb-render0:s390x. 175s Preparing to unpack .../34-libxcb-render0_1.17.0-2_s390x.deb ... 175s Unpacking libxcb-render0:s390x (1.17.0-2) ... 175s Selecting previously unselected package libxcb-shm0:s390x. 175s Preparing to unpack .../35-libxcb-shm0_1.17.0-2_s390x.deb ... 175s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 175s Selecting previously unselected package libxrender1:s390x. 175s Preparing to unpack .../36-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 175s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 175s Selecting previously unselected package libcairo2:s390x. 175s Preparing to unpack .../37-libcairo2_1.18.2-2_s390x.deb ... 175s Unpacking libcairo2:s390x (1.18.2-2) ... 175s Selecting previously unselected package libcairo-gobject2:s390x. 175s Preparing to unpack .../38-libcairo-gobject2_1.18.2-2_s390x.deb ... 175s Unpacking libcairo-gobject2:s390x (1.18.2-2) ... 175s Selecting previously unselected package libltdl7:s390x. 175s Preparing to unpack .../39-libltdl7_2.5.4-3build1_s390x.deb ... 175s Unpacking libltdl7:s390x (2.5.4-3build1) ... 175s Selecting previously unselected package libtdb1:s390x. 175s Preparing to unpack .../40-libtdb1_1.4.12-1build1_s390x.deb ... 175s Unpacking libtdb1:s390x (1.4.12-1build1) ... 175s Selecting previously unselected package libogg0:s390x. 175s Preparing to unpack .../41-libogg0_1.3.5-3build1_s390x.deb ... 175s Unpacking libogg0:s390x (1.3.5-3build1) ... 175s Selecting previously unselected package libvorbis0a:s390x. 175s Preparing to unpack .../42-libvorbis0a_1.3.7-2_s390x.deb ... 175s Unpacking libvorbis0a:s390x (1.3.7-2) ... 175s Selecting previously unselected package libvorbisfile3:s390x. 175s Preparing to unpack .../43-libvorbisfile3_1.3.7-2_s390x.deb ... 175s Unpacking libvorbisfile3:s390x (1.3.7-2) ... 175s Selecting previously unselected package sound-theme-freedesktop. 175s Preparing to unpack .../44-sound-theme-freedesktop_0.8-3ubuntu1_all.deb ... 175s Unpacking sound-theme-freedesktop (0.8-3ubuntu1) ... 175s Selecting previously unselected package libcanberra0:s390x. 175s Preparing to unpack .../45-libcanberra0_0.30-17ubuntu1_s390x.deb ... 175s Unpacking libcanberra0:s390x (0.30-17ubuntu1) ... 175s Selecting previously unselected package liblcms2-2:s390x. 175s Preparing to unpack .../46-liblcms2-2_2.16-2_s390x.deb ... 175s Unpacking liblcms2-2:s390x (2.16-2) ... 175s Selecting previously unselected package libcolord2:s390x. 175s Preparing to unpack .../47-libcolord2_1.4.7-1build2_s390x.deb ... 175s Unpacking libcolord2:s390x (1.4.7-1build2) ... 175s Selecting previously unselected package libcups2t64:s390x. 175s Preparing to unpack .../48-libcups2t64_2.4.11-0ubuntu2_s390x.deb ... 175s Unpacking libcups2t64:s390x (2.4.11-0ubuntu2) ... 175s Selecting previously unselected package libdatrie1:s390x. 175s Preparing to unpack .../49-libdatrie1_0.2.13-3build1_s390x.deb ... 175s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 175s Selecting previously unselected package libepoxy0:s390x. 175s Preparing to unpack .../50-libepoxy0_1.5.10-2_s390x.deb ... 175s Unpacking libepoxy0:s390x (1.5.10-2) ... 175s Selecting previously unselected package libgraphite2-3:s390x. 175s Preparing to unpack .../51-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 175s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 175s Selecting previously unselected package libharfbuzz0b:s390x. 175s Preparing to unpack .../52-libharfbuzz0b_10.2.0-1_s390x.deb ... 175s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 175s Selecting previously unselected package libthai-data. 175s Preparing to unpack .../53-libthai-data_0.1.29-2build1_all.deb ... 175s Unpacking libthai-data (0.1.29-2build1) ... 175s Selecting previously unselected package libthai0:s390x. 175s Preparing to unpack .../54-libthai0_0.1.29-2build1_s390x.deb ... 175s Unpacking libthai0:s390x (0.1.29-2build1) ... 175s Selecting previously unselected package libpango-1.0-0:s390x. 175s Preparing to unpack .../55-libpango-1.0-0_1.56.1-1_s390x.deb ... 175s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 175s Selecting previously unselected package libpangoft2-1.0-0:s390x. 175s Preparing to unpack .../56-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 175s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 175s Selecting previously unselected package libpangocairo-1.0-0:s390x. 175s Preparing to unpack .../57-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 175s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 175s Selecting previously unselected package libwayland-client0:s390x. 175s Preparing to unpack .../58-libwayland-client0_1.23.1-1_s390x.deb ... 175s Unpacking libwayland-client0:s390x (1.23.1-1) ... 175s Selecting previously unselected package libwayland-cursor0:s390x. 175s Preparing to unpack .../59-libwayland-cursor0_1.23.1-1_s390x.deb ... 175s Unpacking libwayland-cursor0:s390x (1.23.1-1) ... 175s Selecting previously unselected package libwayland-egl1:s390x. 175s Preparing to unpack .../60-libwayland-egl1_1.23.1-1_s390x.deb ... 175s Unpacking libwayland-egl1:s390x (1.23.1-1) ... 175s Selecting previously unselected package libxcomposite1:s390x. 175s Preparing to unpack .../61-libxcomposite1_1%3a0.4.6-1_s390x.deb ... 175s Unpacking libxcomposite1:s390x (1:0.4.6-1) ... 175s Selecting previously unselected package libxfixes3:s390x. 175s Preparing to unpack .../62-libxfixes3_1%3a6.0.0-2build1_s390x.deb ... 175s Unpacking libxfixes3:s390x (1:6.0.0-2build1) ... 175s Selecting previously unselected package libxcursor1:s390x. 175s Preparing to unpack .../63-libxcursor1_1%3a1.2.3-1_s390x.deb ... 175s Unpacking libxcursor1:s390x (1:1.2.3-1) ... 175s Selecting previously unselected package libxdamage1:s390x. 175s Preparing to unpack .../64-libxdamage1_1%3a1.1.6-1build1_s390x.deb ... 175s Unpacking libxdamage1:s390x (1:1.1.6-1build1) ... 175s Selecting previously unselected package libxinerama1:s390x. 175s Preparing to unpack .../65-libxinerama1_2%3a1.1.4-3build1_s390x.deb ... 175s Unpacking libxinerama1:s390x (2:1.1.4-3build1) ... 175s Selecting previously unselected package libxrandr2:s390x. 175s Preparing to unpack .../66-libxrandr2_2%3a1.5.4-1_s390x.deb ... 175s Unpacking libxrandr2:s390x (2:1.5.4-1) ... 175s Selecting previously unselected package libgtk-3-common. 175s Preparing to unpack .../67-libgtk-3-common_3.24.48-3ubuntu1_all.deb ... 175s Unpacking libgtk-3-common (3.24.48-3ubuntu1) ... 175s Selecting previously unselected package libgtk-3-0t64:s390x. 175s Preparing to unpack .../68-libgtk-3-0t64_3.24.48-3ubuntu1_s390x.deb ... 175s Unpacking libgtk-3-0t64:s390x (3.24.48-3ubuntu1) ... 175s Selecting previously unselected package x11-common. 175s Preparing to unpack .../69-x11-common_1%3a7.7+23ubuntu3_all.deb ... 175s Unpacking x11-common (1:7.7+23ubuntu3) ... 175s Selecting previously unselected package libice6:s390x. 175s Preparing to unpack .../70-libice6_2%3a1.1.1-1_s390x.deb ... 175s Unpacking libice6:s390x (2:1.1.1-1) ... 175s Selecting previously unselected package liblua5.1-0:s390x. 175s Preparing to unpack .../71-liblua5.1-0_5.1.5-10_s390x.deb ... 175s Unpacking liblua5.1-0:s390x (5.1.5-10) ... 175s Selecting previously unselected package rubygems-integration. 175s Preparing to unpack .../72-rubygems-integration_1.18ubuntu1_all.deb ... 175s Unpacking rubygems-integration (1.18ubuntu1) ... 175s Selecting previously unselected package ruby3.3. 175s Preparing to unpack .../73-ruby3.3_3.3.7-1ubuntu1_s390x.deb ... 175s Unpacking ruby3.3 (3.3.7-1ubuntu1) ... 175s Selecting previously unselected package ruby-rubygems. 175s Preparing to unpack .../74-ruby-rubygems_3.4.20-1_all.deb ... 175s Unpacking ruby-rubygems (3.4.20-1) ... 175s Selecting previously unselected package ruby. 175s Preparing to unpack .../75-ruby_1%3a3.3~ubuntu3_s390x.deb ... 175s Unpacking ruby (1:3.3~ubuntu3) ... 175s Selecting previously unselected package rake. 175s Preparing to unpack .../76-rake_13.2.1-1_all.deb ... 175s Unpacking rake (13.2.1-1) ... 175s Selecting previously unselected package ruby-did-you-mean. 175s Preparing to unpack .../77-ruby-did-you-mean_1.6.3-2_all.deb ... 175s Unpacking ruby-did-you-mean (1.6.3-2) ... 175s Selecting previously unselected package ruby-minitest. 175s Preparing to unpack .../78-ruby-minitest_5.22.3-1ubuntu1_all.deb ... 175s Unpacking ruby-minitest (5.22.3-1ubuntu1) ... 175s Selecting previously unselected package ruby-net-telnet. 175s Preparing to unpack .../79-ruby-net-telnet_0.2.0-1_all.deb ... 175s Unpacking ruby-net-telnet (0.2.0-1) ... 175s Selecting previously unselected package ruby-power-assert. 175s Preparing to unpack .../80-ruby-power-assert_2.0.3-1_all.deb ... 175s Unpacking ruby-power-assert (2.0.3-1) ... 175s Selecting previously unselected package ruby-test-unit. 175s Preparing to unpack .../81-ruby-test-unit_3.6.2-1_all.deb ... 175s Unpacking ruby-test-unit (3.6.2-1) ... 175s Selecting previously unselected package ruby-webrick. 175s Preparing to unpack .../82-ruby-webrick_1.8.1-1ubuntu1_all.deb ... 175s Unpacking ruby-webrick (1.8.1-1ubuntu1) ... 175s Selecting previously unselected package ruby-xmlrpc. 175s Preparing to unpack .../83-ruby-xmlrpc_0.3.3-2_all.deb ... 175s Unpacking ruby-xmlrpc (0.3.3-2) ... 175s Selecting previously unselected package libruby3.3:s390x. 175s Preparing to unpack .../84-libruby3.3_3.3.7-1ubuntu1_s390x.deb ... 175s Unpacking libruby3.3:s390x (3.3.7-1ubuntu1) ... 176s Selecting previously unselected package libruby:s390x. 176s Preparing to unpack .../85-libruby_1%3a3.3~ubuntu3_s390x.deb ... 176s Unpacking libruby:s390x (1:3.3~ubuntu3) ... 176s Selecting previously unselected package libsm6:s390x. 176s Preparing to unpack .../86-libsm6_2%3a1.2.4-1_s390x.deb ... 176s Unpacking libsm6:s390x (2:1.2.4-1) ... 176s Selecting previously unselected package libsodium23:s390x. 176s Preparing to unpack .../87-libsodium23_1.0.18-1build3_s390x.deb ... 176s Unpacking libsodium23:s390x (1.0.18-1build3) ... 176s Selecting previously unselected package libtcl8.6:s390x. 176s Preparing to unpack .../88-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 176s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 176s Selecting previously unselected package libxt6t64:s390x. 176s Preparing to unpack .../89-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 176s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 176s Selecting previously unselected package vim-runtime. 176s Preparing to unpack .../90-vim-runtime_2%3a9.1.0861-1ubuntu1_all.deb ... 176s Adding 'diversion of /usr/share/vim/vim91/doc/help.txt to /usr/share/vim/vim91/doc/help.txt.vim-tiny by vim-runtime' 176s Adding 'diversion of /usr/share/vim/vim91/doc/tags to /usr/share/vim/vim91/doc/tags.vim-tiny by vim-runtime' 176s Unpacking vim-runtime (2:9.1.0861-1ubuntu1) ... 176s Selecting previously unselected package vim. 176s Preparing to unpack .../91-vim_2%3a9.1.0861-1ubuntu1_s390x.deb ... 176s Unpacking vim (2:9.1.0861-1ubuntu1) ... 176s Selecting previously unselected package vim-doc. 176s Preparing to unpack .../92-vim-doc_2%3a9.1.0861-1ubuntu1_all.deb ... 176s Unpacking vim-doc (2:9.1.0861-1ubuntu1) ... 176s Selecting previously unselected package vim-gui-common. 176s Preparing to unpack .../93-vim-gui-common_2%3a9.1.0861-1ubuntu1_all.deb ... 176s Unpacking vim-gui-common (2:9.1.0861-1ubuntu1) ... 176s Selecting previously unselected package vim-motif. 176s Preparing to unpack .../94-vim-motif_2%3a9.1.0861-1ubuntu1_s390x.deb ... 176s Unpacking vim-motif (2:9.1.0861-1ubuntu1) ... 176s Selecting previously unselected package vim-athena. 176s Preparing to unpack .../95-vim-athena_2%3a9.1.0861-1ubuntu1_all.deb ... 176s Unpacking vim-athena (2:9.1.0861-1ubuntu1) ... 176s Selecting previously unselected package vim-gtk3. 176s Preparing to unpack .../96-vim-gtk3_2%3a9.1.0861-1ubuntu1_s390x.deb ... 176s Unpacking vim-gtk3 (2:9.1.0861-1ubuntu1) ... 176s Selecting previously unselected package vim-nox. 176s Preparing to unpack .../97-vim-nox_2%3a9.1.0861-1ubuntu1_s390x.deb ... 176s Unpacking vim-nox (2:9.1.0861-1ubuntu1) ... 176s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 176s Setting up liblcms2-2:s390x (2.16-2) ... 176s Setting up libpixman-1-0:s390x (0.44.0-3) ... 176s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 176s Setting up libsodium23:s390x (1.0.18-1build3) ... 176s Setting up libxdamage1:s390x (1:1.1.6-1build1) ... 176s Setting up libogg0:s390x (1.3.5-3build1) ... 176s Setting up hicolor-icon-theme (0.18-2) ... 176s Setting up libxi6:s390x (2:1.8.2-1) ... 176s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 176s Setting up libdatrie1:s390x (0.2.13-3build1) ... 176s Setting up ruby-power-assert (2.0.3-1) ... 176s Setting up libxcb-render0:s390x (1.17.0-2) ... 176s Setting up libtdb1:s390x (1.4.12-1build1) ... 176s Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-2) ... 176s Setting up x11-common (1:7.7+23ubuntu3) ... 176s Setting up libdeflate0:s390x (1.23-1) ... 176s Setting up rubygems-integration (1.18ubuntu1) ... 176s Setting up libxcb-shm0:s390x (1.17.0-2) ... 176s Setting up vim-doc (2:9.1.0861-1ubuntu1) ... 176s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 176s Setting up libcolord2:s390x (1.4.7-1build2) ... 176s Setting up libdconf1:s390x (0.40.0-5) ... 176s Setting up ruby-minitest (5.22.3-1ubuntu1) ... 176s Setting up libasound2-data (1.2.13-1build1) ... 176s Setting up libasound2t64:s390x (1.2.13-1build1) ... 176s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 176s Setting up ruby-test-unit (3.6.2-1) ... 176s Setting up libepoxy0:s390x (1.5.10-2) ... 176s Setting up libxfixes3:s390x (1:6.0.0-2build1) ... 176s Setting up libavahi-common-data:s390x (0.8-14ubuntu1) ... 176s Setting up libatspi2.0-0t64:s390x (2.55.2-1) ... 176s Setting up ruby-net-telnet (0.2.0-1) ... 176s Setting up libxinerama1:s390x (2:1.1.4-3build1) ... 176s Setting up fonts-dejavu-mono (2.37-8) ... 176s Setting up libvorbis0a:s390x (1.3.7-2) ... 176s Setting up libxrandr2:s390x (2:1.5.4-1) ... 176s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 176s Setting up fonts-dejavu-core (2.37-8) ... 176s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 176s Setting up libltdl7:s390x (2.5.4-3build1) ... 176s Setting up libwebp7:s390x (1.5.0-0.1) ... 176s Setting up ruby-webrick (1.8.1-1ubuntu1) ... 176s Setting up sound-theme-freedesktop (0.8-3ubuntu1) ... 176s Setting up at-spi2-common (2.55.2-1) ... 176s Setting up liblua5.1-0:s390x (5.1.5-10) ... 176s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 176s Setting up libthai-data (0.1.29-2build1) ... 176s Setting up libwayland-egl1:s390x (1.23.1-1) ... 176s Setting up ruby-did-you-mean (1.6.3-2) ... 176s Setting up vim-runtime (2:9.1.0861-1ubuntu1) ... 176s Setting up libxcomposite1:s390x (1:0.4.6-1) ... 176s Setting up ruby-xmlrpc (0.3.3-2) ... 176s Setting up vim-gui-common (2:9.1.0861-1ubuntu1) ... 176s Setting up libwayland-client0:s390x (1.23.1-1) ... 176s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 176s Setting up libice6:s390x (2:1.1.1-1) ... 176s Setting up vim (2:9.1.0861-1ubuntu1) ... 176s update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 176s update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 176s update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 176s update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 176s update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 176s update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 176s update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 176s Setting up libatk1.0-0t64:s390x (2.55.2-1) ... 176s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 176s Setting up libxcursor1:s390x (1:1.2.3-1) ... 176s Setting up libavahi-common3:s390x (0.8-14ubuntu1) ... 176s Setting up dconf-service (0.40.0-5) ... 176s Setting up libthai0:s390x (0.1.29-2build1) ... 176s Setting up libvorbisfile3:s390x (1.3.7-2) ... 176s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 176s Setting up libwayland-cursor0:s390x (1.23.1-1) ... 176s Setting up libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-2) ... 176s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 176s Setting up libsm6:s390x (2:1.2.4-1) ... 176s Setting up libavahi-client3:s390x (0.8-14ubuntu1) ... 176s Setting up libatk-bridge2.0-0t64:s390x (2.55.2-1) ... 176s Setting up gtk-update-icon-cache (4.17.1+ds-2ubuntu1) ... 176s Setting up libcanberra0:s390x (0.30-17ubuntu1) ... 176s Setting up fontconfig (2.15.0-1.1ubuntu2) ... 178s Regenerating fonts cache... done. 178s Setting up dconf-gsettings-backend:s390x (0.40.0-5) ... 178s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 179s Setting up libcairo2:s390x (1.18.2-2) ... 179s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 179s Setting up libcairo-gobject2:s390x (1.18.2-2) ... 179s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 179s Setting up libcups2t64:s390x (2.4.11-0ubuntu2) ... 179s Setting up libgtk-3-common (3.24.48-3ubuntu1) ... 179s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 179s Setting up humanity-icon-theme (0.6.16) ... 179s Setting up rake (13.2.1-1) ... 179s Setting up libruby3.3:s390x (3.3.7-1ubuntu1) ... 179s Setting up ubuntu-mono (24.04-0ubuntu1) ... 179s Setting up ruby-rubygems (3.4.20-1) ... 179s Setting up adwaita-icon-theme (48~beta-1) ... 179s update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode 179s Setting up ruby3.3 (3.3.7-1ubuntu1) ... 179s Setting up vim-nox (2:9.1.0861-1ubuntu1) ... 179s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/ex (ex) in auto mode 179s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rview (rview) in auto mode 179s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rvim (rvim) in auto mode 179s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vi (vi) in auto mode 179s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/view (view) in auto mode 179s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vim (vim) in auto mode 179s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vimdiff (vimdiff) in auto mode 179s Setting up vim-motif (2:9.1.0861-1ubuntu1) ... 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/editor (editor) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/eview (eview) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/evim (evim) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/ex (ex) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/gview (gview) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/gvim (gvim) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/gvimdiff (gvimdiff) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/rgview (rgview) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/rgvim (rgvim) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/rview (rview) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/rvim (rvim) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/vi (vi) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/view (view) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/vim (vim) in auto mode 179s update-alternatives: using /usr/bin/vim.motif to provide /usr/bin/vimdiff (vimdiff) in auto mode 179s Setting up libruby:s390x (1:3.3~ubuntu3) ... 179s Setting up ruby (1:3.3~ubuntu3) ... 179s Setting up vim-athena (2:9.1.0861-1ubuntu1) ... 179s Processing triggers for libc-bin (2.40-4ubuntu1) ... 179s Processing triggers for man-db (2.13.0-1) ... 179s Processing triggers for libglib2.0-0t64:s390x (2.83.3-2) ... 179s Setting up libgtk-3-0t64:s390x (3.24.48-3ubuntu1) ... 179s Setting up vim-gtk3 (2:9.1.0861-1ubuntu1) ... 179s Processing triggers for libc-bin (2.40-4ubuntu1) ... 179s autopkgtest: DBG: testbed command exited with code 0 179s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-common'], kind short, sout pipe, serr pipe, env [] 179s autopkgtest: DBG: testbed command exited with code 0 179s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-gui-common'], kind short, sout pipe, serr pipe, env [] 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-runtime'], kind short, sout pipe, serr pipe, env [] 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-doc'], kind short, sout pipe, serr pipe, env [] 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-tiny'], kind short, sout pipe, serr pipe, env [] 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim'], kind short, sout pipe, serr pipe, env [] 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-gtk3'], kind short, sout pipe, serr pipe, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-nox'], kind short, sout pipe, serr pipe, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-motif'], kind short, sout pipe, serr pipe, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-athena'], kind short, sout pipe, serr pipe, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'xxd'], kind short, sout pipe, serr pipe, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Sx6iZ4/command1-packages.all"], kind short, sout raw, serr pipe, env [] 182s autopkgtest: DBG: testbed command exited with code 0 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command1-packages.all /tmp/autopkgtest-work.lah974o5/out/command1-packages.all 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.Sx6iZ4/build.UG6/src'], kind short, sout raw, serr raw, env [] 182s autopkgtest: DBG: testbed command exited with code 0 182s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.Sx6iZ4/build.UG6/src already exists 182s autopkgtest [14:49:26]: test command1: ./debian/tests/variants --version 182s autopkgtest [14:49:26]: test command1: [----------------------- 182s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.Sx6iZ4/wrapper.sh --debug --artifacts=/tmp/autopkgtest.Sx6iZ4/command1-artifacts --chdir=/tmp/autopkgtest.Sx6iZ4/build.UG6/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.Sx6iZ4/command1-stderr --stdout=/tmp/autopkgtest.Sx6iZ4/command1-stdout --tmp=/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 -- bash -ec './debian/tests/variants --version'"], kind test, sout raw, serr raw, env [] 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.Sx6iZ4/command1-artifacts 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: changing to directory: /tmp/autopkgtest.Sx6iZ4/build.UG6/src 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: LANG=C.UTF-8 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LANGUAGE 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_ADDRESS 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_ALL 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_COLLATE 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_CTYPE 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_IDENTIFICATION 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MEASUREMENT 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MESSAGES 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MONETARY 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_NAME 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_NUMERIC 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_PAPER 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_TELEPHONE 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_TIME 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: pretending to be a login shell 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will write standard error to /tmp/autopkgtest.Sx6iZ4/command1-stderr 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will write stdout to /tmp/autopkgtest.Sx6iZ4/command1-stdout 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: command to run: bash -ec ./debian/tests/variants --version 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: copying /tmp/tmp.UH4P6MaFjb/out to stdout and file: /tmp/autopkgtest.Sx6iZ4/command1-stdout 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: copying /tmp/tmp.UH4P6MaFjb/err to standard error and file: /tmp/autopkgtest.Sx6iZ4/command1-stdout 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: writing script pid 2964 to /tmp/autopkgtest_script_pid 182s VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Nov 21 2024 21:03:56) 182s Included patches: 1-861 182s Modified by team+vim@tracker.debian.org 182s Compiled by team+vim@tracker.debian.org 182s Huge version without GUI. Features included (+) or not (-): 182s +acl +file_in_path +mouse_urxvt -tag_any_white 182s +arabic +find_in_path +mouse_xterm -tcl 182s +autocmd +float +multi_byte +termguicolors 182s +autochdir +folding +multi_lang +terminal 182s -autoservername -footer -mzscheme +terminfo 182s -balloon_eval +fork() +netbeans_intg +termresponse 182s +balloon_eval_term +gettext +num64 +textobjects 182s -browse -hangul_input +packages +textprop 182s ++builtin_terms +iconv +path_extra +timers 182s +byte_offset +insert_expand -perl +title 182s +channel +ipv6 +persistent_undo -toolbar 182s +cindent +job +popupwin +user_commands 182s -clientserver +jumplist +postscript +vartabs 182s -clipboard +keymap +printer +vertsplit 182s +cmdline_compl +lambda +profile +vim9script 182s +cmdline_hist +langmap -python +viminfo 182s +cmdline_info +libcall +python3 +virtualedit 182s +comments +linebreak +quickfix +visual 182s +conceal +lispindent +reltime +visualextra 182s +cryptv +listcmds +rightleft +vreplace 182s +cscope +localmap -ruby +wildignore 182s +cursorbind -lua +scrollbind +wildmenu 182s +cursorshape +menu +signs +windows 182s +dialog_con +mksession +smartindent +writebackup 182s +diff +modify_fname +sodium -X11 182s +digraphs +mouse -sound +xattr 182s -dnd -mouseshape +spell -xfontset 182s -ebcdic +mouse_dec +startuptime -xim 182s +emacs_tags +mouse_gpm +statusline -xpm 182s +eval -mouse_jsbterm -sun_workshop -xsmp 182s +ex_extra +mouse_netterm +syntax -xterm_clipboard 182s +extra_search +mouse_sgr +tag_binary -xterm_save 182s -farsi -mouse_sysmouse -tag_old_static 182s system vimrc file: "/etc/vim/vimrc" 182s user vimrc file: "$HOME/.vimrc" 182s 2nd user vimrc file: "~/.vim/vimrc" 182s 3rd user vimrc file: "~/.config/vim/vimrc" 182s user exrc file: "$HOME/.exrc" 182s defaults file: "$VIMRUNTIME/defaults.vim" 182s fall-back for $VIM: "/usr/share/vim" 182s Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -Wdate-time -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/build/vim-lBz6BS/vim-9.1.0861=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/build/vim-lBz6BS/vim-9.1.0861=/usr/src/vim-2:9.1.0861-1ubuntu1 -O1 -DSYS_VIMRC_FILE=\"/etc/vim/vimrc\" -DSYS_GVIMRC_FILE=\"/etc/vim/gvimrc\" -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 182s Linking: gcc -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim -lm -ltinfo -lselinux -lsodium -lrt -lacl -lattr -lgpm -L/usr/lib/python3.12/config-3.12-s390x-linux-gnu -lpython3.12 -ldl -lm 182s VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Nov 21 2024 21:03:56) 182s Included patches: 1-861 182s Modified by team+vim@tracker.debian.org 182s Compiled by team+vim@tracker.debian.org 182s Huge version with GTK3 GUI. Features included (+) or not (-): 182s +acl +file_in_path +mouse_urxvt -tag_any_white 182s +arabic +find_in_path +mouse_xterm +tcl 182s +autocmd +float +multi_byte +termguicolors 182s +autochdir +folding +multi_lang +terminal 182s -autoservername -footer -mzscheme +terminfo 182s +balloon_eval +fork() +netbeans_intg +termresponse 182s +balloon_eval_term +gettext +num64 +textobjects 182s +browse -hangul_input +packages +textprop 182s ++builtin_terms +iconv +path_extra +timers 182s +byte_offset +insert_expand +perl +title 182s +channel +ipv6 +persistent_undo +toolbar 182s +cindent +job +popupwin +user_commands 182s +clientserver +jumplist +postscript +vartabs 182s +clipboard +keymap +printer +vertsplit 182s +cmdline_compl +lambda +profile +vim9script 182s +cmdline_hist +langmap -python +viminfo 182s +cmdline_info +libcall +python3 +virtualedit 182s +comments +linebreak +quickfix +visual 182s +conceal +lispindent +reltime +visualextra 182s +cryptv +listcmds +rightleft +vreplace 182s +cscope +localmap +ruby +wildignore 182s +cursorbind +lua +scrollbind +wildmenu 182s +cursorshape +menu +signs +windows 182s +dialog_con_gui +mksession +smartindent +writebackup 182s +diff +modify_fname +sodium +X11 182s +digraphs +mouse +sound +xattr 182s +dnd +mouseshape +spell -xfontset 182s -ebcdic +mouse_dec +startuptime +xim 182s +emacs_tags +mouse_gpm +statusline -xpm 182s +eval -mouse_jsbterm -sun_workshop +xsmp_interact 182s +ex_extra +mouse_netterm +syntax +xterm_clipboard 182s +extra_search +mouse_sgr +tag_binary -xterm_save 182s -farsi -mouse_sysmouse -tag_old_static 182s system vimrc file: "/etc/vim/vimrc" 182s user vimrc file: "$HOME/.vimrc" 182s 2nd user vimrc file: "~/.vim/vimrc" 182s 3rd user vimrc file: "~/.config/vim/vimrc" 182s user exrc file: "$HOME/.exrc" 182s system gvimrc file: "/etc/vim/gvimrc" 182s user gvimrc file: "$HOME/.gvimrc" 182s 2nd user gvimrc file: "~/.vim/gvimrc" 182s 3rd user gvimrc file: "~/.config/vim/gvimrc" 182s defaults file: "$VIMRUNTIME/defaults.vim" 182s system menu file: "$VIMRUNTIME/menu.vim" 182s fall-back for $VIM: "/usr/share/vim" 182s Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/s390x-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/s390x-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/s390x-linux-gnu/dbus-1.0/include -pthread -Wdate-time -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/build/vim-lBz6BS/vim-9.1.0861=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/build/vim-lBz6BS/vim-9.1.0861=/usr/src/vim-2:9.1.0861-1ubuntu1 -O1 -DSYS_VIMRC_FILE=\"/etc/vim/vimrc\" -DSYS_GVIMRC_FILE=\"/etc/vim/gvimrc\" -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 182s Linking: gcc -Wl,-E -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lSM -lICE -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lselinux -lcanberra -lsodium -lrt -lacl -lattr -lgpm -L/usr/lib -llua5.1 -Wl,-E -fstack-protector-strong -L/usr/local/lib -L/usr/lib/s390x-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lcrypt -L/usr/lib/python3.12/config-3.12-s390x-linux-gnu -lpython3.12 -ldl -lm -L/usr/lib/s390x-linux-gnu -ltcl8.6 -ldl -lz -lpthread -lm -lruby-3.3 -lm -lpthread -L/usr/lib 182s VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Nov 21 2024 21:03:56) 182s Included patches: 1-861 182s Modified by team+vim@tracker.debian.org 182s Compiled by team+vim@tracker.debian.org 182s Huge version without GUI. Features included (+) or not (-): 182s +acl +file_in_path +mouse_urxvt -tag_any_white 182s +arabic +find_in_path +mouse_xterm +tcl 182s +autocmd +float +multi_byte +termguicolors 182s +autochdir +folding +multi_lang +terminal 182s -autoservername -footer -mzscheme +terminfo 182s -balloon_eval +fork() +netbeans_intg +termresponse 182s +balloon_eval_term +gettext +num64 +textobjects 182s -browse -hangul_input +packages +textprop 182s ++builtin_terms +iconv +path_extra +timers 182s +byte_offset +insert_expand +perl +title 182s +channel +ipv6 +persistent_undo -toolbar 182s +cindent +job +popupwin +user_commands 182s +clientserver +jumplist +postscript +vartabs 182s +clipboard +keymap +printer +vertsplit 182s +cmdline_compl +lambda +profile +vim9script 182s +cmdline_hist +langmap -python +viminfo 182s +cmdline_info +libcall +python3 +virtualedit 182s +comments +linebreak +quickfix +visual 182s +conceal +lispindent +reltime +visualextra 182s +cryptv +listcmds +rightleft +vreplace 182s +cscope +localmap +ruby +wildignore 182s +cursorbind +lua +scrollbind +wildmenu 182s +cursorshape +menu +signs +windows 182s +dialog_con +mksession +smartindent +writebackup 182s +diff +modify_fname +sodium +X11 182s +digraphs +mouse +sound +xattr 182s -dnd -mouseshape +spell +xfontset 182s -ebcdic +mouse_dec +startuptime -xim 182s +emacs_tags +mouse_gpm +statusline -xpm 182s +eval -mouse_jsbterm -sun_workshop +xsmp_interact 182s +ex_extra +mouse_netterm +syntax +xterm_clipboard 182s +extra_search +mouse_sgr +tag_binary -xterm_save 182s -farsi -mouse_sysmouse -tag_old_static 182s system vimrc file: "/etc/vim/vimrc" 182s user vimrc file: "$HOME/.vimrc" 182s 2nd user vimrc file: "~/.vim/vimrc" 182s 3rd user vimrc file: "~/.config/vim/vimrc" 182s user exrc file: "$HOME/.exrc" 182s defaults file: "$VIMRUNTIME/defaults.vim" 182s fall-back for $VIM: "/usr/share/vim" 182s Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -Wdate-time -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/build/vim-lBz6BS/vim-9.1.0861=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/build/vim-lBz6BS/vim-9.1.0861=/usr/src/vim-2:9.1.0861-1ubuntu1 -O1 -DSYS_VIMRC_FILE=\"/etc/vim/vimrc\" -DSYS_GVIMRC_FILE=\"/etc/vim/gvimrc\" -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 182s Linking: gcc -Wl,-E -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim -lSM -lICE -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lselinux -lcanberra -lsodium -lrt -lacl -lattr -lgpm -L/usr/lib -llua5.1 -Wl,-E -fstack-protector-strong -L/usr/local/lib -L/usr/lib/s390x-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lcrypt -L/usr/lib/python3.12/config-3.12-s390x-linux-gnu -lpython3.12 -ldl -lm -L/usr/lib/s390x-linux-gnu -ltcl8.6 -ldl -lz -lpthread -lm -lruby-3.3 -lm -lpthread -L/usr/lib 182s VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Nov 21 2024 21:03:56) 182s Included patches: 1-861 182s Modified by team+vim@tracker.debian.org 182s Compiled by team+vim@tracker.debian.org 182s Huge version without GUI. Features included (+) or not (-): 182s +acl +file_in_path +mouse_urxvt -tag_any_white 182s +arabic +find_in_path +mouse_xterm +tcl 182s +autocmd +float +multi_byte +termguicolors 182s +autochdir +folding +multi_lang +terminal 182s -autoservername -footer -mzscheme +terminfo 182s -balloon_eval +fork() +netbeans_intg +termresponse 182s +balloon_eval_term +gettext +num64 +textobjects 182s -browse -hangul_input +packages +textprop 182s ++builtin_terms +iconv +path_extra +timers 182s +byte_offset +insert_expand +perl +title 182s +channel +ipv6 +persistent_undo -toolbar 182s +cindent +job +popupwin +user_commands 182s -clientserver +jumplist +postscript +vartabs 182s -clipboard +keymap +printer +vertsplit 182s +cmdline_compl +lambda +profile +vim9script 182s +cmdline_hist +langmap -python +viminfo 182s +cmdline_info +libcall +python3 +virtualedit 182s +comments +linebreak +quickfix +visual 182s +conceal +lispindent +reltime +visualextra 182s +cryptv +listcmds +rightleft +vreplace 182s +cscope +localmap +ruby +wildignore 182s +cursorbind +lua +scrollbind +wildmenu 182s +cursorshape +menu +signs +windows 182s +dialog_con +mksession +smartindent +writebackup 182s +diff +modify_fname +sodium -X11 182s +digraphs +mouse -sound +xattr 182s -dnd -mouseshape +spell -xfontset 182s -ebcdic +mouse_dec +startuptime -xim 182s +emacs_tags +mouse_gpm +statusline -xpm 182s +eval -mouse_jsbterm -sun_workshop -xsmp 182s +ex_extra +mouse_netterm +syntax -xterm_clipboard 182s +extra_search +mouse_sgr +tag_binary -xterm_save 182s -farsi -mouse_sysmouse -tag_old_static 182s system vimrc file: "/etc/vim/vimrc" 182s user vimrc file: "$HOME/.vimrc" 182s 2nd user vimrc file: "~/.vim/vimrc" 182s 3rd user vimrc file: "~/.config/vim/vimrc" 182s user exrc file: "$HOME/.exrc" 182s defaults file: "$VIMRUNTIME/defaults.vim" 182s fall-back for $VIM: "/usr/share/vim" 182s Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -Wdate-time -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/build/vim-lBz6BS/vim-9.1.0861=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/build/vim-lBz6BS/vim-9.1.0861=/usr/src/vim-2:9.1.0861-1ubuntu1 -O1 -DSYS_VIMRC_FILE=\"/etc/vim/vimrc\" -DSYS_GVIMRC_FILE=\"/etc/vim/gvimrc\" -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 182s Linking: gcc -Wl,-E -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim -lm -ltinfo -lselinux -lsodium -lrt -lacl -lattr -lgpm -L/usr/lib -llua5.1 -Wl,-E -fstack-protector-strong -L/usr/local/lib -L/usr/lib/s390x-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lcrypt -L/usr/lib/python3.12/config-3.12-s390x-linux-gnu -lpython3.12 -ldl -lm -L/usr/lib/s390x-linux-gnu -ltcl8.6 -ldl -lz -lpthread -lm -lruby-3.3 -lm -lpthread -L/usr/lib 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: checking for leaked background processes... 182s VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Nov 21 2024 21:03:56) 182s Included patches: 1-861 182s Modified by team+vim@tracker.debian.org 182s Compiled by team+vim@tracker.debian.org 182s Tiny version without GUI. Features included (+) or not (-): 182s +acl +file_in_path -mouse_urxvt -tcl 182s -arabic -find_in_path +mouse_xterm -termguicolors 182s +autocmd +float +multi_byte -terminal 182s -autochdir -folding -multi_lang +terminfo 182s -autoservername -footer -mzscheme +termresponse 182s -balloon_eval +fork() -netbeans_intg +textobjects 182s -balloon_eval_term -gettext +num64 -textprop 182s -browse -hangul_input -packages -timers 182s ++builtin_terms +iconv +path_extra +title 182s -byte_offset +insert_expand -perl -toolbar 182s -channel -ipv6 -persistent_undo +user_commands 182s +cindent -job -popupwin -vartabs 182s -clientserver +jumplist -printer +vertsplit 182s -clipboard -keymap -profile +vim9script 182s +cmdline_compl -lambda -python -viminfo 182s +cmdline_hist -langmap -python3 +virtualedit 182s +cmdline_info -libcall -quickfix +visual 182s +comments -linebreak -reltime +visualextra 182s -conceal +lispindent -rightleft +vreplace 182s -cryptv +listcmds -ruby +wildignore 182s -cscope +localmap +scrollbind +wildmenu 182s +cursorbind -lua -signs +windows 182s -cursorshape -menu +smartindent +writebackup 182s -dialog -mksession -sodium -X11 182s -diff +modify_fname -sound -xattr 182s -digraphs +mouse -spell +xfontset 182s -dnd -mouseshape -startuptime -xim 182s -ebcdic -mouse_dec -statusline -xpm 182s -emacs_tags -mouse_gpm -sun_workshop -xsmp 182s -eval -mouse_jsbterm -syntax -xterm_clipboard 182s +ex_extra -mouse_netterm +tag_binary -xterm_save 182s -extra_search +mouse_sgr -tag_old_static 182s -farsi -mouse_sysmouse -tag_any_white 182s system vimrc file: "/etc/vim/vimrc" 182s user vimrc file: "$HOME/.vimrc" 182s 2nd user vimrc file: "~/.vim/vimrc" 182s 3rd user vimrc file: "~/.config/vim/vimrc" 182s user exrc file: "$HOME/.exrc" 182s defaults file: "$VIMRUNTIME/defaults.vim" 182s fall-back for $VIM: "/usr/share/vim" 182s Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -Wdate-time -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/build/vim-lBz6BS/vim-9.1.0861=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/build/vim-lBz6BS/vim-9.1.0861=/usr/src/vim-2:9.1.0861-1ubuntu1 -O1 -DSYS_VIMRC_FILE=\"/etc/vim/vimrc\" -DSYS_GVIMRC_FILE=\"/etc/vim/gvimrc\" -DTINY_VIMRC -DSYS_TINYRC_FILE=\"/etc/vim/vimrc.tiny\" -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 182s Linking: gcc -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim -lSM -lICE -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lselinux -lrt -lacl -lattr 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: waiting for tee/cat subprocesses... 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: cleaning up... 182s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: Exit status: 0 182s autopkgtest: DBG: testbed command exited with code 0 183s autopkgtest [14:49:27]: test command1: -----------------------] 183s autopkgtest: DBG: testbed executing test finished with exit status 0 183s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command1-stdout /tmp/autopkgtest-work.lah974o5/out/command1-stdout 183s autopkgtest: DBG: got reply from testbed: ok 183s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command1-stderr /tmp/autopkgtest-work.lah974o5/out/command1-stderr 183s autopkgtest: DBG: got reply from testbed: ok 183s autopkgtest [14:49:27]: test command1: - - - - - - - - - - results - - - - - - - - - - 183s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command1-artifacts/ /tmp/autopkgtest-work.lah974o5/out/artifacts/ 183s command1 PASS (superficial) 183s autopkgtest: DBG: got reply from testbed: ok 183s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.Sx6iZ4/command1-artifacts', '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest [14:49:28]: test command2: preparing testbed 184s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['vim-common', 'vim-gui-common', 'vim-runtime', 'vim-doc', 'vim-tiny', 'vim', 'vim-gtk3', 'vim-nox', 'vim-motif', 'vim-athena', 'xxd'], deps_new=['vim-nox', 'python3'] 184s autopkgtest: DBG: testbed reset 184s autopkgtest: DBG: sending command to testbed: revert 308s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.Sx6iZ4 308s autopkgtest: DBG: sending command to testbed: print-execute-command 308s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.67_oq17z/runcmd 308s autopkgtest: DBG: sending command to testbed: capabilities 308s autopkgtest: DBG: got reply from testbed: ok reboot revert-full-system isolation-machine ok root-on-testbed suggested-normal-user=ubuntu revert 308s autopkgtest: DBG: testbed capabilities: ['reboot', 'revert-full-system', 'isolation-machine', 'ok', 'root-on-testbed', 'suggested-normal-user=ubuntu', 'revert', 'has_internet'] 308s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 309s autopkgtest: DBG: testbed command exited with code 0 309s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.Sx6iZ4/wrapper.sh 309s autopkgtest: DBG: got reply from testbed: ok 309s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/wrapper.sh'], kind short, sout raw, serr pipe, env [] 309s autopkgtest: DBG: testbed command exited with code 0 309s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 309s autopkgtest: DBG: testbed command exited with code 0 309s autopkgtest [14:51:33]: testbed dpkg architecture: s390x 309s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 309s autopkgtest: DBG: testbed command exited with code 0 309s autopkgtest [14:51:33]: testbed apt version: 2.9.27ubuntu1 309s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 309s autopkgtest: DBG: testbed command exited with code 0 309s autopkgtest: DBG: testbed has eatmydata 309s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 310s autopkgtest: DBG: testbed command exited with code 0 310s autopkgtest [14:51:34]: @@@@@@@@@@@@@@@@@@@@ test bed setup 310s 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 [] 310s autopkgtest: DBG: testbed command exited with code 0 310s autopkgtest [14:51:34]: testbed release detected to be: plucky 310s 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 [] 310s autopkgtest: DBG: testbed command exited with code 0 310s 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 [] 310s autopkgtest: DBG: testbed command exited with code 0 310s autopkgtest: DBG: adding APT source: Types: deb deb-src 310s URIs: http://ftpmaster.internal/ubuntu/ 310s Suites: plucky-proposed 310s Components: main restricted universe multiverse 310s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 310s 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 [] 310s autopkgtest: DBG: testbed command exited with code 0 310s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 310s Package: * 310s Pin: release plucky-proposed 310s Pin-Priority: 500 310s 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 [] 311s autopkgtest: DBG: testbed command exited with code 0 311s autopkgtest [14:51:35]: updating testbed package index (apt update) 311s 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'] 311s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 311s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 311s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 311s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 311s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [12.4 kB] 311s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 311s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [55.4 kB] 311s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 312s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [78.8 kB] 312s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [705 kB] 312s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [2680 B] 312s Fetched 1755 kB in 1s (1691 kB/s) 312s Reading package lists... 313s autopkgtest: DBG: testbed command exited with code 0 313s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 313s Package: * 313s Pin: release plucky-proposed 313s Pin-Priority: 100 313s 313s Package: src:ruby3.3:any 313s Pin: release plucky-proposed 313s Pin-Priority: 995 313s 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 [] 313s autopkgtest: DBG: testbed command exited with code 0 313s 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.Sx6iZ4/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 313s autopkgtest: DBG: testbed command exited with code 0 313s 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'] 313s + lsb_release --codename --short 313s + RELEASE=plucky 313s + cat 313s + [ plucky != trusty ] 313s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 313s Reading package lists... 313s Building dependency tree... 313s Reading state information... 313s Calculating upgrade... 313s The following packages were automatically installed and are no longer required: 313s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 313s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 313s linux-tools-6.11.0-8-generic 313s Use 'sudo apt autoremove' to remove them. 313s The following packages will be upgraded: 313s gir1.2-glib-2.0 libglib2.0-0t64 libglib2.0-data libgpgme11t64 libnetplan1 313s libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 libsasl2-2 313s libsasl2-modules libsasl2-modules-db netplan-generator netplan.io pci.ids 313s python3-idna python3-netplan python3.12-gdbm 314s 17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 314s Need to get 8193 kB of archives. 314s After this operation, 62.5 kB of additional disk space will be used. 314s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-glib-2.0 s390x 2.83.3-2 [182 kB] 314s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-0t64 s390x 2.83.3-2 [1583 kB] 314s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-data all 2.83.3-2 [52.7 kB] 314s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x netplan-generator s390x 1.1.2-2ubuntu1 [61.3 kB] 314s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netplan s390x 1.1.2-2ubuntu1 [24.4 kB] 314s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x netplan.io s390x 1.1.2-2ubuntu1 [68.6 kB] 314s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libnetplan1 s390x 1.1.2-2ubuntu1 [134 kB] 314s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 314s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 315s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 315s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x pci.ids all 0.0~2025.01.27-1 [284 kB] 315s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-gdbm s390x 3.12.9-1 [30.6 kB] 315s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.1-4ubuntu1 [154 kB] 315s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules-db s390x 2.1.28+dfsg1-8build1 [21.1 kB] 315s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-2 s390x 2.1.28+dfsg1-8build1 [56.8 kB] 315s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules s390x 2.1.28+dfsg1-8build1 [76.4 kB] 315s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x python3-idna all 3.10-1 [47.4 kB] 315s Fetched 8193 kB in 1s (6077 kB/s) 315s (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.) 315s Preparing to unpack .../00-gir1.2-glib-2.0_2.83.3-2_s390x.deb ... 315s Unpacking gir1.2-glib-2.0:s390x (2.83.3-2) over (2.83.3-1) ... 315s Preparing to unpack .../01-libglib2.0-0t64_2.83.3-2_s390x.deb ... 315s Unpacking libglib2.0-0t64:s390x (2.83.3-2) over (2.83.3-1) ... 315s Preparing to unpack .../02-libglib2.0-data_2.83.3-2_all.deb ... 315s Unpacking libglib2.0-data (2.83.3-2) over (2.83.3-1) ... 315s Preparing to unpack .../03-netplan-generator_1.1.2-2ubuntu1_s390x.deb ... 315s Adding 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 315s Unpacking netplan-generator (1.1.2-2ubuntu1) over (1.1.2-1) ... 315s Preparing to unpack .../04-python3-netplan_1.1.2-2ubuntu1_s390x.deb ... 315s /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. 315s for fn in glob1(directory, "%s.*" % fname): 315s Unpacking python3-netplan (1.1.2-2ubuntu1) over (1.1.2-1) ... 315s Preparing to unpack .../05-netplan.io_1.1.2-2ubuntu1_s390x.deb ... 315s Unpacking netplan.io (1.1.2-2ubuntu1) over (1.1.2-1) ... 315s Preparing to unpack .../06-libnetplan1_1.1.2-2ubuntu1_s390x.deb ... 315s Unpacking libnetplan1:s390x (1.1.2-2ubuntu1) over (1.1.2-1) ... 315s Preparing to unpack .../07-libpython3.12t64_3.12.9-1_s390x.deb ... 315s Unpacking libpython3.12t64:s390x (3.12.9-1) over (3.12.8-5) ... 315s Preparing to unpack .../08-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 315s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) over (3.12.8-5) ... 316s Preparing to unpack .../09-libpython3.12-minimal_3.12.9-1_s390x.deb ... 316s Unpacking libpython3.12-minimal:s390x (3.12.9-1) over (3.12.8-5) ... 316s Preparing to unpack .../10-pci.ids_0.0~2025.01.27-1_all.deb ... 316s Unpacking pci.ids (0.0~2025.01.27-1) over (0.0~2025.01.13-1) ... 316s Preparing to unpack .../11-python3.12-gdbm_3.12.9-1_s390x.deb ... 316s Unpacking python3.12-gdbm (3.12.9-1) over (3.12.8-5) ... 316s Preparing to unpack .../12-libgpgme11t64_1.24.1-4ubuntu1_s390x.deb ... 316s Unpacking libgpgme11t64:s390x (1.24.1-4ubuntu1) over (1.24.1-3ubuntu1) ... 316s Preparing to unpack .../13-libsasl2-modules-db_2.1.28+dfsg1-8build1_s390x.deb ... 316s Unpacking libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 316s Preparing to unpack .../14-libsasl2-2_2.1.28+dfsg1-8build1_s390x.deb ... 316s Unpacking libsasl2-2:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 316s Preparing to unpack .../15-libsasl2-modules_2.1.28+dfsg1-8build1_s390x.deb ... 316s Unpacking libsasl2-modules:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 316s Preparing to unpack .../16-python3-idna_3.10-1_all.deb ... 316s /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. 316s for fn in glob1(directory, "%s.*" % fname): 316s Unpacking python3-idna (3.10-1) over (3.8-2) ... 316s Setting up pci.ids (0.0~2025.01.27-1) ... 316s Setting up python3.12-gdbm (3.12.9-1) ... 316s Setting up libsasl2-modules:s390x (2.1.28+dfsg1-8build1) ... 316s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 316s Setting up libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) ... 316s Setting up libglib2.0-0t64:s390x (2.83.3-2) ... 316s No schema files found: doing nothing. 316s Setting up libglib2.0-data (2.83.3-2) ... 316s Setting up python3-idna (3.10-1) ... 316s Setting up gir1.2-glib-2.0:s390x (2.83.3-2) ... 316s Setting up libsasl2-2:s390x (2.1.28+dfsg1-8build1) ... 316s Setting up libgpgme11t64:s390x (1.24.1-4ubuntu1) ... 316s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 316s Setting up libnetplan1:s390x (1.1.2-2ubuntu1) ... 316s Setting up libpython3.12t64:s390x (3.12.9-1) ... 316s Setting up python3-netplan (1.1.2-2ubuntu1) ... 316s Setting up netplan-generator (1.1.2-2ubuntu1) ... 316s Removing 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 316s Setting up netplan.io (1.1.2-2ubuntu1) ... 316s Processing triggers for libc-bin (2.40-4ubuntu1) ... 316s Processing triggers for man-db (2.13.0-1) ... 317s Processing triggers for dbus (1.14.10-4ubuntu5) ... 317s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 317s + /usr/lib/apt/apt-helper analyze-pattern ?true 317s + uname -r 317s + sed s/\./\\./g 317s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 317s + apt list ?obsolete 317s + + cut -d/ -f1 317s tail -n+2 317s + grep -v ^linux-.*6\.12\.0-12-generic.* 317s + true 317s + obsolete_pkgs= 317s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 317s Reading package lists... 317s Building dependency tree... 317s Reading state information... 317s The following packages will be REMOVED: 317s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 317s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 317s linux-tools-6.11.0-8-generic* 317s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 317s After this operation, 143 MB disk space will be freed. 317s (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.) 317s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 317s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 318s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 318s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 318s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 318s (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.) 318s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 319s + grep -q trusty /etc/lsb-release 319s + [ ! -d /usr/share/doc/unattended-upgrades ] 319s + [ ! -d /usr/share/doc/lxd ] 319s + [ ! -d /usr/share/doc/lxd-client ] 319s + [ ! -d /usr/share/doc/snapd ] 319s + type iptables 319s + cat 319s + chmod 755 /etc/rc.local 319s + . /etc/rc.local 319s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 319s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 319s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 319s + uname -m 319s + [ s390x = ppc64le ] 319s + [ -d /run/systemd/system ] 319s + systemd-detect-virt --quiet --vm 319s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 319s + cat 319s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 319s + echo COMPRESS=lz4 319s autopkgtest: DBG: testbed command exited with code 0 319s autopkgtest [14:51:43]: upgrading testbed (apt dist-upgrade and autopurge) 319s 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'] 319s Reading package lists... 319s Building dependency tree... 319s Reading state information... 319s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 319s Starting 2 pkgProblemResolver with broken count: 0 319s Done 319s Entering ResolveByKeep 319s 319s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 319s autopkgtest: DBG: testbed command exited with code 0 319s 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'] 320s Reading package lists... 320s Building dependency tree... 320s Reading state information... 320s Starting pkgProblemResolver with broken count: 0 320s Starting 2 pkgProblemResolver with broken count: 0 320s Done 320s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 320s autopkgtest: DBG: testbed command exited with code 0 320s 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.Sx6iZ4/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 320s autopkgtest: DBG: testbed command exited with code 1 320s autopkgtest [14:51:44]: rebooting testbed after setup commands that affected boot 320s autopkgtest: DBG: sending command to testbed: reboot 337s autopkgtest: DBG: got reply from testbed: ok 337s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 337s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 338s autopkgtest: DBG: testbed command exited with code 0 338s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot 338s autopkgtest: DBG: got reply from testbed: ok 338s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 338s autopkgtest: DBG: testbed command exited with code 0 338s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 338s autopkgtest: DBG: testbed command exited with code 0 338s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 338s autopkgtest: DBG: testbed command exited with code 0 338s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 339s autopkgtest: DBG: testbed command exited with code 0 339s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare 339s autopkgtest: DBG: got reply from testbed: ok 339s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 339s autopkgtest: DBG: testbed command exited with code 0 339s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 339s autopkgtest: DBG: testbed command exited with code 0 339s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 339s autopkgtest: DBG: testbed command exited with code 0 339s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Sx6iZ4/testbed-packages"], kind short, sout raw, serr pipe, env [] 339s autopkgtest: DBG: testbed command exited with code 0 339s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/testbed-packages /tmp/autopkgtest-work.lah974o5/out/testbed-packages 341s autopkgtest: DBG: got reply from testbed: ok 341s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 341s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 341s autopkgtest: DBG: testbed command exited with code 0 341s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot 342s autopkgtest: DBG: got reply from testbed: ok 342s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 342s autopkgtest: DBG: testbed command exited with code 0 342s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 342s autopkgtest: DBG: testbed command exited with code 0 342s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 342s autopkgtest: DBG: testbed command exited with code 0 342s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 342s autopkgtest: DBG: testbed command exited with code 0 342s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare 342s autopkgtest: DBG: got reply from testbed: ok 342s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 343s autopkgtest: DBG: install_deps: deps_new=['vim-nox', 'python3'] 343s autopkgtest: DBG: install-deps: satisfying vim-nox, python3 343s autopkgtest: DBG: can use apt-get on testbed: True 343s 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', 'vim-nox, python3'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 343s Reading package lists... 343s Building dependency tree... 343s Reading state information... 343s Starting pkgProblemResolver with broken count: 0 343s Starting 2 pkgProblemResolver with broken count: 0 343s Done 344s The following NEW packages will be installed: 344s liblua5.1-0 libruby libruby3.3 libsodium23 libtcl8.6 rake ruby 344s ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert 344s ruby-rubygems ruby-test-unit ruby-webrick ruby-xmlrpc ruby3.3 344s rubygems-integration vim-nox vim-runtime 344s 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded. 344s Need to get 16.9 MB of archives. 344s After this operation, 80.9 MB of additional disk space will be used. 344s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x liblua5.1-0 s390x 5.1.5-10 [130 kB] 344s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x rubygems-integration all 1.18ubuntu1 [5528 B] 344s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ruby3.3 s390x 3.3.7-1ubuntu1 [48.9 kB] 344s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-rubygems all 3.4.20-1 [238 kB] 344s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x ruby s390x 1:3.3~ubuntu3 [3618 B] 344s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x rake all 13.2.1-1 [45.8 kB] 344s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-did-you-mean all 1.6.3-2 [14.8 kB] 344s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-minitest all 5.22.3-1ubuntu1 [48.0 kB] 344s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-net-telnet all 0.2.0-1 [13.3 kB] 344s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-power-assert all 2.0.3-1 [12.0 kB] 344s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-test-unit all 3.6.2-1 [67.0 kB] 344s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-webrick all 1.8.1-1ubuntu1 [52.6 kB] 344s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-xmlrpc all 0.3.3-2 [24.8 kB] 344s Get:14 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libruby3.3 s390x 3.3.7-1ubuntu1 [5871 kB] 345s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libruby s390x 1:3.3~ubuntu3 [5038 B] 345s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 345s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 345s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x vim-runtime all 2:9.1.0861-1ubuntu1 [7455 kB] 345s Get:19 http://ftpmaster.internal/ubuntu plucky/universe s390x vim-nox s390x 2:9.1.0861-1ubuntu1 [1683 kB] 346s Fetched 16.9 MB in 2s (8790 kB/s) 346s Selecting previously unselected package liblua5.1-0:s390x. 346s (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.) 346s Preparing to unpack .../00-liblua5.1-0_5.1.5-10_s390x.deb ... 346s Unpacking liblua5.1-0:s390x (5.1.5-10) ... 346s Selecting previously unselected package rubygems-integration. 346s Preparing to unpack .../01-rubygems-integration_1.18ubuntu1_all.deb ... 346s Unpacking rubygems-integration (1.18ubuntu1) ... 346s Selecting previously unselected package ruby3.3. 346s Preparing to unpack .../02-ruby3.3_3.3.7-1ubuntu1_s390x.deb ... 346s Unpacking ruby3.3 (3.3.7-1ubuntu1) ... 346s Selecting previously unselected package ruby-rubygems. 346s Preparing to unpack .../03-ruby-rubygems_3.4.20-1_all.deb ... 346s Unpacking ruby-rubygems (3.4.20-1) ... 346s Selecting previously unselected package ruby. 346s Preparing to unpack .../04-ruby_1%3a3.3~ubuntu3_s390x.deb ... 346s Unpacking ruby (1:3.3~ubuntu3) ... 346s Selecting previously unselected package rake. 346s Preparing to unpack .../05-rake_13.2.1-1_all.deb ... 346s Unpacking rake (13.2.1-1) ... 346s Selecting previously unselected package ruby-did-you-mean. 346s Preparing to unpack .../06-ruby-did-you-mean_1.6.3-2_all.deb ... 346s Unpacking ruby-did-you-mean (1.6.3-2) ... 346s Selecting previously unselected package ruby-minitest. 346s Preparing to unpack .../07-ruby-minitest_5.22.3-1ubuntu1_all.deb ... 346s Unpacking ruby-minitest (5.22.3-1ubuntu1) ... 346s Selecting previously unselected package ruby-net-telnet. 346s Preparing to unpack .../08-ruby-net-telnet_0.2.0-1_all.deb ... 346s Unpacking ruby-net-telnet (0.2.0-1) ... 346s Selecting previously unselected package ruby-power-assert. 346s Preparing to unpack .../09-ruby-power-assert_2.0.3-1_all.deb ... 346s Unpacking ruby-power-assert (2.0.3-1) ... 346s Selecting previously unselected package ruby-test-unit. 346s Preparing to unpack .../10-ruby-test-unit_3.6.2-1_all.deb ... 346s Unpacking ruby-test-unit (3.6.2-1) ... 346s Selecting previously unselected package ruby-webrick. 346s Preparing to unpack .../11-ruby-webrick_1.8.1-1ubuntu1_all.deb ... 346s Unpacking ruby-webrick (1.8.1-1ubuntu1) ... 346s Selecting previously unselected package ruby-xmlrpc. 346s Preparing to unpack .../12-ruby-xmlrpc_0.3.3-2_all.deb ... 346s Unpacking ruby-xmlrpc (0.3.3-2) ... 346s Selecting previously unselected package libruby3.3:s390x. 346s Preparing to unpack .../13-libruby3.3_3.3.7-1ubuntu1_s390x.deb ... 346s Unpacking libruby3.3:s390x (3.3.7-1ubuntu1) ... 346s Selecting previously unselected package libruby:s390x. 346s Preparing to unpack .../14-libruby_1%3a3.3~ubuntu3_s390x.deb ... 346s Unpacking libruby:s390x (1:3.3~ubuntu3) ... 346s Selecting previously unselected package libsodium23:s390x. 346s Preparing to unpack .../15-libsodium23_1.0.18-1build3_s390x.deb ... 346s Unpacking libsodium23:s390x (1.0.18-1build3) ... 346s Selecting previously unselected package libtcl8.6:s390x. 346s Preparing to unpack .../16-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 346s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 346s Selecting previously unselected package vim-runtime. 346s Preparing to unpack .../17-vim-runtime_2%3a9.1.0861-1ubuntu1_all.deb ... 346s Adding 'diversion of /usr/share/vim/vim91/doc/help.txt to /usr/share/vim/vim91/doc/help.txt.vim-tiny by vim-runtime' 346s Adding 'diversion of /usr/share/vim/vim91/doc/tags to /usr/share/vim/vim91/doc/tags.vim-tiny by vim-runtime' 346s Unpacking vim-runtime (2:9.1.0861-1ubuntu1) ... 347s Selecting previously unselected package vim-nox. 347s Preparing to unpack .../18-vim-nox_2%3a9.1.0861-1ubuntu1_s390x.deb ... 347s Unpacking vim-nox (2:9.1.0861-1ubuntu1) ... 347s Setting up libsodium23:s390x (1.0.18-1build3) ... 347s Setting up ruby-power-assert (2.0.3-1) ... 347s Setting up rubygems-integration (1.18ubuntu1) ... 347s Setting up ruby-minitest (5.22.3-1ubuntu1) ... 347s Setting up ruby-test-unit (3.6.2-1) ... 347s Setting up ruby-net-telnet (0.2.0-1) ... 347s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 347s Setting up ruby-webrick (1.8.1-1ubuntu1) ... 347s Setting up liblua5.1-0:s390x (5.1.5-10) ... 347s Setting up ruby-did-you-mean (1.6.3-2) ... 347s Setting up vim-runtime (2:9.1.0861-1ubuntu1) ... 347s Setting up ruby-xmlrpc (0.3.3-2) ... 347s Setting up rake (13.2.1-1) ... 347s Setting up libruby3.3:s390x (3.3.7-1ubuntu1) ... 347s Setting up ruby-rubygems (3.4.20-1) ... 347s Setting up ruby3.3 (3.3.7-1ubuntu1) ... 347s Setting up vim-nox (2:9.1.0861-1ubuntu1) ... 347s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/ex (ex) in auto mode 347s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rview (rview) in auto mode 347s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rvim (rvim) in auto mode 347s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vi (vi) in auto mode 347s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/view (view) in auto mode 347s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vim (vim) in auto mode 347s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vimdiff (vimdiff) in auto mode 347s Setting up libruby:s390x (1:3.3~ubuntu3) ... 347s Setting up ruby (1:3.3~ubuntu3) ... 347s Processing triggers for libc-bin (2.40-4ubuntu1) ... 347s Processing triggers for man-db (2.13.0-1) ... 347s autopkgtest: DBG: testbed command exited with code 0 347s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-nox'], kind short, sout pipe, serr pipe, env [] 347s autopkgtest: DBG: testbed command exited with code 0 347s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Sx6iZ4/command2-packages.all"], kind short, sout raw, serr pipe, env [] 348s autopkgtest: DBG: testbed command exited with code 0 348s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command2-packages.all /tmp/autopkgtest-work.lah974o5/out/command2-packages.all 348s autopkgtest: DBG: got reply from testbed: ok 348s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.Sx6iZ4/build.UG6/src'], kind short, sout raw, serr raw, env [] 348s autopkgtest: DBG: testbed command exited with code 1 348s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4/build.UG6'], kind short, sout raw, serr pipe, env [] 348s autopkgtest: DBG: testbed command exited with code 0 348s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.lah974o5/out/tests-tree/ /tmp/autopkgtest.Sx6iZ4/build.UG6/src/ 361s autopkgtest: DBG: got reply from testbed: ok 361s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.Sx6iZ4/build.UG6/src'], kind short, sout raw, serr pipe, env [] 361s autopkgtest: DBG: testbed command exited with code 0 361s autopkgtest [14:52:25]: test command2: ./debian/tests/upstreamtest test_python3.res 361s autopkgtest [14:52:25]: test command2: [----------------------- 361s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', "set -e; exec /tmp/autopkgtest.Sx6iZ4/wrapper.sh --debug --artifacts=/tmp/autopkgtest.Sx6iZ4/command2-artifacts --chdir=/tmp/autopkgtest.Sx6iZ4/build.UG6/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.Sx6iZ4/command2-stderr --stdout=/tmp/autopkgtest.Sx6iZ4/command2-stdout --tmp=/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 -- bash -ec './debian/tests/upstreamtest test_python3.res'"], kind test, sout raw, serr raw, env [] 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.Sx6iZ4/command2-artifacts 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: changing to directory: /tmp/autopkgtest.Sx6iZ4/build.UG6/src 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: LANG=C.UTF-8 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LANGUAGE 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_ADDRESS 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_ALL 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_COLLATE 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_CTYPE 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_IDENTIFICATION 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MEASUREMENT 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MESSAGES 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MONETARY 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_NAME 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_NUMERIC 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_PAPER 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_TELEPHONE 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_TIME 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: pretending to be a login shell 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will write standard error to /tmp/autopkgtest.Sx6iZ4/command2-stderr 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will write stdout to /tmp/autopkgtest.Sx6iZ4/command2-stdout 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: command to run: bash -ec ./debian/tests/upstreamtest test_python3.res 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: copying /tmp/tmp.eDv97Wdbdc/out to stdout and file: /tmp/autopkgtest.Sx6iZ4/command2-stdout 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: copying /tmp/tmp.eDv97Wdbdc/err to standard error and file: /tmp/autopkgtest.Sx6iZ4/command2-stdout 361s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: writing script pid 1380 to /tmp/autopkgtest_script_pid 362s make: Entering directory '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp/vim/src/testdir' 362s if test -n "${ASAN_OPTIONS}"; then \ 362s ASAN_OPTIONS="${ASAN_OPTIONS}_test_python3" UBSAN_OPTIONS="${UBSAN_OPTIONS}_test_python3" VIMRUNTIME=/tmp/autopkgtest.Sx6iZ4/build.UG6/src/runtime /usr/bin/vim -f -u unix.vim --gui-dialog-file guidialog -U NONE --noplugin --not-a-term -S runtest.vim test_python3.vim --cmd 'au SwapExists * let v:swapchoice = "e"' | LC_ALL=C awk '/Executing Test_/{match($0, "([0-9][0-9]:[0-9][0-9] *)?Executing Test_[^\\)]*\\)"); print substr($0, RSTART, RLENGTH) "\r"; fflush()}' ; \ 362s else \ 362s VIMRUNTIME=/tmp/autopkgtest.Sx6iZ4/build.UG6/src/runtime /usr/bin/vim -f -u unix.vim --gui-dialog-file guidialog -U NONE --noplugin --not-a-term -S runtest.vim test_python3.vim --cmd 'au SwapExists * let v:swapchoice = "e"' | LC_ALL=C awk '/Executing Test_/{match($0, "([0-9][0-9]:[0-9][0-9] *)?Executing Test_[^\\)]*\\)"); print substr($0, RSTART, RLENGTH) "\r"; fflush()}' ; \ 362s fi 362s 00:00 Executing Test_AAA_python3_setup() 362s 00:00 Executing Test_Catch_Exception_Message() 363s 00:01 Executing Test_Write_To_Current_Buffer_Fixes_Cursor_Clear() 363s 00:01 Executing Test_Write_To_Current_Buffer_Fixes_Cursor_List() 363s 00:01 Executing Test_Write_To_Current_Buffer_Fixes_Cursor_Str() 363s 00:01 Executing Test_Write_To_HiddenBuffer_Does_Not_Fix_Cursor_Clear() 363s 00:01 Executing Test_Write_To_HiddenBuffer_Does_Not_Fix_Cursor_ClearLine() 363s 00:01 Executing Test_Write_To_HiddenBuffer_Does_Not_Fix_Cursor_List() 363s 00:01 Executing Test_Write_To_HiddenBuffer_Does_Not_Fix_Cursor_Str() 363s 00:01 Executing Test_aaa_python3_threading() 364s 00:02 Executing Test_py3do() 364s 00:02 Executing Test_python3_buffer() 364s 00:02 Executing Test_python3_buffers() 364s 00:02 Executing Test_python3_chdir() 364s 00:02 Executing Test_python3_dict() 364s 00:02 Executing Test_python3_dict_del_items() 364s 00:02 Executing Test_python3_dict_extend() 364s 00:02 Executing Test_python3_dict_key_error() 364s 00:02 Executing Test_python3_dir_method() 364s 00:02 Executing Test_python3_errors() 364s 00:02 Executing Test_python3_exception() 364s 00:02 Executing Test_python3_float() 364s 00:02 Executing Test_python3_fold_hidden_buffer() 364s 00:02 Executing Test_python3_function_call() 364s 00:02 Executing Test_python3_heredoc() 364s 00:02 Executing Test_python3_hidden_buf_mod_does_not_mess_up_display() 364s 00:03 Executing Test_python3_import() 364s 00:03 Executing Test_python3_iter_ref() 364s 00:03 Executing Test_python3_keyboard_interrupt() 364s 00:03 Executing Test_python3_list() 364s 00:03 Executing Test_python3_list_del_items() 364s 00:03 Executing Test_python3_list_slice() 364s 00:03 Executing Test_python3_lock_scope_attr() 364s 00:03 Executing Test_python3_lockedvar() 364s 00:03 Executing Test_python3_new() 364s 00:03 Executing Test_python3_non_utf8_string() 364s 00:03 Executing Test_python3_opt_reset_local_to_global() 364s 00:03 Executing Test_python3_opts() 364s 00:03 Executing Test_python3_pyeval() 364s 00:03 Executing Test_python3_pyeval_locals() 364s 00:03 Executing Test_python3_range() 364s 00:03 Executing Test_python3_range2() 364s 00:03 Executing Test_python3_settrace() 364s 00:03 Executing Test_python3_slice_assignment() 364s 00:03 Executing Test_python3_stdin_stderr() 364s 00:03 Executing Test_python3_subclass() 364s 00:03 Executing Test_python3_tabpage() 364s 00:03 Executing Test_python3_tabpage_window() 364s 00:03 Executing Test_python3_types() 364s 00:03 Executing Test_python3_vars() 364s 00:03 Executing Test_python3_vim_bindeval() 364s 00:03 Executing Test_python3_vim_current() 364s 00:03 Executing Test_python3_vim_eval() 364s 00:03 Executing Test_python3_vim_func() 364s 00:03 Executing Test_python3_window() 364s 00:03 Executing Test_python3_window_set_height() 364s 00:03 Executing Test_set_cursor() 364s 00:03 Executing Test_skipped_python3_command_does_not_affect_pyxversion() 364s 00:03 Executing Test_unicode() 364s 00:03 Executing Test_vim_function() 364s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: checking for leaked background processes... 364s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: waiting for tee/cat subprocesses... 364s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: cleaning up... 364s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: Exit status: 0 364s make: Leaving directory '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp/vim/src/testdir' 364s autopkgtest: DBG: testbed command exited with code 0 364s autopkgtest [14:52:28]: test command2: -----------------------] 364s autopkgtest: DBG: testbed executing test finished with exit status 0 364s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command2-stdout /tmp/autopkgtest-work.lah974o5/out/command2-stdout 364s autopkgtest: DBG: got reply from testbed: ok 364s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command2-stderr /tmp/autopkgtest-work.lah974o5/out/command2-stderr 365s autopkgtest: DBG: got reply from testbed: ok 365s command2 PASS 365s autopkgtest [14:52:29]: test command2: - - - - - - - - - - results - - - - - - - - - - 365s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command2-artifacts/ /tmp/autopkgtest-work.lah974o5/out/artifacts/ 365s autopkgtest: DBG: got reply from testbed: ok 365s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.Sx6iZ4/command2-artifacts', '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 365s autopkgtest: DBG: testbed command exited with code 0 365s autopkgtest [14:52:29]: test command3: preparing testbed 365s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['vim-nox', 'python3'], deps_new=['vim-nox', 'lua5.1'] 365s autopkgtest: DBG: testbed reset 365s autopkgtest: DBG: sending command to testbed: revert 424s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.Sx6iZ4 424s autopkgtest: DBG: sending command to testbed: print-execute-command 424s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.67_oq17z/runcmd 424s autopkgtest: DBG: sending command to testbed: capabilities 424s autopkgtest: DBG: got reply from testbed: ok reboot revert-full-system isolation-machine ok root-on-testbed suggested-normal-user=ubuntu revert 424s autopkgtest: DBG: testbed capabilities: ['reboot', 'revert-full-system', 'isolation-machine', 'ok', 'root-on-testbed', 'suggested-normal-user=ubuntu', 'revert', 'has_internet'] 424s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 425s autopkgtest: DBG: testbed command exited with code 0 425s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.Sx6iZ4/wrapper.sh 425s autopkgtest: DBG: got reply from testbed: ok 425s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/wrapper.sh'], kind short, sout raw, serr pipe, env [] 425s autopkgtest: DBG: testbed command exited with code 0 425s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 425s autopkgtest: DBG: testbed command exited with code 0 425s autopkgtest [14:53:29]: testbed dpkg architecture: s390x 425s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 425s autopkgtest: DBG: testbed command exited with code 0 425s autopkgtest [14:53:29]: testbed apt version: 2.9.27ubuntu1 425s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 425s autopkgtest: DBG: testbed command exited with code 0 425s autopkgtest: DBG: testbed has eatmydata 425s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 426s autopkgtest: DBG: testbed command exited with code 0 426s autopkgtest [14:53:30]: @@@@@@@@@@@@@@@@@@@@ test bed setup 426s 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 [] 426s autopkgtest: DBG: testbed command exited with code 0 426s autopkgtest [14:53:30]: testbed release detected to be: plucky 426s 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 [] 426s autopkgtest: DBG: testbed command exited with code 0 426s 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 [] 426s autopkgtest: DBG: testbed command exited with code 0 426s autopkgtest: DBG: adding APT source: Types: deb deb-src 426s URIs: http://ftpmaster.internal/ubuntu/ 426s Suites: plucky-proposed 426s Components: main restricted universe multiverse 426s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 426s 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 [] 426s autopkgtest: DBG: testbed command exited with code 0 426s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 426s Package: * 426s Pin: release plucky-proposed 426s Pin-Priority: 500 426s 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 [] 426s autopkgtest: DBG: testbed command exited with code 0 426s autopkgtest [14:53:30]: updating testbed package index (apt update) 426s 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'] 427s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 427s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 427s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 427s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 427s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 428s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [12.4 kB] 428s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 428s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [55.4 kB] 428s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [78.8 kB] 428s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [705 kB] 428s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [2680 B] 428s Fetched 1755 kB in 1s (1389 kB/s) 429s Reading package lists... 429s autopkgtest: DBG: testbed command exited with code 0 429s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 429s Package: * 429s Pin: release plucky-proposed 429s Pin-Priority: 100 429s 429s Package: src:ruby3.3:any 429s Pin: release plucky-proposed 429s Pin-Priority: 995 429s 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 [] 429s autopkgtest: DBG: testbed command exited with code 0 429s 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.Sx6iZ4/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 429s autopkgtest: DBG: testbed command exited with code 0 429s 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'] 429s + lsb_release --codename --short 429s + RELEASE=plucky 429s + cat 429s + [ plucky != trusty ] 429s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 429s Reading package lists... 429s Building dependency tree... 429s Reading state information... 429s Calculating upgrade... 429s The following packages were automatically installed and are no longer required: 429s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 429s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 429s linux-tools-6.11.0-8-generic 429s Use 'sudo apt autoremove' to remove them. 429s The following packages will be upgraded: 429s gir1.2-glib-2.0 libglib2.0-0t64 libglib2.0-data libgpgme11t64 libnetplan1 429s libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 libsasl2-2 429s libsasl2-modules libsasl2-modules-db netplan-generator netplan.io pci.ids 429s python3-idna python3-netplan python3.12-gdbm 430s 17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 430s Need to get 8193 kB of archives. 430s After this operation, 62.5 kB of additional disk space will be used. 430s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-glib-2.0 s390x 2.83.3-2 [182 kB] 430s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-0t64 s390x 2.83.3-2 [1583 kB] 430s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-data all 2.83.3-2 [52.7 kB] 430s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x netplan-generator s390x 1.1.2-2ubuntu1 [61.3 kB] 431s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netplan s390x 1.1.2-2ubuntu1 [24.4 kB] 431s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x netplan.io s390x 1.1.2-2ubuntu1 [68.6 kB] 431s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libnetplan1 s390x 1.1.2-2ubuntu1 [134 kB] 431s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 431s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 431s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 432s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x pci.ids all 0.0~2025.01.27-1 [284 kB] 432s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-gdbm s390x 3.12.9-1 [30.6 kB] 432s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.1-4ubuntu1 [154 kB] 432s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules-db s390x 2.1.28+dfsg1-8build1 [21.1 kB] 432s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-2 s390x 2.1.28+dfsg1-8build1 [56.8 kB] 432s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules s390x 2.1.28+dfsg1-8build1 [76.4 kB] 432s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x python3-idna all 3.10-1 [47.4 kB] 432s Fetched 8193 kB in 2s (3764 kB/s) 432s (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.) 432s Preparing to unpack .../00-gir1.2-glib-2.0_2.83.3-2_s390x.deb ... 432s Unpacking gir1.2-glib-2.0:s390x (2.83.3-2) over (2.83.3-1) ... 432s Preparing to unpack .../01-libglib2.0-0t64_2.83.3-2_s390x.deb ... 432s Unpacking libglib2.0-0t64:s390x (2.83.3-2) over (2.83.3-1) ... 432s Preparing to unpack .../02-libglib2.0-data_2.83.3-2_all.deb ... 432s Unpacking libglib2.0-data (2.83.3-2) over (2.83.3-1) ... 432s Preparing to unpack .../03-netplan-generator_1.1.2-2ubuntu1_s390x.deb ... 432s Adding 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 432s Unpacking netplan-generator (1.1.2-2ubuntu1) over (1.1.2-1) ... 432s Preparing to unpack .../04-python3-netplan_1.1.2-2ubuntu1_s390x.deb ... 432s /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. 432s for fn in glob1(directory, "%s.*" % fname): 432s Unpacking python3-netplan (1.1.2-2ubuntu1) over (1.1.2-1) ... 432s Preparing to unpack .../05-netplan.io_1.1.2-2ubuntu1_s390x.deb ... 432s Unpacking netplan.io (1.1.2-2ubuntu1) over (1.1.2-1) ... 432s Preparing to unpack .../06-libnetplan1_1.1.2-2ubuntu1_s390x.deb ... 432s Unpacking libnetplan1:s390x (1.1.2-2ubuntu1) over (1.1.2-1) ... 432s Preparing to unpack .../07-libpython3.12t64_3.12.9-1_s390x.deb ... 432s Unpacking libpython3.12t64:s390x (3.12.9-1) over (3.12.8-5) ... 432s Preparing to unpack .../08-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 432s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) over (3.12.8-5) ... 432s Preparing to unpack .../09-libpython3.12-minimal_3.12.9-1_s390x.deb ... 432s Unpacking libpython3.12-minimal:s390x (3.12.9-1) over (3.12.8-5) ... 432s Preparing to unpack .../10-pci.ids_0.0~2025.01.27-1_all.deb ... 432s Unpacking pci.ids (0.0~2025.01.27-1) over (0.0~2025.01.13-1) ... 433s Preparing to unpack .../11-python3.12-gdbm_3.12.9-1_s390x.deb ... 433s Unpacking python3.12-gdbm (3.12.9-1) over (3.12.8-5) ... 433s Preparing to unpack .../12-libgpgme11t64_1.24.1-4ubuntu1_s390x.deb ... 433s Unpacking libgpgme11t64:s390x (1.24.1-4ubuntu1) over (1.24.1-3ubuntu1) ... 433s Preparing to unpack .../13-libsasl2-modules-db_2.1.28+dfsg1-8build1_s390x.deb ... 433s Unpacking libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 433s Preparing to unpack .../14-libsasl2-2_2.1.28+dfsg1-8build1_s390x.deb ... 433s Unpacking libsasl2-2:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 433s Preparing to unpack .../15-libsasl2-modules_2.1.28+dfsg1-8build1_s390x.deb ... 433s Unpacking libsasl2-modules:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 433s Preparing to unpack .../16-python3-idna_3.10-1_all.deb ... 433s /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. 433s for fn in glob1(directory, "%s.*" % fname): 433s Unpacking python3-idna (3.10-1) over (3.8-2) ... 433s Setting up pci.ids (0.0~2025.01.27-1) ... 433s Setting up python3.12-gdbm (3.12.9-1) ... 433s Setting up libsasl2-modules:s390x (2.1.28+dfsg1-8build1) ... 433s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 433s Setting up libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) ... 433s Setting up libglib2.0-0t64:s390x (2.83.3-2) ... 433s No schema files found: doing nothing. 433s Setting up libglib2.0-data (2.83.3-2) ... 433s Setting up python3-idna (3.10-1) ... 433s Setting up gir1.2-glib-2.0:s390x (2.83.3-2) ... 433s Setting up libsasl2-2:s390x (2.1.28+dfsg1-8build1) ... 433s Setting up libgpgme11t64:s390x (1.24.1-4ubuntu1) ... 433s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 433s Setting up libnetplan1:s390x (1.1.2-2ubuntu1) ... 433s Setting up libpython3.12t64:s390x (3.12.9-1) ... 433s Setting up python3-netplan (1.1.2-2ubuntu1) ... 433s Setting up netplan-generator (1.1.2-2ubuntu1) ... 433s Removing 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 433s Setting up netplan.io (1.1.2-2ubuntu1) ... 433s Processing triggers for libc-bin (2.40-4ubuntu1) ... 433s Processing triggers for man-db (2.13.0-1) ... 433s Processing triggers for dbus (1.14.10-4ubuntu5) ... 434s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 434s + /usr/lib/apt/apt-helper analyze-pattern ?true 434s + uname -r 434s + sed s/\./\\./g 434s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 434s + apt list ?obsolete 434s + tail -n+2 434s + cut -d/ -f1 434s + grep -v ^linux-.*6\.12\.0-12-generic.* 434s + true 434s + obsolete_pkgs= 434s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 434s Reading package lists... 434s Building dependency tree... 434s Reading state information... 434s The following packages will be REMOVED: 434s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 434s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 434s linux-tools-6.11.0-8-generic* 434s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 434s After this operation, 143 MB disk space will be freed. 434s (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.) 434s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 434s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 435s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 435s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 435s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 435s (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.) 435s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 435s + grep -q trusty /etc/lsb-release 435s + [ ! -d /usr/share/doc/unattended-upgrades ] 435s + [ ! -d /usr/share/doc/lxd ] 435s + [ ! -d /usr/share/doc/lxd-client ] 435s + [ ! -d /usr/share/doc/snapd ] 435s + type iptables 435s + cat 435s + chmod 755 /etc/rc.local 435s + . /etc/rc.local 435s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 435s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 435s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 435s + uname -m 435s + [ s390x = ppc64le ] 435s + [ -d /run/systemd/system ] 435s + systemd-detect-virt --quiet --vm 435s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 435s + cat 435s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 435s + echo COMPRESS=lz4 435s autopkgtest: DBG: testbed command exited with code 0 435s autopkgtest [14:53:39]: upgrading testbed (apt dist-upgrade and autopurge) 435s 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'] 435s Reading package lists... 436s Building dependency tree... 436s Reading state information... 436s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 436s Starting 2 pkgProblemResolver with broken count: 0 436s Done 436s Entering ResolveByKeep 436s 436s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 436s autopkgtest: DBG: testbed command exited with code 0 436s 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'] 436s Reading package lists... 436s Building dependency tree... 436s Reading state information... 437s Starting pkgProblemResolver with broken count: 0 437s Starting 2 pkgProblemResolver with broken count: 0 437s Done 437s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 437s autopkgtest: DBG: testbed command exited with code 0 437s 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.Sx6iZ4/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 437s autopkgtest: DBG: testbed command exited with code 1 437s autopkgtest [14:53:41]: rebooting testbed after setup commands that affected boot 437s autopkgtest: DBG: sending command to testbed: reboot 455s autopkgtest: DBG: got reply from testbed: ok 455s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 455s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 455s autopkgtest: DBG: testbed command exited with code 0 455s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot 455s autopkgtest: DBG: got reply from testbed: ok 455s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 456s autopkgtest: DBG: testbed command exited with code 0 456s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 456s autopkgtest: DBG: testbed command exited with code 0 456s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 456s autopkgtest: DBG: testbed command exited with code 0 456s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 456s autopkgtest: DBG: testbed command exited with code 0 456s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare 456s autopkgtest: DBG: got reply from testbed: ok 456s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 457s autopkgtest: DBG: testbed command exited with code 0 457s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 457s autopkgtest: DBG: testbed command exited with code 0 457s autopkgtest: DBG: testbed command ['uname', '-srv'], 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.Sx6iZ4/testbed-packages"], 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.Sx6iZ4/testbed-packages /tmp/autopkgtest-work.lah974o5/out/testbed-packages 458s autopkgtest: DBG: got reply from testbed: ok 458s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 458s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 458s autopkgtest: DBG: testbed command exited with code 0 458s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot 458s autopkgtest: DBG: got reply from testbed: ok 458s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 458s autopkgtest: DBG: testbed command exited with code 0 458s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 458s autopkgtest: DBG: testbed command exited with code 0 458s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 458s autopkgtest: DBG: testbed command exited with code 0 458s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 459s autopkgtest: DBG: testbed command exited with code 0 459s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare 459s autopkgtest: DBG: got reply from testbed: ok 459s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 459s autopkgtest: DBG: testbed command exited with code 0 459s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 459s autopkgtest: DBG: testbed command exited with code 0 459s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 459s autopkgtest: DBG: testbed command exited with code 0 459s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 459s autopkgtest: DBG: install_deps: deps_new=['vim-nox', 'lua5.1'] 459s autopkgtest: DBG: install-deps: satisfying vim-nox, lua5.1 459s autopkgtest: DBG: can use apt-get on testbed: True 459s 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', 'vim-nox, lua5.1'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 460s Reading package lists... 460s Building dependency tree... 460s Reading state information... 460s Starting pkgProblemResolver with broken count: 0 460s Starting 2 pkgProblemResolver with broken count: 0 460s Done 460s The following NEW packages will be installed: 460s liblua5.1-0 libruby libruby3.3 libsodium23 libtcl8.6 lua5.1 rake ruby 460s ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert 460s ruby-rubygems ruby-test-unit ruby-webrick ruby-xmlrpc ruby3.3 460s rubygems-integration vim-nox vim-runtime 460s 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded. 460s Need to get 17.0 MB of archives. 460s After this operation, 81.3 MB of additional disk space will be used. 460s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x liblua5.1-0 s390x 5.1.5-10 [130 kB] 460s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x rubygems-integration all 1.18ubuntu1 [5528 B] 460s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ruby3.3 s390x 3.3.7-1ubuntu1 [48.9 kB] 460s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-rubygems all 3.4.20-1 [238 kB] 460s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x ruby s390x 1:3.3~ubuntu3 [3618 B] 460s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x rake all 13.2.1-1 [45.8 kB] 460s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-did-you-mean all 1.6.3-2 [14.8 kB] 460s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-minitest all 5.22.3-1ubuntu1 [48.0 kB] 460s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-net-telnet all 0.2.0-1 [13.3 kB] 460s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-power-assert all 2.0.3-1 [12.0 kB] 461s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-test-unit all 3.6.2-1 [67.0 kB] 461s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-webrick all 1.8.1-1ubuntu1 [52.6 kB] 461s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-xmlrpc all 0.3.3-2 [24.8 kB] 461s Get:14 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libruby3.3 s390x 3.3.7-1ubuntu1 [5871 kB] 462s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libruby s390x 1:3.3~ubuntu3 [5038 B] 462s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 462s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 462s Get:18 http://ftpmaster.internal/ubuntu plucky/universe s390x lua5.1 s390x 5.1.5-10 [138 kB] 462s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x vim-runtime all 2:9.1.0861-1ubuntu1 [7455 kB] 462s Get:20 http://ftpmaster.internal/ubuntu plucky/universe s390x vim-nox s390x 2:9.1.0861-1ubuntu1 [1683 kB] 463s Fetched 17.0 MB in 2s (7106 kB/s) 463s Selecting previously unselected package liblua5.1-0:s390x. 463s (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.) 463s Preparing to unpack .../00-liblua5.1-0_5.1.5-10_s390x.deb ... 463s Unpacking liblua5.1-0:s390x (5.1.5-10) ... 463s Selecting previously unselected package rubygems-integration. 463s Preparing to unpack .../01-rubygems-integration_1.18ubuntu1_all.deb ... 463s Unpacking rubygems-integration (1.18ubuntu1) ... 463s Selecting previously unselected package ruby3.3. 463s Preparing to unpack .../02-ruby3.3_3.3.7-1ubuntu1_s390x.deb ... 463s Unpacking ruby3.3 (3.3.7-1ubuntu1) ... 463s Selecting previously unselected package ruby-rubygems. 463s Preparing to unpack .../03-ruby-rubygems_3.4.20-1_all.deb ... 463s Unpacking ruby-rubygems (3.4.20-1) ... 463s Selecting previously unselected package ruby. 463s Preparing to unpack .../04-ruby_1%3a3.3~ubuntu3_s390x.deb ... 463s Unpacking ruby (1:3.3~ubuntu3) ... 463s Selecting previously unselected package rake. 463s Preparing to unpack .../05-rake_13.2.1-1_all.deb ... 463s Unpacking rake (13.2.1-1) ... 463s Selecting previously unselected package ruby-did-you-mean. 463s Preparing to unpack .../06-ruby-did-you-mean_1.6.3-2_all.deb ... 463s Unpacking ruby-did-you-mean (1.6.3-2) ... 463s Selecting previously unselected package ruby-minitest. 463s Preparing to unpack .../07-ruby-minitest_5.22.3-1ubuntu1_all.deb ... 463s Unpacking ruby-minitest (5.22.3-1ubuntu1) ... 463s Selecting previously unselected package ruby-net-telnet. 463s Preparing to unpack .../08-ruby-net-telnet_0.2.0-1_all.deb ... 463s Unpacking ruby-net-telnet (0.2.0-1) ... 463s Selecting previously unselected package ruby-power-assert. 463s Preparing to unpack .../09-ruby-power-assert_2.0.3-1_all.deb ... 463s Unpacking ruby-power-assert (2.0.3-1) ... 463s Selecting previously unselected package ruby-test-unit. 463s Preparing to unpack .../10-ruby-test-unit_3.6.2-1_all.deb ... 463s Unpacking ruby-test-unit (3.6.2-1) ... 463s Selecting previously unselected package ruby-webrick. 463s Preparing to unpack .../11-ruby-webrick_1.8.1-1ubuntu1_all.deb ... 463s Unpacking ruby-webrick (1.8.1-1ubuntu1) ... 463s Selecting previously unselected package ruby-xmlrpc. 463s Preparing to unpack .../12-ruby-xmlrpc_0.3.3-2_all.deb ... 463s Unpacking ruby-xmlrpc (0.3.3-2) ... 463s Selecting previously unselected package libruby3.3:s390x. 463s Preparing to unpack .../13-libruby3.3_3.3.7-1ubuntu1_s390x.deb ... 463s Unpacking libruby3.3:s390x (3.3.7-1ubuntu1) ... 463s Selecting previously unselected package libruby:s390x. 463s Preparing to unpack .../14-libruby_1%3a3.3~ubuntu3_s390x.deb ... 463s Unpacking libruby:s390x (1:3.3~ubuntu3) ... 463s Selecting previously unselected package libsodium23:s390x. 463s Preparing to unpack .../15-libsodium23_1.0.18-1build3_s390x.deb ... 463s Unpacking libsodium23:s390x (1.0.18-1build3) ... 463s Selecting previously unselected package libtcl8.6:s390x. 463s Preparing to unpack .../16-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 463s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 463s Selecting previously unselected package lua5.1. 463s Preparing to unpack .../17-lua5.1_5.1.5-10_s390x.deb ... 463s Unpacking lua5.1 (5.1.5-10) ... 463s Selecting previously unselected package vim-runtime. 463s Preparing to unpack .../18-vim-runtime_2%3a9.1.0861-1ubuntu1_all.deb ... 463s Adding 'diversion of /usr/share/vim/vim91/doc/help.txt to /usr/share/vim/vim91/doc/help.txt.vim-tiny by vim-runtime' 463s Adding 'diversion of /usr/share/vim/vim91/doc/tags to /usr/share/vim/vim91/doc/tags.vim-tiny by vim-runtime' 463s Unpacking vim-runtime (2:9.1.0861-1ubuntu1) ... 463s Selecting previously unselected package vim-nox. 463s Preparing to unpack .../19-vim-nox_2%3a9.1.0861-1ubuntu1_s390x.deb ... 463s Unpacking vim-nox (2:9.1.0861-1ubuntu1) ... 463s Setting up libsodium23:s390x (1.0.18-1build3) ... 463s Setting up ruby-power-assert (2.0.3-1) ... 463s Setting up rubygems-integration (1.18ubuntu1) ... 463s Setting up lua5.1 (5.1.5-10) ... 463s update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 463s update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 463s Setting up ruby-minitest (5.22.3-1ubuntu1) ... 463s Setting up ruby-test-unit (3.6.2-1) ... 463s Setting up ruby-net-telnet (0.2.0-1) ... 463s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 463s Setting up ruby-webrick (1.8.1-1ubuntu1) ... 463s Setting up liblua5.1-0:s390x (5.1.5-10) ... 463s Setting up ruby-did-you-mean (1.6.3-2) ... 463s Setting up vim-runtime (2:9.1.0861-1ubuntu1) ... 463s Setting up ruby-xmlrpc (0.3.3-2) ... 463s Setting up rake (13.2.1-1) ... 463s Setting up libruby3.3:s390x (3.3.7-1ubuntu1) ... 463s Setting up ruby-rubygems (3.4.20-1) ... 463s Setting up ruby3.3 (3.3.7-1ubuntu1) ... 463s Setting up vim-nox (2:9.1.0861-1ubuntu1) ... 463s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/ex (ex) in auto mode 463s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rview (rview) in auto mode 463s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rvim (rvim) in auto mode 463s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vi (vi) in auto mode 463s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/view (view) in auto mode 463s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vim (vim) in auto mode 463s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vimdiff (vimdiff) in auto mode 463s Setting up libruby:s390x (1:3.3~ubuntu3) ... 463s Setting up ruby (1:3.3~ubuntu3) ... 463s Processing triggers for libc-bin (2.40-4ubuntu1) ... 463s Processing triggers for man-db (2.13.0-1) ... 464s autopkgtest: DBG: testbed command exited with code 0 464s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-nox'], kind short, sout pipe, serr pipe, env [] 464s autopkgtest: DBG: testbed command exited with code 0 464s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Sx6iZ4/command3-packages.all"], kind short, sout raw, serr pipe, env [] 464s autopkgtest: DBG: testbed command exited with code 0 464s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command3-packages.all /tmp/autopkgtest-work.lah974o5/out/command3-packages.all 465s autopkgtest: DBG: got reply from testbed: ok 465s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.Sx6iZ4/build.UG6/src'], kind short, sout raw, serr raw, env [] 465s autopkgtest: DBG: testbed command exited with code 1 465s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4/build.UG6'], kind short, sout raw, serr pipe, env [] 465s autopkgtest: DBG: testbed command exited with code 0 465s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.lah974o5/out/tests-tree/ /tmp/autopkgtest.Sx6iZ4/build.UG6/src/ 475s autopkgtest: DBG: got reply from testbed: ok 475s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.Sx6iZ4/build.UG6/src'], kind short, sout raw, serr pipe, env [] 475s autopkgtest: DBG: testbed command exited with code 0 475s autopkgtest [14:54:19]: test command3: ./debian/tests/upstreamtest test_lua.res 475s autopkgtest [14:54:19]: test command3: [----------------------- 475s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', "set -e; exec /tmp/autopkgtest.Sx6iZ4/wrapper.sh --debug --artifacts=/tmp/autopkgtest.Sx6iZ4/command3-artifacts --chdir=/tmp/autopkgtest.Sx6iZ4/build.UG6/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.Sx6iZ4/command3-stderr --stdout=/tmp/autopkgtest.Sx6iZ4/command3-stdout --tmp=/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 -- bash -ec './debian/tests/upstreamtest test_lua.res'"], kind test, sout raw, serr raw, env [] 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.Sx6iZ4/command3-artifacts 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: changing to directory: /tmp/autopkgtest.Sx6iZ4/build.UG6/src 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: LANG=C.UTF-8 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LANGUAGE 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_ADDRESS 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_ALL 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_COLLATE 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_CTYPE 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_IDENTIFICATION 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MEASUREMENT 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MESSAGES 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MONETARY 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_NAME 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_NUMERIC 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_PAPER 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_TELEPHONE 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_TIME 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: pretending to be a login shell 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will write standard error to /tmp/autopkgtest.Sx6iZ4/command3-stderr 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will write stdout to /tmp/autopkgtest.Sx6iZ4/command3-stdout 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: command to run: bash -ec ./debian/tests/upstreamtest test_lua.res 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: copying /tmp/tmp.sKmHOiex6T/out to stdout and file: /tmp/autopkgtest.Sx6iZ4/command3-stdout 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: copying /tmp/tmp.sKmHOiex6T/err to standard error and file: /tmp/autopkgtest.Sx6iZ4/command3-stdout 476s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: writing script pid 1395 to /tmp/autopkgtest_script_pid 476s make: Entering directory '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp/vim/src/testdir' 476s if test -n "${ASAN_OPTIONS}"; then \ 476s ASAN_OPTIONS="${ASAN_OPTIONS}_test_lua" UBSAN_OPTIONS="${UBSAN_OPTIONS}_test_lua" VIMRUNTIME=/tmp/autopkgtest.Sx6iZ4/build.UG6/src/runtime /usr/bin/vim -f -u unix.vim --gui-dialog-file guidialog -U NONE --noplugin --not-a-term -S runtest.vim test_lua.vim --cmd 'au SwapExists * let v:swapchoice = "e"' | LC_ALL=C awk '/Executing Test_/{match($0, "([0-9][0-9]:[0-9][0-9] *)?Executing Test_[^\\)]*\\)"); print substr($0, RSTART, RLENGTH) "\r"; fflush()}' ; \ 476s else \ 476s VIMRUNTIME=/tmp/autopkgtest.Sx6iZ4/build.UG6/src/runtime /usr/bin/vim -f -u unix.vim --gui-dialog-file guidialog -U NONE --noplugin --not-a-term -S runtest.vim test_lua.vim --cmd 'au SwapExists * let v:swapchoice = "e"' | LC_ALL=C awk '/Executing Test_/{match($0, "([0-9][0-9]:[0-9][0-9] *)?Executing Test_[^\\)]*\\)"); print substr($0, RSTART, RLENGTH) "\r"; fflush()}' ; \ 476s fi 476s 00:00 Executing Test_call_lua_func_from_vim9_func() 476s 00:00 Executing Test_lua_beep() 476s 00:00 Executing Test_lua_blob() 476s 00:00 Executing Test_lua_buffer() 476s 00:00 Executing Test_lua_buffer_delete() 476s 00:00 Executing Test_lua_buffer_insert() 476s 00:00 Executing Test_lua_buffer_isvalid() 476s 00:00 Executing Test_lua_buffer_name() 476s 00:00 Executing Test_lua_buffer_next_previous() 476s 00:00 Executing Test_lua_buffer_number() 476s 00:00 Executing Test_lua_buffer_number_lines() 476s 00:00 Executing Test_lua_buffer_var_table() 476s 00:00 Executing Test_lua_call() 476s 00:00 Executing Test_lua_debug() 477s 00:02 Executing Test_lua_dict() 477s 00:02 Executing Test_lua_dict_iter() 477s 00:02 Executing Test_lua_dict_table() 477s 00:02 Executing Test_lua_eval() 477s 00:02 Executing Test_lua_fn() 477s 00:02 Executing Test_lua_funcref() 477s 00:02 Executing Test_lua_funcref_with_params() 477s 00:02 Executing Test_lua_global_var_table() 477s 00:02 Executing Test_lua_heredoc() 477s 00:02 Executing Test_lua_line() 477s 00:02 Executing Test_lua_list() 477s 00:02 Executing Test_lua_list_iter() 477s 00:02 Executing Test_lua_list_table() 477s 00:02 Executing Test_lua_list_table_insert_remove() 477s 00:02 Executing Test_lua_luado() 477s 00:02 Executing Test_lua_luado_change_buffer() 477s 00:02 Executing Test_lua_luado_delete_lines() 477s 00:02 Executing Test_lua_multiple_commands() 477s 00:02 Executing Test_lua_open() 477s 00:02 Executing Test_lua_predefined_var_table() 477s 00:02 Executing Test_lua_recursive_list() 477s 00:02 Executing Test_lua_set_cursor() 477s 00:02 Executing Test_lua_string_with_newline() 477s 00:02 Executing Test_lua_tabpage_var_table() 477s 00:02 Executing Test_lua_type() 477s 00:02 Executing Test_lua_vim_version() 477s 00:02 Executing Test_lua_window() 477s 00:02 Executing Test_lua_window_buffer() 477s 00:02 Executing Test_lua_window_height() 477s 00:02 Executing Test_lua_window_isvalid() 477s 00:02 Executing Test_lua_window_line_col() 477s 00:02 Executing Test_lua_window_next_previous() 477s 00:02 Executing Test_lua_window_set_current() 477s 00:02 Executing Test_lua_window_var_table() 477s 00:02 Executing Test_lua_window_width() 477s 00:02 Executing Test_luaeval_error() 477s 00:02 Executing Test_luaeval_with_lambda() 477s 00:02 Executing Test_luafile() 477s 00:02 Executing Test_luafile_error() 477s 00:02 Executing Test_luafile_percent() 477s 00:02 Executing Test_luafile_print() 477s 00:02 Executing Test_pass_lua_callback_to_vim_from_lua() 477s 00:02 Executing Test_pass_lua_metatable_callback_to_vim_from_lua() 477s 00:02 Executing Test_skip_lua() 477s 00:02 Executing Test_update_package_paths() 477s make: Leaving directory '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp/vim/src/testdir' 477s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: checking for leaked background processes... 477s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: waiting for tee/cat subprocesses... 477s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: cleaning up... 477s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: Exit status: 0 477s autopkgtest: DBG: testbed command exited with code 0 477s autopkgtest [14:54:21]: test command3: -----------------------] 477s autopkgtest: DBG: testbed executing test finished with exit status 0 477s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command3-stdout /tmp/autopkgtest-work.lah974o5/out/command3-stdout 477s autopkgtest: DBG: got reply from testbed: ok 477s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command3-stderr /tmp/autopkgtest-work.lah974o5/out/command3-stderr 478s autopkgtest: DBG: got reply from testbed: ok 478s autopkgtest [14:54:22]: test command3: - - - - - - - - - - results - - - - - - - - - - 478s command3 PASS 478s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command3-artifacts/ /tmp/autopkgtest-work.lah974o5/out/artifacts/ 478s autopkgtest: DBG: got reply from testbed: ok 478s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.Sx6iZ4/command3-artifacts', '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 478s autopkgtest: DBG: testbed command exited with code 0 478s autopkgtest [14:54:22]: test command4: preparing testbed 478s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['vim-nox', 'lua5.1'], deps_new=['vim-nox', 'perl'] 478s autopkgtest: DBG: testbed reset 478s autopkgtest: DBG: sending command to testbed: revert 536s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.Sx6iZ4 536s autopkgtest: DBG: sending command to testbed: print-execute-command 536s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.67_oq17z/runcmd 536s autopkgtest: DBG: sending command to testbed: capabilities 536s autopkgtest: DBG: got reply from testbed: ok reboot revert-full-system isolation-machine ok root-on-testbed suggested-normal-user=ubuntu revert 536s autopkgtest: DBG: testbed capabilities: ['reboot', 'revert-full-system', 'isolation-machine', 'ok', 'root-on-testbed', 'suggested-normal-user=ubuntu', 'revert', 'has_internet'] 536s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 536s autopkgtest: DBG: testbed command exited with code 0 536s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.Sx6iZ4/wrapper.sh 536s autopkgtest: DBG: got reply from testbed: ok 536s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/wrapper.sh'], kind short, sout raw, serr pipe, env [] 537s autopkgtest: DBG: testbed command exited with code 0 537s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 537s autopkgtest: DBG: testbed command exited with code 0 537s autopkgtest [14:55:21]: testbed dpkg architecture: s390x 537s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 537s autopkgtest: DBG: testbed command exited with code 0 537s autopkgtest [14:55:21]: testbed apt version: 2.9.27ubuntu1 537s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 537s autopkgtest: DBG: testbed command exited with code 0 537s autopkgtest: DBG: testbed has eatmydata 537s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 537s autopkgtest: DBG: testbed command exited with code 0 537s autopkgtest [14:55:21]: @@@@@@@@@@@@@@@@@@@@ test bed setup 537s 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 [] 537s autopkgtest: DBG: testbed command exited with code 0 537s autopkgtest [14:55:21]: testbed release detected to be: plucky 537s 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 [] 538s autopkgtest: DBG: testbed command exited with code 0 538s 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 [] 538s autopkgtest: DBG: testbed command exited with code 0 538s autopkgtest: DBG: adding APT source: Types: deb deb-src 538s URIs: http://ftpmaster.internal/ubuntu/ 538s Suites: plucky-proposed 538s Components: main restricted universe multiverse 538s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 538s 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 [] 538s autopkgtest: DBG: testbed command exited with code 0 538s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 538s Package: * 538s Pin: release plucky-proposed 538s Pin-Priority: 500 538s 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 [] 538s autopkgtest: DBG: testbed command exited with code 0 538s autopkgtest [14:55:22]: updating testbed package index (apt update) 538s 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'] 538s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 539s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 539s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 539s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 539s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 539s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 539s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [12.4 kB] 539s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [55.4 kB] 539s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [78.8 kB] 539s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [705 kB] 539s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [2680 B] 539s Fetched 1755 kB in 1s (1616 kB/s) 540s Reading package lists... 540s autopkgtest: DBG: testbed command exited with code 0 540s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 540s Package: * 540s Pin: release plucky-proposed 540s Pin-Priority: 100 540s 540s Package: src:ruby3.3:any 540s Pin: release plucky-proposed 540s Pin-Priority: 995 540s 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 [] 540s autopkgtest: DBG: testbed command exited with code 0 540s 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.Sx6iZ4/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 540s autopkgtest: DBG: testbed command exited with code 0 540s 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'] 541s + lsb_release --codename --short 541s + RELEASE=plucky 541s + cat 541s + [ plucky != trusty ] 541s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 541s Reading package lists... 541s Building dependency tree... 541s Reading state information... 541s Calculating upgrade... 541s The following packages were automatically installed and are no longer required: 541s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 541s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 541s linux-tools-6.11.0-8-generic 541s Use 'sudo apt autoremove' to remove them. 541s The following packages will be upgraded: 541s gir1.2-glib-2.0 libglib2.0-0t64 libglib2.0-data libgpgme11t64 libnetplan1 541s libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 libsasl2-2 541s libsasl2-modules libsasl2-modules-db netplan-generator netplan.io pci.ids 541s python3-idna python3-netplan python3.12-gdbm 541s 17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 541s Need to get 8193 kB of archives. 541s After this operation, 62.5 kB of additional disk space will be used. 541s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-glib-2.0 s390x 2.83.3-2 [182 kB] 541s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-0t64 s390x 2.83.3-2 [1583 kB] 542s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-data all 2.83.3-2 [52.7 kB] 542s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x netplan-generator s390x 1.1.2-2ubuntu1 [61.3 kB] 542s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netplan s390x 1.1.2-2ubuntu1 [24.4 kB] 542s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x netplan.io s390x 1.1.2-2ubuntu1 [68.6 kB] 542s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libnetplan1 s390x 1.1.2-2ubuntu1 [134 kB] 542s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 542s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 542s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 543s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x pci.ids all 0.0~2025.01.27-1 [284 kB] 543s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-gdbm s390x 3.12.9-1 [30.6 kB] 543s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.1-4ubuntu1 [154 kB] 543s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules-db s390x 2.1.28+dfsg1-8build1 [21.1 kB] 543s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-2 s390x 2.1.28+dfsg1-8build1 [56.8 kB] 543s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules s390x 2.1.28+dfsg1-8build1 [76.4 kB] 543s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x python3-idna all 3.10-1 [47.4 kB] 543s Fetched 8193 kB in 2s (5009 kB/s) 543s (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.) 543s Preparing to unpack .../00-gir1.2-glib-2.0_2.83.3-2_s390x.deb ... 543s Unpacking gir1.2-glib-2.0:s390x (2.83.3-2) over (2.83.3-1) ... 543s Preparing to unpack .../01-libglib2.0-0t64_2.83.3-2_s390x.deb ... 543s Unpacking libglib2.0-0t64:s390x (2.83.3-2) over (2.83.3-1) ... 543s Preparing to unpack .../02-libglib2.0-data_2.83.3-2_all.deb ... 543s Unpacking libglib2.0-data (2.83.3-2) over (2.83.3-1) ... 543s Preparing to unpack .../03-netplan-generator_1.1.2-2ubuntu1_s390x.deb ... 543s Adding 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 543s Unpacking netplan-generator (1.1.2-2ubuntu1) over (1.1.2-1) ... 543s Preparing to unpack .../04-python3-netplan_1.1.2-2ubuntu1_s390x.deb ... 543s /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. 543s for fn in glob1(directory, "%s.*" % fname): 543s Unpacking python3-netplan (1.1.2-2ubuntu1) over (1.1.2-1) ... 543s Preparing to unpack .../05-netplan.io_1.1.2-2ubuntu1_s390x.deb ... 543s Unpacking netplan.io (1.1.2-2ubuntu1) over (1.1.2-1) ... 543s Preparing to unpack .../06-libnetplan1_1.1.2-2ubuntu1_s390x.deb ... 543s Unpacking libnetplan1:s390x (1.1.2-2ubuntu1) over (1.1.2-1) ... 543s Preparing to unpack .../07-libpython3.12t64_3.12.9-1_s390x.deb ... 543s Unpacking libpython3.12t64:s390x (3.12.9-1) over (3.12.8-5) ... 543s Preparing to unpack .../08-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 543s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) over (3.12.8-5) ... 543s Preparing to unpack .../09-libpython3.12-minimal_3.12.9-1_s390x.deb ... 543s Unpacking libpython3.12-minimal:s390x (3.12.9-1) over (3.12.8-5) ... 543s Preparing to unpack .../10-pci.ids_0.0~2025.01.27-1_all.deb ... 543s Unpacking pci.ids (0.0~2025.01.27-1) over (0.0~2025.01.13-1) ... 543s Preparing to unpack .../11-python3.12-gdbm_3.12.9-1_s390x.deb ... 543s Unpacking python3.12-gdbm (3.12.9-1) over (3.12.8-5) ... 544s Preparing to unpack .../12-libgpgme11t64_1.24.1-4ubuntu1_s390x.deb ... 544s Unpacking libgpgme11t64:s390x (1.24.1-4ubuntu1) over (1.24.1-3ubuntu1) ... 544s Preparing to unpack .../13-libsasl2-modules-db_2.1.28+dfsg1-8build1_s390x.deb ... 544s Unpacking libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 544s Preparing to unpack .../14-libsasl2-2_2.1.28+dfsg1-8build1_s390x.deb ... 544s Unpacking libsasl2-2:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 544s Preparing to unpack .../15-libsasl2-modules_2.1.28+dfsg1-8build1_s390x.deb ... 544s Unpacking libsasl2-modules:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 544s Preparing to unpack .../16-python3-idna_3.10-1_all.deb ... 544s /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. 544s for fn in glob1(directory, "%s.*" % fname): 544s Unpacking python3-idna (3.10-1) over (3.8-2) ... 544s Setting up pci.ids (0.0~2025.01.27-1) ... 544s Setting up python3.12-gdbm (3.12.9-1) ... 544s Setting up libsasl2-modules:s390x (2.1.28+dfsg1-8build1) ... 544s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 544s Setting up libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) ... 544s Setting up libglib2.0-0t64:s390x (2.83.3-2) ... 544s No schema files found: doing nothing. 544s Setting up libglib2.0-data (2.83.3-2) ... 544s Setting up python3-idna (3.10-1) ... 544s Setting up gir1.2-glib-2.0:s390x (2.83.3-2) ... 544s Setting up libsasl2-2:s390x (2.1.28+dfsg1-8build1) ... 544s Setting up libgpgme11t64:s390x (1.24.1-4ubuntu1) ... 544s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 544s Setting up libnetplan1:s390x (1.1.2-2ubuntu1) ... 544s Setting up libpython3.12t64:s390x (3.12.9-1) ... 544s Setting up python3-netplan (1.1.2-2ubuntu1) ... 544s Setting up netplan-generator (1.1.2-2ubuntu1) ... 544s Removing 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 544s Setting up netplan.io (1.1.2-2ubuntu1) ... 544s Processing triggers for libc-bin (2.40-4ubuntu1) ... 544s Processing triggers for man-db (2.13.0-1) ... 544s Processing triggers for dbus (1.14.10-4ubuntu5) ... 545s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 545s + /usr/lib/apt/apt-helper analyze-pattern ?true 545s + uname -r 545s + sed s/\./\\./g 545s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 545s + apt list ?obsolete 545s + tail -n+2 545s + cut -d/ -f1 545s + grep -v ^linux-.*6\.12\.0-12-generic.* 545s + true 545s + obsolete_pkgs= 545s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 545s Reading package lists... 545s Building dependency tree... 545s Reading state information... 545s The following packages will be REMOVED: 545s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 545s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 545s linux-tools-6.11.0-8-generic* 545s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 545s After this operation, 143 MB disk space will be freed. 545s (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.) 545s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 545s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 546s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 546s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 546s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 546s (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.) 546s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 546s + grep -q trusty /etc/lsb-release 546s + [ ! -d /usr/share/doc/unattended-upgrades ] 546s + [ ! -d /usr/share/doc/lxd ] 546s + [ ! -d /usr/share/doc/lxd-client ] 546s + [ ! -d /usr/share/doc/snapd ] 546s + type iptables 546s + cat 546s + chmod 755 /etc/rc.local 546s + . /etc/rc.local 546s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 546s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 546s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 546s + uname -m 546s + [ s390x = ppc64le ] 546s + [ -d /run/systemd/system ] 546s + systemd-detect-virt --quiet --vm 546s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 546s + cat 546s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 546s + echo COMPRESS=lz4 546s autopkgtest: DBG: testbed command exited with code 0 546s autopkgtest [14:55:30]: upgrading testbed (apt dist-upgrade and autopurge) 546s 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'] 546s Reading package lists... 547s Building dependency tree... 547s Reading state information... 547s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 547s Starting 2 pkgProblemResolver with broken count: 0 547s Done 547s Entering ResolveByKeep 547s 547s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 547s autopkgtest: DBG: testbed command exited with code 0 547s 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'] 547s Reading package lists... 548s Building dependency tree... 548s Reading state information... 548s Starting pkgProblemResolver with broken count: 0 548s Starting 2 pkgProblemResolver with broken count: 0 548s Done 548s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 548s autopkgtest: DBG: testbed command exited with code 0 548s 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.Sx6iZ4/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 548s autopkgtest: DBG: testbed command exited with code 1 548s autopkgtest [14:55:32]: rebooting testbed after setup commands that affected boot 548s autopkgtest: DBG: sending command to testbed: reboot 563s autopkgtest: DBG: got reply from testbed: ok 563s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 563s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 563s autopkgtest: DBG: testbed command exited with code 0 563s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot 564s autopkgtest: DBG: got reply from testbed: ok 564s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 564s autopkgtest: DBG: testbed command exited with code 0 564s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 564s autopkgtest: DBG: testbed command exited with code 0 564s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 564s autopkgtest: DBG: testbed command exited with code 0 564s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 564s autopkgtest: DBG: testbed command exited with code 0 564s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare 564s autopkgtest: DBG: got reply from testbed: ok 564s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 565s autopkgtest: DBG: testbed command exited with code 0 565s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 565s autopkgtest: DBG: testbed command exited with code 0 565s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 565s autopkgtest: DBG: testbed command exited with code 0 565s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Sx6iZ4/testbed-packages"], kind short, sout raw, serr pipe, env [] 565s autopkgtest: DBG: testbed command exited with code 0 565s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/testbed-packages /tmp/autopkgtest-work.lah974o5/out/testbed-packages 565s autopkgtest: DBG: got reply from testbed: ok 565s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 565s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 566s autopkgtest: DBG: testbed command exited with code 0 566s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot 566s autopkgtest: DBG: got reply from testbed: ok 566s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 566s autopkgtest: DBG: testbed command exited with code 0 566s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 566s autopkgtest: DBG: testbed command exited with code 0 566s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 566s autopkgtest: DBG: testbed command exited with code 0 566s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 566s autopkgtest: DBG: testbed command exited with code 0 566s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare 567s autopkgtest: DBG: got reply from testbed: ok 567s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 567s autopkgtest: DBG: testbed command exited with code 0 567s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 567s autopkgtest: DBG: testbed command exited with code 0 567s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 567s autopkgtest: DBG: testbed command exited with code 0 567s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 567s autopkgtest: DBG: install_deps: deps_new=['vim-nox', 'perl'] 567s autopkgtest: DBG: install-deps: satisfying vim-nox, perl 567s autopkgtest: DBG: can use apt-get on testbed: True 567s 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', 'vim-nox, perl'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 567s Reading package lists... 568s Building dependency tree... 568s Reading state information... 568s Starting pkgProblemResolver with broken count: 0 568s Starting 2 pkgProblemResolver with broken count: 0 568s Done 568s The following NEW packages will be installed: 568s liblua5.1-0 libruby libruby3.3 libsodium23 libtcl8.6 rake ruby 568s ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert 568s ruby-rubygems ruby-test-unit ruby-webrick ruby-xmlrpc ruby3.3 568s rubygems-integration vim-nox vim-runtime 568s 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded. 568s Need to get 16.9 MB of archives. 568s After this operation, 80.9 MB of additional disk space will be used. 568s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x liblua5.1-0 s390x 5.1.5-10 [130 kB] 568s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x rubygems-integration all 1.18ubuntu1 [5528 B] 568s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ruby3.3 s390x 3.3.7-1ubuntu1 [48.9 kB] 568s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-rubygems all 3.4.20-1 [238 kB] 568s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x ruby s390x 1:3.3~ubuntu3 [3618 B] 568s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x rake all 13.2.1-1 [45.8 kB] 568s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-did-you-mean all 1.6.3-2 [14.8 kB] 568s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-minitest all 5.22.3-1ubuntu1 [48.0 kB] 568s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-net-telnet all 0.2.0-1 [13.3 kB] 568s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-power-assert all 2.0.3-1 [12.0 kB] 568s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-test-unit all 3.6.2-1 [67.0 kB] 568s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-webrick all 1.8.1-1ubuntu1 [52.6 kB] 568s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-xmlrpc all 0.3.3-2 [24.8 kB] 568s Get:14 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libruby3.3 s390x 3.3.7-1ubuntu1 [5871 kB] 569s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libruby s390x 1:3.3~ubuntu3 [5038 B] 569s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 569s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 569s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x vim-runtime all 2:9.1.0861-1ubuntu1 [7455 kB] 570s Get:19 http://ftpmaster.internal/ubuntu plucky/universe s390x vim-nox s390x 2:9.1.0861-1ubuntu1 [1683 kB] 571s Fetched 16.9 MB in 3s (6614 kB/s) 571s Selecting previously unselected package liblua5.1-0:s390x. 571s (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.) 571s Preparing to unpack .../00-liblua5.1-0_5.1.5-10_s390x.deb ... 571s Unpacking liblua5.1-0:s390x (5.1.5-10) ... 571s Selecting previously unselected package rubygems-integration. 571s Preparing to unpack .../01-rubygems-integration_1.18ubuntu1_all.deb ... 571s Unpacking rubygems-integration (1.18ubuntu1) ... 571s Selecting previously unselected package ruby3.3. 571s Preparing to unpack .../02-ruby3.3_3.3.7-1ubuntu1_s390x.deb ... 571s Unpacking ruby3.3 (3.3.7-1ubuntu1) ... 571s Selecting previously unselected package ruby-rubygems. 571s Preparing to unpack .../03-ruby-rubygems_3.4.20-1_all.deb ... 571s Unpacking ruby-rubygems (3.4.20-1) ... 571s Selecting previously unselected package ruby. 571s Preparing to unpack .../04-ruby_1%3a3.3~ubuntu3_s390x.deb ... 571s Unpacking ruby (1:3.3~ubuntu3) ... 571s Selecting previously unselected package rake. 571s Preparing to unpack .../05-rake_13.2.1-1_all.deb ... 571s Unpacking rake (13.2.1-1) ... 571s Selecting previously unselected package ruby-did-you-mean. 571s Preparing to unpack .../06-ruby-did-you-mean_1.6.3-2_all.deb ... 571s Unpacking ruby-did-you-mean (1.6.3-2) ... 571s Selecting previously unselected package ruby-minitest. 571s Preparing to unpack .../07-ruby-minitest_5.22.3-1ubuntu1_all.deb ... 571s Unpacking ruby-minitest (5.22.3-1ubuntu1) ... 571s Selecting previously unselected package ruby-net-telnet. 571s Preparing to unpack .../08-ruby-net-telnet_0.2.0-1_all.deb ... 571s Unpacking ruby-net-telnet (0.2.0-1) ... 571s Selecting previously unselected package ruby-power-assert. 571s Preparing to unpack .../09-ruby-power-assert_2.0.3-1_all.deb ... 571s Unpacking ruby-power-assert (2.0.3-1) ... 571s Selecting previously unselected package ruby-test-unit. 571s Preparing to unpack .../10-ruby-test-unit_3.6.2-1_all.deb ... 571s Unpacking ruby-test-unit (3.6.2-1) ... 571s Selecting previously unselected package ruby-webrick. 571s Preparing to unpack .../11-ruby-webrick_1.8.1-1ubuntu1_all.deb ... 571s Unpacking ruby-webrick (1.8.1-1ubuntu1) ... 571s Selecting previously unselected package ruby-xmlrpc. 571s Preparing to unpack .../12-ruby-xmlrpc_0.3.3-2_all.deb ... 571s Unpacking ruby-xmlrpc (0.3.3-2) ... 571s Selecting previously unselected package libruby3.3:s390x. 571s Preparing to unpack .../13-libruby3.3_3.3.7-1ubuntu1_s390x.deb ... 571s Unpacking libruby3.3:s390x (3.3.7-1ubuntu1) ... 571s Selecting previously unselected package libruby:s390x. 571s Preparing to unpack .../14-libruby_1%3a3.3~ubuntu3_s390x.deb ... 571s Unpacking libruby:s390x (1:3.3~ubuntu3) ... 571s Selecting previously unselected package libsodium23:s390x. 571s Preparing to unpack .../15-libsodium23_1.0.18-1build3_s390x.deb ... 571s Unpacking libsodium23:s390x (1.0.18-1build3) ... 571s Selecting previously unselected package libtcl8.6:s390x. 571s Preparing to unpack .../16-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 571s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 571s Selecting previously unselected package vim-runtime. 571s Preparing to unpack .../17-vim-runtime_2%3a9.1.0861-1ubuntu1_all.deb ... 571s Adding 'diversion of /usr/share/vim/vim91/doc/help.txt to /usr/share/vim/vim91/doc/help.txt.vim-tiny by vim-runtime' 571s Adding 'diversion of /usr/share/vim/vim91/doc/tags to /usr/share/vim/vim91/doc/tags.vim-tiny by vim-runtime' 571s Unpacking vim-runtime (2:9.1.0861-1ubuntu1) ... 571s Selecting previously unselected package vim-nox. 572s Preparing to unpack .../18-vim-nox_2%3a9.1.0861-1ubuntu1_s390x.deb ... 572s Unpacking vim-nox (2:9.1.0861-1ubuntu1) ... 572s Setting up libsodium23:s390x (1.0.18-1build3) ... 572s Setting up ruby-power-assert (2.0.3-1) ... 572s Setting up rubygems-integration (1.18ubuntu1) ... 572s Setting up ruby-minitest (5.22.3-1ubuntu1) ... 572s Setting up ruby-test-unit (3.6.2-1) ... 572s Setting up ruby-net-telnet (0.2.0-1) ... 572s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 572s Setting up ruby-webrick (1.8.1-1ubuntu1) ... 572s Setting up liblua5.1-0:s390x (5.1.5-10) ... 572s Setting up ruby-did-you-mean (1.6.3-2) ... 572s Setting up vim-runtime (2:9.1.0861-1ubuntu1) ... 572s Setting up ruby-xmlrpc (0.3.3-2) ... 572s Setting up rake (13.2.1-1) ... 572s Setting up libruby3.3:s390x (3.3.7-1ubuntu1) ... 572s Setting up ruby-rubygems (3.4.20-1) ... 572s Setting up ruby3.3 (3.3.7-1ubuntu1) ... 572s Setting up vim-nox (2:9.1.0861-1ubuntu1) ... 572s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/ex (ex) in auto mode 572s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rview (rview) in auto mode 572s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rvim (rvim) in auto mode 572s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vi (vi) in auto mode 572s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/view (view) in auto mode 572s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vim (vim) in auto mode 572s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vimdiff (vimdiff) in auto mode 572s Setting up libruby:s390x (1:3.3~ubuntu3) ... 572s Setting up ruby (1:3.3~ubuntu3) ... 572s Processing triggers for libc-bin (2.40-4ubuntu1) ... 572s Processing triggers for man-db (2.13.0-1) ... 572s autopkgtest: DBG: testbed command exited with code 0 572s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-nox'], kind short, sout pipe, serr pipe, env [] 572s autopkgtest: DBG: testbed command exited with code 0 572s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Sx6iZ4/command4-packages.all"], kind short, sout raw, serr pipe, env [] 573s autopkgtest: DBG: testbed command exited with code 0 573s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command4-packages.all /tmp/autopkgtest-work.lah974o5/out/command4-packages.all 573s autopkgtest: DBG: got reply from testbed: ok 573s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.Sx6iZ4/build.UG6/src'], kind short, sout raw, serr raw, env [] 573s autopkgtest: DBG: testbed command exited with code 1 573s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4/build.UG6'], kind short, sout raw, serr pipe, env [] 573s autopkgtest: DBG: testbed command exited with code 0 573s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.lah974o5/out/tests-tree/ /tmp/autopkgtest.Sx6iZ4/build.UG6/src/ 578s autopkgtest: DBG: got reply from testbed: ok 578s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.Sx6iZ4/build.UG6/src'], kind short, sout raw, serr pipe, env [] 578s autopkgtest: DBG: testbed command exited with code 0 578s autopkgtest [14:56:02]: test command4: ./debian/tests/upstreamtest test_perl.res 578s autopkgtest [14:56:02]: test command4: [----------------------- 578s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', "set -e; exec /tmp/autopkgtest.Sx6iZ4/wrapper.sh --debug --artifacts=/tmp/autopkgtest.Sx6iZ4/command4-artifacts --chdir=/tmp/autopkgtest.Sx6iZ4/build.UG6/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.Sx6iZ4/command4-stderr --stdout=/tmp/autopkgtest.Sx6iZ4/command4-stdout --tmp=/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 -- bash -ec './debian/tests/upstreamtest test_perl.res'"], kind test, sout raw, serr raw, env [] 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.Sx6iZ4/command4-artifacts 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: changing to directory: /tmp/autopkgtest.Sx6iZ4/build.UG6/src 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: LANG=C.UTF-8 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LANGUAGE 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_ADDRESS 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_ALL 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_COLLATE 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_CTYPE 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_IDENTIFICATION 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MEASUREMENT 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MESSAGES 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MONETARY 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_NAME 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_NUMERIC 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_PAPER 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_TELEPHONE 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_TIME 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: pretending to be a login shell 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will write standard error to /tmp/autopkgtest.Sx6iZ4/command4-stderr 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will write stdout to /tmp/autopkgtest.Sx6iZ4/command4-stdout 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: command to run: bash -ec ./debian/tests/upstreamtest test_perl.res 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: copying /tmp/tmp.Fd39X8Klup/out to stdout and file: /tmp/autopkgtest.Sx6iZ4/command4-stdout 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: copying /tmp/tmp.Fd39X8Klup/err to standard error and file: /tmp/autopkgtest.Sx6iZ4/command4-stdout 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: writing script pid 1387 to /tmp/autopkgtest_script_pid 579s make: Entering directory '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp/vim/src/testdir' 579s if test -n "${ASAN_OPTIONS}"; then \ 579s ASAN_OPTIONS="${ASAN_OPTIONS}_test_perl" UBSAN_OPTIONS="${UBSAN_OPTIONS}_test_perl" VIMRUNTIME=/tmp/autopkgtest.Sx6iZ4/build.UG6/src/runtime /usr/bin/vim -f -u unix.vim --gui-dialog-file guidialog -U NONE --noplugin --not-a-term -S runtest.vim test_perl.vim --cmd 'au SwapExists * let v:swapchoice = "e"' | LC_ALL=C awk '/Executing Test_/{match($0, "([0-9][0-9]:[0-9][0-9] *)?Executing Test_[^\\)]*\\)"); print substr($0, RSTART, RLENGTH) "\r"; fflush()}' ; \ 579s else \ 579s VIMRUNTIME=/tmp/autopkgtest.Sx6iZ4/build.UG6/src/runtime /usr/bin/vim -f -u unix.vim --gui-dialog-file guidialog -U NONE --noplugin --not-a-term -S runtest.vim test_perl.vim --cmd 'au SwapExists * let v:swapchoice = "e"' | LC_ALL=C awk '/Executing Test_/{match($0, "([0-9][0-9]:[0-9][0-9] *)?Executing Test_[^\\)]*\\)"); print substr($0, RSTART, RLENGTH) "\r"; fflush()}' ; \ 579s fi 579s 00:00 Executing Test_000_SvREFCNT() 579s 00:00 Executing Test_VIM_Blob() 579s 00:00 Executing Test_VIM_Buffers() 579s 00:00 Executing Test_VIM_Windows() 579s 00:00 Executing Test_VIM_package() 579s 00:00 Executing Test_buffer_Append() 579s 00:00 Executing Test_buffer_Count() 579s 00:00 Executing Test_buffer_Delete() 579s 00:00 Executing Test_buffer_Get() 579s 00:00 Executing Test_buffer_Name() 579s 00:00 Executing Test_buffer_Number() 579s 00:00 Executing Test_buffer_Set() 579s 00:00 Executing Test_change_buffer() 579s 00:00 Executing Test_evaluate_list() 579s 00:00 Executing Test_perl_heredoc() 579s 00:00 Executing Test_perl_in_sandbox() 579s 00:00 Executing Test_perldo() 579s 00:00 Executing Test_perleval() 579s 00:00 Executing Test_set_cursor() 579s 00:00 Executing Test_stack_usage_fix() 579s 00:00 Executing Test_stdio() 579s 00:00 Executing Test_window_Cursor() 579s 00:00 Executing Test_window_SetHeight() 579s make: Leaving directory '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp/vim/src/testdir' 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: checking for leaked background processes... 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: waiting for tee/cat subprocesses... 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: cleaning up... 579s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: Exit status: 0 579s autopkgtest: DBG: testbed command exited with code 0 579s autopkgtest [14:56:03]: test command4: -----------------------] 579s autopkgtest: DBG: testbed executing test finished with exit status 0 579s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command4-stdout /tmp/autopkgtest-work.lah974o5/out/command4-stdout 579s autopkgtest: DBG: got reply from testbed: ok 579s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command4-stderr /tmp/autopkgtest-work.lah974o5/out/command4-stderr 580s autopkgtest: DBG: got reply from testbed: ok 580s command4 PASS 580s autopkgtest [14:56:04]: test command4: - - - - - - - - - - results - - - - - - - - - - 580s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command4-artifacts/ /tmp/autopkgtest-work.lah974o5/out/artifacts/ 580s autopkgtest: DBG: got reply from testbed: ok 580s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.Sx6iZ4/command4-artifacts', '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 580s autopkgtest: DBG: testbed command exited with code 0 580s autopkgtest [14:56:04]: test command5: preparing testbed 580s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['vim-nox', 'perl'], deps_new=['vim-nox', 'ruby'] 580s autopkgtest: DBG: testbed reset 580s autopkgtest: DBG: sending command to testbed: revert 653s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.Sx6iZ4 653s autopkgtest: DBG: sending command to testbed: print-execute-command 653s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.67_oq17z/runcmd 653s autopkgtest: DBG: sending command to testbed: capabilities 653s autopkgtest: DBG: got reply from testbed: ok reboot revert-full-system isolation-machine ok root-on-testbed suggested-normal-user=ubuntu revert 653s autopkgtest: DBG: testbed capabilities: ['reboot', 'revert-full-system', 'isolation-machine', 'ok', 'root-on-testbed', 'suggested-normal-user=ubuntu', 'revert', 'has_internet'] 653s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 653s autopkgtest: DBG: testbed command exited with code 0 653s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.Sx6iZ4/wrapper.sh 654s autopkgtest: DBG: got reply from testbed: ok 654s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/wrapper.sh'], kind short, sout raw, serr pipe, env [] 654s autopkgtest: DBG: testbed command exited with code 0 654s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 654s autopkgtest: DBG: testbed command exited with code 0 654s autopkgtest [14:57:18]: testbed dpkg architecture: s390x 654s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 654s autopkgtest: DBG: testbed command exited with code 0 654s autopkgtest [14:57:18]: testbed apt version: 2.9.27ubuntu1 654s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 654s autopkgtest: DBG: testbed command exited with code 0 654s autopkgtest: DBG: testbed has eatmydata 654s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 654s autopkgtest: DBG: testbed command exited with code 0 654s autopkgtest [14:57:18]: @@@@@@@@@@@@@@@@@@@@ test bed setup 654s 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 [] 655s autopkgtest: DBG: testbed command exited with code 0 655s autopkgtest [14:57:19]: testbed release detected to be: plucky 655s 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 [] 655s autopkgtest: DBG: testbed command exited with code 0 655s 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 [] 655s autopkgtest: DBG: testbed command exited with code 0 655s autopkgtest: DBG: adding APT source: Types: deb deb-src 655s URIs: http://ftpmaster.internal/ubuntu/ 655s Suites: plucky-proposed 655s Components: main restricted universe multiverse 655s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 655s 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 [] 655s autopkgtest: DBG: testbed command exited with code 0 655s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 655s Package: * 655s Pin: release plucky-proposed 655s Pin-Priority: 500 655s 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 [] 655s autopkgtest: DBG: testbed command exited with code 0 655s autopkgtest [14:57:19]: updating testbed package index (apt update) 655s 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'] 656s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 656s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 656s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 656s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 656s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [55.4 kB] 656s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [12.4 kB] 656s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 656s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 656s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [78.8 kB] 656s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [705 kB] 656s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [2680 B] 656s Fetched 1755 kB in 1s (1951 kB/s) 657s Reading package lists... 657s autopkgtest: DBG: testbed command exited with code 0 657s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 657s Package: * 657s Pin: release plucky-proposed 657s Pin-Priority: 100 657s 657s Package: src:ruby3.3:any 657s Pin: release plucky-proposed 657s Pin-Priority: 995 657s 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 [] 657s autopkgtest: DBG: testbed command exited with code 0 657s 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.Sx6iZ4/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 657s autopkgtest: DBG: testbed command exited with code 0 657s 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'] 658s + lsb_release --codename --short 658s + RELEASE=plucky 658s + cat 658s + [ plucky != trusty ] 658s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 658s Reading package lists... 658s Building dependency tree... 658s Reading state information... 658s Calculating upgrade... 658s The following packages were automatically installed and are no longer required: 658s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 658s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 658s linux-tools-6.11.0-8-generic 658s Use 'sudo apt autoremove' to remove them. 658s The following packages will be upgraded: 658s gir1.2-glib-2.0 libglib2.0-0t64 libglib2.0-data libgpgme11t64 libnetplan1 658s libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 libsasl2-2 658s libsasl2-modules libsasl2-modules-db netplan-generator netplan.io pci.ids 658s python3-idna python3-netplan python3.12-gdbm 658s 17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 658s Need to get 8193 kB of archives. 658s After this operation, 62.5 kB of additional disk space will be used. 658s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-glib-2.0 s390x 2.83.3-2 [182 kB] 658s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-0t64 s390x 2.83.3-2 [1583 kB] 659s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-data all 2.83.3-2 [52.7 kB] 659s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x netplan-generator s390x 1.1.2-2ubuntu1 [61.3 kB] 659s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netplan s390x 1.1.2-2ubuntu1 [24.4 kB] 659s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x netplan.io s390x 1.1.2-2ubuntu1 [68.6 kB] 659s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libnetplan1 s390x 1.1.2-2ubuntu1 [134 kB] 659s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 659s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 659s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 659s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x pci.ids all 0.0~2025.01.27-1 [284 kB] 659s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-gdbm s390x 3.12.9-1 [30.6 kB] 659s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.1-4ubuntu1 [154 kB] 659s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules-db s390x 2.1.28+dfsg1-8build1 [21.1 kB] 659s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-2 s390x 2.1.28+dfsg1-8build1 [56.8 kB] 659s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules s390x 2.1.28+dfsg1-8build1 [76.4 kB] 659s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x python3-idna all 3.10-1 [47.4 kB] 659s Fetched 8193 kB in 1s (7794 kB/s) 659s (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.) 659s Preparing to unpack .../00-gir1.2-glib-2.0_2.83.3-2_s390x.deb ... 659s Unpacking gir1.2-glib-2.0:s390x (2.83.3-2) over (2.83.3-1) ... 659s Preparing to unpack .../01-libglib2.0-0t64_2.83.3-2_s390x.deb ... 659s Unpacking libglib2.0-0t64:s390x (2.83.3-2) over (2.83.3-1) ... 659s Preparing to unpack .../02-libglib2.0-data_2.83.3-2_all.deb ... 659s Unpacking libglib2.0-data (2.83.3-2) over (2.83.3-1) ... 660s Preparing to unpack .../03-netplan-generator_1.1.2-2ubuntu1_s390x.deb ... 660s Adding 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 660s Unpacking netplan-generator (1.1.2-2ubuntu1) over (1.1.2-1) ... 660s Preparing to unpack .../04-python3-netplan_1.1.2-2ubuntu1_s390x.deb ... 660s /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. 660s for fn in glob1(directory, "%s.*" % fname): 660s Unpacking python3-netplan (1.1.2-2ubuntu1) over (1.1.2-1) ... 660s Preparing to unpack .../05-netplan.io_1.1.2-2ubuntu1_s390x.deb ... 660s Unpacking netplan.io (1.1.2-2ubuntu1) over (1.1.2-1) ... 660s Preparing to unpack .../06-libnetplan1_1.1.2-2ubuntu1_s390x.deb ... 660s Unpacking libnetplan1:s390x (1.1.2-2ubuntu1) over (1.1.2-1) ... 660s Preparing to unpack .../07-libpython3.12t64_3.12.9-1_s390x.deb ... 660s Unpacking libpython3.12t64:s390x (3.12.9-1) over (3.12.8-5) ... 660s Preparing to unpack .../08-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 660s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) over (3.12.8-5) ... 660s Preparing to unpack .../09-libpython3.12-minimal_3.12.9-1_s390x.deb ... 660s Unpacking libpython3.12-minimal:s390x (3.12.9-1) over (3.12.8-5) ... 660s Preparing to unpack .../10-pci.ids_0.0~2025.01.27-1_all.deb ... 660s Unpacking pci.ids (0.0~2025.01.27-1) over (0.0~2025.01.13-1) ... 660s Preparing to unpack .../11-python3.12-gdbm_3.12.9-1_s390x.deb ... 660s Unpacking python3.12-gdbm (3.12.9-1) over (3.12.8-5) ... 660s Preparing to unpack .../12-libgpgme11t64_1.24.1-4ubuntu1_s390x.deb ... 660s Unpacking libgpgme11t64:s390x (1.24.1-4ubuntu1) over (1.24.1-3ubuntu1) ... 660s Preparing to unpack .../13-libsasl2-modules-db_2.1.28+dfsg1-8build1_s390x.deb ... 660s Unpacking libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 660s Preparing to unpack .../14-libsasl2-2_2.1.28+dfsg1-8build1_s390x.deb ... 660s Unpacking libsasl2-2:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 660s Preparing to unpack .../15-libsasl2-modules_2.1.28+dfsg1-8build1_s390x.deb ... 660s Unpacking libsasl2-modules:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 660s Preparing to unpack .../16-python3-idna_3.10-1_all.deb ... 660s /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. 660s for fn in glob1(directory, "%s.*" % fname): 660s Unpacking python3-idna (3.10-1) over (3.8-2) ... 660s Setting up pci.ids (0.0~2025.01.27-1) ... 660s Setting up python3.12-gdbm (3.12.9-1) ... 660s Setting up libsasl2-modules:s390x (2.1.28+dfsg1-8build1) ... 660s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 660s Setting up libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) ... 660s Setting up libglib2.0-0t64:s390x (2.83.3-2) ... 660s No schema files found: doing nothing. 660s Setting up libglib2.0-data (2.83.3-2) ... 660s Setting up python3-idna (3.10-1) ... 660s Setting up gir1.2-glib-2.0:s390x (2.83.3-2) ... 660s Setting up libsasl2-2:s390x (2.1.28+dfsg1-8build1) ... 660s Setting up libgpgme11t64:s390x (1.24.1-4ubuntu1) ... 660s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 660s Setting up libnetplan1:s390x (1.1.2-2ubuntu1) ... 660s Setting up libpython3.12t64:s390x (3.12.9-1) ... 660s Setting up python3-netplan (1.1.2-2ubuntu1) ... 660s Setting up netplan-generator (1.1.2-2ubuntu1) ... 660s Removing 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 660s Setting up netplan.io (1.1.2-2ubuntu1) ... 660s Processing triggers for libc-bin (2.40-4ubuntu1) ... 660s Processing triggers for man-db (2.13.0-1) ... 661s Processing triggers for dbus (1.14.10-4ubuntu5) ... 661s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 661s + /usr/lib/apt/apt-helper analyze-pattern ?true 661s + uname -r 661s + sed s/\./\\./g 661s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 661s + apt list ?obsolete 661s + tail -n+2+ cut -d/ -f1 661s 661s + grep -v ^linux-.*6\.12\.0-12-generic.* 661s + true 661s + obsolete_pkgs= 661s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 661s Reading package lists... 661s Building dependency tree... 661s Reading state information... 661s The following packages will be REMOVED: 661s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 661s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 661s linux-tools-6.11.0-8-generic* 662s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 662s After this operation, 143 MB disk space will be freed. 662s (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.) 662s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 662s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 663s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 663s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 663s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 663s (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.) 663s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 663s + grep -q trusty /etc/lsb-release 663s + [ ! -d /usr/share/doc/unattended-upgrades ] 663s + [ ! -d /usr/share/doc/lxd ] 663s + [ ! -d /usr/share/doc/lxd-client ] 663s + [ ! -d /usr/share/doc/snapd ] 663s + type iptables 663s + cat 663s + chmod 755 /etc/rc.local 663s + . /etc/rc.local 663s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 663s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 663s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 663s + uname -m 663s + [ s390x = ppc64le ] 663s + [ -d /run/systemd/system ] 663s + systemd-detect-virt --quiet --vm 663s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 663s + cat 663s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 663s + echo COMPRESS=lz4 663s autopkgtest: DBG: testbed command exited with code 0 663s autopkgtest [14:57:27]: upgrading testbed (apt dist-upgrade and autopurge) 663s 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'] 663s Reading package lists... 663s Building dependency tree... 663s Reading state information... 663s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 663s Starting 2 pkgProblemResolver with broken count: 0 663s Done 664s Entering ResolveByKeep 664s 664s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 664s autopkgtest: DBG: testbed command exited with code 0 664s 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'] 664s Reading package lists... 664s Building dependency tree... 664s Reading state information... 664s Starting pkgProblemResolver with broken count: 0 664s Starting 2 pkgProblemResolver with broken count: 0 664s Done 664s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 664s autopkgtest: DBG: testbed command exited with code 0 664s 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.Sx6iZ4/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 665s autopkgtest: DBG: testbed command exited with code 1 665s autopkgtest [14:57:29]: rebooting testbed after setup commands that affected boot 665s autopkgtest: DBG: sending command to testbed: reboot 682s autopkgtest: DBG: got reply from testbed: ok 682s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 682s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 682s autopkgtest: DBG: testbed command exited with code 0 682s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot 682s autopkgtest: DBG: got reply from testbed: ok 682s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 682s autopkgtest: DBG: testbed command exited with code 0 682s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 683s autopkgtest: DBG: testbed command exited with code 0 683s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 683s autopkgtest: DBG: testbed command exited with code 0 683s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 683s autopkgtest: DBG: testbed command exited with code 0 683s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare 683s autopkgtest: DBG: got reply from testbed: ok 683s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 683s autopkgtest: DBG: testbed command exited with code 0 683s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 683s autopkgtest: DBG: testbed command exited with code 0 683s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 684s autopkgtest: DBG: testbed command exited with code 0 684s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Sx6iZ4/testbed-packages"], kind short, sout raw, serr pipe, env [] 684s autopkgtest: DBG: testbed command exited with code 0 684s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/testbed-packages /tmp/autopkgtest-work.lah974o5/out/testbed-packages 684s autopkgtest: DBG: got reply from testbed: ok 684s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 684s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 684s autopkgtest: DBG: testbed command exited with code 0 684s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot 684s autopkgtest: DBG: got reply from testbed: ok 684s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 684s autopkgtest: DBG: testbed command exited with code 0 684s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 685s autopkgtest: DBG: testbed command exited with code 0 685s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 685s autopkgtest: DBG: testbed command exited with code 0 685s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4'], kind short, sout raw, serr pipe, env [] 685s autopkgtest: DBG: testbed command exited with code 0 685s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare 685s autopkgtest: DBG: got reply from testbed: ok 685s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 685s autopkgtest: DBG: testbed command exited with code 0 685s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Sx6iZ4/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 686s autopkgtest: DBG: testbed command exited with code 0 686s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 686s autopkgtest: DBG: testbed command exited with code 0 686s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 686s autopkgtest: DBG: install_deps: deps_new=['vim-nox', 'ruby'] 686s autopkgtest: DBG: install-deps: satisfying vim-nox, ruby 686s autopkgtest: DBG: can use apt-get on testbed: True 686s 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', 'vim-nox, ruby'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 686s Reading package lists... 686s Building dependency tree... 686s Reading state information... 686s Starting pkgProblemResolver with broken count: 0 686s Starting 2 pkgProblemResolver with broken count: 0 686s Done 686s The following NEW packages will be installed: 686s liblua5.1-0 libruby libruby3.3 libsodium23 libtcl8.6 rake ruby 686s ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert 686s ruby-rubygems ruby-test-unit ruby-webrick ruby-xmlrpc ruby3.3 686s rubygems-integration vim-nox vim-runtime 687s 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded. 687s Need to get 16.9 MB of archives. 687s After this operation, 80.9 MB of additional disk space will be used. 687s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x liblua5.1-0 s390x 5.1.5-10 [130 kB] 687s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x rubygems-integration all 1.18ubuntu1 [5528 B] 687s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ruby3.3 s390x 3.3.7-1ubuntu1 [48.9 kB] 687s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-rubygems all 3.4.20-1 [238 kB] 687s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x ruby s390x 1:3.3~ubuntu3 [3618 B] 687s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x rake all 13.2.1-1 [45.8 kB] 687s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-did-you-mean all 1.6.3-2 [14.8 kB] 687s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-minitest all 5.22.3-1ubuntu1 [48.0 kB] 687s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-net-telnet all 0.2.0-1 [13.3 kB] 687s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-power-assert all 2.0.3-1 [12.0 kB] 687s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-test-unit all 3.6.2-1 [67.0 kB] 687s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-webrick all 1.8.1-1ubuntu1 [52.6 kB] 687s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-xmlrpc all 0.3.3-2 [24.8 kB] 687s Get:14 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libruby3.3 s390x 3.3.7-1ubuntu1 [5871 kB] 687s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libruby s390x 1:3.3~ubuntu3 [5038 B] 687s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 687s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 687s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x vim-runtime all 2:9.1.0861-1ubuntu1 [7455 kB] 688s Get:19 http://ftpmaster.internal/ubuntu plucky/universe s390x vim-nox s390x 2:9.1.0861-1ubuntu1 [1683 kB] 688s Fetched 16.9 MB in 1s (11.4 MB/s) 688s Selecting previously unselected package liblua5.1-0:s390x. 688s (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.) 688s Preparing to unpack .../00-liblua5.1-0_5.1.5-10_s390x.deb ... 688s Unpacking liblua5.1-0:s390x (5.1.5-10) ... 688s Selecting previously unselected package rubygems-integration. 688s Preparing to unpack .../01-rubygems-integration_1.18ubuntu1_all.deb ... 688s Unpacking rubygems-integration (1.18ubuntu1) ... 688s Selecting previously unselected package ruby3.3. 688s Preparing to unpack .../02-ruby3.3_3.3.7-1ubuntu1_s390x.deb ... 688s Unpacking ruby3.3 (3.3.7-1ubuntu1) ... 688s Selecting previously unselected package ruby-rubygems. 688s Preparing to unpack .../03-ruby-rubygems_3.4.20-1_all.deb ... 688s Unpacking ruby-rubygems (3.4.20-1) ... 688s Selecting previously unselected package ruby. 688s Preparing to unpack .../04-ruby_1%3a3.3~ubuntu3_s390x.deb ... 688s Unpacking ruby (1:3.3~ubuntu3) ... 688s Selecting previously unselected package rake. 688s Preparing to unpack .../05-rake_13.2.1-1_all.deb ... 688s Unpacking rake (13.2.1-1) ... 688s Selecting previously unselected package ruby-did-you-mean. 688s Preparing to unpack .../06-ruby-did-you-mean_1.6.3-2_all.deb ... 688s Unpacking ruby-did-you-mean (1.6.3-2) ... 688s Selecting previously unselected package ruby-minitest. 688s Preparing to unpack .../07-ruby-minitest_5.22.3-1ubuntu1_all.deb ... 688s Unpacking ruby-minitest (5.22.3-1ubuntu1) ... 688s Selecting previously unselected package ruby-net-telnet. 688s Preparing to unpack .../08-ruby-net-telnet_0.2.0-1_all.deb ... 688s Unpacking ruby-net-telnet (0.2.0-1) ... 688s Selecting previously unselected package ruby-power-assert. 688s Preparing to unpack .../09-ruby-power-assert_2.0.3-1_all.deb ... 688s Unpacking ruby-power-assert (2.0.3-1) ... 688s Selecting previously unselected package ruby-test-unit. 688s Preparing to unpack .../10-ruby-test-unit_3.6.2-1_all.deb ... 688s Unpacking ruby-test-unit (3.6.2-1) ... 688s Selecting previously unselected package ruby-webrick. 688s Preparing to unpack .../11-ruby-webrick_1.8.1-1ubuntu1_all.deb ... 688s Unpacking ruby-webrick (1.8.1-1ubuntu1) ... 688s Selecting previously unselected package ruby-xmlrpc. 688s Preparing to unpack .../12-ruby-xmlrpc_0.3.3-2_all.deb ... 688s Unpacking ruby-xmlrpc (0.3.3-2) ... 688s Selecting previously unselected package libruby3.3:s390x. 688s Preparing to unpack .../13-libruby3.3_3.3.7-1ubuntu1_s390x.deb ... 688s Unpacking libruby3.3:s390x (3.3.7-1ubuntu1) ... 689s Selecting previously unselected package libruby:s390x. 689s Preparing to unpack .../14-libruby_1%3a3.3~ubuntu3_s390x.deb ... 689s Unpacking libruby:s390x (1:3.3~ubuntu3) ... 689s Selecting previously unselected package libsodium23:s390x. 689s Preparing to unpack .../15-libsodium23_1.0.18-1build3_s390x.deb ... 689s Unpacking libsodium23:s390x (1.0.18-1build3) ... 689s Selecting previously unselected package libtcl8.6:s390x. 689s Preparing to unpack .../16-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 689s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 689s Selecting previously unselected package vim-runtime. 689s Preparing to unpack .../17-vim-runtime_2%3a9.1.0861-1ubuntu1_all.deb ... 689s Adding 'diversion of /usr/share/vim/vim91/doc/help.txt to /usr/share/vim/vim91/doc/help.txt.vim-tiny by vim-runtime' 689s Adding 'diversion of /usr/share/vim/vim91/doc/tags to /usr/share/vim/vim91/doc/tags.vim-tiny by vim-runtime' 689s Unpacking vim-runtime (2:9.1.0861-1ubuntu1) ... 689s Selecting previously unselected package vim-nox. 689s Preparing to unpack .../18-vim-nox_2%3a9.1.0861-1ubuntu1_s390x.deb ... 689s Unpacking vim-nox (2:9.1.0861-1ubuntu1) ... 689s Setting up libsodium23:s390x (1.0.18-1build3) ... 689s Setting up ruby-power-assert (2.0.3-1) ... 689s Setting up rubygems-integration (1.18ubuntu1) ... 689s Setting up ruby-minitest (5.22.3-1ubuntu1) ... 689s Setting up ruby-test-unit (3.6.2-1) ... 689s Setting up ruby-net-telnet (0.2.0-1) ... 689s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 689s Setting up ruby-webrick (1.8.1-1ubuntu1) ... 689s Setting up liblua5.1-0:s390x (5.1.5-10) ... 689s Setting up ruby-did-you-mean (1.6.3-2) ... 689s Setting up vim-runtime (2:9.1.0861-1ubuntu1) ... 689s Setting up ruby-xmlrpc (0.3.3-2) ... 689s Setting up rake (13.2.1-1) ... 689s Setting up libruby3.3:s390x (3.3.7-1ubuntu1) ... 689s Setting up ruby-rubygems (3.4.20-1) ... 689s Setting up ruby3.3 (3.3.7-1ubuntu1) ... 689s Setting up vim-nox (2:9.1.0861-1ubuntu1) ... 689s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/ex (ex) in auto mode 689s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rview (rview) in auto mode 689s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rvim (rvim) in auto mode 689s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vi (vi) in auto mode 689s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/view (view) in auto mode 689s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vim (vim) in auto mode 689s update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vimdiff (vimdiff) in auto mode 689s Setting up libruby:s390x (1:3.3~ubuntu3) ... 689s Setting up ruby (1:3.3~ubuntu3) ... 689s Processing triggers for libc-bin (2.40-4ubuntu1) ... 689s Processing triggers for man-db (2.13.0-1) ... 690s autopkgtest: DBG: testbed command exited with code 0 690s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vim-nox'], kind short, sout pipe, serr pipe, env [] 690s autopkgtest: DBG: testbed command exited with code 0 690s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Sx6iZ4/command5-packages.all"], kind short, sout raw, serr pipe, env [] 690s autopkgtest: DBG: testbed command exited with code 0 690s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command5-packages.all /tmp/autopkgtest-work.lah974o5/out/command5-packages.all 690s autopkgtest: DBG: got reply from testbed: ok 690s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.Sx6iZ4/build.UG6/src'], kind short, sout raw, serr raw, env [] 690s autopkgtest: DBG: testbed command exited with code 1 690s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Sx6iZ4/build.UG6'], kind short, sout raw, serr pipe, env [] 691s autopkgtest: DBG: testbed command exited with code 0 691s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.lah974o5/out/tests-tree/ /tmp/autopkgtest.Sx6iZ4/build.UG6/src/ 699s autopkgtest: DBG: got reply from testbed: ok 699s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.Sx6iZ4/build.UG6/src'], kind short, sout raw, serr pipe, env [] 700s autopkgtest: DBG: testbed command exited with code 0 700s autopkgtest [14:58:04]: test command5: ./debian/tests/upstreamtest test_ruby.res 700s autopkgtest [14:58:04]: test command5: [----------------------- 700s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', "set -e; exec /tmp/autopkgtest.Sx6iZ4/wrapper.sh --debug --artifacts=/tmp/autopkgtest.Sx6iZ4/command5-artifacts --chdir=/tmp/autopkgtest.Sx6iZ4/build.UG6/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.Sx6iZ4/command5-stderr --stdout=/tmp/autopkgtest.Sx6iZ4/command5-stdout --tmp=/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 -- bash -ec './debian/tests/upstreamtest test_ruby.res'"], kind test, sout raw, serr raw, env [] 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.Sx6iZ4/command5-artifacts 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: changing to directory: /tmp/autopkgtest.Sx6iZ4/build.UG6/src 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: LANG=C.UTF-8 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LANGUAGE 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_ADDRESS 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_ALL 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_COLLATE 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_CTYPE 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_IDENTIFICATION 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MEASUREMENT 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MESSAGES 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_MONETARY 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_NAME 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_NUMERIC 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_PAPER 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_TELEPHONE 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: unsetting environment: LC_TIME 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: pretending to be a login shell 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will write standard error to /tmp/autopkgtest.Sx6iZ4/command5-stderr 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: will write stdout to /tmp/autopkgtest.Sx6iZ4/command5-stdout 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: command to run: bash -ec ./debian/tests/upstreamtest test_ruby.res 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: copying /tmp/tmp.rlVxNgnfNc/out to stdout and file: /tmp/autopkgtest.Sx6iZ4/command5-stdout 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: copying /tmp/tmp.rlVxNgnfNc/err to standard error and file: /tmp/autopkgtest.Sx6iZ4/command5-stdout 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: writing script pid 1388 to /tmp/autopkgtest_script_pid 700s make: Entering directory '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp/vim/src/testdir' 700s if test -n "${ASAN_OPTIONS}"; then \ 700s ASAN_OPTIONS="${ASAN_OPTIONS}_test_ruby" UBSAN_OPTIONS="${UBSAN_OPTIONS}_test_ruby" VIMRUNTIME=/tmp/autopkgtest.Sx6iZ4/build.UG6/src/runtime /usr/bin/vim -f -u unix.vim --gui-dialog-file guidialog -U NONE --noplugin --not-a-term -S runtest.vim test_ruby.vim --cmd 'au SwapExists * let v:swapchoice = "e"' | LC_ALL=C awk '/Executing Test_/{match($0, "([0-9][0-9]:[0-9][0-9] *)?Executing Test_[^\\)]*\\)"); print substr($0, RSTART, RLENGTH) "\r"; fflush()}' ; \ 700s else \ 700s VIMRUNTIME=/tmp/autopkgtest.Sx6iZ4/build.UG6/src/runtime /usr/bin/vim -f -u unix.vim --gui-dialog-file guidialog -U NONE --noplugin --not-a-term -S runtest.vim test_ruby.vim --cmd 'au SwapExists * let v:swapchoice = "e"' | LC_ALL=C awk '/Executing Test_/{match($0, "([0-9][0-9]:[0-9][0-9] *)?Executing Test_[^\\)]*\\)"); print substr($0, RSTART, RLENGTH) "\r"; fflush()}' ; \ 700s fi 700s 00:00 Executing Test_ruby_Vim_blob() 700s 00:00 Executing Test_ruby_Vim_buffer_count() 700s 00:00 Executing Test_ruby_Vim_buffer_current() 700s 00:00 Executing Test_ruby_Vim_buffer_get() 700s 00:00 Executing Test_ruby_Vim_command() 700s 00:00 Executing Test_ruby_Vim_evaluate() 700s 00:00 Executing Test_ruby_Vim_evaluate_dict() 700s 00:00 Executing Test_ruby_Vim_evaluate_list() 700s 00:00 Executing Test_ruby_Vim_message() 700s 00:00 Executing Test_ruby_Vim_set_option() 700s 00:00 Executing Test_ruby_Vim_window_count() 700s 00:00 Executing Test_ruby_Vim_window_current() 700s 00:00 Executing Test_ruby_Vim_window_get() 700s 00:00 Executing Test_ruby_buffer_append() 700s 00:00 Executing Test_ruby_buffer_count() 700s 00:00 Executing Test_ruby_buffer_delete() 700s 00:00 Executing Test_ruby_buffer_get() 700s 00:00 Executing Test_ruby_buffer_line() 700s 00:00 Executing Test_ruby_buffer_line_number() 700s 00:00 Executing Test_ruby_buffer_name() 700s 00:00 Executing Test_ruby_buffer_number() 700s 00:00 Executing Test_ruby_buffer_set() 700s 00:00 Executing Test_ruby_change_buffer() 700s 00:00 Executing Test_ruby_heredoc() 700s 00:00 Executing Test_ruby_p() 700s 00:00 Executing Test_ruby_print() 700s 00:00 Executing Test_ruby_set_cursor() 700s 00:00 Executing Test_ruby_window_buffer() 700s 00:00 Executing Test_ruby_window_height() 700s 00:00 Executing Test_ruby_window_width() 700s 00:00 Executing Test_rubydo() 700s 00:00 Executing Test_rubydo_dollar_underscore() 700s 00:00 Executing Test_rubyeval_error() 700s 00:00 Executing Test_rubyfile() 700s make: Leaving directory '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp/vim/src/testdir' 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: checking for leaked background processes... 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: waiting for tee/cat subprocesses... 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: cleaning up... 700s /tmp/autopkgtest.Sx6iZ4/wrapper.sh: Exit status: 0 700s autopkgtest: DBG: testbed command exited with code 0 700s autopkgtest [14:58:04]: test command5: -----------------------] 700s autopkgtest: DBG: testbed executing test finished with exit status 0 700s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command5-stdout /tmp/autopkgtest-work.lah974o5/out/command5-stdout 700s autopkgtest: DBG: got reply from testbed: ok 700s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command5-stderr /tmp/autopkgtest-work.lah974o5/out/command5-stderr 701s autopkgtest: DBG: got reply from testbed: ok 701s command5 PASS 701s autopkgtest [14:58:05]: test command5: - - - - - - - - - - results - - - - - - - - - - 701s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Sx6iZ4/command5-artifacts/ /tmp/autopkgtest-work.lah974o5/out/artifacts/ 701s autopkgtest: DBG: got reply from testbed: ok 701s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.Sx6iZ4/command5-artifacts', '/tmp/autopkgtest.Sx6iZ4/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 701s autopkgtest: DBG: testbed command exited with code 0 701s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 701s autopkgtest [14:58:05]: @@@@@@@@@@@@@@@@@@@@ summary 701s command1 PASS (superficial) 701s command2 PASS 701s command3 PASS 701s command4 PASS 701s command5 PASS 701s autopkgtest: DBG: testbed stop 701s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.Sx6iZ4 701s autopkgtest: DBG: sending command to testbed: close 706s autopkgtest: DBG: got reply from testbed: ok 706s autopkgtest: DBG: sending command to testbed: quit 706s nova [W] Using flock in prodstack6-s390x 706s Creating nova instance adt-plucky-s390x-vim-20250207-144623-juju-7f2275-prod-proposed-migration-environment-15-559d9795-8e16-427f-ac0f-c58473c85194 from image adt/ubuntu-plucky-s390x-server-20250207.img (UUID e3aa55f2-b1ba-4605-b146-c2987438f3dd)... 706s nova [W] Timed out waiting for 32bb0c7e-9b1e-4c8a-9045-9ba3942469e9 to get deleted. 706s nova [W] Using flock in prodstack6-s390x 706s flock: timeout while waiting to get lock 706s Creating nova instance adt-plucky-s390x-vim-20250207-144623-juju-7f2275-prod-proposed-migration-environment-15-559d9795-8e16-427f-ac0f-c58473c85194 from image adt/ubuntu-plucky-s390x-server-20250207.img (UUID e3aa55f2-b1ba-4605-b146-c2987438f3dd)... 706s nova [W] Timed out waiting for 8ac1f2dc-2fd3-4399-b61e-f7687fdfbb9e to get deleted. 706s nova [W] Using flock in prodstack6-s390x 706s Creating nova instance adt-plucky-s390x-vim-20250207-144623-juju-7f2275-prod-proposed-migration-environment-15-559d9795-8e16-427f-ac0f-c58473c85194 from image adt/ubuntu-plucky-s390x-server-20250207.img (UUID e3aa55f2-b1ba-4605-b146-c2987438f3dd)... 706s nova [W] Timed out waiting for 977f728b-50a8-4024-8d94-4b31541e23ac to get deleted. 706s nova [W] Using flock in prodstack6-s390x 706s Creating nova instance adt-plucky-s390x-vim-20250207-144623-juju-7f2275-prod-proposed-migration-environment-15-559d9795-8e16-427f-ac0f-c58473c85194 from image adt/ubuntu-plucky-s390x-server-20250207.img (UUID e3aa55f2-b1ba-4605-b146-c2987438f3dd)... 706s nova [W] Timed out waiting for fe60555a-e772-490e-85ec-6bdc8d97858f to get deleted. 706s nova [W] Using flock in prodstack6-s390x 706s Creating nova instance adt-plucky-s390x-vim-20250207-144623-juju-7f2275-prod-proposed-migration-environment-15-559d9795-8e16-427f-ac0f-c58473c85194 from image adt/ubuntu-plucky-s390x-server-20250207.img (UUID e3aa55f2-b1ba-4605-b146-c2987438f3dd)... 706s nova [W] Timed out waiting for 5ccfcfd0-4411-4ce3-a203-1a3e3bbd8b1b to get deleted.