0s autopkgtest: DBG: testbed init 0s autopkgtest [00:51:46]: starting date and time: 2025-02-16 00:51:46+0000 0s autopkgtest [00:51:46]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [00:51:46]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.ovi8ygcp/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:glibc,src:iproute2,src:php-twig,src:postgresql-17,src:postgresql-common,src:roundcube --apt-upgrade lua-posix --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-16.secgroup --name adt-plucky-s390x-lua-posix-20250216-005146-juju-7f2275-prod-proposed-migration-environment-15-c6462707-46a3-4ff1-952f-1009ce518567 --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 120s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.4sVLir 120s autopkgtest: DBG: sending command to testbed: print-execute-command 120s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.dixaszro/runcmd 120s autopkgtest: DBG: sending command to testbed: capabilities 120s autopkgtest: DBG: got reply from testbed: ok revert-full-system isolation-machine reboot revert suggested-normal-user=ubuntu root-on-testbed 120s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'isolation-machine', 'reboot', 'revert', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 120s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.4sVLir'], kind short, sout raw, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.4sVLir/wrapper.sh 120s autopkgtest: DBG: got reply from testbed: ok 120s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.4sVLir/wrapper.sh'], kind short, sout raw, serr pipe, env [] 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest [00:53:47]: testbed dpkg architecture: s390x 121s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest [00:53:47]: testbed apt version: 2.9.28 121s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest: DBG: testbed has eatmydata 121s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest [00:53:47]: @@@@@@@@@@@@@@@@@@@@ test bed setup 121s 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 [] 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest [00:53:47]: testbed release detected to be: None 121s 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 [] 122s autopkgtest: DBG: testbed command exited with code 0 122s 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 [] 122s autopkgtest: DBG: testbed command exited with code 0 122s autopkgtest: DBG: adding APT source: Types: deb deb-src 122s URIs: http://ftpmaster.internal/ubuntu/ 122s Suites: plucky-proposed 122s Components: main restricted universe multiverse 122s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 122s 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 [] 122s autopkgtest: DBG: testbed command exited with code 0 122s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 122s Package: * 122s Pin: release plucky-proposed 122s Pin-Priority: 500 122s 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 [] 122s autopkgtest: DBG: testbed command exited with code 0 122s autopkgtest [00:53:48]: updating testbed package index (apt update) 122s 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'] 122s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 123s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 123s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 123s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 123s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [823 kB] 123s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.1 kB] 123s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [73.1 kB] 123s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 123s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [164 kB] 123s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 123s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [871 kB] 123s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3740 B] 123s Fetched 2062 kB in 1s (2164 kB/s) 124s Reading package lists... 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 124s Package: * 124s Pin: release plucky-proposed 124s Pin-Priority: 100 124s 124s Package: src:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any 124s Pin: release plucky-proposed 124s Pin-Priority: 995 124s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s 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.4sVLir/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s 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'] 124s + lsb_release --codename --short 124s + RELEASE=plucky 124s + cat 124s + [ plucky != trusty ] 124s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 125s Reading package lists... 125s Building dependency tree... 125s Reading state information... 125s Calculating upgrade... 125s The following packages were automatically installed and are no longer required: 125s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 125s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 125s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 125s linux-tools-6.11.0-8-generic 125s Use 'sudo apt autoremove' to remove them. 125s The following packages will be upgraded: 125s dash gcc-14-base libatomic1 libgcc-s1 libstdc++6 libtasn1-6 libxdmcp6 125s 7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 125s Need to get 1155 kB of archives. 125s After this operation, 16.4 kB of additional disk space will be used. 125s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dash s390x 0.5.12-12ubuntu1 [100 kB] 125s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 14.2.0-17ubuntu1 [9430 B] 125s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-17ubuntu1 [53.5 kB] 125s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 14.2.0-17ubuntu1 [896 kB] 125s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 14.2.0-17ubuntu1 [35.9 kB] 126s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libtasn1-6 s390x 4.20.0-2 [48.6 kB] 126s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libxdmcp6 s390x 1:1.1.5-1 [11.0 kB] 126s Preconfiguring packages ... 126s Fetched 1155 kB in 1s (1809 kB/s) 126s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 126s Preparing to unpack .../dash_0.5.12-12ubuntu1_s390x.deb ... 126s Unpacking dash (0.5.12-12ubuntu1) over (0.5.12-9ubuntu1) ... 126s Setting up dash (0.5.12-12ubuntu1) ... 126s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 126s Preparing to unpack .../libatomic1_14.2.0-17ubuntu1_s390x.deb ... 126s Unpacking libatomic1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 126s Preparing to unpack .../gcc-14-base_14.2.0-17ubuntu1_s390x.deb ... 126s Unpacking gcc-14-base:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 126s Setting up gcc-14-base:s390x (14.2.0-17ubuntu1) ... 126s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 126s Preparing to unpack .../libstdc++6_14.2.0-17ubuntu1_s390x.deb ... 126s Unpacking libstdc++6:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 126s Setting up libstdc++6:s390x (14.2.0-17ubuntu1) ... 126s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 126s Preparing to unpack .../libgcc-s1_14.2.0-17ubuntu1_s390x.deb ... 126s Unpacking libgcc-s1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 126s Setting up libgcc-s1:s390x (14.2.0-17ubuntu1) ... 126s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 126s Preparing to unpack .../libtasn1-6_4.20.0-2_s390x.deb ... 126s Unpacking libtasn1-6:s390x (4.20.0-2) over (4.19.0-3build1) ... 126s Preparing to unpack .../libxdmcp6_1%3a1.1.5-1_s390x.deb ... 126s Unpacking libxdmcp6:s390x (1:1.1.5-1) over (1:1.1.3-0ubuntu6) ... 126s Setting up libxdmcp6:s390x (1:1.1.5-1) ... 126s Setting up libatomic1:s390x (14.2.0-17ubuntu1) ... 126s Setting up libtasn1-6:s390x (4.20.0-2) ... 126s Processing triggers for libc-bin (2.40-4ubuntu1) ... 126s Processing triggers for man-db (2.13.0-1) ... 127s Processing triggers for debianutils (5.21) ... 127s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 127s + /usr/lib/apt/apt-helper analyze-pattern ?true 127s + uname -r 127s + sed s/\./\\./g 127s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 127s + apt list ?obsolete 127s + tail+ cut -d/ -f1 127s -n+2 127s + grep -v ^linux-.*6\.12\.0-15-generic.* 127s + true 127s + obsolete_pkgs= 127s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 127s Reading package lists... 127s Building dependency tree... 127s Reading state information... 127s The following packages will be REMOVED: 127s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 127s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 127s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 127s linux-tools-6.11.0-8-generic* 127s 0 upgraded, 0 newly installed, 9 to remove and 6 not upgraded. 127s After this operation, 167 MB disk space will be freed. 127s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 127s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 127s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 127s Removing libpython3.12t64:s390x (3.12.9-1) ... 127s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 128s Removing libnsl2:s390x (1.3.0-3build3) ... 128s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 128s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 128s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 128s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 129s Processing triggers for libc-bin (2.40-4ubuntu1) ... 129s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 129s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 129s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 129s + grep -q trusty /etc/lsb-release 129s + [ ! -d /usr/share/doc/unattended-upgrades ] 129s + [ ! -d /usr/share/doc/lxd ] 129s + [ ! -d /usr/share/doc/lxd-client ] 129s + [ ! -d /usr/share/doc/snapd ] 129s + type iptables 129s + cat 129s + chmod 755 /etc/rc.local 129s + . /etc/rc.local 129s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 129s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 129s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 129s + uname -m 129s + [ s390x = ppc64le ] 129s + [ -d /run/systemd/system ] 129s + systemd-detect-virt --quiet --vm 129s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 129s + cat 129s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 129s + echo COMPRESS=lz4 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest [00:53:55]: upgrading testbed (apt dist-upgrade and autopurge) 129s 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'] 129s Reading package lists... 129s Building dependency tree... 129s Reading state information... 129s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 129s Starting 2 pkgProblemResolver with broken count: 0 129s Done 130s Entering ResolveByKeep 130s 130s The following packages will be upgraded: 130s iproute2 libc-bin libc-dev-bin libc6 libc6-dev locales 130s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 130s Need to get 10.7 MB of archives. 130s After this operation, 305 kB of additional disk space will be used. 130s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-dev-bin s390x 2.41-1ubuntu1 [24.3 kB] 130s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6-dev s390x 2.41-1ubuntu1 [1679 kB] 130s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x locales all 2.41-1ubuntu1 [4246 kB] 131s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6 s390x 2.41-1ubuntu1 [2891 kB] 131s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-bin s390x 2.41-1ubuntu1 [672 kB] 131s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 131s Preconfiguring packages ... 131s Fetched 10.7 MB in 1s (10.5 MB/s) 131s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55867 files and directories currently installed.) 131s Preparing to unpack .../libc-dev-bin_2.41-1ubuntu1_s390x.deb ... 131s Unpacking libc-dev-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 131s Preparing to unpack .../libc6-dev_2.41-1ubuntu1_s390x.deb ... 131s Unpacking libc6-dev:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 131s Preparing to unpack .../locales_2.41-1ubuntu1_all.deb ... 131s Unpacking locales (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 131s Preparing to unpack .../libc6_2.41-1ubuntu1_s390x.deb ... 131s Checking for services that may need to be restarted... 131s Checking init scripts... 131s Checking for services that may need to be restarted... 131s Checking init scripts... 131s Stopping some services possibly affected by the upgrade (will be restarted later): 131s cron: stopping...done. 131s 131s Unpacking libc6:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 132s Setting up libc6:s390x (2.41-1ubuntu1) ... 132s Checking for services that may need to be restarted... 132s Checking init scripts... 132s Restarting services possibly affected by the upgrade: 132s cron: restarting...done. 132s 132s Services restarted successfully. 132s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55868 files and directories currently installed.) 132s Preparing to unpack .../libc-bin_2.41-1ubuntu1_s390x.deb ... 132s Unpacking libc-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 132s Setting up libc-bin (2.41-1ubuntu1) ... 132s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55868 files and directories currently installed.) 132s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 132s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 132s Setting up iproute2 (6.13.0-1ubuntu1) ... 132s Setting up locales (2.41-1ubuntu1) ... 132s Installing new version of config file /etc/locale.alias ... 132s Generating locales (this might take a while)... 133s en_US.UTF-8... done 133s Generation complete. 133s Setting up libc-dev-bin (2.41-1ubuntu1) ... 133s Setting up libc6-dev:s390x (2.41-1ubuntu1) ... 133s Processing triggers for man-db (2.13.0-1) ... 134s Processing triggers for systemd (257.2-3ubuntu1) ... 135s autopkgtest: DBG: testbed command exited with code 0 135s 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'] 135s Reading package lists... 135s Building dependency tree... 135s Reading state information... 135s Starting pkgProblemResolver with broken count: 0 135s Starting 2 pkgProblemResolver with broken count: 0 135s Done 136s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 136s autopkgtest: DBG: testbed command exited with code 0 136s 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.4sVLir/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 136s autopkgtest: DBG: testbed command exited with code 1 136s autopkgtest [00:54:02]: rebooting testbed after setup commands that affected boot 136s autopkgtest: DBG: sending command to testbed: reboot 153s autopkgtest: DBG: got reply from testbed: ok 153s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 153s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.4sVLir'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.4sVLir/autopkgtest-reboot 153s autopkgtest: DBG: got reply from testbed: ok 153s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.4sVLir/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.4sVLir/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.4sVLir/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.4sVLir'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.4sVLir/autopkgtest-reboot-prepare 154s autopkgtest: DBG: got reply from testbed: ok 154s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.4sVLir/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.4sVLir/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest [00:54:21]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 155s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.4sVLir/testbed-packages"], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4sVLir/testbed-packages /tmp/autopkgtest-work.ovi8ygcp/out/testbed-packages 155s autopkgtest: DBG: got reply from testbed: ok 155s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 155s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.4sVLir'], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.4sVLir/autopkgtest-reboot 156s autopkgtest: DBG: got reply from testbed: ok 156s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.4sVLir/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.4sVLir/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.4sVLir/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.4sVLir'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.4sVLir/autopkgtest-reboot-prepare 156s autopkgtest: DBG: got reply from testbed: ok 156s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.4sVLir/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.4sVLir/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: Binaries: initialising 157s autopkgtest [00:54:23]: @@@@@@@@@@@@@@@@@@@@ apt-source lua-posix 157s autopkgtest: DBG: blame += lua-posix 157s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 157s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'lua-posix'], kind short, sout pipe, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^lua-posix$'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'lua-posix=36.2.1-2'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^lua-posix-dev$'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'lua-posix-dev=36.2.1-2'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: install_deps: deps_new=[] 158s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s 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.4sVLir/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source lua-posix=36.2.1-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 lua-posix_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1'] 158s + cd / 158s + mktemp -d /tmp/autopkgtest.4sVLir/build.XXX 158s + builddir=/tmp/autopkgtest.4sVLir/build.0RR 158s + cd /tmp/autopkgtest.4sVLir/build.0RR 158s + apt-get source -d -q --only-source lua-posix=36.2.1-2 159s + OUT=Reading package lists... 159s NOTICE: 'lua-posix' packaging is maintained in the 'Git' version control system at: 159s https://salsa.debian.org/lua-team/lua-posix.git 159s Please use: 159s git clone https://salsa.debian.org/lua-team/lua-posix.git 159s to retrieve the latest (possibly unreleased) updates to the package. 159s Need to get 197 kB of source archives. 159s Get:1 http://ftpmaster.internal/ubuntu plucky/universe lua-posix 36.2.1-2 (dsc) [2063 B] 159s Get:2 http://ftpmaster.internal/ubuntu plucky/universe lua-posix 36.2.1-2 (tar) [188 kB] 159s Get:3 http://ftpmaster.internal/ubuntu plucky/universe lua-posix 36.2.1-2 (diff) [7352 B] 159s Fetched 197 kB in 0s (400 kB/s) 159s Download complete and in download only mode 159s + [ -n ] 159s + grep ^Get: 159s + echo Reading package lists... 159s NOTICE: 'lua-posix' packaging is maintained in the 'Git' version control system at: 159s https://salsa.debian.org/lua-team/lua-posix.git 159s Please use: 159s git clone https://salsa.debian.org/lua-team/lua-posix.git 159s to retrieve the latest (possibly unreleased) updates to the package. 159s Need to get 197 kB of source archives. 159s Get:1 http://ftpmaster.internal/ubuntu plucky/universe lua-posix 36.2.1-2 (dsc) [2063 B] 159s Get:2 http://ftpmaster.internal/ubuntu plucky/universe lua-posix 36.2.1-2 (tar) [188 kB] 159s Get:3 http://ftpmaster.internal/ubuntu plucky/universe lua-posix 36.2.1-2 (diff) [7352 B] 159s Fetched 197 kB in 0s (400 kB/s) 159s Download complete and in download only mode 159s Get:1 http://ftpmaster.internal/ubuntu plucky/universe lua-posix 36.2.1-2 (dsc) [2063 B] 159s Get:2 http://ftpmaster.internal/ubuntu plucky/universe lua-posix 36.2.1-2 (tar) [188 kB] 159s Get:3 http://ftpmaster.internal/ubuntu plucky/universe lua-posix 36.2.1-2 (diff) [7352 B] 159s + dpkg-source -x lua-posix_36.2.1-2.dsc src 159s gpgv: Signature made Mon Nov 27 10:40:06 2023 UTC 159s gpgv: using RSA key FD260FB320C1F928529EF7384F2AE4EB4B63E787 159s gpgv: Can't check signature: No public key 159s dpkg-source: warning: cannot verify inline signature for ./lua-posix_36.2.1-2.dsc: no acceptable signature found 159s + chmod -R a+rX . 159s + cd src/. 159s + pwd 159s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest [00:54:25]: testing package lua-posix version 36.2.1-2 159s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4sVLir/build.0RR/src/debian/ /tmp/autopkgtest-work.ovi8ygcp/out/pkg/debian/ 159s autopkgtest: DBG: got reply from testbed: ok 160s autopkgtest: DBG: processing dependency @ 160s autopkgtest: DBG: synthesised dependency lua-posix 160s autopkgtest: DBG: synthesised dependency lua-posix-dev 160s autopkgtest: DBG: processing dependency dh-lua 160s autopkgtest: DBG: Test defined: name import-tests path debian/tests/import-tests command "None" restrictions [] features [] depends ['lua-posix', 'lua-posix-dev', 'dh-lua'] 160s autopkgtest [00:54:26]: build not needed 160s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4sVLir/build.0RR/src/ /tmp/autopkgtest-work.ovi8ygcp/out/tests-tree/ 160s autopkgtest: DBG: got reply from testbed: ok 160s autopkgtest: DBG: processing dependency @ 160s autopkgtest: DBG: synthesised dependency lua-posix 160s autopkgtest: DBG: synthesised dependency lua-posix-dev 160s autopkgtest: DBG: processing dependency dh-lua 160s autopkgtest: DBG: Test defined: name import-tests path debian/tests/import-tests command "None" restrictions [] features [] depends ['lua-posix', 'lua-posix-dev', 'dh-lua'] 160s autopkgtest [00:54:26]: test import-tests: preparing testbed 160s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['lua-posix', 'lua-posix-dev', 'dh-lua'] 160s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 160s autopkgtest: DBG: install_deps: deps_new=['lua-posix', 'lua-posix-dev', 'dh-lua'] 160s autopkgtest: DBG: install-deps: satisfying lua-posix, lua-posix-dev, dh-lua 160s autopkgtest: DBG: can use apt-get on testbed: True 160s 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', 'lua-posix, lua-posix-dev, dh-lua'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 160s Reading package lists... 160s Building dependency tree... 160s Reading state information... 161s Starting pkgProblemResolver with broken count: 0 161s Starting 2 pkgProblemResolver with broken count: 0 161s Done 161s The following NEW packages will be installed: 161s autoconf automake autopoint autotools-dev cpp cpp-14 cpp-14-s390x-linux-gnu 161s cpp-s390x-linux-gnu dctrl-tools debhelper debugedit dh-autoreconf dh-lua 161s dh-strip-nondeterminism dwz gcc gcc-14 gcc-14-s390x-linux-gnu 161s gcc-s390x-linux-gnu gettext intltool-debian libarchive-zip-perl libasan8 161s libcc1-0 libdebhelper-perl libfile-find-rule-perl 161s libfile-stripnondeterminism-perl libgcc-14-dev libgomp1 libisl23 libitm1 161s liblua5.1-0 liblua5.1-0-dev liblua5.2-0 liblua5.2-dev liblua5.3-0 161s liblua5.3-dev liblua5.4-0 liblua5.4-dev libmpc3 libncurses-dev 161s libnumber-compare-perl libpkgconf3 libreadline-dev libtext-glob-perl libtool 161s libubsan1 lua-bit32 lua-posix lua-posix-dev lua5.1 lua5.2 lua5.3 lua5.4 m4 161s pkg-config pkgconf pkgconf-bin po-debconf 161s 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded. 161s Need to get 42.8 MB of archives. 161s After this operation, 134 MB of additional disk space will be used. 161s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 161s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 161s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 161s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 162s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 162s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 162s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 162s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 164s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 164s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 164s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 164s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x dctrl-tools s390x 2.24-3build3 [106 kB] 164s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 164s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-17ubuntu1 [50.7 kB] 164s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-17ubuntu1 [151 kB] 164s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-17ubuntu1 [30.9 kB] 164s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-17ubuntu1 [2964 kB] 164s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-17ubuntu1 [1184 kB] 164s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 164s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 165s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 165s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 165s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 165s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 165s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 165s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 165s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 165s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 165s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 165s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 165s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 165s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 165s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 165s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 165s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 165s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 165s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 165s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x pkg-config s390x 1.8.1-4 [7362 B] 165s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libnumber-compare-perl all 0.03-3 [5974 B] 165s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libtext-glob-perl all 0.11-3 [6780 B] 165s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-find-rule-perl all 0.34-3 [24.4 kB] 165s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x liblua5.4-0 s390x 5.4.7-1 [174 kB] 165s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libncurses-dev s390x 6.5+20250125-2 [407 kB] 165s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libreadline-dev s390x 8.2-6 [187 kB] 165s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x liblua5.4-dev s390x 5.4.7-1 [204 kB] 165s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x lua5.4 s390x 5.4.7-1 [171 kB] 165s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x liblua5.3-0 s390x 5.3.6-2build2 [155 kB] 165s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x liblua5.3-dev s390x 5.3.6-2build2 [184 kB] 165s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x lua5.3 s390x 5.3.6-2build2 [158 kB] 165s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x liblua5.2-0 s390x 5.2.4-3build2 [139 kB] 165s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x liblua5.2-dev s390x 5.2.4-3build2 [162 kB] 165s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x lua5.2 s390x 5.2.4-3build2 [141 kB] 165s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x liblua5.1-0 s390x 5.1.5-10 [130 kB] 165s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x liblua5.1-0-dev s390x 5.1.5-10 [148 kB] 165s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x lua5.1 s390x 5.1.5-10 [138 kB] 165s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-lua all 33 [30.8 kB] 165s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x lua-bit32 s390x 5.3.0-6 [11.2 kB] 165s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x lua-posix s390x 36.2.1-2 [178 kB] 165s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x lua-posix-dev s390x 36.2.1-2 [196 kB] 166s Fetched 42.8 MB in 5s (9486 kB/s) 166s Selecting previously unselected package m4. 166s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 166s Preparing to unpack .../00-m4_1.4.19-5_s390x.deb ... 166s Unpacking m4 (1.4.19-5) ... 166s Selecting previously unselected package autoconf. 166s Preparing to unpack .../01-autoconf_2.72-3_all.deb ... 166s Unpacking autoconf (2.72-3) ... 166s Selecting previously unselected package autotools-dev. 166s Preparing to unpack .../02-autotools-dev_20220109.1_all.deb ... 166s Unpacking autotools-dev (20220109.1) ... 166s Selecting previously unselected package automake. 166s Preparing to unpack .../03-automake_1%3a1.17-3_all.deb ... 166s Unpacking automake (1:1.17-3) ... 166s Selecting previously unselected package autopoint. 166s Preparing to unpack .../04-autopoint_0.23.1-1_all.deb ... 166s Unpacking autopoint (0.23.1-1) ... 166s Selecting previously unselected package libisl23:s390x. 166s Preparing to unpack .../05-libisl23_0.27-1_s390x.deb ... 166s Unpacking libisl23:s390x (0.27-1) ... 166s Selecting previously unselected package libmpc3:s390x. 166s Preparing to unpack .../06-libmpc3_1.3.1-1build2_s390x.deb ... 166s Unpacking libmpc3:s390x (1.3.1-1build2) ... 166s Selecting previously unselected package cpp-14-s390x-linux-gnu. 166s Preparing to unpack .../07-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package cpp-14. 166s Preparing to unpack .../08-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package cpp-s390x-linux-gnu. 166s Preparing to unpack .../09-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 166s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 166s Selecting previously unselected package cpp. 166s Preparing to unpack .../10-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 166s Unpacking cpp (4:14.2.0-1ubuntu1) ... 166s Selecting previously unselected package dctrl-tools. 166s Preparing to unpack .../11-dctrl-tools_2.24-3build3_s390x.deb ... 166s Unpacking dctrl-tools (2.24-3build3) ... 166s Selecting previously unselected package libdebhelper-perl. 166s Preparing to unpack .../12-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 166s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 166s Selecting previously unselected package libcc1-0:s390x. 166s Preparing to unpack .../13-libcc1-0_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking libcc1-0:s390x (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package libgomp1:s390x. 166s Preparing to unpack .../14-libgomp1_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking libgomp1:s390x (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package libitm1:s390x. 166s Preparing to unpack .../15-libitm1_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking libitm1:s390x (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package libasan8:s390x. 166s Preparing to unpack .../16-libasan8_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking libasan8:s390x (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package libubsan1:s390x. 166s Preparing to unpack .../17-libubsan1_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking libubsan1:s390x (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package libgcc-14-dev:s390x. 166s Preparing to unpack .../18-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package gcc-14-s390x-linux-gnu. 166s Preparing to unpack .../19-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package gcc-14. 166s Preparing to unpack .../20-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package gcc-s390x-linux-gnu. 166s Preparing to unpack .../21-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 166s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 166s Selecting previously unselected package gcc. 166s Preparing to unpack .../22-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 166s Unpacking gcc (4:14.2.0-1ubuntu1) ... 166s Selecting previously unselected package libtool. 166s Preparing to unpack .../23-libtool_2.5.4-3build1_all.deb ... 166s Unpacking libtool (2.5.4-3build1) ... 166s Selecting previously unselected package dh-autoreconf. 166s Preparing to unpack .../24-dh-autoreconf_20_all.deb ... 166s Unpacking dh-autoreconf (20) ... 166s Selecting previously unselected package libarchive-zip-perl. 166s Preparing to unpack .../25-libarchive-zip-perl_1.68-1_all.deb ... 166s Unpacking libarchive-zip-perl (1.68-1) ... 166s Selecting previously unselected package libfile-stripnondeterminism-perl. 166s Preparing to unpack .../26-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 166s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 166s Selecting previously unselected package dh-strip-nondeterminism. 166s Preparing to unpack .../27-dh-strip-nondeterminism_1.14.1-2_all.deb ... 166s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 166s Selecting previously unselected package debugedit. 166s Preparing to unpack .../28-debugedit_1%3a5.1-2_s390x.deb ... 166s Unpacking debugedit (1:5.1-2) ... 166s Selecting previously unselected package dwz. 166s Preparing to unpack .../29-dwz_0.15-1build6_s390x.deb ... 166s Unpacking dwz (0.15-1build6) ... 167s Selecting previously unselected package gettext. 167s Preparing to unpack .../30-gettext_0.23.1-1_s390x.deb ... 167s Unpacking gettext (0.23.1-1) ... 167s Selecting previously unselected package intltool-debian. 167s Preparing to unpack .../31-intltool-debian_0.35.0+20060710.6_all.deb ... 167s Unpacking intltool-debian (0.35.0+20060710.6) ... 167s Selecting previously unselected package po-debconf. 167s Preparing to unpack .../32-po-debconf_1.0.21+nmu1_all.deb ... 167s Unpacking po-debconf (1.0.21+nmu1) ... 167s Selecting previously unselected package debhelper. 167s Preparing to unpack .../33-debhelper_13.24.1ubuntu2_all.deb ... 167s Unpacking debhelper (13.24.1ubuntu2) ... 167s Selecting previously unselected package libpkgconf3:s390x. 167s Preparing to unpack .../34-libpkgconf3_1.8.1-4_s390x.deb ... 167s Unpacking libpkgconf3:s390x (1.8.1-4) ... 167s Selecting previously unselected package pkgconf-bin. 167s Preparing to unpack .../35-pkgconf-bin_1.8.1-4_s390x.deb ... 167s Unpacking pkgconf-bin (1.8.1-4) ... 167s Selecting previously unselected package pkgconf:s390x. 167s Preparing to unpack .../36-pkgconf_1.8.1-4_s390x.deb ... 167s Unpacking pkgconf:s390x (1.8.1-4) ... 167s Selecting previously unselected package pkg-config:s390x. 167s Preparing to unpack .../37-pkg-config_1.8.1-4_s390x.deb ... 167s Unpacking pkg-config:s390x (1.8.1-4) ... 167s Selecting previously unselected package libnumber-compare-perl. 167s Preparing to unpack .../38-libnumber-compare-perl_0.03-3_all.deb ... 167s Unpacking libnumber-compare-perl (0.03-3) ... 167s Selecting previously unselected package libtext-glob-perl. 167s Preparing to unpack .../39-libtext-glob-perl_0.11-3_all.deb ... 167s Unpacking libtext-glob-perl (0.11-3) ... 167s Selecting previously unselected package libfile-find-rule-perl. 167s Preparing to unpack .../40-libfile-find-rule-perl_0.34-3_all.deb ... 167s Unpacking libfile-find-rule-perl (0.34-3) ... 167s Selecting previously unselected package liblua5.4-0:s390x. 167s Preparing to unpack .../41-liblua5.4-0_5.4.7-1_s390x.deb ... 167s Unpacking liblua5.4-0:s390x (5.4.7-1) ... 167s Selecting previously unselected package libncurses-dev:s390x. 167s Preparing to unpack .../42-libncurses-dev_6.5+20250125-2_s390x.deb ... 167s Unpacking libncurses-dev:s390x (6.5+20250125-2) ... 167s Selecting previously unselected package libreadline-dev:s390x. 167s Preparing to unpack .../43-libreadline-dev_8.2-6_s390x.deb ... 167s Unpacking libreadline-dev:s390x (8.2-6) ... 167s Selecting previously unselected package liblua5.4-dev:s390x. 167s Preparing to unpack .../44-liblua5.4-dev_5.4.7-1_s390x.deb ... 167s Unpacking liblua5.4-dev:s390x (5.4.7-1) ... 167s Selecting previously unselected package lua5.4. 167s Preparing to unpack .../45-lua5.4_5.4.7-1_s390x.deb ... 167s Unpacking lua5.4 (5.4.7-1) ... 167s Selecting previously unselected package liblua5.3-0:s390x. 167s Preparing to unpack .../46-liblua5.3-0_5.3.6-2build2_s390x.deb ... 167s Unpacking liblua5.3-0:s390x (5.3.6-2build2) ... 167s Selecting previously unselected package liblua5.3-dev:s390x. 167s Preparing to unpack .../47-liblua5.3-dev_5.3.6-2build2_s390x.deb ... 167s Unpacking liblua5.3-dev:s390x (5.3.6-2build2) ... 167s Selecting previously unselected package lua5.3. 167s Preparing to unpack .../48-lua5.3_5.3.6-2build2_s390x.deb ... 167s Unpacking lua5.3 (5.3.6-2build2) ... 167s Selecting previously unselected package liblua5.2-0:s390x. 167s Preparing to unpack .../49-liblua5.2-0_5.2.4-3build2_s390x.deb ... 167s Unpacking liblua5.2-0:s390x (5.2.4-3build2) ... 167s Selecting previously unselected package liblua5.2-dev:s390x. 167s Preparing to unpack .../50-liblua5.2-dev_5.2.4-3build2_s390x.deb ... 167s Unpacking liblua5.2-dev:s390x (5.2.4-3build2) ... 167s Selecting previously unselected package lua5.2. 167s Preparing to unpack .../51-lua5.2_5.2.4-3build2_s390x.deb ... 167s Unpacking lua5.2 (5.2.4-3build2) ... 167s Selecting previously unselected package liblua5.1-0:s390x. 167s Preparing to unpack .../52-liblua5.1-0_5.1.5-10_s390x.deb ... 167s Unpacking liblua5.1-0:s390x (5.1.5-10) ... 167s Selecting previously unselected package liblua5.1-0-dev:s390x. 167s Preparing to unpack .../53-liblua5.1-0-dev_5.1.5-10_s390x.deb ... 167s Unpacking liblua5.1-0-dev:s390x (5.1.5-10) ... 167s Selecting previously unselected package lua5.1. 167s Preparing to unpack .../54-lua5.1_5.1.5-10_s390x.deb ... 167s Unpacking lua5.1 (5.1.5-10) ... 167s Selecting previously unselected package dh-lua. 167s Preparing to unpack .../55-dh-lua_33_all.deb ... 167s Unpacking dh-lua (33) ... 167s Selecting previously unselected package lua-bit32:s390x. 167s Preparing to unpack .../56-lua-bit32_5.3.0-6_s390x.deb ... 167s Unpacking lua-bit32:s390x (5.3.0-6) ... 167s Selecting previously unselected package lua-posix:s390x. 167s Preparing to unpack .../57-lua-posix_36.2.1-2_s390x.deb ... 167s Unpacking lua-posix:s390x (36.2.1-2) ... 167s Selecting previously unselected package lua-posix-dev:s390x. 167s Preparing to unpack .../58-lua-posix-dev_36.2.1-2_s390x.deb ... 167s Unpacking lua-posix-dev:s390x (36.2.1-2) ... 167s Setting up lua5.4 (5.4.7-1) ... 167s update-alternatives: using /usr/bin/lua5.4 to provide /usr/bin/lua (lua-interpreter) in auto mode 167s update-alternatives: using /usr/bin/luac5.4 to provide /usr/bin/luac (lua-compiler) in auto mode 167s Setting up libncurses-dev:s390x (6.5+20250125-2) ... 167s Setting up libtext-glob-perl (0.11-3) ... 167s Setting up libarchive-zip-perl (1.68-1) ... 167s Setting up lua5.2 (5.2.4-3build2) ... 167s update-alternatives: using /usr/bin/lua5.2 to provide /usr/bin/lua (lua-interpreter) in auto mode 167s update-alternatives: using /usr/bin/luac5.2 to provide /usr/bin/luac (lua-compiler) in auto mode 167s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 167s Setting up lua5.3 (5.3.6-2build2) ... 167s Setting up m4 (1.4.19-5) ... 167s Setting up libreadline-dev:s390x (8.2-6) ... 167s Setting up libgomp1:s390x (14.2.0-17ubuntu1) ... 167s Setting up lua5.1 (5.1.5-10) ... 167s Setting up libnumber-compare-perl (0.03-3) ... 167s Setting up lua-bit32:s390x (5.3.0-6) ... 167s Setting up autotools-dev (20220109.1) ... 167s Setting up libpkgconf3:s390x (1.8.1-4) ... 167s Setting up libfile-find-rule-perl (0.34-3) ... 167s Setting up libmpc3:s390x (1.3.1-1build2) ... 167s Setting up autopoint (0.23.1-1) ... 167s Setting up pkgconf-bin (1.8.1-4) ... 167s Setting up autoconf (2.72-3) ... 167s Setting up libubsan1:s390x (14.2.0-17ubuntu1) ... 167s Setting up dwz (0.15-1build6) ... 167s Setting up liblua5.2-0:s390x (5.2.4-3build2) ... 167s Setting up libasan8:s390x (14.2.0-17ubuntu1) ... 167s Setting up liblua5.3-0:s390x (5.3.6-2build2) ... 167s Setting up liblua5.1-0:s390x (5.1.5-10) ... 167s Setting up debugedit (1:5.1-2) ... 167s Setting up liblua5.4-0:s390x (5.4.7-1) ... 167s Setting up libisl23:s390x (0.27-1) ... 167s Setting up libcc1-0:s390x (14.2.0-17ubuntu1) ... 167s Setting up dctrl-tools (2.24-3build3) ... 167s Setting up libitm1:s390x (14.2.0-17ubuntu1) ... 167s Setting up automake (1:1.17-3) ... 167s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 167s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 167s Setting up gettext (0.23.1-1) ... 167s Setting up liblua5.3-dev:s390x (5.3.6-2build2) ... 167s Setting up liblua5.1-0-dev:s390x (5.1.5-10) ... 167s Setting up lua-posix:s390x (36.2.1-2) ... 167s Setting up liblua5.2-dev:s390x (5.2.4-3build2) ... 167s Setting up liblua5.4-dev:s390x (5.4.7-1) ... 167s update-alternatives: using /usr/lib/s390x-linux-gnu/pkgconfig/lua5.4.pc to provide /usr/lib/s390x-linux-gnu/pkgconfig/lua.pc (lua-pkgconfig-s390x-linux-gnu) in auto mode 167s Setting up pkgconf:s390x (1.8.1-4) ... 167s Setting up intltool-debian (0.35.0+20060710.6) ... 167s Setting up lua-posix-dev:s390x (36.2.1-2) ... 167s Setting up pkg-config:s390x (1.8.1-4) ... 167s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 167s Setting up cpp-14 (14.2.0-17ubuntu1) ... 167s Setting up dh-strip-nondeterminism (1.14.1-2) ... 167s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 167s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 167s Setting up po-debconf (1.0.21+nmu1) ... 167s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 167s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 167s Setting up cpp (4:14.2.0-1ubuntu1) ... 167s Setting up gcc-14 (14.2.0-17ubuntu1) ... 167s Setting up libtool (2.5.4-3build1) ... 167s Setting up gcc (4:14.2.0-1ubuntu1) ... 167s Setting up dh-autoreconf (20) ... 167s Setting up debhelper (13.24.1ubuntu2) ... 167s Setting up dh-lua (33) ... 167s Processing triggers for man-db (2.13.0-1) ... 168s Processing triggers for install-info (7.1.1-1) ... 168s Processing triggers for libc-bin (2.41-1ubuntu1) ... 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'lua-posix'], kind short, sout pipe, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'lua-posix-dev'], kind short, sout pipe, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.4sVLir/import-tests-packages.all"], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4sVLir/import-tests-packages.all /tmp/autopkgtest-work.ovi8ygcp/out/import-tests-packages.all 169s autopkgtest: DBG: got reply from testbed: ok 169s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.4sVLir/build.0RR/src'], kind short, sout raw, serr raw, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.4sVLir/build.0RR/src already exists 169s autopkgtest [00:54:35]: test import-tests: [----------------------- 169s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.4sVLir/wrapper.sh --debug --artifacts=/tmp/autopkgtest.4sVLir/import-tests-artifacts --chdir=/tmp/autopkgtest.4sVLir/build.0RR/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.4sVLir/import-tests-stderr --stdout=/tmp/autopkgtest.4sVLir/import-tests-stdout --tmp=/tmp/autopkgtest.4sVLir/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' --make-executable=/tmp/autopkgtest.4sVLir/build.0RR/src/debian/tests/import-tests -- /tmp/autopkgtest.4sVLir/build.0RR/src/debian/tests/import-tests"], kind test, sout raw, serr raw, env [] 170s /tmp/autopkgtest.4sVLir/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.4sVLir/import-tests-artifacts 170s /tmp/autopkgtest.4sVLir/wrapper.sh: changing to directory: /tmp/autopkgtest.4sVLir/build.0RR/src 170s /tmp/autopkgtest.4sVLir/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 170s /tmp/autopkgtest.4sVLir/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 170s /tmp/autopkgtest.4sVLir/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 170s /tmp/autopkgtest.4sVLir/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 170s /tmp/autopkgtest.4sVLir/wrapper.sh: setting environment: LANG=C.UTF-8 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LANGUAGE 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_ADDRESS 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_ALL 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_COLLATE 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_CTYPE 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_IDENTIFICATION 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_MEASUREMENT 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_MESSAGES 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_MONETARY 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_NAME 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_NUMERIC 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_PAPER 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_TELEPHONE 170s /tmp/autopkgtest.4sVLir/wrapper.sh: unsetting environment: LC_TIME 170s /tmp/autopkgtest.4sVLir/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 170s /tmp/autopkgtest.4sVLir/wrapper.sh: pretending to be a login shell 170s /tmp/autopkgtest.4sVLir/wrapper.sh: will write standard error to /tmp/autopkgtest.4sVLir/import-tests-stderr 170s /tmp/autopkgtest.4sVLir/wrapper.sh: will write stdout to /tmp/autopkgtest.4sVLir/import-tests-stdout 170s /tmp/autopkgtest.4sVLir/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.4sVLir/autopkgtest_tmp 170s /tmp/autopkgtest.4sVLir/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1 170s /tmp/autopkgtest.4sVLir/wrapper.sh: marking as executable: /tmp/autopkgtest.4sVLir/build.0RR/src/debian/tests/import-tests 170s /tmp/autopkgtest.4sVLir/wrapper.sh: command to run: /tmp/autopkgtest.4sVLir/build.0RR/src/debian/tests/import-tests 170s /tmp/autopkgtest.4sVLir/wrapper.sh: copying /tmp/tmp.64097g8ZsM/out to stdout and file: /tmp/autopkgtest.4sVLir/import-tests-stdout 170s /tmp/autopkgtest.4sVLir/wrapper.sh: copying /tmp/tmp.64097g8ZsM/err to standard error and file: /tmp/autopkgtest.4sVLir/import-tests-stdout 170s /tmp/autopkgtest.4sVLir/wrapper.sh: writing script pid 2007 to /tmp/autopkgtest_script_pid 170s Testing with lua5.1 170s Testing with lua5.2 170s Testing with lua5.3 170s Testing with lua5.4 170s /tmp/autopkgtest.4sVLir/wrapper.sh: checking for leaked background processes... 170s /tmp/autopkgtest.4sVLir/wrapper.sh: waiting for tee/cat subprocesses... 170s /tmp/autopkgtest.4sVLir/wrapper.sh: cleaning up... 170s /tmp/autopkgtest.4sVLir/wrapper.sh: Exit status: 0 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest [00:54:36]: test import-tests: -----------------------] 170s autopkgtest: DBG: testbed executing test finished with exit status 0 170s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4sVLir/import-tests-stdout /tmp/autopkgtest-work.ovi8ygcp/out/import-tests-stdout 170s autopkgtest: DBG: got reply from testbed: ok 170s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4sVLir/import-tests-stderr /tmp/autopkgtest-work.ovi8ygcp/out/import-tests-stderr 170s autopkgtest: DBG: got reply from testbed: ok 170s autopkgtest [00:54:36]: test import-tests: - - - - - - - - - - results - - - - - - - - - - 170s import-tests PASS 170s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4sVLir/import-tests-artifacts/ /tmp/autopkgtest-work.ovi8ygcp/out/artifacts/ 171s autopkgtest: DBG: got reply from testbed: ok 171s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.4sVLir/import-tests-artifacts', '/tmp/autopkgtest.4sVLir/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 171s autopkgtest [00:54:37]: @@@@@@@@@@@@@@@@@@@@ summary 171s import-tests PASS 171s autopkgtest: DBG: testbed stop 171s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.4sVLir 171s autopkgtest: DBG: sending command to testbed: close 188s autopkgtest: DBG: got reply from testbed: ok 188s autopkgtest: DBG: sending command to testbed: quit 188s nova [W] Using flock in prodstack6-s390x 188s Creating nova instance adt-plucky-s390x-lua-posix-20250216-005146-juju-7f2275-prod-proposed-migration-environment-15-c6462707-46a3-4ff1-952f-1009ce518567 from image adt/ubuntu-plucky-s390x-server-20250215.img (UUID 099dc609-2061-4009-a65b-d554466baca0)... 188s nova [W] Timed out waiting for c4b6fe75-a0f8-468f-aa42-a255fae12455 to get deleted.