0s autopkgtest: DBG: testbed init 0s autopkgtest [20:50:08]: starting date and time: 2025-02-16 20:50:08+0000 0s autopkgtest [20:50:08]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [20:50:08]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.gm2iail0/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:phpunit --apt-upgrade php-malkusch-lock --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=phpunit/11.5.3-1ubuntu4 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-14.secgroup --name adt-plucky-s390x-php-malkusch-lock-20250216-205008-juju-7f2275-prod-proposed-migration-environment-15-939ebdac-3bef-4faa-83a2-510956bdc3a9 --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 55s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.cSzQFs 55s autopkgtest: DBG: sending command to testbed: print-execute-command 55s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.ncbv5tu3/runcmd 55s autopkgtest: DBG: sending command to testbed: capabilities 55s autopkgtest: DBG: got reply from testbed: ok isolation-machine revert revert-full-system suggested-normal-user=ubuntu reboot root-on-testbed 55s autopkgtest: DBG: testbed capabilities: ['isolation-machine', 'revert', 'revert-full-system', 'suggested-normal-user=ubuntu', 'reboot', 'root-on-testbed', 'has_internet'] 55s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cSzQFs'], kind short, sout raw, serr pipe, env [] 55s autopkgtest: DBG: testbed command exited with code 0 55s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.cSzQFs/wrapper.sh 56s autopkgtest: DBG: got reply from testbed: ok 56s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cSzQFs/wrapper.sh'], kind short, sout raw, serr pipe, env [] 56s autopkgtest: DBG: testbed command exited with code 0 56s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 56s autopkgtest: DBG: testbed command exited with code 0 56s autopkgtest [20:51:04]: testbed dpkg architecture: s390x 56s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 56s autopkgtest: DBG: testbed command exited with code 0 56s autopkgtest [20:51:04]: testbed apt version: 2.9.28 56s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 56s autopkgtest: DBG: testbed command exited with code 0 56s autopkgtest: DBG: testbed has eatmydata 56s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 56s autopkgtest: DBG: testbed command exited with code 0 56s autopkgtest [20:51:04]: @@@@@@@@@@@@@@@@@@@@ test bed setup 56s 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 [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest [20:51:05]: testbed release detected to be: None 57s 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 [] 57s autopkgtest: DBG: testbed command exited with code 0 57s 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 [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest: DBG: adding APT source: Types: deb deb-src 57s URIs: http://ftpmaster.internal/ubuntu/ 57s Suites: plucky-proposed 57s Components: main restricted universe multiverse 57s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 57s 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 [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 57s Package: * 57s Pin: release plucky-proposed 57s Pin-Priority: 500 57s 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 [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest [20:51:05]: updating testbed package index (apt update) 57s 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'] 58s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 58s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 58s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 58s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 58s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [675 kB] 58s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 58s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.1 kB] 58s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [60.3 kB] 58s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [78.1 kB] 58s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 58s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [562 kB] 58s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3732 B] 58s Fetched 1507 kB in 1s (1638 kB/s) 59s Reading package lists... 59s autopkgtest: DBG: testbed command exited with code 0 59s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 59s Package: * 59s Pin: release plucky-proposed 59s Pin-Priority: 100 59s 59s Package: src:phpunit:any 59s Pin: release plucky-proposed 59s Pin-Priority: 995 59s 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:phpunit:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 59s autopkgtest: DBG: testbed command exited with code 0 59s 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.cSzQFs/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 59s autopkgtest: DBG: testbed command exited with code 0 59s 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'] 59s + lsb_release --codename --short 59s + RELEASE=plucky 59s + cat 59s + [ plucky != trusty ] 59s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 59s Reading package lists... 60s Building dependency tree... 60s Reading state information... 60s Calculating upgrade... 60s The following NEW packages will be installed: 60s gcc-15-base 60s The following packages will be upgraded: 60s libatomic1 libgcc-s1 libstdc++6 pci.ids 60s 4 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 60s Need to get 1281 kB of archives. 60s After this operation, 162 kB of additional disk space will be used. 60s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-15-base s390x 15-20250213-1ubuntu1 [53.3 kB] 60s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 15-20250213-1ubuntu1 [35.7 kB] 60s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 15-20250213-1ubuntu1 [899 kB] 60s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 15-20250213-1ubuntu1 [9360 B] 60s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x pci.ids all 0.0~2025.02.12-1 [284 kB] 61s Fetched 1281 kB in 1s (2119 kB/s) 61s Selecting previously unselected package gcc-15-base:s390x. 61s (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 ... 80973 files and directories currently installed.) 61s Preparing to unpack .../gcc-15-base_15-20250213-1ubuntu1_s390x.deb ... 61s Unpacking gcc-15-base:s390x (15-20250213-1ubuntu1) ... 61s Setting up gcc-15-base:s390x (15-20250213-1ubuntu1) ... 61s (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 ... 80978 files and directories currently installed.) 61s Preparing to unpack .../libgcc-s1_15-20250213-1ubuntu1_s390x.deb ... 61s Unpacking libgcc-s1:s390x (15-20250213-1ubuntu1) over (14.2.0-17ubuntu1) ... 61s Setting up libgcc-s1:s390x (15-20250213-1ubuntu1) ... 61s (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 ... 80978 files and directories currently installed.) 61s Preparing to unpack .../libstdc++6_15-20250213-1ubuntu1_s390x.deb ... 61s Unpacking libstdc++6:s390x (15-20250213-1ubuntu1) over (14.2.0-17ubuntu1) ... 61s Setting up libstdc++6:s390x (15-20250213-1ubuntu1) ... 61s (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 ... 80978 files and directories currently installed.) 61s Preparing to unpack .../libatomic1_15-20250213-1ubuntu1_s390x.deb ... 61s Unpacking libatomic1:s390x (15-20250213-1ubuntu1) over (14.2.0-17ubuntu1) ... 61s Preparing to unpack .../pci.ids_0.0~2025.02.12-1_all.deb ... 61s Unpacking pci.ids (0.0~2025.02.12-1) over (0.0~2025.02.05-1) ... 61s Setting up pci.ids (0.0~2025.02.12-1) ... 61s Setting up libatomic1:s390x (15-20250213-1ubuntu1) ... 61s Processing triggers for libc-bin (2.40-4ubuntu1) ... 61s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 61s + /usr/lib/apt/apt-helper analyze-pattern ?true 61s + uname -r 61s + sed s/\./\\./g 61s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 61s + apt list ?obsolete 61s + tail -n+2 61s + cut -d/ -f1 61s + grep -v ^linux-.*6\.12\.0-15-generic.* 61s + obsolete_pkgs=linux-image-6.11.0-8-generic 61s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove linux-image-6.11.0-8-generic 61s Reading package lists... 61s Building dependency tree... 61s Reading state information... 62s The following packages will be REMOVED: 62s linux-image-6.11.0-8-generic* 62s 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. 62s After this operation, 10.5 MB disk space will be freed. 62s (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 ... 80978 files and directories currently installed.) 62s Removing linux-image-6.11.0-8-generic (6.11.0-8.8) ... 62s I: /boot/vmlinuz.old is now a symlink to vmlinuz-6.12.0-15-generic 62s I: /boot/initrd.img.old is now a symlink to initrd.img-6.12.0-15-generic 62s /etc/kernel/postrm.d/initramfs-tools: 62s update-initramfs: Deleting /boot/initrd.img-6.11.0-8-generic 62s /etc/kernel/postrm.d/zz-zipl: 62s Using config file '/etc/zipl.conf' 62s Building bootmap in '/boot' 62s Adding IPL section 'ubuntu' (default) 62s Preparing boot device for LD-IPL: vda (0000). 62s Done. 62s (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 ... 80974 files and directories currently installed.) 62s Purging configuration files for linux-image-6.11.0-8-generic (6.11.0-8.8) ... 62s rmdir: failed to remove '/lib/modules/6.11.0-8-generic': Directory not empty 62s + grep -q trusty /etc/lsb-release 62s + [ ! -d /usr/share/doc/unattended-upgrades ] 62s + [ ! -d /usr/share/doc/lxd ] 62s + [ ! -d /usr/share/doc/lxd-client ] 62s + [ ! -d /usr/share/doc/snapd ] 62s + type iptables 62s + cat 62s + chmod 755 /etc/rc.local 62s + . /etc/rc.local 62s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 62s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 62s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 62s + uname -m 62s + [ s390x = ppc64le ] 62s + [ -d /run/systemd/system ] 62s + systemd-detect-virt --quiet --vm 62s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 62s + cat 62s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 62s + echo COMPRESS=lz4 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest [20:51:10]: upgrading testbed (apt dist-upgrade and autopurge) 62s 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'] 62s Reading package lists... 63s Building dependency tree... 63s Reading state information... 63s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 63s Starting 2 pkgProblemResolver with broken count: 0 63s Done 63s Entering ResolveByKeep 63s 63s The following packages were automatically installed and are no longer required: 63s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 63s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 63s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 63s linux-tools-6.11.0-8-generic 63s Use 'sudo apt autoremove' to remove them. 63s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 63s autopkgtest: DBG: testbed command exited with code 0 63s 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'] 63s Reading package lists... 63s Building dependency tree... 63s Reading state information... 63s Starting pkgProblemResolver with broken count: 0 63s Starting 2 pkgProblemResolver with broken count: 0 63s Done 64s The following packages will be REMOVED: 64s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 64s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 64s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 64s linux-tools-6.11.0-8-generic* 64s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 64s After this operation, 167 MB disk space will be freed. 64s (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 ... 80974 files and directories currently installed.) 64s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 64s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 64s Removing libpython3.12t64:s390x (3.12.9-1) ... 64s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 64s Removing libnsl2:s390x (1.3.0-3build3) ... 64s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 64s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 64s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 65s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 65s Processing triggers for libc-bin (2.40-4ubuntu1) ... 65s (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 ... 55874 files and directories currently installed.) 65s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 65s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 65s autopkgtest: DBG: testbed command exited with code 0 65s 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.cSzQFs/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 65s autopkgtest: DBG: testbed command exited with code 1 65s autopkgtest [20:51:13]: rebooting testbed after setup commands that affected boot 65s autopkgtest: DBG: sending command to testbed: reboot 83s autopkgtest: DBG: got reply from testbed: ok 83s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 83s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cSzQFs'], kind short, sout raw, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.cSzQFs/autopkgtest-reboot 84s autopkgtest: DBG: got reply from testbed: ok 84s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cSzQFs/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cSzQFs/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cSzQFs/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cSzQFs'], kind short, sout raw, serr pipe, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.cSzQFs/autopkgtest-reboot-prepare 84s autopkgtest: DBG: got reply from testbed: ok 84s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cSzQFs/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cSzQFs/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest [20:51:33]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 85s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.cSzQFs/testbed-packages"], kind short, sout raw, serr pipe, env [] 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cSzQFs/testbed-packages /tmp/autopkgtest-work.gm2iail0/out/testbed-packages 86s autopkgtest: DBG: got reply from testbed: ok 86s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 86s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cSzQFs'], kind short, sout raw, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.cSzQFs/autopkgtest-reboot 86s autopkgtest: DBG: got reply from testbed: ok 86s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cSzQFs/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cSzQFs/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cSzQFs/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cSzQFs'], kind short, sout raw, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.cSzQFs/autopkgtest-reboot-prepare 87s autopkgtest: DBG: got reply from testbed: ok 87s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cSzQFs/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cSzQFs/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: Binaries: initialising 87s autopkgtest [20:51:35]: @@@@@@@@@@@@@@@@@@@@ apt-source php-malkusch-lock 87s autopkgtest: DBG: blame += php-malkusch-lock 87s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 87s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'php-malkusch-lock'], kind short, sout pipe, serr pipe, env [] 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^php-malkusch-lock$'], kind short, sout pipe, serr raw, env [] 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'php-malkusch-lock=2.3.0+ds-1'], kind short, sout pipe, serr raw, env [] 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest: DBG: install_deps: deps_new=[] 88s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 88s autopkgtest: DBG: testbed command exited with code 0 88s 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.cSzQFs/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source php-malkusch-lock=2.3.0+ds-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 php-malkusch-lock_*.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=phpunit/11.5.3-1ubuntu4'] 89s + cd / 89s + mktemp -d /tmp/autopkgtest.cSzQFs/build.XXX 89s + builddir=/tmp/autopkgtest.cSzQFs/build.tRb 89s + cd /tmp/autopkgtest.cSzQFs/build.tRb 89s + apt-get source -d -q --only-source php-malkusch-lock=2.3.0+ds-1 89s + OUT=Reading package lists... 89s NOTICE: 'php-malkusch-lock' packaging is maintained in the 'Git' version control system at: 89s https://salsa.debian.org/php-team/pear/php-malkusch-lock.git 89s Please use: 89s git clone https://salsa.debian.org/php-team/pear/php-malkusch-lock.git 89s to retrieve the latest (possibly unreleased) updates to the package. 89s Need to get 38.1 kB of source archives. 89s Get:1 http://ftpmaster.internal/ubuntu plucky/universe php-malkusch-lock 2.3.0+ds-1 (dsc) [2347 B] 89s Get:2 http://ftpmaster.internal/ubuntu plucky/universe php-malkusch-lock 2.3.0+ds-1 (tar) [27.5 kB] 89s Get:3 http://ftpmaster.internal/ubuntu plucky/universe php-malkusch-lock 2.3.0+ds-1 (diff) [8288 B] 89s Fetched 38.1 kB in 0s (124 kB/s) 89s Download complete and in download only mode 89s + [ -n ] 89s + grep ^Get: 89s + echo Reading package lists... 89s NOTICE: 'php-malkusch-lock' packaging is maintained in the 'Git' version control system at: 89s https://salsa.debian.org/php-team/pear/php-malkusch-lock.git 89s Please use: 89s git clone https://salsa.debian.org/php-team/pear/php-malkusch-lock.git 89s to retrieve the latest (possibly unreleased) updates to the package. 89s Need to get 38.1 kB of source archives. 89s Get:1 http://ftpmaster.internal/ubuntu plucky/universe php-malkusch-lock 2.3.0+ds-1 (dsc) [2347 B] 89s Get:2 http://ftpmaster.internal/ubuntu plucky/universe php-malkusch-lock 2.3.0+ds-1 (tar) [27.5 kB] 89s Get:3 http://ftpmaster.internal/ubuntu plucky/universe php-malkusch-lock 2.3.0+ds-1 (diff) [8288 B] 89s Fetched 38.1 kB in 0s (124 kB/s) 89s Download complete and in download only mode 89s Get:1 http://ftpmaster.internal/ubuntu plucky/universe php-malkusch-lock 2.3.0+ds-1 (dsc) [2347 B] 89s Get:2 http://ftpmaster.internal/ubuntu plucky/universe php-malkusch-lock 2.3.0+ds-1 (tar) [27.5 kB] 89s Get:3 http://ftpmaster.internal/ubuntu plucky/universe php-malkusch-lock 2.3.0+ds-1 (diff) [8288 B] 89s + dpkg-source -x php-malkusch-lock_2.3.0+ds-1.dsc src 89s gpgv: Signature made Sun Dec 8 21:54:47 2024 UTC 89s gpgv: using RSA key 7D6ADB750F91085589484BE677C0C75E7B650808 89s gpgv: issuer "jvalleroy@mailbox.org" 89s gpgv: Can't check signature: No public key 89s dpkg-source: warning: cannot verify inline signature for ./php-malkusch-lock_2.3.0+ds-1.dsc: no acceptable signature found 89s + chmod -R a+rX . 89s + cd src/. 89s + pwd 89s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest [20:51:37]: testing package php-malkusch-lock version 2.3.0+ds-1 89s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cSzQFs/build.tRb/src/debian/ /tmp/autopkgtest-work.gm2iail0/out/pkg/debian/ 89s autopkgtest: DBG: got reply from testbed: ok 89s autopkgtest: DBG: processing dependency php-mikey179-vfsstream 89s autopkgtest: DBG: processing dependency php-mock-phpunit 89s autopkgtest: DBG: processing dependency php-mysql 89s autopkgtest: DBG: processing dependency php-predis 89s autopkgtest: DBG: processing dependency php-psr-log 89s autopkgtest: DBG: processing dependency php-sqlite3 89s autopkgtest: DBG: processing dependency phpab 89s autopkgtest: DBG: processing dependency phpunit 89s autopkgtest: DBG: processing dependency @ 89s autopkgtest: DBG: synthesised dependency php-malkusch-lock 89s autopkgtest: DBG: Test defined: name command1 path None command "mkdir --parents vendor && phpab --output vendor/autoload.php --template debian/autoload.test.php.tpl tests/ && phpunit --do-not-cache-result --bootstrap vendor/autoload.php tests" restrictions [] features [] depends ['php-mikey179-vfsstream', 'php-mock-phpunit', 'php-mysql', 'php-predis', 'php-psr-log', 'php-sqlite3', 'phpab', 'phpunit', 'php-malkusch-lock'] 89s autopkgtest [20:51:37]: build not needed 89s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cSzQFs/build.tRb/src/ /tmp/autopkgtest-work.gm2iail0/out/tests-tree/ 90s autopkgtest: DBG: got reply from testbed: ok 90s autopkgtest: DBG: processing dependency php-mikey179-vfsstream 90s autopkgtest: DBG: processing dependency php-mock-phpunit 90s autopkgtest: DBG: processing dependency php-mysql 90s autopkgtest: DBG: processing dependency php-predis 90s autopkgtest: DBG: processing dependency php-psr-log 90s autopkgtest: DBG: processing dependency php-sqlite3 90s autopkgtest: DBG: processing dependency phpab 90s autopkgtest: DBG: processing dependency phpunit 90s autopkgtest: DBG: processing dependency @ 90s autopkgtest: DBG: synthesised dependency php-malkusch-lock 90s autopkgtest: DBG: Test defined: name command1 path None command "mkdir --parents vendor && phpab --output vendor/autoload.php --template debian/autoload.test.php.tpl tests/ && phpunit --do-not-cache-result --bootstrap vendor/autoload.php tests" restrictions [] features [] depends ['php-mikey179-vfsstream', 'php-mock-phpunit', 'php-mysql', 'php-predis', 'php-psr-log', 'php-sqlite3', 'phpab', 'phpunit', 'php-malkusch-lock'] 90s autopkgtest [20:51:38]: test command1: preparing testbed 90s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['php-mikey179-vfsstream', 'php-mock-phpunit', 'php-mysql', 'php-predis', 'php-psr-log', 'php-sqlite3', 'phpab', 'phpunit', 'php-malkusch-lock'] 90s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 90s autopkgtest: DBG: install_deps: deps_new=['php-mikey179-vfsstream', 'php-mock-phpunit', 'php-mysql', 'php-predis', 'php-psr-log', 'php-sqlite3', 'phpab', 'phpunit', 'php-malkusch-lock'] 90s autopkgtest: DBG: install-deps: satisfying php-mikey179-vfsstream, php-mock-phpunit, php-mysql, php-predis, php-psr-log, php-sqlite3, phpab, phpunit, php-malkusch-lock 90s autopkgtest: DBG: can use apt-get on testbed: True 90s 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', 'php-mikey179-vfsstream, php-mock-phpunit, php-mysql, php-predis, php-psr-log, php-sqlite3, phpab, phpunit, php-malkusch-lock'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 90s Reading package lists... 91s Building dependency tree... 91s Reading state information... 91s Starting pkgProblemResolver with broken count: 1 91s Starting 2 pkgProblemResolver with broken count: 1 91s Investigating (0) phpunit:s390x < none -> 11.5.3-1ubuntu4 @un puN Ib > 91s Broken phpunit:s390x Depends on php-xml:s390x < none | 2:8.3+93ubuntu2 @un uH > 91s Considering php-xml:s390x 1 as a solution to phpunit:s390x 1 91s Re-Instated libxslt1.1:s390x 91s Re-Instated php8.3-xml:s390x 91s Re-Instated php-xml:s390x 91s Broken phpunit:s390x Depends on php-mbstring:s390x < none | 2:8.3+93ubuntu2 @un uH > 91s Considering php-mbstring:s390x 1 as a solution to phpunit:s390x 1 91s Re-Instated php8.3-mbstring:s390x 91s Re-Instated php-mbstring:s390x 91s Broken phpunit:s390x Depends on php-deepcopy:s390x < none | 1.12.1-2maysync2 @un uH > (>= 1.12.1) 91s Considering php-deepcopy:s390x 0 as a solution to phpunit:s390x 1 91s Re-Instated php-deepcopy:s390x 91s Broken phpunit:s390x Depends on php-phar-io-manifest:s390x < none | 2.0.4-4 @un uH > (>= 2.0.4) 91s Considering php-phar-io-manifest:s390x 0 as a solution to phpunit:s390x 1 91s Re-Instated php-phar-io-version:s390x 91s Re-Instated php-phar-io-manifest:s390x 91s Broken phpunit:s390x Depends on php-codecoverage:s390x < none | 9.2.32+dfsg-1 @un uH > (>= 11.0.8) 91s Considering php-codecoverage:s390x 0 as a solution to phpunit:s390x 1 91s Re-Instated javascript-common:s390x 91s Re-Instated libjs-popper.js:s390x 91s Re-Instated libjs-bootstrap4:s390x 91s Re-Instated libjs-d3:s390x 91s Re-Instated libjs-jquery:s390x 91s Re-Instated php-parser:s390x 91s Re-Instated php-file-iterator:s390x 91s Re-Instated phpunit-code-unit-reverse-lookup:s390x 91s Re-Instated phpunit-complexity:s390x 91s Re-Instated phpunit-environment:s390x 91s Re-Instated phpunit-lines-of-code:s390x 91s Re-Instated phpunit-version:s390x 91s Re-Instated php-tokenizer:s390x 91s Re-Instated php-codecoverage:s390x 91s Broken phpunit:s390x Depends on php-file-iterator:s390x < none -> 3.0.6-2 @un uN > (>= 5.1.0) 91s Considering php-file-iterator:s390x 0 as a solution to phpunit:s390x 1 91s Broken phpunit:s390x Depends on php-invoker:s390x < none | 3.1.1-3 @un uH > (>= 5.0.1) 91s Considering php-invoker:s390x 0 as a solution to phpunit:s390x 1 91s Re-Instated php-invoker:s390x 91s Broken phpunit:s390x Depends on php-text-template:s390x < none -> 2.0.4-2 @un puN > (>= 4.0.1) 91s Considering php-text-template:s390x 6 as a solution to phpunit:s390x 1 91s Re-Instated php-text-template:s390x 91s Broken phpunit:s390x Depends on php-timer:s390x < none | 5.0.3-3 @un uH > (>= 7.0.1) 91s Considering php-timer:s390x 0 as a solution to phpunit:s390x 1 91s Re-Instated php-timer:s390x 91s Broken phpunit:s390x Depends on phpunit-cli-parser:s390x < none | 1.0.2-1 @un uH > (>= 3.0.2) 91s Considering phpunit-cli-parser:s390x 0 as a solution to phpunit:s390x 1 91s Re-Instated phpunit-cli-parser:s390x 91s Broken phpunit:s390x Depends on phpunit-code-unit:s390x < none | 1.0.8-3 @un uH > (>= 3.0.2) 91s Considering phpunit-code-unit:s390x 0 as a solution to phpunit:s390x 1 91s Re-Instated phpunit-code-unit:s390x 91s Broken phpunit:s390x Depends on phpunit-comparator:s390x < none | 4.0.8-2 @un uH > (>= 6.3.0) 91s Considering phpunit-comparator:s390x 0 as a solution to phpunit:s390x 1 91s Re-Instated phpunit-diff:s390x 91s Re-Instated phpunit-recursion-context:s390x 91s Re-Instated phpunit-exporter:s390x 91s Re-Instated phpunit-comparator:s390x 91s Broken phpunit:s390x Depends on phpunit-diff:s390x < none -> 4.0.6-1 @un uN > (>= 6.0.2) 91s Considering phpunit-diff:s390x 0 as a solution to phpunit:s390x 1 91s Broken phpunit:s390x Depends on phpunit-environment:s390x < none -> 5.1.5-1 @un uN > (>= 7.2.0) 91s Considering phpunit-environment:s390x 0 as a solution to phpunit:s390x 1 91s Broken phpunit:s390x Depends on phpunit-exporter:s390x < none -> 4.0.6-1 @un uN > (>= 6.3.0) 91s Considering phpunit-exporter:s390x 0 as a solution to phpunit:s390x 1 91s Broken phpunit:s390x Depends on phpunit-global-state:s390x < none | 5.0.7-1 @un uH > (>= 7.0.2) 91s Considering phpunit-global-state:s390x 0 as a solution to phpunit:s390x 1 91s Re-Instated phpunit-object-reflector:s390x 91s Re-Instated phpunit-global-state:s390x 91s Broken phpunit:s390x Depends on phpunit-object-enumerator:s390x < none | 4.0.4-3 @un uH > (>= 6.0.1) 91s Considering phpunit-object-enumerator:s390x 0 as a solution to phpunit:s390x 1 91s Re-Instated phpunit-object-enumerator:s390x 91s Broken phpunit:s390x Depends on phpunit-type:s390x < none | 3.2.1-1 @un uH > (>= 5.1.0) 91s Considering phpunit-type:s390x 0 as a solution to phpunit:s390x 1 91s Re-Instated phpunit-type:s390x 91s Broken phpunit:s390x Depends on phpunit-version:s390x < none -> 3.0.2-3 @un uN > (>= 5.0.2) 91s Considering phpunit-version:s390x 0 as a solution to phpunit:s390x 1 91s Done 91s Some packages could not be installed. This may mean that you have 91s requested an impossible situation or if you are using the unstable 91s distribution that some required packages have not yet been created 91s or been moved out of Incoming. 91s The following information may help to resolve the situation: 91s 91s The following packages have unmet dependencies: 91s phpunit : Depends: php-codecoverage (>= 11.0.8) but 9.2.32+dfsg-1 is to be installed 91s Depends: php-file-iterator (>= 5.1.0) but 3.0.6-2 is to be installed 91s Depends: php-invoker (>= 5.0.1) but 3.1.1-3 is to be installed 91s Depends: php-text-template (>= 4.0.1) but 2.0.4-2 is to be installed 91s Depends: php-timer (>= 7.0.1) but 5.0.3-3 is to be installed 91s Depends: phpunit-cli-parser (>= 3.0.2) but 1.0.2-1 is to be installed 91s Depends: phpunit-code-unit (>= 3.0.2) but 1.0.8-3 is to be installed 91s Depends: phpunit-comparator (>= 6.3.0) but 4.0.8-2 is to be installed 91s Depends: phpunit-diff (>= 6.0.2) but 4.0.6-1 is to be installed 91s Depends: phpunit-environment (>= 7.2.0) but 5.1.5-1 is to be installed 91s Depends: phpunit-exporter (>= 6.3.0) but 4.0.6-1 is to be installed 91s Depends: phpunit-global-state (>= 7.0.2) but 5.0.7-1 is to be installed 91s Depends: phpunit-object-enumerator (>= 6.0.1) but 4.0.4-3 is to be installed 91s Depends: phpunit-type (>= 5.1.0) but 3.2.1-1 is to be installed 91s Depends: phpunit-version (>= 5.0.2) but 3.0.2-3 is to be installed 91s E: Unable to correct problems, you have held broken packages. 91s autopkgtest: DBG: testbed command exited with code 100 91s autopkgtest: DBG: apt-get satisfy failed; status-fd: 91s 91s autopkgtest: WARNING: Test dependencies are unsatisfiable with using apt pinning. Retrying with using all packages from plucky-proposed 91s autopkgtest: DBG: testbed command ['rm', '/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s 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', 'php-mikey179-vfsstream, php-mock-phpunit, php-mysql, php-predis, php-psr-log, php-sqlite3, phpab, phpunit, php-malkusch-lock'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 91s Reading package lists... 91s Building dependency tree... 91s Reading state information... 91s Starting pkgProblemResolver with broken count: 0 91s Starting 2 pkgProblemResolver with broken count: 0 91s Done 92s The following NEW packages will be installed: 92s libargon2-1 libjs-bootstrap5 libjs-d3 libjs-jquery libsodium23 libxslt1.1 92s node-popper2 php-cli php-codecoverage php-common php-deepcopy 92s php-directory-scanner php-file-iterator php-invoker php-malkusch-lock 92s php-mbstring php-mikey179-vfsstream php-mock php-mock-integration 92s php-mock-phpunit php-mysql php-parser php-phar-io-manifest 92s php-phar-io-version php-predis php-psr-log php-sqlite3 php-text-template 92s php-timer php-tokenizer php-xml php-zeta-base php-zeta-console-tools 92s php8.4-cli php8.4-common php8.4-mbstring php8.4-mysql php8.4-opcache 92s php8.4-readline php8.4-sqlite3 php8.4-xml phpab phpunit phpunit-cli-parser 92s phpunit-code-unit phpunit-code-unit-reverse-lookup phpunit-comparator 92s phpunit-complexity phpunit-diff phpunit-environment phpunit-exporter 92s phpunit-global-state phpunit-lines-of-code phpunit-object-enumerator 92s phpunit-object-reflector phpunit-recursion-context phpunit-type 92s phpunit-version 92s 0 upgraded, 58 newly installed, 0 to remove and 42 not upgraded. 92s Need to get 7450 kB of archives. 92s After this operation, 41.7 MB of additional disk space will be used. 92s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libargon2-1 s390x 0~20190702+dfsg-4build1 [54.1 kB] 92s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x node-popper2 all 2.11.2-8 [106 kB] 92s Get:3 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-bootstrap5 all 5.3.3+dfsg-3 [382 kB] 92s Get:4 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-d3 all 3.5.17-4 [132 kB] 92s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 92s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 92s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 92s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php-common all 2:96ubuntu1 [14.2 kB] 92s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-common s390x 8.4.2-1ubuntu1 [784 kB] 92s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-opcache s390x 8.4.2-1ubuntu1 [79.2 kB] 92s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-readline s390x 8.4.2-1ubuntu1 [14.3 kB] 92s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-cli s390x 8.4.2-1ubuntu1 [2006 kB] 92s Get:13 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php-cli all 2:8.4+96ubuntu1 [4946 B] 92s Get:14 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-xml s390x 8.4.2-1ubuntu1 [939 kB] 92s Get:15 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php-xml all 2:8.4+96ubuntu1 [1852 B] 92s Get:16 http://ftpmaster.internal/ubuntu plucky/universe s390x php-parser all 5.4.0-2ubuntu1 [160 kB] 92s Get:17 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-file-iterator all 5.1.0-3ubuntu1 [7566 B] 92s Get:18 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-text-template all 4.0.1-3ubuntu1 [6376 B] 92s Get:19 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-code-unit-reverse-lookup all 4.0.1-3ubuntu1 [6162 B] 92s Get:20 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-complexity all 4.0.1-3ubuntu1 [7542 B] 92s Get:21 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-environment all 7.2.0-3ubuntu1 [8946 B] 93s Get:22 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-lines-of-code all 3.0.1-3ubuntu1 [6706 B] 93s Get:23 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-version all 5.0.2-2 [6608 B] 93s Get:24 http://ftpmaster.internal/ubuntu plucky/universe s390x php-tokenizer all 1.2.3-2 [6726 B] 93s Get:25 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-codecoverage all 11.0.8+dfsg-3ubuntu3 [94.1 kB] 93s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x php-deepcopy all 1.12.1-2maysync2 [32.7 kB] 93s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x php-directory-scanner all 1.3.3-5 [6718 B] 93s Get:28 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-invoker all 5.0.1-2ubuntu1 [6142 B] 93s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x php-psr-log all 3.0.2-2 [6682 B] 93s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x php-malkusch-lock all 2.3.0+ds-1 [26.9 kB] 93s Get:31 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-mbstring s390x 8.4.2-1ubuntu1 [531 kB] 93s Get:32 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-mbstring all 2:8.4+96ubuntu1 [1852 B] 93s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x php-mikey179-vfsstream all 1.6.12-2 [20.7 kB] 93s Get:34 http://ftpmaster.internal/ubuntu plucky/universe s390x php-mock all 2.5.0-2 [21.2 kB] 93s Get:35 http://ftpmaster.internal/ubuntu plucky/universe s390x php-mock-integration all 2.3.0-2 [5222 B] 93s Get:36 http://ftpmaster.internal/ubuntu plucky/universe s390x php-phar-io-version all 3.2.1-2 [8924 B] 93s Get:37 http://ftpmaster.internal/ubuntu plucky/universe s390x php-phar-io-manifest all 2.0.4-4 [14.4 kB] 93s Get:38 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-timer all 7.0.1-3ubuntu1 [7766 B] 93s Get:39 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-cli-parser all 3.0.2-2ubuntu1 [6580 B] 93s Get:40 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-code-unit all 3.0.2-3ubuntu1 [8252 B] 93s Get:41 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-diff all 6.0.2-3maysync1 [15.9 kB] 93s Get:42 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-recursion-context all 6.0.2-3ubuntu1 [6238 B] 93s Get:43 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-exporter all 6.3.0-4maysync1 [10.3 kB] 93s Get:44 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-comparator all 6.3.0-3ubuntu3 [12.5 kB] 93s Get:45 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-object-reflector all 4.0.1-3maysync1 [5520 B] 93s Get:46 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-global-state all 7.0.2-3ubuntu1 [9198 B] 93s Get:47 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-object-enumerator all 6.0.1-3maysync2 [5938 B] 93s Get:48 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-type all 5.1.0-3maysync1 [10.8 kB] 93s Get:49 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit all 11.5.3-1ubuntu4 [249 kB] 93s Get:50 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-mock-phpunit all 2.10.0-3 [10.2 kB] 93s Get:51 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-mysql s390x 8.4.2-1ubuntu1 [135 kB] 93s Get:52 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php-mysql all 2:8.4+96ubuntu1 [1840 B] 93s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x php-predis all 2.3.0-2 [143 kB] 93s Get:54 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-sqlite3 s390x 8.4.2-1ubuntu1 [37.3 kB] 93s Get:55 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php-sqlite3 all 2:8.4+96ubuntu1 [1846 B] 93s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x php-zeta-base all 1.9.4-2 [125 kB] 93s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x php-zeta-console-tools all 1.7.5-1 [475 kB] 93s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x phpab all 1.29.3-1 [28.7 kB] 93s Fetched 7450 kB in 1s (5928 kB/s) 93s Selecting previously unselected package libargon2-1:s390x. 93s (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 ... 55872 files and directories currently installed.) 93s Preparing to unpack .../00-libargon2-1_0~20190702+dfsg-4build1_s390x.deb ... 93s Unpacking libargon2-1:s390x (0~20190702+dfsg-4build1) ... 93s Selecting previously unselected package node-popper2. 93s Preparing to unpack .../01-node-popper2_2.11.2-8_all.deb ... 93s Unpacking node-popper2 (2.11.2-8) ... 93s Selecting previously unselected package libjs-bootstrap5. 93s Preparing to unpack .../02-libjs-bootstrap5_5.3.3+dfsg-3_all.deb ... 93s Unpacking libjs-bootstrap5 (5.3.3+dfsg-3) ... 93s Selecting previously unselected package libjs-d3. 93s Preparing to unpack .../03-libjs-d3_3.5.17-4_all.deb ... 93s Unpacking libjs-d3 (3.5.17-4) ... 93s Selecting previously unselected package libjs-jquery. 93s Preparing to unpack .../04-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 93s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 93s Selecting previously unselected package libsodium23:s390x. 93s Preparing to unpack .../05-libsodium23_1.0.18-1build3_s390x.deb ... 93s Unpacking libsodium23:s390x (1.0.18-1build3) ... 93s Selecting previously unselected package libxslt1.1:s390x. 93s Preparing to unpack .../06-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 93s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 93s Selecting previously unselected package php-common. 93s Preparing to unpack .../07-php-common_2%3a96ubuntu1_all.deb ... 93s Unpacking php-common (2:96ubuntu1) ... 93s Selecting previously unselected package php8.4-common. 93s Preparing to unpack .../08-php8.4-common_8.4.2-1ubuntu1_s390x.deb ... 93s Unpacking php8.4-common (8.4.2-1ubuntu1) ... 93s Selecting previously unselected package php8.4-opcache. 93s Preparing to unpack .../09-php8.4-opcache_8.4.2-1ubuntu1_s390x.deb ... 93s Unpacking php8.4-opcache (8.4.2-1ubuntu1) ... 93s Selecting previously unselected package php8.4-readline. 93s Preparing to unpack .../10-php8.4-readline_8.4.2-1ubuntu1_s390x.deb ... 93s Unpacking php8.4-readline (8.4.2-1ubuntu1) ... 94s Selecting previously unselected package php8.4-cli. 94s Preparing to unpack .../11-php8.4-cli_8.4.2-1ubuntu1_s390x.deb ... 94s Unpacking php8.4-cli (8.4.2-1ubuntu1) ... 94s Selecting previously unselected package php-cli. 94s Preparing to unpack .../12-php-cli_2%3a8.4+96ubuntu1_all.deb ... 94s Unpacking php-cli (2:8.4+96ubuntu1) ... 94s Selecting previously unselected package php8.4-xml. 94s Preparing to unpack .../13-php8.4-xml_8.4.2-1ubuntu1_s390x.deb ... 94s Unpacking php8.4-xml (8.4.2-1ubuntu1) ... 94s Selecting previously unselected package php-xml. 94s Preparing to unpack .../14-php-xml_2%3a8.4+96ubuntu1_all.deb ... 94s Unpacking php-xml (2:8.4+96ubuntu1) ... 94s Selecting previously unselected package php-parser. 94s Preparing to unpack .../15-php-parser_5.4.0-2ubuntu1_all.deb ... 94s Unpacking php-parser (5.4.0-2ubuntu1) ... 94s Selecting previously unselected package php-file-iterator. 94s Preparing to unpack .../16-php-file-iterator_5.1.0-3ubuntu1_all.deb ... 94s Unpacking php-file-iterator (5.1.0-3ubuntu1) ... 94s Selecting previously unselected package php-text-template. 94s Preparing to unpack .../17-php-text-template_4.0.1-3ubuntu1_all.deb ... 94s Unpacking php-text-template (4.0.1-3ubuntu1) ... 94s Selecting previously unselected package phpunit-code-unit-reverse-lookup. 94s Preparing to unpack .../18-phpunit-code-unit-reverse-lookup_4.0.1-3ubuntu1_all.deb ... 94s Unpacking phpunit-code-unit-reverse-lookup (4.0.1-3ubuntu1) ... 94s Selecting previously unselected package phpunit-complexity. 94s Preparing to unpack .../19-phpunit-complexity_4.0.1-3ubuntu1_all.deb ... 94s Unpacking phpunit-complexity (4.0.1-3ubuntu1) ... 94s Selecting previously unselected package phpunit-environment. 94s Preparing to unpack .../20-phpunit-environment_7.2.0-3ubuntu1_all.deb ... 94s Unpacking phpunit-environment (7.2.0-3ubuntu1) ... 94s Selecting previously unselected package phpunit-lines-of-code. 94s Preparing to unpack .../21-phpunit-lines-of-code_3.0.1-3ubuntu1_all.deb ... 94s Unpacking phpunit-lines-of-code (3.0.1-3ubuntu1) ... 94s Selecting previously unselected package phpunit-version. 94s Preparing to unpack .../22-phpunit-version_5.0.2-2_all.deb ... 94s Unpacking phpunit-version (5.0.2-2) ... 94s Selecting previously unselected package php-tokenizer. 94s Preparing to unpack .../23-php-tokenizer_1.2.3-2_all.deb ... 94s Unpacking php-tokenizer (1.2.3-2) ... 94s Selecting previously unselected package php-codecoverage. 94s Preparing to unpack .../24-php-codecoverage_11.0.8+dfsg-3ubuntu3_all.deb ... 94s Unpacking php-codecoverage (11.0.8+dfsg-3ubuntu3) ... 94s Selecting previously unselected package php-deepcopy. 94s Preparing to unpack .../25-php-deepcopy_1.12.1-2maysync2_all.deb ... 94s Unpacking php-deepcopy (1.12.1-2maysync2) ... 94s Selecting previously unselected package php-directory-scanner. 94s Preparing to unpack .../26-php-directory-scanner_1.3.3-5_all.deb ... 94s Unpacking php-directory-scanner (1.3.3-5) ... 94s Selecting previously unselected package php-invoker. 94s Preparing to unpack .../27-php-invoker_5.0.1-2ubuntu1_all.deb ... 94s Unpacking php-invoker (5.0.1-2ubuntu1) ... 94s Selecting previously unselected package php-psr-log. 94s Preparing to unpack .../28-php-psr-log_3.0.2-2_all.deb ... 94s Unpacking php-psr-log (3.0.2-2) ... 94s Selecting previously unselected package php-malkusch-lock. 94s Preparing to unpack .../29-php-malkusch-lock_2.3.0+ds-1_all.deb ... 94s Unpacking php-malkusch-lock (2.3.0+ds-1) ... 94s Selecting previously unselected package php8.4-mbstring. 94s Preparing to unpack .../30-php8.4-mbstring_8.4.2-1ubuntu1_s390x.deb ... 94s Unpacking php8.4-mbstring (8.4.2-1ubuntu1) ... 94s Selecting previously unselected package php-mbstring. 94s Preparing to unpack .../31-php-mbstring_2%3a8.4+96ubuntu1_all.deb ... 94s Unpacking php-mbstring (2:8.4+96ubuntu1) ... 94s Selecting previously unselected package php-mikey179-vfsstream. 94s Preparing to unpack .../32-php-mikey179-vfsstream_1.6.12-2_all.deb ... 94s Unpacking php-mikey179-vfsstream (1.6.12-2) ... 94s Selecting previously unselected package php-mock. 94s Preparing to unpack .../33-php-mock_2.5.0-2_all.deb ... 94s Unpacking php-mock (2.5.0-2) ... 94s Selecting previously unselected package php-mock-integration. 94s Preparing to unpack .../34-php-mock-integration_2.3.0-2_all.deb ... 94s Unpacking php-mock-integration (2.3.0-2) ... 94s Selecting previously unselected package php-phar-io-version. 94s Preparing to unpack .../35-php-phar-io-version_3.2.1-2_all.deb ... 94s Unpacking php-phar-io-version (3.2.1-2) ... 94s Selecting previously unselected package php-phar-io-manifest. 94s Preparing to unpack .../36-php-phar-io-manifest_2.0.4-4_all.deb ... 94s Unpacking php-phar-io-manifest (2.0.4-4) ... 94s Selecting previously unselected package php-timer. 94s Preparing to unpack .../37-php-timer_7.0.1-3ubuntu1_all.deb ... 94s Unpacking php-timer (7.0.1-3ubuntu1) ... 94s Selecting previously unselected package phpunit-cli-parser. 94s Preparing to unpack .../38-phpunit-cli-parser_3.0.2-2ubuntu1_all.deb ... 94s Unpacking phpunit-cli-parser (3.0.2-2ubuntu1) ... 94s Selecting previously unselected package phpunit-code-unit. 94s Preparing to unpack .../39-phpunit-code-unit_3.0.2-3ubuntu1_all.deb ... 94s Unpacking phpunit-code-unit (3.0.2-3ubuntu1) ... 94s Selecting previously unselected package phpunit-diff. 94s Preparing to unpack .../40-phpunit-diff_6.0.2-3maysync1_all.deb ... 94s Unpacking phpunit-diff (6.0.2-3maysync1) ... 94s Selecting previously unselected package phpunit-recursion-context. 94s Preparing to unpack .../41-phpunit-recursion-context_6.0.2-3ubuntu1_all.deb ... 94s Unpacking phpunit-recursion-context (6.0.2-3ubuntu1) ... 94s Selecting previously unselected package phpunit-exporter. 94s Preparing to unpack .../42-phpunit-exporter_6.3.0-4maysync1_all.deb ... 94s Unpacking phpunit-exporter (6.3.0-4maysync1) ... 94s Selecting previously unselected package phpunit-comparator. 94s Preparing to unpack .../43-phpunit-comparator_6.3.0-3ubuntu3_all.deb ... 94s Unpacking phpunit-comparator (6.3.0-3ubuntu3) ... 94s Selecting previously unselected package phpunit-object-reflector. 94s Preparing to unpack .../44-phpunit-object-reflector_4.0.1-3maysync1_all.deb ... 94s Unpacking phpunit-object-reflector (4.0.1-3maysync1) ... 94s Selecting previously unselected package phpunit-global-state. 94s Preparing to unpack .../45-phpunit-global-state_7.0.2-3ubuntu1_all.deb ... 94s Unpacking phpunit-global-state (7.0.2-3ubuntu1) ... 94s Selecting previously unselected package phpunit-object-enumerator. 94s Preparing to unpack .../46-phpunit-object-enumerator_6.0.1-3maysync2_all.deb ... 94s Unpacking phpunit-object-enumerator (6.0.1-3maysync2) ... 94s Selecting previously unselected package phpunit-type. 94s Preparing to unpack .../47-phpunit-type_5.1.0-3maysync1_all.deb ... 94s Unpacking phpunit-type (5.1.0-3maysync1) ... 94s Selecting previously unselected package phpunit. 94s Preparing to unpack .../48-phpunit_11.5.3-1ubuntu4_all.deb ... 94s Unpacking phpunit (11.5.3-1ubuntu4) ... 94s Selecting previously unselected package php-mock-phpunit. 94s Preparing to unpack .../49-php-mock-phpunit_2.10.0-3_all.deb ... 94s Unpacking php-mock-phpunit (2.10.0-3) ... 94s Selecting previously unselected package php8.4-mysql. 94s Preparing to unpack .../50-php8.4-mysql_8.4.2-1ubuntu1_s390x.deb ... 94s Unpacking php8.4-mysql (8.4.2-1ubuntu1) ... 94s Selecting previously unselected package php-mysql. 94s Preparing to unpack .../51-php-mysql_2%3a8.4+96ubuntu1_all.deb ... 94s Unpacking php-mysql (2:8.4+96ubuntu1) ... 94s Selecting previously unselected package php-predis. 94s Preparing to unpack .../52-php-predis_2.3.0-2_all.deb ... 94s Unpacking php-predis (2.3.0-2) ... 94s Selecting previously unselected package php8.4-sqlite3. 94s Preparing to unpack .../53-php8.4-sqlite3_8.4.2-1ubuntu1_s390x.deb ... 94s Unpacking php8.4-sqlite3 (8.4.2-1ubuntu1) ... 94s Selecting previously unselected package php-sqlite3. 94s Preparing to unpack .../54-php-sqlite3_2%3a8.4+96ubuntu1_all.deb ... 94s Unpacking php-sqlite3 (2:8.4+96ubuntu1) ... 94s Selecting previously unselected package php-zeta-base. 94s Preparing to unpack .../55-php-zeta-base_1.9.4-2_all.deb ... 94s Unpacking php-zeta-base (1.9.4-2) ... 94s Selecting previously unselected package php-zeta-console-tools. 94s Preparing to unpack .../56-php-zeta-console-tools_1.7.5-1_all.deb ... 94s Unpacking php-zeta-console-tools (1.7.5-1) ... 94s Selecting previously unselected package phpab. 94s Preparing to unpack .../57-phpab_1.29.3-1_all.deb ... 94s Unpacking phpab (1.29.3-1) ... 94s Setting up php-common (2:96ubuntu1) ... 94s Created symlink '/etc/systemd/system/timers.target.wants/phpsessionclean.timer' → '/usr/lib/systemd/system/phpsessionclean.timer'. 95s Setting up libsodium23:s390x (1.0.18-1build3) ... 95s Setting up php-predis (2.3.0-2) ... 95s Setting up phpunit-type (5.1.0-3maysync1) ... 95s Setting up libargon2-1:s390x (0~20190702+dfsg-4build1) ... 95s Setting up php-zeta-base (1.9.4-2) ... 95s Setting up php8.4-common (8.4.2-1ubuntu1) ... 95s Creating config file /etc/php/8.4/mods-available/calendar.ini with new version 95s Creating config file /etc/php/8.4/mods-available/ctype.ini with new version 95s Creating config file /etc/php/8.4/mods-available/exif.ini with new version 95s Creating config file /etc/php/8.4/mods-available/fileinfo.ini with new version 95s Creating config file /etc/php/8.4/mods-available/ffi.ini with new version 95s Creating config file /etc/php/8.4/mods-available/ftp.ini with new version 96s Creating config file /etc/php/8.4/mods-available/gettext.ini with new version 96s Creating config file /etc/php/8.4/mods-available/iconv.ini with new version 96s Creating config file /etc/php/8.4/mods-available/pdo.ini with new version 96s Creating config file /etc/php/8.4/mods-available/phar.ini with new version 96s Creating config file /etc/php/8.4/mods-available/posix.ini with new version 96s Creating config file /etc/php/8.4/mods-available/shmop.ini with new version 97s Creating config file /etc/php/8.4/mods-available/sockets.ini with new version 97s Creating config file /etc/php/8.4/mods-available/sysvmsg.ini with new version 97s Creating config file /etc/php/8.4/mods-available/sysvsem.ini with new version 97s Creating config file /etc/php/8.4/mods-available/sysvshm.ini with new version 97s Creating config file /etc/php/8.4/mods-available/tokenizer.ini with new version 97s Setting up phpunit-code-unit (3.0.2-3ubuntu1) ... 97s Setting up phpunit-object-reflector (4.0.1-3maysync1) ... 97s Setting up phpunit-diff (6.0.2-3maysync1) ... 97s Setting up php-zeta-console-tools (1.7.5-1) ... 97s Setting up php-phar-io-version (3.2.1-2) ... 97s Setting up php8.4-sqlite3 (8.4.2-1ubuntu1) ... 97s Creating config file /etc/php/8.4/mods-available/sqlite3.ini with new version 97s Creating config file /etc/php/8.4/mods-available/pdo_sqlite.ini with new version 97s Setting up libjs-d3 (3.5.17-4) ... 97s Setting up php-file-iterator (5.1.0-3ubuntu1) ... 97s Setting up php-deepcopy (1.12.1-2maysync2) ... 97s Setting up php-text-template (4.0.1-3ubuntu1) ... 97s Setting up phpunit-recursion-context (6.0.2-3ubuntu1) ... 97s Setting up php-psr-log (3.0.2-2) ... 97s Setting up node-popper2 (2.11.2-8) ... 97s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 97s Setting up php-mikey179-vfsstream (1.6.12-2) ... 98s Setting up phpunit-object-enumerator (6.0.1-3maysync2) ... 98s Setting up php-invoker (5.0.1-2ubuntu1) ... 98s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 98s Setting up php-directory-scanner (1.3.3-5) ... 98s Setting up php8.4-xml (8.4.2-1ubuntu1) ... 98s Creating config file /etc/php/8.4/mods-available/dom.ini with new version 98s Creating config file /etc/php/8.4/mods-available/simplexml.ini with new version 98s Creating config file /etc/php/8.4/mods-available/xml.ini with new version 98s Creating config file /etc/php/8.4/mods-available/xmlreader.ini with new version 98s Creating config file /etc/php/8.4/mods-available/xmlwriter.ini with new version 98s Creating config file /etc/php/8.4/mods-available/xsl.ini with new version 98s Setting up phpunit-environment (7.2.0-3ubuntu1) ... 98s Setting up php-timer (7.0.1-3ubuntu1) ... 98s Setting up libjs-bootstrap5 (5.3.3+dfsg-3) ... 98s Setting up phpunit-cli-parser (3.0.2-2ubuntu1) ... 98s Setting up php8.4-opcache (8.4.2-1ubuntu1) ... 98s Creating config file /etc/php/8.4/mods-available/opcache.ini with new version 99s Setting up phpunit-global-state (7.0.2-3ubuntu1) ... 99s Setting up php-tokenizer (1.2.3-2) ... 99s Setting up phpunit-code-unit-reverse-lookup (4.0.1-3ubuntu1) ... 99s Setting up phpunit-version (5.0.2-2) ... 99s Setting up php-xml (2:8.4+96ubuntu1) ... 99s Setting up php-mock (2.5.0-2) ... 99s Setting up php8.4-readline (8.4.2-1ubuntu1) ... 99s Creating config file /etc/php/8.4/mods-available/readline.ini with new version 99s Setting up php8.4-mbstring (8.4.2-1ubuntu1) ... 99s Creating config file /etc/php/8.4/mods-available/mbstring.ini with new version 99s Setting up php8.4-mysql (8.4.2-1ubuntu1) ... 99s Creating config file /etc/php/8.4/mods-available/mysqlnd.ini with new version 99s Creating config file /etc/php/8.4/mods-available/mysqli.ini with new version 99s Creating config file /etc/php/8.4/mods-available/pdo_mysql.ini with new version 99s Setting up php-phar-io-manifest (2.0.4-4) ... 99s Setting up php-sqlite3 (2:8.4+96ubuntu1) ... 99s Setting up php-mbstring (2:8.4+96ubuntu1) ... 99s Setting up phpunit-exporter (6.3.0-4maysync1) ... 99s Setting up php-malkusch-lock (2.3.0+ds-1) ... 99s Setting up php-mock-integration (2.3.0-2) ... 99s Setting up php8.4-cli (8.4.2-1ubuntu1) ... 99s update-alternatives: using /usr/bin/php8.4 to provide /usr/bin/php (php) in auto mode 99s update-alternatives: using /usr/bin/phar8.4 to provide /usr/bin/phar (phar) in auto mode 99s update-alternatives: using /usr/bin/phar.phar8.4 to provide /usr/bin/phar.phar (phar.phar) in auto mode 99s Creating config file /etc/php/8.4/cli/php.ini with new version 100s Setting up php-mysql (2:8.4+96ubuntu1) ... 100s Setting up phpunit-comparator (6.3.0-3ubuntu3) ... 100s Setting up php-parser (5.4.0-2ubuntu1) ... 100s Setting up phpunit-lines-of-code (3.0.1-3ubuntu1) ... 100s Setting up php-cli (2:8.4+96ubuntu1) ... 100s update-alternatives: using /usr/bin/php.default to provide /usr/bin/php (php) in auto mode 100s update-alternatives: using /usr/bin/phar.default to provide /usr/bin/phar (phar) in auto mode 100s update-alternatives: using /usr/bin/phar.phar.default to provide /usr/bin/phar.phar (phar.phar) in auto mode 100s Setting up phpab (1.29.3-1) ... 100s Setting up phpunit-complexity (4.0.1-3ubuntu1) ... 100s Setting up php-codecoverage (11.0.8+dfsg-3ubuntu3) ... 100s Setting up phpunit (11.5.3-1ubuntu4) ... 100s Setting up php-mock-phpunit (2.10.0-3) ... 100s Processing triggers for man-db (2.13.0-1) ... 100s Processing triggers for libc-bin (2.40-4ubuntu1) ... 100s Processing triggers for php8.4-cli (8.4.2-1ubuntu1) ... 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'php-malkusch-lock'], kind short, sout pipe, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.cSzQFs/command1-packages.all"], kind short, sout raw, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cSzQFs/command1-packages.all /tmp/autopkgtest-work.gm2iail0/out/command1-packages.all 101s autopkgtest: DBG: got reply from testbed: ok 101s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.cSzQFs/build.tRb/src'], kind short, sout raw, serr raw, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.cSzQFs/build.tRb/src already exists 101s autopkgtest [20:51:49]: test command1: mkdir --parents vendor && phpab --output vendor/autoload.php --template debian/autoload.test.php.tpl tests/ && phpunit --do-not-cache-result --bootstrap vendor/autoload.php tests 101s autopkgtest [20:51:49]: test command1: [----------------------- 101s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.cSzQFs/wrapper.sh --debug --artifacts=/tmp/autopkgtest.cSzQFs/command1-artifacts --chdir=/tmp/autopkgtest.cSzQFs/build.tRb/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.cSzQFs/command1-stderr --stdout=/tmp/autopkgtest.cSzQFs/command1-stdout --tmp=/tmp/autopkgtest.cSzQFs/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=phpunit/11.5.3-1ubuntu4 -- bash -ec 'mkdir --parents vendor && phpab --output vendor/autoload.php --template debian/autoload.test.php.tpl tests/ && phpunit --do-not-cache-result --bootstrap vendor/autoload.php tests'"], kind test, sout raw, serr raw, env [] 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.cSzQFs/command1-artifacts 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: changing to directory: /tmp/autopkgtest.cSzQFs/build.tRb/src 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: setting environment: LANG=C.UTF-8 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LANGUAGE 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_ADDRESS 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_ALL 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_COLLATE 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_CTYPE 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_IDENTIFICATION 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_MEASUREMENT 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_MESSAGES 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_MONETARY 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_NAME 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_NUMERIC 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_PAPER 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_TELEPHONE 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: unsetting environment: LC_TIME 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: pretending to be a login shell 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: will write standard error to /tmp/autopkgtest.cSzQFs/command1-stderr 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: will write stdout to /tmp/autopkgtest.cSzQFs/command1-stdout 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.cSzQFs/autopkgtest_tmp 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=phpunit/11.5.3-1ubuntu4 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: command to run: bash -ec mkdir --parents vendor && phpab --output vendor/autoload.php --template debian/autoload.test.php.tpl tests/ && phpunit --do-not-cache-result --bootstrap vendor/autoload.php tests 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: copying /tmp/tmp.mjooKZgkCu/out to stdout and file: /tmp/autopkgtest.cSzQFs/command1-stdout 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: copying /tmp/tmp.mjooKZgkCu/err to standard error and file: /tmp/autopkgtest.cSzQFs/command1-stdout 101s /tmp/autopkgtest.cSzQFs/wrapper.sh: writing script pid 8332 to /tmp/autopkgtest_script_pid 101s phpab %development% - Copyright (C) 2009 - 2025 by Arne Blankerts and Contributors 101s 101s Scanning directory tests/ 101s 101s Autoload file vendor/autoload.php generated. 101s 101s PHPUnit 11.5.3 by Sebastian Bergmann and contributors. 101s 101s Runtime: PHP 8.4.2 101s Configuration: /tmp/autopkgtest.cSzQFs/build.tRb/src/phpunit.xml.dist 101s 104s ...........SS..................SSSSS........................... 63 / 117 ( 53%) 105s ...............................SSSSSS................. 117 / 117 (100%) 105s 105s Time: 00:03.568, Memory: 12.00 MB 105s 105s OK, but some tests were skipped! 105s Tests: 117, Assertions: 177, Skipped: 13. 105s /tmp/autopkgtest.cSzQFs/wrapper.sh: checking for leaked background processes... 105s /tmp/autopkgtest.cSzQFs/wrapper.sh: waiting for tee/cat subprocesses... 105s /tmp/autopkgtest.cSzQFs/wrapper.sh: cleaning up... 105s /tmp/autopkgtest.cSzQFs/wrapper.sh: Exit status: 0 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest [20:51:53]: test command1: -----------------------] 105s autopkgtest: DBG: testbed executing test finished with exit status 0 105s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cSzQFs/command1-stdout /tmp/autopkgtest-work.gm2iail0/out/command1-stdout 105s autopkgtest: DBG: got reply from testbed: ok 105s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cSzQFs/command1-stderr /tmp/autopkgtest-work.gm2iail0/out/command1-stderr 106s autopkgtest: DBG: got reply from testbed: ok 106s autopkgtest [20:51:54]: test command1: - - - - - - - - - - results - - - - - - - - - - 106s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cSzQFs/command1-artifacts/ /tmp/autopkgtest-work.gm2iail0/out/artifacts/ 106s command1 PASS 106s autopkgtest: DBG: got reply from testbed: ok 106s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.cSzQFs/command1-artifacts', '/tmp/autopkgtest.cSzQFs/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 106s autopkgtest: DBG: testbed command exited with code 0 106s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 106s autopkgtest [20:51:54]: @@@@@@@@@@@@@@@@@@@@ summary 106s command1 PASS 106s autopkgtest: DBG: testbed stop 106s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.cSzQFs 106s autopkgtest: DBG: sending command to testbed: close 111s autopkgtest: DBG: got reply from testbed: ok 111s autopkgtest: DBG: sending command to testbed: quit 111s nova [W] Using flock in prodstack6-s390x 111s Creating nova instance adt-plucky-s390x-php-malkusch-lock-20250216-205008-juju-7f2275-prod-proposed-migration-environment-15-939ebdac-3bef-4faa-83a2-510956bdc3a9 from image adt/ubuntu-plucky-s390x-server-20250216.img (UUID 67327349-c50d-4fb2-aab8-abef6582e685)... 111s nova [W] Timed out waiting for 52bb3ab1-6667-4bfe-b518-2f419ec8d23f to get deleted.