0s autopkgtest: DBG: testbed init 0s autopkgtest [00:11:18]: starting date and time: 2025-02-20 00:11:18+0000 0s autopkgtest [00:11:18]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [00:11:18]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.ocsr3wg5/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sudo --apt-upgrade ldap-account-manager --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=sudo/1.9.16p2-1ubuntu1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-12.secgroup --name adt-plucky-s390x-ldap-account-manager-20250220-001118-juju-7f2275-prod-proposed-migration-environment-15-4df753bd-1163-490c-8ef0-3772aadf9157 --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 100s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.voc4uq 100s autopkgtest: DBG: sending command to testbed: print-execute-command 100s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.bbwfxjlt/runcmd 100s autopkgtest: DBG: sending command to testbed: capabilities 100s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu revert-full-system revert isolation-machine reboot root-on-testbed 100s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'revert-full-system', 'revert', 'isolation-machine', 'reboot', 'root-on-testbed', 'has_internet'] 100s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.voc4uq'], kind short, sout raw, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.voc4uq/wrapper.sh 101s autopkgtest: DBG: got reply from testbed: ok 101s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.voc4uq/wrapper.sh'], kind short, sout raw, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest [00:12:59]: testbed dpkg architecture: s390x 101s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest [00:13:00]: testbed apt version: 2.9.30 102s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed has eatmydata 102s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest [00:13:00]: @@@@@@@@@@@@@@@@@@@@ test bed setup 102s 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 [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest [00:13:00]: testbed release detected to be: None 102s 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 [] 102s autopkgtest: DBG: testbed command exited with code 0 102s 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 [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: adding APT source: Types: deb deb-src 102s URIs: http://ftpmaster.internal/ubuntu/ 102s Suites: plucky-proposed 102s Components: main restricted universe multiverse 102s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 102s 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 [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 103s Package: * 103s Pin: release plucky-proposed 103s Pin-Priority: 500 103s 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 [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [00:13:01]: updating testbed package index (apt update) 103s 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'] 103s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 104s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 104s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 104s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 104s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [739 kB] 104s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 104s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [81.0 kB] 104s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [16.3 kB] 104s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [106 kB] 104s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 104s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [665 kB] 104s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5472 B] 104s Fetched 1727 kB in 1s (1616 kB/s) 105s Reading package lists... 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 105s Package: * 105s Pin: release plucky-proposed 105s Pin-Priority: 100 105s 105s Package: src:sudo:any 105s Pin: release plucky-proposed 105s Pin-Priority: 995 105s 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:sudo:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 105s autopkgtest: DBG: testbed command exited with code 0 105s 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.voc4uq/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 105s autopkgtest: DBG: testbed command exited with code 0 105s 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'] 106s + lsb_release --codename --short 106s + RELEASE=plucky 106s + cat 106s + [ plucky != trusty ] 106s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 106s Reading package lists... 106s Building dependency tree... 106s Reading state information... 106s Calculating upgrade... 106s The following packages were automatically installed and are no longer required: 106s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 106s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 106s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 106s linux-tools-6.11.0-8-generic 106s Use 'sudo apt autoremove' to remove them. 106s The following packages will be upgraded: 106s apparmor iproute2 libapparmor1 libgpgme11t64 liblsof0 libp11-kit0 106s liburcu8t64 lsof lto-disabled-list python-apt-common python3-apt 106s sysvinit-utils 106s 12 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 106s Need to get 3078 kB of archives. 106s After this operation, 213 kB of additional disk space will be used. 106s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x sysvinit-utils s390x 3.14-1ubuntu1 [36.0 kB] 106s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 107s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libapparmor1 s390x 4.1.0~beta5-0ubuntu2 [54.1 kB] 107s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 107s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python-apt-common all 2.9.9 [21.2 kB] 107s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-apt s390x 2.9.9 [185 kB] 107s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x apparmor s390x 4.1.0~beta5-0ubuntu2 [758 kB] 107s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x liburcu8t64 s390x 0.15.1-1 [66.0 kB] 107s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 107s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 107s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.2-1ubuntu1 [154 kB] 107s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x lto-disabled-list all 55 [12.3 kB] 107s Preconfiguring packages ... 107s Fetched 3078 kB in 1s (4438 kB/s) 107s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 107s Preparing to unpack .../sysvinit-utils_3.14-1ubuntu1_s390x.deb ... 107s Unpacking sysvinit-utils (3.14-1ubuntu1) over (3.08-6ubuntu3) ... 107s Setting up sysvinit-utils (3.14-1ubuntu1) ... 107s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 107s Preparing to unpack .../00-iproute2_6.13.0-1ubuntu1_s390x.deb ... 107s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 107s Preparing to unpack .../01-libapparmor1_4.1.0~beta5-0ubuntu2_s390x.deb ... 107s Unpacking libapparmor1:s390x (4.1.0~beta5-0ubuntu2) over (4.1.0~beta1-0ubuntu5) ... 107s Preparing to unpack .../02-libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 107s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 107s Preparing to unpack .../03-python-apt-common_2.9.9_all.deb ... 107s Unpacking python-apt-common (2.9.9) over (2.9.8) ... 107s Preparing to unpack .../04-python3-apt_2.9.9_s390x.deb ... 107s /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. 107s for fn in glob1(directory, "%s.*" % fname): 107s Unpacking python3-apt (2.9.9) over (2.9.8) ... 107s Preparing to unpack .../05-apparmor_4.1.0~beta5-0ubuntu2_s390x.deb ... 108s Unpacking apparmor (4.1.0~beta5-0ubuntu2) over (4.1.0~beta1-0ubuntu5) ... 108s dpkg: warning: unable to delete old directory '/lib/apparmor': Directory not empty 108s Preparing to unpack .../06-liburcu8t64_0.15.1-1_s390x.deb ... 108s Unpacking liburcu8t64:s390x (0.15.1-1) over (0.15.0-1) ... 108s Preparing to unpack .../07-lsof_4.99.4+dfsg-1_s390x.deb ... 108s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 108s Preparing to unpack .../08-liblsof0_4.99.4+dfsg-1_s390x.deb ... 108s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 108s Preparing to unpack .../09-libgpgme11t64_1.24.2-1ubuntu1_s390x.deb ... 108s Unpacking libgpgme11t64:s390x (1.24.2-1ubuntu1) over (1.24.1-4ubuntu1) ... 108s Preparing to unpack .../10-lto-disabled-list_55_all.deb ... 108s Unpacking lto-disabled-list (55) over (54) ... 108s Setting up liburcu8t64:s390x (0.15.1-1) ... 108s Setting up lto-disabled-list (55) ... 108s Setting up libapparmor1:s390x (4.1.0~beta5-0ubuntu2) ... 108s Setting up liblsof0 (4.99.4+dfsg-1) ... 108s Setting up iproute2 (6.13.0-1ubuntu1) ... 108s Setting up apparmor (4.1.0~beta5-0ubuntu2) ... 108s Installing new version of config file /etc/apparmor.d/abstractions/dconf ... 108s Installing new version of config file /etc/apparmor.d/abstractions/mesa ... 108s Installing new version of config file /etc/apparmor.d/abstractions/nameservice ... 108s Installing new version of config file /etc/apparmor.d/abstractions/php ... 108s Installing new version of config file /etc/apparmor.d/abstractions/python ... 108s Installing new version of config file /etc/apparmor.d/slirp4netns ... 108s Installing new version of config file /etc/apparmor.d/toybox ... 108s Installing new version of config file /etc/apparmor.d/transmission ... 108s Installing new version of config file /etc/apparmor.d/tunables/global ... 109s Reloading AppArmor profiles 110s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 110s Setting up lsof (4.99.4+dfsg-1) ... 110s Setting up python-apt-common (2.9.9) ... 110s Setting up libgpgme11t64:s390x (1.24.2-1ubuntu1) ... 110s Setting up python3-apt (2.9.9) ... 110s Processing triggers for systemd (257.2-3ubuntu1) ... 111s Processing triggers for man-db (2.13.0-1) ... 111s Processing triggers for libc-bin (2.40-4ubuntu1) ... 112s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 112s + /usr/lib/apt/apt-helper analyze-pattern ?true 112s + uname -r 112s + sed s/\./\\./g 112s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 112s + apt list ?obsolete 112s + cut -d/ -f1+ 112s tail -n+2 112s + grep -v ^linux-.*6\.12\.0-15-generic.* 112s + true 112s + obsolete_pkgs= 112s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 112s Reading package lists... 112s Building dependency tree... 112s Reading state information... 112s The following packages will be REMOVED: 112s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 112s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 112s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 112s linux-tools-6.11.0-8-generic* 112s 0 upgraded, 0 newly installed, 9 to remove and 1 not upgraded. 112s After this operation, 167 MB disk space will be freed. 112s (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 ... 81079 files and directories currently installed.) 112s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 112s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 112s Removing libpython3.12t64:s390x (3.12.9-1) ... 112s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 112s Removing libnsl2:s390x (1.3.0-3build3) ... 112s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 112s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 113s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 113s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 113s Processing triggers for libc-bin (2.40-4ubuntu1) ... 113s (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 ... 55979 files and directories currently installed.) 113s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 113s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 114s + grep -q trusty /etc/lsb-release 114s + [ ! -d /usr/share/doc/unattended-upgrades ] 114s + [ ! -d /usr/share/doc/lxd ] 114s + [ ! -d /usr/share/doc/lxd-client ] 114s + [ ! -d /usr/share/doc/snapd ] 114s + type iptables 114s + cat 114s + chmod 755 /etc/rc.local 114s + . /etc/rc.local 114s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 114s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 114s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 114s + uname -m 114s + [ s390x = ppc64le ] 114s + [ -d /run/systemd/system ] 114s + systemd-detect-virt --quiet --vm 114s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 114s + cat 114s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 114s + echo COMPRESS=lz4 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest [00:13:12]: upgrading testbed (apt dist-upgrade and autopurge) 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', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 114s Reading package lists... 114s Building dependency tree... 114s Reading state information... 114s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 114s Starting 2 pkgProblemResolver with broken count: 0 114s Done 114s Entering ResolveByKeep 114s 115s The following packages will be upgraded: 115s sudo 115s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 115s Need to get 980 kB of archives. 115s After this operation, 16.4 kB of additional disk space will be used. 115s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x sudo s390x 1.9.16p2-1ubuntu1 [980 kB] 115s Fetched 980 kB in 1s (1704 kB/s) 115s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55977 files and directories currently installed.) 115s Preparing to unpack .../sudo_1.9.16p2-1ubuntu1_s390x.deb ... 115s Unpacking sudo (1.9.16p2-1ubuntu1) over (1.9.15p5-3ubuntu5) ... 115s Setting up sudo (1.9.16p2-1ubuntu1) ... 115s Installing new version of config file /etc/sudo.conf ... 115s Processing triggers for man-db (2.13.0-1) ... 116s Processing triggers for libc-bin (2.40-4ubuntu1) ... 116s autopkgtest: DBG: testbed command exited with code 0 116s 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'] 116s Reading package lists... 116s Building dependency tree... 116s Reading state information... 117s Starting pkgProblemResolver with broken count: 0 117s Starting 2 pkgProblemResolver with broken count: 0 117s Done 117s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 117s autopkgtest: DBG: testbed command exited with code 0 117s 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.voc4uq/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 117s autopkgtest: DBG: testbed command exited with code 1 117s autopkgtest [00:13:15]: rebooting testbed after setup commands that affected boot 117s autopkgtest: DBG: sending command to testbed: reboot 134s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 134s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.voc4uq'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.voc4uq/autopkgtest-reboot 134s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.voc4uq/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.voc4uq/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.voc4uq/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.voc4uq'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.voc4uq/autopkgtest-reboot-prepare 135s autopkgtest: DBG: got reply from testbed: ok 135s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.voc4uq/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.voc4uq/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest [00:13:34]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 136s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.voc4uq/testbed-packages"], kind short, sout raw, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.voc4uq/testbed-packages /tmp/autopkgtest-work.ocsr3wg5/out/testbed-packages 136s autopkgtest: DBG: got reply from testbed: ok 136s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 136s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.voc4uq'], kind short, sout raw, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.voc4uq/autopkgtest-reboot 137s autopkgtest: DBG: got reply from testbed: ok 137s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.voc4uq/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.voc4uq/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.voc4uq/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.voc4uq'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.voc4uq/autopkgtest-reboot-prepare 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.voc4uq/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.voc4uq/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: Binaries: initialising 138s autopkgtest [00:13:36]: @@@@@@@@@@@@@@@@@@@@ apt-source ldap-account-manager 138s autopkgtest: DBG: blame += ldap-account-manager 138s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 138s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'ldap-account-manager'], kind short, sout pipe, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ldap-account-manager-lamdaemon$'], kind short, sout pipe, serr raw, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ldap-account-manager-lamdaemon=9.0-1'], kind short, sout pipe, serr raw, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ldap-account-manager$'], kind short, sout pipe, serr raw, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ldap-account-manager=9.0-1'], kind short, sout pipe, serr raw, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: install_deps: deps_new=[] 139s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s 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.voc4uq/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source ldap-account-manager=9.0-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x ldap-account-manager_*.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=sudo/1.9.16p2-1ubuntu1'] 140s + cd / 140s + mktemp -d /tmp/autopkgtest.voc4uq/build.XXX 140s + builddir=/tmp/autopkgtest.voc4uq/build.5lb 140s + cd /tmp/autopkgtest.voc4uq/build.5lb 140s + apt-get source -d -q --only-source ldap-account-manager=9.0-1 141s + OUT=Reading package lists... 141s Need to get 27.5 MB of source archives. 141s Get:1 http://ftpmaster.internal/ubuntu plucky/universe ldap-account-manager 9.0-1 (dsc) [2032 B] 141s Get:2 http://ftpmaster.internal/ubuntu plucky/universe ldap-account-manager 9.0-1 (tar) [27.4 MB] 141s Get:3 http://ftpmaster.internal/ubuntu plucky/universe ldap-account-manager 9.0-1 (diff) [36.5 kB] 141s Fetched 27.5 MB in 2s (18.2 MB/s) 141s Download complete and in download only mode 141s + [ -n ] 141s + + grep ^Get: 141s echo Reading package lists... 141s Need to get 27.5 MB of source archives. 141s Get:1 http://ftpmaster.internal/ubuntu plucky/universe ldap-account-manager 9.0-1 (dsc) [2032 B] 141s Get:2 http://ftpmaster.internal/ubuntu plucky/universe ldap-account-manager 9.0-1 (tar) [27.4 MB] 141s Get:3 http://ftpmaster.internal/ubuntu plucky/universe ldap-account-manager 9.0-1 (diff) [36.5 kB] 141s Fetched 27.5 MB in 2s (18.2 MB/s) 141s Download complete and in download only mode 141s Get:1 http://ftpmaster.internal/ubuntu plucky/universe ldap-account-manager 9.0-1 (dsc) [2032 B] 141s Get:2 http://ftpmaster.internal/ubuntu plucky/universe ldap-account-manager 9.0-1 (tar) [27.4 MB] 141s Get:3 http://ftpmaster.internal/ubuntu plucky/universe ldap-account-manager 9.0-1 (diff) [36.5 kB] 141s + dpkg-source -x ldap-account-manager_9.0-1.dsc src 141s gpgv: Signature made Tue Jan 7 15:15:09 2025 UTC 141s gpgv: using RSA key 38060B319A9EA876D35BE8DF815C635484005F21 141s gpgv: Can't check signature: No public key 141s dpkg-source: warning: cannot verify inline signature for ./ldap-account-manager_9.0-1.dsc: no acceptable signature found 144s + chmod -R a+rX . 144s + cd src/. 144s + pwd 144s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest [00:13:42]: testing package ldap-account-manager version 9.0-1 144s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.voc4uq/build.5lb/src/debian/ /tmp/autopkgtest-work.ocsr3wg5/out/pkg/debian/ 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: processing dependency @ 144s autopkgtest: DBG: synthesised dependency ldap-account-manager 144s autopkgtest: DBG: synthesised dependency ldap-account-manager-lamdaemon 144s autopkgtest: DBG: processing dependency wget 144s autopkgtest: DBG: Test defined: name login path debian/tests/login command "None" restrictions [] features [] depends ['ldap-account-manager', 'ldap-account-manager-lamdaemon', 'wget'] 144s autopkgtest [00:13:42]: build not needed 144s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.voc4uq/build.5lb/src/ /tmp/autopkgtest-work.ocsr3wg5/out/tests-tree/ 149s autopkgtest: DBG: got reply from testbed: ok 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency ldap-account-manager 149s autopkgtest: DBG: synthesised dependency ldap-account-manager-lamdaemon 149s autopkgtest: DBG: processing dependency wget 149s autopkgtest: DBG: Test defined: name login path debian/tests/login command "None" restrictions [] features [] depends ['ldap-account-manager', 'ldap-account-manager-lamdaemon', 'wget'] 149s autopkgtest [00:13:47]: test login: preparing testbed 149s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['ldap-account-manager', 'ldap-account-manager-lamdaemon', 'wget'] 149s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 149s autopkgtest: DBG: install_deps: deps_new=['ldap-account-manager', 'ldap-account-manager-lamdaemon', 'wget'] 149s autopkgtest: DBG: install-deps: satisfying ldap-account-manager, ldap-account-manager-lamdaemon, wget 149s autopkgtest: DBG: can use apt-get on testbed: True 149s 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', 'ldap-account-manager, ldap-account-manager-lamdaemon, wget'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 149s Reading package lists... 149s Building dependency tree... 149s Reading state information... 149s Starting pkgProblemResolver with broken count: 0 149s Starting 2 pkgProblemResolver with broken count: 0 149s Done 150s The following NEW packages will be installed: 150s apache2 apache2-bin apache2-data apache2-utils fontconfig-config 150s fonts-dejavu fonts-dejavu-core fonts-dejavu-extra fonts-dejavu-mono gettext 150s ldap-account-manager ldap-account-manager-lamdaemon libaom3 150s libapache2-mod-php8.3 libapr1t64 libaprutil1-dbd-sqlite3 libaprutil1-ldap 150s libaprutil1t64 libargon2-1 libde265-0 libdeflate0 libfontconfig1 150s libfreetype6 libgd3 libgomp1 libgraphite2-3 libharfbuzz0b 150s libheif-plugin-aomdec libheif-plugin-libde265 libheif1 libimagequant0 150s libjbig0 libjpeg-turbo8 libjpeg8 libjs-jquery libjs-jquery-jstree 150s liblua5.4-0 libphp-phpmailer libquota-perl libraqm0 libsharpyuv0 libsodium23 150s libtiff6 libwebp7 libxpm4 libxslt1.1 libzip5 php php-bcmath php-common 150s php-constant-time php-curl php-gd php-gmp php-ldap php-mbstring php-monolog 150s php-phpseclib3 php-psr-log php-random-compat php-voku-portable-ascii php-xml 150s php-zip php8.3 php8.3-bcmath php8.3-cli php8.3-common php8.3-curl php8.3-gd 150s php8.3-gmp php8.3-ldap php8.3-mbstring php8.3-opcache php8.3-readline 150s php8.3-xml php8.3-zip 150s 0 upgraded, 76 newly installed, 0 to remove and 0 not upgraded. 150s Need to get 37.9 MB of archives. 150s After this operation, 136 MB of additional disk space will be used. 150s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libapr1t64 s390x 1.7.5-1 [114 kB] 150s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libaprutil1t64 s390x 1.6.3-3ubuntu2 [98.4 kB] 150s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libaprutil1-dbd-sqlite3 s390x 1.6.3-3ubuntu2 [11.7 kB] 150s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libaprutil1-ldap s390x 1.6.3-3ubuntu2 [9064 B] 150s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x liblua5.4-0 s390x 5.4.7-1 [174 kB] 150s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x apache2-bin s390x 2.4.62-3ubuntu1 [1411 kB] 150s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x apache2-data all 2.4.62-3ubuntu1 [163 kB] 150s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x apache2-utils s390x 2.4.62-3ubuntu1 [102 kB] 150s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x apache2 s390x 2.4.62-3ubuntu1 [90.4 kB] 150s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 150s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 151s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-2ubuntu1 [37.5 kB] 151s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-extra all 2.37-8 [1947 kB] 151s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x fonts-dejavu all 2.37-8 [3020 B] 151s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 151s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 151s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libaom3 s390x 3.12.0-1 [1492 kB] 151s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x php-common all 2:93ubuntu2 [13.9 kB] 151s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-common s390x 8.3.11-0ubuntu4 [745 kB] 151s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-opcache s390x 8.3.11-0ubuntu4 [78.0 kB] 151s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-readline s390x 8.3.11-0ubuntu4 [13.9 kB] 151s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libargon2-1 s390x 0~20190702+dfsg-4build1 [54.1 kB] 151s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 151s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-cli s390x 8.3.11-0ubuntu4 [1940 kB] 151s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libapache2-mod-php8.3 s390x 8.3.11-0ubuntu4 [1871 kB] 151s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libde265-0 s390x 1.0.15-1build4 [175 kB] 151s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 151s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 151s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-2ubuntu1 [150 kB] 151s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 151s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libheif-plugin-aomdec s390x 1.19.5-1build1 [11.6 kB] 151s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x libheif-plugin-libde265 s390x 1.19.5-1build1 [9066 B] 151s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libheif1 s390x 1.19.5-1build1 [410 kB] 151s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libimagequant0 s390x 2.18.0-1build1 [43.3 kB] 151s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 151s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 151s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 151s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 151s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libraqm0 s390x 0.10.2-1 [15.8 kB] 151s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 151s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 151s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 151s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libxpm4 s390x 1:3.5.17-1build2 [41.2 kB] 151s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libgd3 s390x 2.3.3-12ubuntu3 [141 kB] 151s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 151s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-jstree all 3.3.16+dfsg1-1 [105 kB] 151s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x libphp-phpmailer all 6.9.1-1 [87.9 kB] 151s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x libquota-perl s390x 1.8.2+dfsg-3build3 [36.4 kB] 151s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 151s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x libzip5 s390x 1.11.3-2 [63.7 kB] 151s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3 all 8.3.11-0ubuntu4 [9170 B] 151s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x php all 2:8.3+93ubuntu2 [4076 B] 151s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x php8.3-bcmath s390x 8.3.11-0ubuntu4 [18.2 kB] 151s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x php-bcmath all 2:8.3+93ubuntu2 [1840 B] 151s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x php-constant-time all 3.0.0-3 [10.7 kB] 151s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-curl s390x 8.3.11-0ubuntu4 [39.4 kB] 151s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x php-curl all 2:8.3+93ubuntu2 [1836 B] 152s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-gd s390x 8.3.11-0ubuntu4 [30.6 kB] 152s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x php-gd all 2:8.3+93ubuntu2 [1830 B] 152s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-gmp s390x 8.3.11-0ubuntu4 [22.9 kB] 152s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x php-gmp all 2:8.3+93ubuntu2 [1834 B] 152s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-ldap s390x 8.3.11-0ubuntu4 [34.1 kB] 152s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x php-ldap all 2:8.3+93ubuntu2 [1836 B] 152s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-mbstring s390x 8.3.11-0ubuntu4 [523 kB] 152s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x php-mbstring all 2:8.3+93ubuntu2 [1848 B] 152s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x php-psr-log all 3.0.2-2 [6682 B] 152s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x php-monolog all 3.8.1-3 [99.0 kB] 152s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x php-random-compat all 2.0.21-1 [10.9 kB] 152s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x php-phpseclib3 all 3.0.43-1 [296 kB] 152s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x php-voku-portable-ascii all 2.0.1-3 [98.1 kB] 152s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-xml s390x 8.3.11-0ubuntu4 [129 kB] 152s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x php-xml all 2:8.3+93ubuntu2 [1856 B] 152s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x php8.3-zip s390x 8.3.11-0ubuntu4 [30.1 kB] 152s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x php-zip all 2:8.3+93ubuntu2 [1832 B] 152s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x ldap-account-manager all 9.0-1 [19.9 MB] 153s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x ldap-account-manager-lamdaemon all 9.0-1 [23.0 kB] 154s Preconfiguring packages ... 154s Fetched 37.9 MB in 4s (10.8 MB/s) 154s Selecting previously unselected package libapr1t64:s390x. 154s (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 ... 55977 files and directories currently installed.) 154s Preparing to unpack .../00-libapr1t64_1.7.5-1_s390x.deb ... 154s Unpacking libapr1t64:s390x (1.7.5-1) ... 154s Selecting previously unselected package libaprutil1t64:s390x. 154s Preparing to unpack .../01-libaprutil1t64_1.6.3-3ubuntu2_s390x.deb ... 154s Unpacking libaprutil1t64:s390x (1.6.3-3ubuntu2) ... 154s Selecting previously unselected package libaprutil1-dbd-sqlite3:s390x. 154s Preparing to unpack .../02-libaprutil1-dbd-sqlite3_1.6.3-3ubuntu2_s390x.deb ... 154s Unpacking libaprutil1-dbd-sqlite3:s390x (1.6.3-3ubuntu2) ... 154s Selecting previously unselected package libaprutil1-ldap:s390x. 154s Preparing to unpack .../03-libaprutil1-ldap_1.6.3-3ubuntu2_s390x.deb ... 154s Unpacking libaprutil1-ldap:s390x (1.6.3-3ubuntu2) ... 154s Selecting previously unselected package liblua5.4-0:s390x. 154s Preparing to unpack .../04-liblua5.4-0_5.4.7-1_s390x.deb ... 154s Unpacking liblua5.4-0:s390x (5.4.7-1) ... 154s Selecting previously unselected package apache2-bin. 154s Preparing to unpack .../05-apache2-bin_2.4.62-3ubuntu1_s390x.deb ... 154s Unpacking apache2-bin (2.4.62-3ubuntu1) ... 154s Selecting previously unselected package apache2-data. 154s Preparing to unpack .../06-apache2-data_2.4.62-3ubuntu1_all.deb ... 154s Unpacking apache2-data (2.4.62-3ubuntu1) ... 154s Selecting previously unselected package apache2-utils. 154s Preparing to unpack .../07-apache2-utils_2.4.62-3ubuntu1_s390x.deb ... 154s Unpacking apache2-utils (2.4.62-3ubuntu1) ... 154s Selecting previously unselected package apache2. 154s Preparing to unpack .../08-apache2_2.4.62-3ubuntu1_s390x.deb ... 154s Unpacking apache2 (2.4.62-3ubuntu1) ... 154s Selecting previously unselected package fonts-dejavu-mono. 154s Preparing to unpack .../09-fonts-dejavu-mono_2.37-8_all.deb ... 154s Unpacking fonts-dejavu-mono (2.37-8) ... 154s Selecting previously unselected package fonts-dejavu-core. 154s Preparing to unpack .../10-fonts-dejavu-core_2.37-8_all.deb ... 154s Unpacking fonts-dejavu-core (2.37-8) ... 154s Selecting previously unselected package fontconfig-config. 154s Preparing to unpack .../11-fontconfig-config_2.15.0-2ubuntu1_s390x.deb ... 154s Unpacking fontconfig-config (2.15.0-2ubuntu1) ... 154s Selecting previously unselected package fonts-dejavu-extra. 154s Preparing to unpack .../12-fonts-dejavu-extra_2.37-8_all.deb ... 154s Unpacking fonts-dejavu-extra (2.37-8) ... 154s Selecting previously unselected package fonts-dejavu. 154s Preparing to unpack .../13-fonts-dejavu_2.37-8_all.deb ... 154s Unpacking fonts-dejavu (2.37-8) ... 154s Selecting previously unselected package libgomp1:s390x. 154s Preparing to unpack .../14-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 154s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 154s Selecting previously unselected package gettext. 154s Preparing to unpack .../15-gettext_0.23.1-1_s390x.deb ... 154s Unpacking gettext (0.23.1-1) ... 154s Selecting previously unselected package libaom3:s390x. 154s Preparing to unpack .../16-libaom3_3.12.0-1_s390x.deb ... 154s Unpacking libaom3:s390x (3.12.0-1) ... 154s Selecting previously unselected package php-common. 154s Preparing to unpack .../17-php-common_2%3a93ubuntu2_all.deb ... 154s Unpacking php-common (2:93ubuntu2) ... 154s Selecting previously unselected package php8.3-common. 154s Preparing to unpack .../18-php8.3-common_8.3.11-0ubuntu4_s390x.deb ... 154s Unpacking php8.3-common (8.3.11-0ubuntu4) ... 154s Selecting previously unselected package php8.3-opcache. 154s Preparing to unpack .../19-php8.3-opcache_8.3.11-0ubuntu4_s390x.deb ... 154s Unpacking php8.3-opcache (8.3.11-0ubuntu4) ... 154s Selecting previously unselected package php8.3-readline. 154s Preparing to unpack .../20-php8.3-readline_8.3.11-0ubuntu4_s390x.deb ... 154s Unpacking php8.3-readline (8.3.11-0ubuntu4) ... 154s Selecting previously unselected package libargon2-1:s390x. 154s Preparing to unpack .../21-libargon2-1_0~20190702+dfsg-4build1_s390x.deb ... 154s Unpacking libargon2-1:s390x (0~20190702+dfsg-4build1) ... 154s Selecting previously unselected package libsodium23:s390x. 154s Preparing to unpack .../22-libsodium23_1.0.18-1build3_s390x.deb ... 154s Unpacking libsodium23:s390x (1.0.18-1build3) ... 154s Selecting previously unselected package php8.3-cli. 154s Preparing to unpack .../23-php8.3-cli_8.3.11-0ubuntu4_s390x.deb ... 154s Unpacking php8.3-cli (8.3.11-0ubuntu4) ... 154s Selecting previously unselected package libapache2-mod-php8.3. 154s Preparing to unpack .../24-libapache2-mod-php8.3_8.3.11-0ubuntu4_s390x.deb ... 154s Unpacking libapache2-mod-php8.3 (8.3.11-0ubuntu4) ... 154s Selecting previously unselected package libde265-0:s390x. 154s Preparing to unpack .../25-libde265-0_1.0.15-1build4_s390x.deb ... 154s Unpacking libde265-0:s390x (1.0.15-1build4) ... 154s Selecting previously unselected package libdeflate0:s390x. 154s Preparing to unpack .../26-libdeflate0_1.23-1_s390x.deb ... 154s Unpacking libdeflate0:s390x (1.23-1) ... 154s Selecting previously unselected package libfreetype6:s390x. 154s Preparing to unpack .../27-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 154s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 154s Selecting previously unselected package libfontconfig1:s390x. 154s Preparing to unpack .../28-libfontconfig1_2.15.0-2ubuntu1_s390x.deb ... 154s Unpacking libfontconfig1:s390x (2.15.0-2ubuntu1) ... 154s Selecting previously unselected package libsharpyuv0:s390x. 154s Preparing to unpack .../29-libsharpyuv0_1.5.0-0.1_s390x.deb ... 154s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 154s Selecting previously unselected package libheif-plugin-aomdec:s390x. 154s Preparing to unpack .../30-libheif-plugin-aomdec_1.19.5-1build1_s390x.deb ... 154s Unpacking libheif-plugin-aomdec:s390x (1.19.5-1build1) ... 154s Selecting previously unselected package libheif-plugin-libde265:s390x. 154s Preparing to unpack .../31-libheif-plugin-libde265_1.19.5-1build1_s390x.deb ... 154s Unpacking libheif-plugin-libde265:s390x (1.19.5-1build1) ... 154s Selecting previously unselected package libheif1:s390x. 154s Preparing to unpack .../32-libheif1_1.19.5-1build1_s390x.deb ... 154s Unpacking libheif1:s390x (1.19.5-1build1) ... 154s Selecting previously unselected package libimagequant0:s390x. 154s Preparing to unpack .../33-libimagequant0_2.18.0-1build1_s390x.deb ... 154s Unpacking libimagequant0:s390x (2.18.0-1build1) ... 154s Selecting previously unselected package libjpeg-turbo8:s390x. 154s Preparing to unpack .../34-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 154s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 154s Selecting previously unselected package libjpeg8:s390x. 154s Preparing to unpack .../35-libjpeg8_8c-2ubuntu11_s390x.deb ... 154s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 154s Selecting previously unselected package libgraphite2-3:s390x. 154s Preparing to unpack .../36-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 154s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 154s Selecting previously unselected package libharfbuzz0b:s390x. 154s Preparing to unpack .../37-libharfbuzz0b_10.2.0-1_s390x.deb ... 154s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 154s Selecting previously unselected package libraqm0:s390x. 154s Preparing to unpack .../38-libraqm0_0.10.2-1_s390x.deb ... 154s Unpacking libraqm0:s390x (0.10.2-1) ... 154s Selecting previously unselected package libjbig0:s390x. 154s Preparing to unpack .../39-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 154s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 154s Selecting previously unselected package libwebp7:s390x. 154s Preparing to unpack .../40-libwebp7_1.5.0-0.1_s390x.deb ... 154s Unpacking libwebp7:s390x (1.5.0-0.1) ... 154s Selecting previously unselected package libtiff6:s390x. 154s Preparing to unpack .../41-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 154s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 154s Selecting previously unselected package libxpm4:s390x. 154s Preparing to unpack .../42-libxpm4_1%3a3.5.17-1build2_s390x.deb ... 154s Unpacking libxpm4:s390x (1:3.5.17-1build2) ... 154s Selecting previously unselected package libgd3:s390x. 154s Preparing to unpack .../43-libgd3_2.3.3-12ubuntu3_s390x.deb ... 154s Unpacking libgd3:s390x (2.3.3-12ubuntu3) ... 154s Selecting previously unselected package libjs-jquery. 154s Preparing to unpack .../44-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 154s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 154s Selecting previously unselected package libjs-jquery-jstree. 154s Preparing to unpack .../45-libjs-jquery-jstree_3.3.16+dfsg1-1_all.deb ... 154s Unpacking libjs-jquery-jstree (3.3.16+dfsg1-1) ... 154s Selecting previously unselected package libphp-phpmailer. 154s Preparing to unpack .../46-libphp-phpmailer_6.9.1-1_all.deb ... 154s Unpacking libphp-phpmailer (6.9.1-1) ... 154s Selecting previously unselected package libquota-perl. 154s Preparing to unpack .../47-libquota-perl_1.8.2+dfsg-3build3_s390x.deb ... 154s Unpacking libquota-perl (1.8.2+dfsg-3build3) ... 154s Selecting previously unselected package libxslt1.1:s390x. 154s Preparing to unpack .../48-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 154s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 154s Selecting previously unselected package libzip5:s390x. 154s Preparing to unpack .../49-libzip5_1.11.3-2_s390x.deb ... 154s Unpacking libzip5:s390x (1.11.3-2) ... 154s Selecting previously unselected package php8.3. 154s Preparing to unpack .../50-php8.3_8.3.11-0ubuntu4_all.deb ... 154s Unpacking php8.3 (8.3.11-0ubuntu4) ... 155s Selecting previously unselected package php. 155s Preparing to unpack .../51-php_2%3a8.3+93ubuntu2_all.deb ... 155s Unpacking php (2:8.3+93ubuntu2) ... 155s Selecting previously unselected package php8.3-bcmath. 155s Preparing to unpack .../52-php8.3-bcmath_8.3.11-0ubuntu4_s390x.deb ... 155s Unpacking php8.3-bcmath (8.3.11-0ubuntu4) ... 155s Selecting previously unselected package php-bcmath. 155s Preparing to unpack .../53-php-bcmath_2%3a8.3+93ubuntu2_all.deb ... 155s Unpacking php-bcmath (2:8.3+93ubuntu2) ... 155s Selecting previously unselected package php-constant-time. 155s Preparing to unpack .../54-php-constant-time_3.0.0-3_all.deb ... 155s Unpacking php-constant-time (3.0.0-3) ... 155s Selecting previously unselected package php8.3-curl. 155s Preparing to unpack .../55-php8.3-curl_8.3.11-0ubuntu4_s390x.deb ... 155s Unpacking php8.3-curl (8.3.11-0ubuntu4) ... 155s Selecting previously unselected package php-curl. 155s Preparing to unpack .../56-php-curl_2%3a8.3+93ubuntu2_all.deb ... 155s Unpacking php-curl (2:8.3+93ubuntu2) ... 155s Selecting previously unselected package php8.3-gd. 155s Preparing to unpack .../57-php8.3-gd_8.3.11-0ubuntu4_s390x.deb ... 155s Unpacking php8.3-gd (8.3.11-0ubuntu4) ... 155s Selecting previously unselected package php-gd. 155s Preparing to unpack .../58-php-gd_2%3a8.3+93ubuntu2_all.deb ... 155s Unpacking php-gd (2:8.3+93ubuntu2) ... 155s Selecting previously unselected package php8.3-gmp. 155s Preparing to unpack .../59-php8.3-gmp_8.3.11-0ubuntu4_s390x.deb ... 155s Unpacking php8.3-gmp (8.3.11-0ubuntu4) ... 155s Selecting previously unselected package php-gmp. 155s Preparing to unpack .../60-php-gmp_2%3a8.3+93ubuntu2_all.deb ... 155s Unpacking php-gmp (2:8.3+93ubuntu2) ... 155s Selecting previously unselected package php8.3-ldap. 155s Preparing to unpack .../61-php8.3-ldap_8.3.11-0ubuntu4_s390x.deb ... 155s Unpacking php8.3-ldap (8.3.11-0ubuntu4) ... 155s Selecting previously unselected package php-ldap. 155s Preparing to unpack .../62-php-ldap_2%3a8.3+93ubuntu2_all.deb ... 155s Unpacking php-ldap (2:8.3+93ubuntu2) ... 155s Selecting previously unselected package php8.3-mbstring. 155s Preparing to unpack .../63-php8.3-mbstring_8.3.11-0ubuntu4_s390x.deb ... 155s Unpacking php8.3-mbstring (8.3.11-0ubuntu4) ... 155s Selecting previously unselected package php-mbstring. 155s Preparing to unpack .../64-php-mbstring_2%3a8.3+93ubuntu2_all.deb ... 155s Unpacking php-mbstring (2:8.3+93ubuntu2) ... 155s Selecting previously unselected package php-psr-log. 155s Preparing to unpack .../65-php-psr-log_3.0.2-2_all.deb ... 155s Unpacking php-psr-log (3.0.2-2) ... 155s Selecting previously unselected package php-monolog. 155s Preparing to unpack .../66-php-monolog_3.8.1-3_all.deb ... 155s Unpacking php-monolog (3.8.1-3) ... 155s Selecting previously unselected package php-random-compat. 155s Preparing to unpack .../67-php-random-compat_2.0.21-1_all.deb ... 155s Unpacking php-random-compat (2.0.21-1) ... 155s Selecting previously unselected package php-phpseclib3. 155s Preparing to unpack .../68-php-phpseclib3_3.0.43-1_all.deb ... 155s Unpacking php-phpseclib3 (3.0.43-1) ... 155s Selecting previously unselected package php-voku-portable-ascii. 155s Preparing to unpack .../69-php-voku-portable-ascii_2.0.1-3_all.deb ... 155s Unpacking php-voku-portable-ascii (2.0.1-3) ... 155s Selecting previously unselected package php8.3-xml. 155s Preparing to unpack .../70-php8.3-xml_8.3.11-0ubuntu4_s390x.deb ... 155s Unpacking php8.3-xml (8.3.11-0ubuntu4) ... 155s Selecting previously unselected package php-xml. 155s Preparing to unpack .../71-php-xml_2%3a8.3+93ubuntu2_all.deb ... 155s Unpacking php-xml (2:8.3+93ubuntu2) ... 155s Selecting previously unselected package php8.3-zip. 155s Preparing to unpack .../72-php8.3-zip_8.3.11-0ubuntu4_s390x.deb ... 155s Unpacking php8.3-zip (8.3.11-0ubuntu4) ... 155s Selecting previously unselected package php-zip. 155s Preparing to unpack .../73-php-zip_2%3a8.3+93ubuntu2_all.deb ... 155s Unpacking php-zip (2:8.3+93ubuntu2) ... 155s Selecting previously unselected package ldap-account-manager. 155s Preparing to unpack .../74-ldap-account-manager_9.0-1_all.deb ... 155s Unpacking ldap-account-manager (9.0-1) ... 155s Selecting previously unselected package ldap-account-manager-lamdaemon. 155s Preparing to unpack .../75-ldap-account-manager-lamdaemon_9.0-1_all.deb ... 155s Unpacking ldap-account-manager-lamdaemon (9.0-1) ... 155s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 155s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 155s Setting up php-common (2:93ubuntu2) ... 155s Created symlink '/etc/systemd/system/timers.target.wants/phpsessionclean.timer' → '/usr/lib/systemd/system/phpsessionclean.timer'. 156s Setting up libaom3:s390x (3.12.0-1) ... 156s Setting up php-random-compat (2.0.21-1) ... 156s Setting up php-voku-portable-ascii (2.0.1-3) ... 156s Setting up libsodium23:s390x (1.0.18-1build3) ... 156s Setting up libxpm4:s390x (1:3.5.17-1build2) ... 156s Setting up libphp-phpmailer (6.9.1-1) ... 156s Setting up libzip5:s390x (1.11.3-2) ... 156s Setting up libquota-perl (1.8.2+dfsg-3build3) ... 156s Setting up libargon2-1:s390x (0~20190702+dfsg-4build1) ... 156s Setting up libdeflate0:s390x (1.23-1) ... 156s Setting up php8.3-common (8.3.11-0ubuntu4) ... 156s Creating config file /etc/php/8.3/mods-available/calendar.ini with new version 156s Creating config file /etc/php/8.3/mods-available/ctype.ini with new version 156s Creating config file /etc/php/8.3/mods-available/exif.ini with new version 156s Creating config file /etc/php/8.3/mods-available/fileinfo.ini with new version 156s Creating config file /etc/php/8.3/mods-available/ffi.ini with new version 157s Creating config file /etc/php/8.3/mods-available/ftp.ini with new version 157s Creating config file /etc/php/8.3/mods-available/gettext.ini with new version 157s Creating config file /etc/php/8.3/mods-available/iconv.ini with new version 157s Creating config file /etc/php/8.3/mods-available/pdo.ini with new version 157s Creating config file /etc/php/8.3/mods-available/phar.ini with new version 157s Creating config file /etc/php/8.3/mods-available/posix.ini with new version 158s Creating config file /etc/php/8.3/mods-available/shmop.ini with new version 158s Creating config file /etc/php/8.3/mods-available/sockets.ini with new version 158s Creating config file /etc/php/8.3/mods-available/sysvmsg.ini with new version 158s Creating config file /etc/php/8.3/mods-available/sysvsem.ini with new version 158s Creating config file /etc/php/8.3/mods-available/sysvshm.ini with new version 159s Creating config file /etc/php/8.3/mods-available/tokenizer.ini with new version 159s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 159s Setting up php8.3-zip (8.3.11-0ubuntu4) ... 159s Creating config file /etc/php/8.3/mods-available/zip.ini with new version 159s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 159s Setting up php8.3-mbstring (8.3.11-0ubuntu4) ... 159s Creating config file /etc/php/8.3/mods-available/mbstring.ini with new version 159s Setting up php8.3-readline (8.3.11-0ubuntu4) ... 159s Creating config file /etc/php/8.3/mods-available/readline.ini with new version 159s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 159s Setting up ldap-account-manager-lamdaemon (9.0-1) ... 159s Setting up php8.3-gmp (8.3.11-0ubuntu4) ... 159s Creating config file /etc/php/8.3/mods-available/gmp.ini with new version 159s Setting up libimagequant0:s390x (2.18.0-1build1) ... 159s Setting up fonts-dejavu-mono (2.37-8) ... 159s Setting up fonts-dejavu-core (2.37-8) ... 159s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 159s Setting up php-gmp (2:8.3+93ubuntu2) ... 159s Setting up libwebp7:s390x (1.5.0-0.1) ... 159s Setting up php-psr-log (3.0.2-2) ... 159s Setting up php8.3-ldap (8.3.11-0ubuntu4) ... 159s Creating config file /etc/php/8.3/mods-available/ldap.ini with new version 159s Setting up fonts-dejavu-extra (2.37-8) ... 159s Setting up php8.3-bcmath (8.3.11-0ubuntu4) ... 160s Creating config file /etc/php/8.3/mods-available/bcmath.ini with new version 160s Setting up php-zip (2:8.3+93ubuntu2) ... 160s Setting up libapr1t64:s390x (1.7.5-1) ... 160s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 160s Setting up liblua5.4-0:s390x (5.4.7-1) ... 160s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 160s Setting up php-monolog (3.8.1-3) ... 160s Setting up php8.3-xml (8.3.11-0ubuntu4) ... 160s Creating config file /etc/php/8.3/mods-available/dom.ini with new version 160s Creating config file /etc/php/8.3/mods-available/simplexml.ini with new version 160s Creating config file /etc/php/8.3/mods-available/xml.ini with new version 160s Creating config file /etc/php/8.3/mods-available/xmlreader.ini with new version 160s Creating config file /etc/php/8.3/mods-available/xmlwriter.ini with new version 161s Creating config file /etc/php/8.3/mods-available/xsl.ini with new version 161s Setting up apache2-data (2.4.62-3ubuntu1) ... 161s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 161s Setting up php8.3-opcache (8.3.11-0ubuntu4) ... 161s Creating config file /etc/php/8.3/mods-available/opcache.ini with new version 161s Setting up libde265-0:s390x (1.0.15-1build4) ... 161s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 161s Setting up php-constant-time (3.0.0-3) ... 161s Setting up php-xml (2:8.3+93ubuntu2) ... 161s Setting up libaprutil1t64:s390x (1.6.3-3ubuntu2) ... 161s Setting up fonts-dejavu (2.37-8) ... 161s Setting up gettext (0.23.1-1) ... 161s Setting up php-bcmath (2:8.3+93ubuntu2) ... 161s Setting up php8.3-curl (8.3.11-0ubuntu4) ... 161s Creating config file /etc/php/8.3/mods-available/curl.ini with new version 161s Setting up fontconfig-config (2.15.0-2ubuntu1) ... 161s Setting up libjs-jquery-jstree (3.3.16+dfsg1-1) ... 161s Setting up libaprutil1-ldap:s390x (1.6.3-3ubuntu2) ... 161s Setting up php8.3-cli (8.3.11-0ubuntu4) ... 161s update-alternatives: using /usr/bin/php8.3 to provide /usr/bin/php (php) in auto mode 161s update-alternatives: using /usr/bin/phar8.3 to provide /usr/bin/phar (phar) in auto mode 161s update-alternatives: using /usr/bin/phar.phar8.3 to provide /usr/bin/phar.phar (phar.phar) in auto mode 161s Creating config file /etc/php/8.3/cli/php.ini with new version 162s Setting up php-mbstring (2:8.3+93ubuntu2) ... 162s Setting up libaprutil1-dbd-sqlite3:s390x (1.6.3-3ubuntu2) ... 162s Setting up php-phpseclib3 (3.0.43-1) ... 162s Setting up php-ldap (2:8.3+93ubuntu2) ... 162s Setting up libraqm0:s390x (0.10.2-1) ... 162s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 162s Setting up libfontconfig1:s390x (2.15.0-2ubuntu1) ... 162s Setting up apache2-utils (2.4.62-3ubuntu1) ... 162s Setting up php-curl (2:8.3+93ubuntu2) ... 162s Setting up apache2-bin (2.4.62-3ubuntu1) ... 162s Setting up libapache2-mod-php8.3 (8.3.11-0ubuntu4) ... 162s Package apache2 is not configured yet. Will defer actions by package libapache2-mod-php8.3. 162s Creating config file /etc/php/8.3/apache2/php.ini with new version 162s No module matches 162s Setting up apache2 (2.4.62-3ubuntu1) ... 162s Enabling module mpm_event. 162s Enabling module authz_core. 162s Enabling module authz_host. 162s Enabling module authn_core. 162s Enabling module auth_basic. 163s Enabling module access_compat. 163s Enabling module authn_file. 163s Enabling module authz_user. 163s Enabling module alias. 163s Enabling module dir. 163s Enabling module autoindex. 163s Enabling module env. 163s Enabling module mime. 163s Enabling module negotiation. 163s Enabling module setenvif. 163s Enabling module filter. 163s Enabling module deflate. 163s Enabling module status. 163s Enabling module reqtimeout. 163s Enabling conf charset. 163s Enabling conf localized-error-pages. 163s Enabling conf other-vhosts-access-log. 163s Enabling conf security. 163s Enabling conf serve-cgi-bin. 163s Enabling site 000-default. 163s info: Switch to mpm prefork for package libapache2-mod-php8.3 163s Module mpm_event disabled. 163s Enabling module mpm_prefork. 163s info: Executing deferred 'a2enmod php8.3' for package libapache2-mod-php8.3 163s Enabling module php8.3. 164s Created symlink '/etc/systemd/system/multi-user.target.wants/apache2.service' → '/usr/lib/systemd/system/apache2.service'. 164s Created symlink '/etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service' → '/usr/lib/systemd/system/apache-htcacheclean.service'. 165s Setting up php8.3 (8.3.11-0ubuntu4) ... 165s Setting up php (2:8.3+93ubuntu2) ... 165s Setting up libheif-plugin-aomdec:s390x (1.19.5-1build1) ... 165s Setting up libheif-plugin-libde265:s390x (1.19.5-1build1) ... 165s Setting up libheif1:s390x (1.19.5-1build1) ... 165s Setting up libgd3:s390x (2.3.3-12ubuntu3) ... 165s Setting up php8.3-gd (8.3.11-0ubuntu4) ... 165s Creating config file /etc/php/8.3/mods-available/gd.ini with new version 165s Setting up ldap-account-manager (9.0-1) ... 165s Enabling conf ldap-account-manager. 165s Setting up php-gd (2:8.3+93ubuntu2) ... 165s Processing triggers for install-info (7.1.1-1) ... 165s Processing triggers for libc-bin (2.40-4ubuntu1) ... 165s Processing triggers for ufw (0.36.2-9) ... 165s Processing triggers for man-db (2.13.0-1) ... 166s Processing triggers for php8.3-cli (8.3.11-0ubuntu4) ... 166s Processing triggers for libapache2-mod-php8.3 (8.3.11-0ubuntu4) ... 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'ldap-account-manager'], kind short, sout pipe, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'ldap-account-manager-lamdaemon'], kind short, sout pipe, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.voc4uq/login-packages.all"], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.voc4uq/login-packages.all /tmp/autopkgtest-work.ocsr3wg5/out/login-packages.all 168s autopkgtest: DBG: got reply from testbed: ok 168s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.voc4uq/build.5lb/src'], kind short, sout raw, serr raw, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.voc4uq/build.5lb/src already exists 168s autopkgtest [00:14:06]: test login: [----------------------- 168s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.voc4uq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.voc4uq/login-artifacts --chdir=/tmp/autopkgtest.voc4uq/build.5lb/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.voc4uq/login-stderr --stdout=/tmp/autopkgtest.voc4uq/login-stdout --tmp=/tmp/autopkgtest.voc4uq/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sudo/1.9.16p2-1ubuntu1 --make-executable=/tmp/autopkgtest.voc4uq/build.5lb/src/debian/tests/login -- /tmp/autopkgtest.voc4uq/build.5lb/src/debian/tests/login'], kind test, sout raw, serr raw, env [] 168s /tmp/autopkgtest.voc4uq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.voc4uq/login-artifacts 168s /tmp/autopkgtest.voc4uq/wrapper.sh: changing to directory: /tmp/autopkgtest.voc4uq/build.5lb/src 168s /tmp/autopkgtest.voc4uq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 168s /tmp/autopkgtest.voc4uq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 168s /tmp/autopkgtest.voc4uq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 168s /tmp/autopkgtest.voc4uq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 168s /tmp/autopkgtest.voc4uq/wrapper.sh: setting environment: LANG=C.UTF-8 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LANGUAGE 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_ADDRESS 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_ALL 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_COLLATE 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_CTYPE 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_MEASUREMENT 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_MESSAGES 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_MONETARY 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_NAME 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_NUMERIC 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_PAPER 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_TELEPHONE 168s /tmp/autopkgtest.voc4uq/wrapper.sh: unsetting environment: LC_TIME 168s /tmp/autopkgtest.voc4uq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 168s /tmp/autopkgtest.voc4uq/wrapper.sh: pretending to be a login shell 168s /tmp/autopkgtest.voc4uq/wrapper.sh: will write standard error to /tmp/autopkgtest.voc4uq/login-stderr 168s /tmp/autopkgtest.voc4uq/wrapper.sh: will write stdout to /tmp/autopkgtest.voc4uq/login-stdout 168s /tmp/autopkgtest.voc4uq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.voc4uq/autopkgtest_tmp 168s /tmp/autopkgtest.voc4uq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sudo/1.9.16p2-1ubuntu1 168s /tmp/autopkgtest.voc4uq/wrapper.sh: marking as executable: /tmp/autopkgtest.voc4uq/build.5lb/src/debian/tests/login 168s /tmp/autopkgtest.voc4uq/wrapper.sh: command to run: /tmp/autopkgtest.voc4uq/build.5lb/src/debian/tests/login 168s /tmp/autopkgtest.voc4uq/wrapper.sh: copying /tmp/tmp.iheUe7579v/out to stdout and file: /tmp/autopkgtest.voc4uq/login-stdout 168s /tmp/autopkgtest.voc4uq/wrapper.sh: copying /tmp/tmp.iheUe7579v/err to standard error and file: /tmp/autopkgtest.voc4uq/login-stdout 168s /tmp/autopkgtest.voc4uq/wrapper.sh: writing script pid 12745 to /tmp/autopkgtest_script_pid 168s /tmp/autopkgtest.voc4uq/wrapper.sh: checking for leaked background processes... 168s /tmp/autopkgtest.voc4uq/wrapper.sh: waiting for tee/cat subprocesses... 168s /tmp/autopkgtest.voc4uq/wrapper.sh: cleaning up... 168s /tmp/autopkgtest.voc4uq/wrapper.sh: Exit status: 0 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest [00:14:06]: test login: -----------------------] 168s autopkgtest: DBG: testbed executing test finished with exit status 0 168s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.voc4uq/login-stdout /tmp/autopkgtest-work.ocsr3wg5/out/login-stdout 169s autopkgtest: DBG: got reply from testbed: ok 169s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.voc4uq/login-stderr /tmp/autopkgtest-work.ocsr3wg5/out/login-stderr 169s autopkgtest: DBG: got reply from testbed: ok 169s login PASS 169s autopkgtest [00:14:07]: test login: - - - - - - - - - - results - - - - - - - - - - 169s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.voc4uq/login-artifacts/ /tmp/autopkgtest-work.ocsr3wg5/out/artifacts/ 169s autopkgtest: DBG: got reply from testbed: ok 169s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.voc4uq/login-artifacts', '/tmp/autopkgtest.voc4uq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 169s autopkgtest [00:14:07]: @@@@@@@@@@@@@@@@@@@@ summary 169s login PASS 169s autopkgtest: DBG: testbed stop 169s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.voc4uq 169s autopkgtest: DBG: sending command to testbed: close 176s autopkgtest: DBG: got reply from testbed: ok 176s autopkgtest: DBG: sending command to testbed: quit 176s nova [W] Using flock in prodstack6-s390x 176s flock: timeout while waiting to get lock 176s Creating nova instance adt-plucky-s390x-ldap-account-manager-20250220-001118-juju-7f2275-prod-proposed-migration-environment-15-4df753bd-1163-490c-8ef0-3772aadf9157 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 176s nova [W] Timed out waiting for ff69e4e0-3423-4d6f-b204-7da57ed723dd to get deleted.