0s autopkgtest: DBG: testbed init 0s autopkgtest [14:38:25]: starting date and time: 2025-02-07 14:38:25+0000 0s autopkgtest [14:38:25]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [14:38:25]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.bihhdmve/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:ruby3.3 --apt-upgrade dislocker --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-4.secgroup --name adt-plucky-s390x-dislocker-20250207-143825-juju-7f2275-prod-proposed-migration-environment-15-8c1ee8da-b64f-4a05-9a11-91777f6b4aaa --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 0s autopkgtest: DBG: got reply from testbed: ok 0s autopkgtest: DBG: testbed open, scratch=None 0s autopkgtest: DBG: sending command to testbed: open 374s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.aE45GE 374s autopkgtest: DBG: sending command to testbed: print-execute-command 374s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.5tp_io01/runcmd 374s autopkgtest: DBG: sending command to testbed: capabilities 374s autopkgtest: DBG: got reply from testbed: ok isolation-machine suggested-normal-user=ubuntu reboot revert revert-full-system root-on-testbed 374s autopkgtest: DBG: testbed capabilities: ['isolation-machine', 'suggested-normal-user=ubuntu', 'reboot', 'revert', 'revert-full-system', 'root-on-testbed', 'has_internet'] 374s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.aE45GE'], kind short, sout raw, serr pipe, env [] 374s autopkgtest: DBG: testbed command exited with code 0 374s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.aE45GE/wrapper.sh 375s autopkgtest: DBG: got reply from testbed: ok 375s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.aE45GE/wrapper.sh'], kind short, sout raw, serr pipe, env [] 375s autopkgtest: DBG: testbed command exited with code 0 375s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 375s autopkgtest: DBG: testbed command exited with code 0 375s autopkgtest [14:44:40]: testbed dpkg architecture: s390x 375s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 375s autopkgtest: DBG: testbed command exited with code 0 375s autopkgtest [14:44:40]: testbed apt version: 2.9.27ubuntu1 375s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 375s autopkgtest: DBG: testbed command exited with code 0 375s autopkgtest: DBG: testbed has eatmydata 375s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 376s autopkgtest: DBG: testbed command exited with code 0 376s autopkgtest [14:44:41]: @@@@@@@@@@@@@@@@@@@@ test bed setup 376s 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 [] 376s autopkgtest: DBG: testbed command exited with code 0 376s autopkgtest [14:44:41]: testbed release detected to be: None 376s 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 [] 376s autopkgtest: DBG: testbed command exited with code 0 376s 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 [] 376s autopkgtest: DBG: testbed command exited with code 0 376s autopkgtest: DBG: adding APT source: Types: deb deb-src 376s URIs: http://ftpmaster.internal/ubuntu/ 376s Suites: plucky-proposed 376s Components: main restricted universe multiverse 376s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 376s 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 [] 377s autopkgtest: DBG: testbed command exited with code 0 377s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 377s Package: * 377s Pin: release plucky-proposed 377s Pin-Priority: 500 377s 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 [] 377s autopkgtest: DBG: testbed command exited with code 0 377s autopkgtest [14:44:42]: updating testbed package index (apt update) 377s 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'] 377s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 377s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 378s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 378s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 378s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [12.4 kB] 378s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 378s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 378s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [55.4 kB] 378s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [78.8 kB] 378s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [705 kB] 378s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [2680 B] 378s Fetched 1755 kB in 1s (1544 kB/s) 379s Reading package lists... 379s autopkgtest: DBG: testbed command exited with code 0 379s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 379s Package: * 379s Pin: release plucky-proposed 379s Pin-Priority: 100 379s 379s Package: src:ruby3.3:any 379s Pin: release plucky-proposed 379s Pin-Priority: 995 379s 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 [] 379s autopkgtest: DBG: testbed command exited with code 0 379s 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.aE45GE/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 380s autopkgtest: DBG: testbed command exited with code 0 380s 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'] 380s + lsb_release --codename --short 380s + RELEASE=plucky 380s + cat 380s + [ plucky != trusty ] 380s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 380s Reading package lists... 380s Building dependency tree... 380s Reading state information... 380s Calculating upgrade... 380s The following packages were automatically installed and are no longer required: 380s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 380s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 380s linux-tools-6.11.0-8-generic 380s Use 'sudo apt autoremove' to remove them. 380s The following packages will be upgraded: 380s gir1.2-glib-2.0 libglib2.0-0t64 libglib2.0-data libgpgme11t64 libnetplan1 380s libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 libsasl2-2 380s libsasl2-modules libsasl2-modules-db netplan-generator netplan.io pci.ids 380s python3-idna python3-netplan python3.12-gdbm 380s 17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 380s Need to get 8193 kB of archives. 380s After this operation, 62.5 kB of additional disk space will be used. 380s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-glib-2.0 s390x 2.83.3-2 [182 kB] 381s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-0t64 s390x 2.83.3-2 [1583 kB] 381s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-data all 2.83.3-2 [52.7 kB] 381s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x netplan-generator s390x 1.1.2-2ubuntu1 [61.3 kB] 381s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netplan s390x 1.1.2-2ubuntu1 [24.4 kB] 381s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x netplan.io s390x 1.1.2-2ubuntu1 [68.6 kB] 381s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libnetplan1 s390x 1.1.2-2ubuntu1 [134 kB] 381s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 381s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 382s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 382s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x pci.ids all 0.0~2025.01.27-1 [284 kB] 382s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-gdbm s390x 3.12.9-1 [30.6 kB] 382s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.1-4ubuntu1 [154 kB] 382s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules-db s390x 2.1.28+dfsg1-8build1 [21.1 kB] 382s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-2 s390x 2.1.28+dfsg1-8build1 [56.8 kB] 382s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libsasl2-modules s390x 2.1.28+dfsg1-8build1 [76.4 kB] 382s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x python3-idna all 3.10-1 [47.4 kB] 382s Fetched 8193 kB in 2s (4968 kB/s) 382s (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.) 382s Preparing to unpack .../00-gir1.2-glib-2.0_2.83.3-2_s390x.deb ... 382s Unpacking gir1.2-glib-2.0:s390x (2.83.3-2) over (2.83.3-1) ... 382s Preparing to unpack .../01-libglib2.0-0t64_2.83.3-2_s390x.deb ... 382s Unpacking libglib2.0-0t64:s390x (2.83.3-2) over (2.83.3-1) ... 382s Preparing to unpack .../02-libglib2.0-data_2.83.3-2_all.deb ... 382s Unpacking libglib2.0-data (2.83.3-2) over (2.83.3-1) ... 382s Preparing to unpack .../03-netplan-generator_1.1.2-2ubuntu1_s390x.deb ... 382s Adding 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 382s Unpacking netplan-generator (1.1.2-2ubuntu1) over (1.1.2-1) ... 382s Preparing to unpack .../04-python3-netplan_1.1.2-2ubuntu1_s390x.deb ... 383s /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. 383s for fn in glob1(directory, "%s.*" % fname): 383s Unpacking python3-netplan (1.1.2-2ubuntu1) over (1.1.2-1) ... 383s Preparing to unpack .../05-netplan.io_1.1.2-2ubuntu1_s390x.deb ... 383s Unpacking netplan.io (1.1.2-2ubuntu1) over (1.1.2-1) ... 383s Preparing to unpack .../06-libnetplan1_1.1.2-2ubuntu1_s390x.deb ... 383s Unpacking libnetplan1:s390x (1.1.2-2ubuntu1) over (1.1.2-1) ... 383s Preparing to unpack .../07-libpython3.12t64_3.12.9-1_s390x.deb ... 383s Unpacking libpython3.12t64:s390x (3.12.9-1) over (3.12.8-5) ... 383s Preparing to unpack .../08-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 383s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) over (3.12.8-5) ... 383s Preparing to unpack .../09-libpython3.12-minimal_3.12.9-1_s390x.deb ... 383s Unpacking libpython3.12-minimal:s390x (3.12.9-1) over (3.12.8-5) ... 383s Preparing to unpack .../10-pci.ids_0.0~2025.01.27-1_all.deb ... 383s Unpacking pci.ids (0.0~2025.01.27-1) over (0.0~2025.01.13-1) ... 383s Preparing to unpack .../11-python3.12-gdbm_3.12.9-1_s390x.deb ... 383s Unpacking python3.12-gdbm (3.12.9-1) over (3.12.8-5) ... 383s Preparing to unpack .../12-libgpgme11t64_1.24.1-4ubuntu1_s390x.deb ... 383s Unpacking libgpgme11t64:s390x (1.24.1-4ubuntu1) over (1.24.1-3ubuntu1) ... 383s Preparing to unpack .../13-libsasl2-modules-db_2.1.28+dfsg1-8build1_s390x.deb ... 383s Unpacking libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 383s Preparing to unpack .../14-libsasl2-2_2.1.28+dfsg1-8build1_s390x.deb ... 383s Unpacking libsasl2-2:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 383s Preparing to unpack .../15-libsasl2-modules_2.1.28+dfsg1-8build1_s390x.deb ... 383s Unpacking libsasl2-modules:s390x (2.1.28+dfsg1-8build1) over (2.1.28+dfsg1-8) ... 383s Preparing to unpack .../16-python3-idna_3.10-1_all.deb ... 383s /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. 383s for fn in glob1(directory, "%s.*" % fname): 383s Unpacking python3-idna (3.10-1) over (3.8-2) ... 383s Setting up pci.ids (0.0~2025.01.27-1) ... 383s Setting up python3.12-gdbm (3.12.9-1) ... 383s Setting up libsasl2-modules:s390x (2.1.28+dfsg1-8build1) ... 383s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 383s Setting up libsasl2-modules-db:s390x (2.1.28+dfsg1-8build1) ... 383s Setting up libglib2.0-0t64:s390x (2.83.3-2) ... 383s No schema files found: doing nothing. 383s Setting up libglib2.0-data (2.83.3-2) ... 383s Setting up python3-idna (3.10-1) ... 383s Setting up gir1.2-glib-2.0:s390x (2.83.3-2) ... 383s Setting up libsasl2-2:s390x (2.1.28+dfsg1-8build1) ... 383s Setting up libgpgme11t64:s390x (1.24.1-4ubuntu1) ... 383s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 383s Setting up libnetplan1:s390x (1.1.2-2ubuntu1) ... 383s Setting up libpython3.12t64:s390x (3.12.9-1) ... 383s Setting up python3-netplan (1.1.2-2ubuntu1) ... 383s Setting up netplan-generator (1.1.2-2ubuntu1) ... 383s Removing 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 383s Setting up netplan.io (1.1.2-2ubuntu1) ... 383s Processing triggers for libc-bin (2.40-4ubuntu1) ... 383s Processing triggers for man-db (2.13.0-1) ... 384s Processing triggers for dbus (1.14.10-4ubuntu5) ... 384s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 384s + /usr/lib/apt/apt-helper analyze-pattern ?true 384s + uname -r+ sed s/\./\\./g 384s 384s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 384s + apt list ?obsolete 384s + + tail -n+2 384s grep -v ^linux-.*6\.12\.0-12-generic.* 384s + cut -d/ -f1 384s + true 384s + obsolete_pkgs= 384s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 384s Reading package lists... 384s Building dependency tree... 384s Reading state information... 385s The following packages will be REMOVED: 385s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 385s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 385s linux-tools-6.11.0-8-generic* 385s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 385s After this operation, 143 MB disk space will be freed. 385s (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.) 385s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 385s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 386s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 386s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 386s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 386s (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.) 386s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 387s + grep -q trusty /etc/lsb-release 387s + [ ! -d /usr/share/doc/unattended-upgrades ] 387s + [ ! -d /usr/share/doc/lxd ] 387s + [ ! -d /usr/share/doc/lxd-client ] 387s + [ ! -d /usr/share/doc/snapd ] 387s + type iptables 387s + cat 387s + chmod 755 /etc/rc.local 387s + . /etc/rc.local 387s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 387s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 387s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 387s + uname -m 387s + [ s390x = ppc64le ] 387s + [ -d /run/systemd/system ] 387s + systemd-detect-virt --quiet --vm 387s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 387s + cat 387s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 387s + echo COMPRESS=lz4 387s autopkgtest: DBG: testbed command exited with code 0 387s autopkgtest [14:44:52]: upgrading testbed (apt dist-upgrade and autopurge) 387s 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'] 387s Reading package lists... 387s Building dependency tree... 387s Reading state information... 387s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 387s Starting 2 pkgProblemResolver with broken count: 0 387s Done 387s Entering ResolveByKeep 388s 388s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 388s autopkgtest: DBG: testbed command exited with code 0 388s 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'] 388s Reading package lists... 388s Building dependency tree... 388s Reading state information... 388s Starting pkgProblemResolver with broken count: 0 388s Starting 2 pkgProblemResolver with broken count: 0 388s Done 389s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 389s autopkgtest: DBG: testbed command exited with code 0 389s 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.aE45GE/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 389s autopkgtest: DBG: testbed command exited with code 1 389s autopkgtest [14:44:54]: rebooting testbed after setup commands that affected boot 389s autopkgtest: DBG: sending command to testbed: reboot 415s autopkgtest: DBG: got reply from testbed: ok 415s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 415s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.aE45GE'], kind short, sout raw, serr pipe, env [] 416s autopkgtest: DBG: testbed command exited with code 0 416s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.aE45GE/autopkgtest-reboot 416s autopkgtest: DBG: got reply from testbed: ok 416s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.aE45GE/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 416s autopkgtest: DBG: testbed command exited with code 0 416s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.aE45GE/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 416s autopkgtest: DBG: testbed command exited with code 0 416s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.aE45GE/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 416s autopkgtest: DBG: testbed command exited with code 0 416s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.aE45GE'], kind short, sout raw, serr pipe, env [] 416s autopkgtest: DBG: testbed command exited with code 0 416s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.aE45GE/autopkgtest-reboot-prepare 417s autopkgtest: DBG: got reply from testbed: ok 417s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.aE45GE/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 417s autopkgtest: DBG: testbed command exited with code 0 417s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.aE45GE/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 417s autopkgtest: DBG: testbed command exited with code 0 417s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 417s autopkgtest: DBG: testbed command exited with code 0 417s autopkgtest [14:45:22]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 417s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 417s autopkgtest: DBG: testbed command exited with code 0 417s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.aE45GE/testbed-packages"], kind short, sout raw, serr pipe, env [] 418s autopkgtest: DBG: testbed command exited with code 0 418s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aE45GE/testbed-packages /tmp/autopkgtest-work.bihhdmve/out/testbed-packages 418s autopkgtest: DBG: got reply from testbed: ok 418s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 418s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.aE45GE'], kind short, sout raw, serr pipe, env [] 418s autopkgtest: DBG: testbed command exited with code 0 418s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.aE45GE/autopkgtest-reboot 418s autopkgtest: DBG: got reply from testbed: ok 418s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.aE45GE/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 419s autopkgtest: DBG: testbed command exited with code 0 419s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.aE45GE/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 419s autopkgtest: DBG: testbed command exited with code 0 419s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.aE45GE/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 419s autopkgtest: DBG: testbed command exited with code 0 419s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.aE45GE'], kind short, sout raw, serr pipe, env [] 419s autopkgtest: DBG: testbed command exited with code 0 419s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.aE45GE/autopkgtest-reboot-prepare 419s autopkgtest: DBG: got reply from testbed: ok 419s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.aE45GE/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 419s autopkgtest: DBG: testbed command exited with code 0 419s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.aE45GE/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 420s autopkgtest: DBG: testbed command exited with code 0 420s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 420s autopkgtest: DBG: testbed command exited with code 0 420s autopkgtest: DBG: Binaries: initialising 420s autopkgtest [14:45:25]: @@@@@@@@@@@@@@@@@@@@ apt-source dislocker 420s autopkgtest: DBG: blame += dislocker 420s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 420s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'dislocker'], kind short, sout pipe, serr pipe, env [] 420s autopkgtest: DBG: testbed command exited with code 0 420s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libdislocker0-dev$'], kind short, sout pipe, serr raw, env [] 420s autopkgtest: DBG: testbed command exited with code 0 420s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libdislocker0-dev=0.7.3+git20240607-2'], kind short, sout pipe, serr raw, env [] 421s autopkgtest: DBG: testbed command exited with code 0 421s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libdislocker0\\.7t64$'], kind short, sout pipe, serr raw, env [] 421s autopkgtest: DBG: testbed command exited with code 0 421s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libdislocker0.7t64=0.7.3+git20240607-2'], kind short, sout pipe, serr raw, env [] 421s autopkgtest: DBG: testbed command exited with code 0 421s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dislocker$'], kind short, sout pipe, serr raw, env [] 421s autopkgtest: DBG: testbed command exited with code 0 421s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dislocker=0.7.3+git20240607-2'], kind short, sout pipe, serr raw, env [] 422s autopkgtest: DBG: testbed command exited with code 0 422s autopkgtest: DBG: install_deps: deps_new=[] 422s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 422s autopkgtest: DBG: testbed command exited with code 0 422s 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.aE45GE/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source dislocker=0.7.3+git20240607-2 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 dislocker_*.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'] 422s + cd / 422s + mktemp -d /tmp/autopkgtest.aE45GE/build.XXX 422s + builddir=/tmp/autopkgtest.aE45GE/build.WgL 422s + cd /tmp/autopkgtest.aE45GE/build.WgL 422s + apt-get source -d -q --only-source dislocker=0.7.3+git20240607-2 422s + OUT=Reading package lists... 422s NOTICE: 'dislocker' packaging is maintained in the 'Git' version control system at: 422s https://salsa.debian.org/pkg-security-team/dislocker.git 422s Please use: 422s git clone https://salsa.debian.org/pkg-security-team/dislocker.git 422s to retrieve the latest (possibly unreleased) updates to the package. 422s Need to get 126 kB of source archives. 422s Get:1 http://ftpmaster.internal/ubuntu plucky/universe dislocker 0.7.3+git20240607-2 (dsc) [2300 B] 422s Get:2 http://ftpmaster.internal/ubuntu plucky/universe dislocker 0.7.3+git20240607-2 (tar) [114 kB] 422s Get:3 http://ftpmaster.internal/ubuntu plucky/universe dislocker 0.7.3+git20240607-2 (diff) [9768 B] 422s Fetched 126 kB in 0s (283 kB/s) 422s Download complete and in download only mode 422s + [ -n ] 422s + + grep ^Get: 422s echo Reading package lists... 422s NOTICE: 'dislocker' packaging is maintained in the 'Git' version control system at: 422s https://salsa.debian.org/pkg-security-team/dislocker.git 422s Please use: 422s git clone https://salsa.debian.org/pkg-security-team/dislocker.git 422s to retrieve the latest (possibly unreleased) updates to the package. 422s Need to get 126 kB of source archives. 422s Get:1 http://ftpmaster.internal/ubuntu plucky/universe dislocker 0.7.3+git20240607-2 (dsc) [2300 B] 422s Get:2 http://ftpmaster.internal/ubuntu plucky/universe dislocker 0.7.3+git20240607-2 (tar) [114 kB] 422s Get:3 http://ftpmaster.internal/ubuntu plucky/universe dislocker 0.7.3+git20240607-2 (diff) [9768 B] 422s Fetched 126 kB in 0s (283 kB/s) 422s Download complete and in download only mode 422s Get:1 http://ftpmaster.internal/ubuntu plucky/universe dislocker 0.7.3+git20240607-2 (dsc) [2300 B] 422s Get:2 http://ftpmaster.internal/ubuntu plucky/universe dislocker 0.7.3+git20240607-2 (tar) [114 kB] 422s Get:3 http://ftpmaster.internal/ubuntu plucky/universe dislocker 0.7.3+git20240607-2 (diff) [9768 B] 422s + dpkg-source -x dislocker_0.7.3+git20240607-2.dsc src 423s gpgv: Signature made Thu Sep 26 13:27:16 2024 UTC 423s gpgv: using RSA key 3DF5E8AA43FC9FDFD086F195ADF50EDAF8ADD585 423s gpgv: issuer "sge@debian.org" 423s gpgv: Can't check signature: No public key 423s dpkg-source: warning: cannot verify inline signature for ./dislocker_0.7.3+git20240607-2.dsc: no acceptable signature found 423s + chmod -R a+rX . 423s + cd src/. 423s + pwd 423s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 423s autopkgtest: DBG: testbed command exited with code 0 423s autopkgtest [14:45:28]: testing package dislocker version 0.7.3+git20240607-2 423s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aE45GE/build.WgL/src/debian/ /tmp/autopkgtest-work.bihhdmve/out/pkg/debian/ 423s autopkgtest: DBG: got reply from testbed: ok 423s autopkgtest: DBG: processing dependency @ 423s autopkgtest: DBG: synthesised dependency libdislocker0.7t64 423s autopkgtest: DBG: synthesised dependency libdislocker0-dev 423s autopkgtest: DBG: synthesised dependency dislocker 423s autopkgtest: DBG: Test defined: name command1 path None command "dislocker-fuse -h 2>&1 && { dislocker-fuse -h 2>&1 | grep "^dislocker by Romain Coltel, v$(grep -m1 -o -E '[0-9]+(\.[0-9]+)+' debian/changelog)"; }" restrictions ['superficial'] features [] depends ['libdislocker0.7t64', 'libdislocker0-dev', 'dislocker'] 423s autopkgtest [14:45:28]: build not needed 423s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aE45GE/build.WgL/src/ /tmp/autopkgtest-work.bihhdmve/out/tests-tree/ 423s autopkgtest: DBG: got reply from testbed: ok 424s autopkgtest: DBG: processing dependency @ 424s autopkgtest: DBG: synthesised dependency libdislocker0.7t64 424s autopkgtest: DBG: synthesised dependency libdislocker0-dev 424s autopkgtest: DBG: synthesised dependency dislocker 424s autopkgtest: DBG: Test defined: name command1 path None command "dislocker-fuse -h 2>&1 && { dislocker-fuse -h 2>&1 | grep "^dislocker by Romain Coltel, v$(grep -m1 -o -E '[0-9]+(\.[0-9]+)+' debian/changelog)"; }" restrictions ['superficial'] features [] depends ['libdislocker0.7t64', 'libdislocker0-dev', 'dislocker'] 424s autopkgtest [14:45:29]: test command1: preparing testbed 424s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['libdislocker0.7t64', 'libdislocker0-dev', 'dislocker'] 424s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 424s autopkgtest: DBG: install_deps: deps_new=['libdislocker0.7t64', 'libdislocker0-dev', 'dislocker'] 424s autopkgtest: DBG: install-deps: satisfying libdislocker0.7t64, libdislocker0-dev, dislocker 424s autopkgtest: DBG: can use apt-get on testbed: True 424s 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', 'libdislocker0.7t64, libdislocker0-dev, dislocker'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 424s Reading package lists... 424s Building dependency tree... 424s Reading state information... 424s Starting pkgProblemResolver with broken count: 0 424s Starting 2 pkgProblemResolver with broken count: 0 424s Done 424s The following NEW packages will be installed: 424s dislocker libdislocker0-dev libdislocker0.7t64 libfuse2t64 libmbedcrypto16 424s libruby libruby3.3 rake ruby ruby-did-you-mean ruby-minitest ruby-net-telnet 424s ruby-power-assert ruby-rubygems ruby-test-unit ruby-webrick ruby-xmlrpc 424s ruby3.3 rubygems-integration 424s 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded. 424s Need to get 6886 kB of archives. 424s After this operation, 33.7 MB of additional disk space will be used. 424s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x libmbedcrypto16 s390x 3.6.2-3ubuntu1 [261 kB] 425s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x rubygems-integration all 1.18ubuntu1 [5528 B] 425s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ruby3.3 s390x 3.3.7-1ubuntu1 [48.9 kB] 425s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libruby s390x 1:3.3~ubuntu3 [5038 B] 425s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-rubygems all 3.4.20-1 [238 kB] 425s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x ruby s390x 1:3.3~ubuntu3 [3618 B] 425s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x rake all 13.2.1-1 [45.8 kB] 425s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-did-you-mean all 1.6.3-2 [14.8 kB] 425s Get:9 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-minitest all 5.22.3-1ubuntu1 [48.0 kB] 425s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-net-telnet all 0.2.0-1 [13.3 kB] 425s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-power-assert all 2.0.3-1 [12.0 kB] 425s Get:12 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-test-unit all 3.6.2-1 [67.0 kB] 425s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-webrick all 1.8.1-1ubuntu1 [52.6 kB] 425s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-xmlrpc all 0.3.3-2 [24.8 kB] 425s Get:15 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libruby3.3 s390x 3.3.7-1ubuntu1 [5871 kB] 426s Get:16 http://ftpmaster.internal/ubuntu plucky/universe s390x libdislocker0.7t64 s390x 0.7.3+git20240607-2 [46.3 kB] 426s Get:17 http://ftpmaster.internal/ubuntu plucky/universe s390x libfuse2t64 s390x 2.9.9-9 [89.9 kB] 426s Get:18 http://ftpmaster.internal/ubuntu plucky/universe s390x dislocker s390x 0.7.3+git20240607-2 [20.7 kB] 426s Get:19 http://ftpmaster.internal/ubuntu plucky/universe s390x libdislocker0-dev s390x 0.7.3+git20240607-2 [17.3 kB] 426s Fetched 6886 kB in 2s (4530 kB/s) 426s Selecting previously unselected package libmbedcrypto16:s390x. 426s (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.) 426s Preparing to unpack .../00-libmbedcrypto16_3.6.2-3ubuntu1_s390x.deb ... 426s Unpacking libmbedcrypto16:s390x (3.6.2-3ubuntu1) ... 426s Selecting previously unselected package rubygems-integration. 426s Preparing to unpack .../01-rubygems-integration_1.18ubuntu1_all.deb ... 426s Unpacking rubygems-integration (1.18ubuntu1) ... 426s Selecting previously unselected package ruby3.3. 426s Preparing to unpack .../02-ruby3.3_3.3.7-1ubuntu1_s390x.deb ... 426s Unpacking ruby3.3 (3.3.7-1ubuntu1) ... 426s Selecting previously unselected package libruby:s390x. 426s Preparing to unpack .../03-libruby_1%3a3.3~ubuntu3_s390x.deb ... 426s Unpacking libruby:s390x (1:3.3~ubuntu3) ... 426s Selecting previously unselected package ruby-rubygems. 426s Preparing to unpack .../04-ruby-rubygems_3.4.20-1_all.deb ... 426s Unpacking ruby-rubygems (3.4.20-1) ... 426s Selecting previously unselected package ruby. 426s Preparing to unpack .../05-ruby_1%3a3.3~ubuntu3_s390x.deb ... 426s Unpacking ruby (1:3.3~ubuntu3) ... 426s Selecting previously unselected package rake. 426s Preparing to unpack .../06-rake_13.2.1-1_all.deb ... 426s Unpacking rake (13.2.1-1) ... 426s Selecting previously unselected package ruby-did-you-mean. 426s Preparing to unpack .../07-ruby-did-you-mean_1.6.3-2_all.deb ... 426s Unpacking ruby-did-you-mean (1.6.3-2) ... 426s Selecting previously unselected package ruby-minitest. 426s Preparing to unpack .../08-ruby-minitest_5.22.3-1ubuntu1_all.deb ... 426s Unpacking ruby-minitest (5.22.3-1ubuntu1) ... 426s Selecting previously unselected package ruby-net-telnet. 426s Preparing to unpack .../09-ruby-net-telnet_0.2.0-1_all.deb ... 426s Unpacking ruby-net-telnet (0.2.0-1) ... 426s Selecting previously unselected package ruby-power-assert. 426s Preparing to unpack .../10-ruby-power-assert_2.0.3-1_all.deb ... 426s Unpacking ruby-power-assert (2.0.3-1) ... 426s Selecting previously unselected package ruby-test-unit. 426s Preparing to unpack .../11-ruby-test-unit_3.6.2-1_all.deb ... 426s Unpacking ruby-test-unit (3.6.2-1) ... 426s Selecting previously unselected package ruby-webrick. 426s Preparing to unpack .../12-ruby-webrick_1.8.1-1ubuntu1_all.deb ... 426s Unpacking ruby-webrick (1.8.1-1ubuntu1) ... 426s Selecting previously unselected package ruby-xmlrpc. 426s Preparing to unpack .../13-ruby-xmlrpc_0.3.3-2_all.deb ... 426s Unpacking ruby-xmlrpc (0.3.3-2) ... 426s Selecting previously unselected package libruby3.3:s390x. 426s Preparing to unpack .../14-libruby3.3_3.3.7-1ubuntu1_s390x.deb ... 426s Unpacking libruby3.3:s390x (3.3.7-1ubuntu1) ... 427s Selecting previously unselected package libdislocker0.7t64. 427s Preparing to unpack .../15-libdislocker0.7t64_0.7.3+git20240607-2_s390x.deb ... 427s Unpacking libdislocker0.7t64 (0.7.3+git20240607-2) ... 427s Selecting previously unselected package libfuse2t64:s390x. 427s Preparing to unpack .../16-libfuse2t64_2.9.9-9_s390x.deb ... 427s Adding 'diversion of /lib/s390x-linux-gnu/libfuse.so.2 to /lib/s390x-linux-gnu/libfuse.so.2.usr-is-merged by libfuse2t64' 427s Adding 'diversion of /lib/s390x-linux-gnu/libfuse.so.2.9.9 to /lib/s390x-linux-gnu/libfuse.so.2.9.9.usr-is-merged by libfuse2t64' 427s Adding 'diversion of /lib/s390x-linux-gnu/libulockmgr.so.1 to /lib/s390x-linux-gnu/libulockmgr.so.1.usr-is-merged by libfuse2t64' 427s Adding 'diversion of /lib/s390x-linux-gnu/libulockmgr.so.1.0.1 to /lib/s390x-linux-gnu/libulockmgr.so.1.0.1.usr-is-merged by libfuse2t64' 427s Unpacking libfuse2t64:s390x (2.9.9-9) ... 427s Selecting previously unselected package dislocker. 427s Preparing to unpack .../17-dislocker_0.7.3+git20240607-2_s390x.deb ... 427s Unpacking dislocker (0.7.3+git20240607-2) ... 427s Selecting previously unselected package libdislocker0-dev. 427s Preparing to unpack .../18-libdislocker0-dev_0.7.3+git20240607-2_s390x.deb ... 427s Unpacking libdislocker0-dev (0.7.3+git20240607-2) ... 427s Setting up ruby-power-assert (2.0.3-1) ... 427s Setting up rubygems-integration (1.18ubuntu1) ... 427s Setting up ruby-minitest (5.22.3-1ubuntu1) ... 427s Setting up ruby-test-unit (3.6.2-1) ... 427s Setting up ruby-net-telnet (0.2.0-1) ... 427s Setting up ruby-webrick (1.8.1-1ubuntu1) ... 427s Setting up libmbedcrypto16:s390x (3.6.2-3ubuntu1) ... 427s Setting up ruby-did-you-mean (1.6.3-2) ... 427s Setting up libfuse2t64:s390x (2.9.9-9) ... 427s Removing 'diversion of /lib/s390x-linux-gnu/libfuse.so.2 to /lib/s390x-linux-gnu/libfuse.so.2.usr-is-merged by libfuse2t64' 427s Removing 'diversion of /lib/s390x-linux-gnu/libfuse.so.2.9.9 to /lib/s390x-linux-gnu/libfuse.so.2.9.9.usr-is-merged by libfuse2t64' 427s Removing 'diversion of /lib/s390x-linux-gnu/libulockmgr.so.1 to /lib/s390x-linux-gnu/libulockmgr.so.1.usr-is-merged by libfuse2t64' 427s Removing 'diversion of /lib/s390x-linux-gnu/libulockmgr.so.1.0.1 to /lib/s390x-linux-gnu/libulockmgr.so.1.0.1.usr-is-merged by libfuse2t64' 427s Setting up ruby-xmlrpc (0.3.3-2) ... 427s Setting up ruby3.3 (3.3.7-1ubuntu1) ... 427s Setting up libruby:s390x (1:3.3~ubuntu3) ... 427s Setting up ruby (1:3.3~ubuntu3) ... 427s Setting up rake (13.2.1-1) ... 427s Setting up libruby3.3:s390x (3.3.7-1ubuntu1) ... 427s Setting up libdislocker0.7t64 (0.7.3+git20240607-2) ... 427s Setting up ruby-rubygems (3.4.20-1) ... 427s Setting up libdislocker0-dev (0.7.3+git20240607-2) ... 427s Setting up dislocker (0.7.3+git20240607-2) ... 427s Processing triggers for libc-bin (2.40-4ubuntu1) ... 427s Processing triggers for man-db (2.13.0-1) ... 427s autopkgtest: DBG: testbed command exited with code 0 427s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdislocker0.7t64'], kind short, sout pipe, serr pipe, env [] 428s autopkgtest: DBG: testbed command exited with code 0 428s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdislocker0-dev'], kind short, sout pipe, serr pipe, env [] 428s autopkgtest: DBG: testbed command exited with code 0 428s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dislocker'], kind short, sout pipe, serr pipe, env [] 428s autopkgtest: DBG: testbed command exited with code 0 428s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.aE45GE/command1-packages.all"], kind short, sout raw, serr pipe, env [] 428s autopkgtest: DBG: testbed command exited with code 0 428s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aE45GE/command1-packages.all /tmp/autopkgtest-work.bihhdmve/out/command1-packages.all 428s autopkgtest: DBG: got reply from testbed: ok 428s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.aE45GE/build.WgL/src'], kind short, sout raw, serr raw, env [] 429s autopkgtest: DBG: testbed command exited with code 0 429s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.aE45GE/build.WgL/src already exists 429s autopkgtest [14:45:34]: test command1: dislocker-fuse -h 2>&1 && { dislocker-fuse -h 2>&1 | grep "^dislocker by Romain Coltel, v$(grep -m1 -o -E '[0-9]+(\.[0-9]+)+' debian/changelog)"; } 429s autopkgtest [14:45:34]: test command1: [----------------------- 429s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.aE45GE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.aE45GE/command1-artifacts --chdir=/tmp/autopkgtest.aE45GE/build.WgL/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.aE45GE/command1-stderr --stdout=/tmp/autopkgtest.aE45GE/command1-stdout --tmp=/tmp/autopkgtest.aE45GE/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 -- bash -ec \'dislocker-fuse -h 2>&1 && { dislocker-fuse -h 2>&1 | grep "^dislocker by Romain Coltel, v$(grep -m1 -o -E \'"\'"\'[0-9]+(\\.[0-9]+)+\'"\'"\' debian/changelog)"; }\''], kind test, sout raw, serr raw, env [] 429s /tmp/autopkgtest.aE45GE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.aE45GE/command1-artifacts 429s /tmp/autopkgtest.aE45GE/wrapper.sh: changing to directory: /tmp/autopkgtest.aE45GE/build.WgL/src 429s /tmp/autopkgtest.aE45GE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 429s /tmp/autopkgtest.aE45GE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 429s /tmp/autopkgtest.aE45GE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 429s /tmp/autopkgtest.aE45GE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 429s /tmp/autopkgtest.aE45GE/wrapper.sh: setting environment: LANG=C.UTF-8 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LANGUAGE 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_ADDRESS 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_ALL 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_COLLATE 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_CTYPE 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_MEASUREMENT 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_MESSAGES 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_MONETARY 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_NAME 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_NUMERIC 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_PAPER 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_TELEPHONE 429s /tmp/autopkgtest.aE45GE/wrapper.sh: unsetting environment: LC_TIME 429s /tmp/autopkgtest.aE45GE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 429s /tmp/autopkgtest.aE45GE/wrapper.sh: pretending to be a login shell 429s /tmp/autopkgtest.aE45GE/wrapper.sh: will write standard error to /tmp/autopkgtest.aE45GE/command1-stderr 429s /tmp/autopkgtest.aE45GE/wrapper.sh: will write stdout to /tmp/autopkgtest.aE45GE/command1-stdout 429s /tmp/autopkgtest.aE45GE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.aE45GE/autopkgtest_tmp 429s /tmp/autopkgtest.aE45GE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ruby3.3/3.3.7-1ubuntu1 429s /tmp/autopkgtest.aE45GE/wrapper.sh: command to run: bash -ec dislocker-fuse -h 2>&1 && { dislocker-fuse -h 2>&1 | grep "^dislocker by Romain Coltel, v$(grep -m1 -o -E '[0-9]+(\.[0-9]+)+' debian/changelog)"; } 429s /tmp/autopkgtest.aE45GE/wrapper.sh: copying /tmp/tmp.muMUroWlht/out to stdout and file: /tmp/autopkgtest.aE45GE/command1-stdout 429s /tmp/autopkgtest.aE45GE/wrapper.sh: copying /tmp/tmp.muMUroWlht/err to standard error and file: /tmp/autopkgtest.aE45GE/command1-stdout 429s /tmp/autopkgtest.aE45GE/wrapper.sh: writing script pid 1533 to /tmp/autopkgtest_script_pid 429s dislocker by Romain Coltel, v0.7.3 (compiled for Linux/x86_64) 429s 429s Usage: dislocker [-hqrsv] [-l LOG_FILE] [-O OFFSET] [-V VOLUME DECRYPTMETHOD -F[N]] [-- ARGS...] 429s with DECRYPTMETHOD = -p[RECOVERY_PASSWORD]|-f BEK_FILE|-u[USER_PASSWORD]|-k FVEK_FILE|-K VMK_FILE|-c 429s 429s Options: 429s -c, --clearkey decrypt volume using a clear key (default) 429s -f, --bekfile BEKFILE 429s decrypt volume using the bek file (on USB key) 429s -F, --force-block=[N] force use of metadata block number N (1, 2 or 3) 429s -h, --help print this help and exit 429s -k, --fvek FVEK_FILE decrypt volume using the FVEK directly 429s -K, --vmk VMK_FILE decrypt volume using the VMK directly 429s -l, --logfile LOG_FILE 429s put messages into this file (stdout by default) 429s -O, --offset OFFSET BitLocker partition offset, in bytes (default is 0) 429s -p, --recovery-password=[RECOVERY_PASSWORD] 429s decrypt volume using the recovery password method 429s -q, --quiet do NOT display anything 429s -r, --readonly do not allow one to write on the BitLocker volume 429s -s, --stateok do not check the volume's state, assume it's ok to mount it 429s -u, --user-password=[USER_PASSWORD] 429s decrypt volume using the user password method 429s -v, --verbosity increase verbosity (CRITICAL errors are displayed by default) 429s -V, --volume VOLUME volume to get metadata and keys from 429s 429s -- end of program options, beginning of FUSE's ones 429s 429s ARGS are any arguments you want to pass to FUSE. You need to pass at least 429s the mount-point. 429s 429s /tmp/autopkgtest.aE45GE/wrapper.sh: checking for leaked background processes... 429s dislocker by Romain Coltel, v0.7.3 (compiled for Linux/x86_64) 429s /tmp/autopkgtest.aE45GE/wrapper.sh: waiting for tee/cat subprocesses... 429s /tmp/autopkgtest.aE45GE/wrapper.sh: cleaning up... 429s /tmp/autopkgtest.aE45GE/wrapper.sh: Exit status: 0 429s autopkgtest: DBG: testbed command exited with code 0 429s autopkgtest [14:45:34]: test command1: -----------------------] 429s autopkgtest: DBG: testbed executing test finished with exit status 0 429s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aE45GE/command1-stdout /tmp/autopkgtest-work.bihhdmve/out/command1-stdout 429s autopkgtest: DBG: got reply from testbed: ok 429s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aE45GE/command1-stderr /tmp/autopkgtest-work.bihhdmve/out/command1-stderr 429s autopkgtest: DBG: got reply from testbed: ok 430s autopkgtest [14:45:35]: test command1: - - - - - - - - - - results - - - - - - - - - - 430s command1 PASS (superficial) 430s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.aE45GE/command1-artifacts/ /tmp/autopkgtest-work.bihhdmve/out/artifacts/ 430s autopkgtest: DBG: got reply from testbed: ok 430s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.aE45GE/command1-artifacts', '/tmp/autopkgtest.aE45GE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 430s autopkgtest: DBG: testbed command exited with code 0 430s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 430s autopkgtest [14:45:35]: @@@@@@@@@@@@@@@@@@@@ summary 430s command1 PASS (superficial) 430s autopkgtest: DBG: testbed stop 430s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.aE45GE 430s autopkgtest: DBG: sending command to testbed: close 448s autopkgtest: DBG: got reply from testbed: ok 448s autopkgtest: DBG: sending command to testbed: quit 448s nova [W] Using flock in prodstack6-s390x 448s Creating nova instance adt-plucky-s390x-dislocker-20250207-143825-juju-7f2275-prod-proposed-migration-environment-15-8c1ee8da-b64f-4a05-9a11-91777f6b4aaa from image adt/ubuntu-plucky-s390x-server-20250207.img (UUID e3aa55f2-b1ba-4605-b146-c2987438f3dd)... 448s nova [W] Timed out waiting for b9a9dfa6-9950-450c-9c39-ad0c8a6df380 to get deleted.