0s autopkgtest: DBG: testbed init 0s autopkgtest [23:23:23]: starting date and time: 2025-02-17 23:23:23+0000 0s autopkgtest [23:23:23]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [23:23:23]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.gauwjfhl/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:pkg-php-tools --apt-upgrade php-opis-closure --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=pkg-php-tools/1.49 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-8.secgroup --name adt-plucky-s390x-php-opis-closure-20250217-232322-juju-7f2275-prod-proposed-migration-environment-15-8d2a5d39-c1bb-4d92-98e1-45cedb495b09 --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 184s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.5y4pNh 184s autopkgtest: DBG: sending command to testbed: print-execute-command 184s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.6kwyr3_z/runcmd 184s autopkgtest: DBG: sending command to testbed: capabilities 184s autopkgtest: DBG: got reply from testbed: ok isolation-machine suggested-normal-user=ubuntu revert reboot revert-full-system root-on-testbed 184s autopkgtest: DBG: testbed capabilities: ['isolation-machine', 'suggested-normal-user=ubuntu', 'revert', 'reboot', 'revert-full-system', 'root-on-testbed', 'has_internet'] 184s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5y4pNh'], kind short, sout raw, serr pipe, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.5y4pNh/wrapper.sh 184s autopkgtest: DBG: got reply from testbed: ok 184s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5y4pNh/wrapper.sh'], kind short, sout raw, serr pipe, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest [23:26:27]: testbed dpkg architecture: s390x 184s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest [23:26:27]: testbed apt version: 2.9.28 184s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 185s autopkgtest: DBG: testbed command exited with code 0 185s autopkgtest: DBG: testbed has eatmydata 185s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 185s autopkgtest: DBG: testbed command exited with code 0 185s autopkgtest [23:26:28]: @@@@@@@@@@@@@@@@@@@@ test bed setup 185s 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 [] 185s autopkgtest: DBG: testbed command exited with code 0 185s autopkgtest [23:26:28]: testbed release detected to be: None 185s 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 [] 185s autopkgtest: DBG: testbed command exited with code 0 185s 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 [] 185s autopkgtest: DBG: testbed command exited with code 0 185s autopkgtest: DBG: adding APT source: Types: deb deb-src 185s URIs: http://ftpmaster.internal/ubuntu/ 185s Suites: plucky-proposed 185s Components: main restricted universe multiverse 185s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 185s 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 [] 185s autopkgtest: DBG: testbed command exited with code 0 185s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 185s Package: * 185s Pin: release plucky-proposed 185s Pin-Priority: 500 185s 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 [] 186s autopkgtest: DBG: testbed command exited with code 0 186s autopkgtest [23:26:29]: updating testbed package index (apt update) 186s 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'] 186s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 186s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 186s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 186s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 186s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.6 kB] 186s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [748 kB] 187s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 187s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [61.4 kB] 187s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [81.8 kB] 187s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 187s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 187s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4984 B] 187s Fetched 1671 kB in 1s (1788 kB/s) 187s Reading package lists... 187s autopkgtest: DBG: testbed command exited with code 0 187s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 187s Package: * 187s Pin: release plucky-proposed 187s Pin-Priority: 100 187s 187s Package: src:pkg-php-tools:any 187s Pin: release plucky-proposed 187s Pin-Priority: 995 187s 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:pkg-php-tools:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 188s autopkgtest: DBG: testbed command exited with code 0 188s 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.5y4pNh/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 188s autopkgtest: DBG: testbed command exited with code 0 188s 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'] 188s + lsb_release --codename --short 188s + RELEASE=plucky 188s + cat 188s + [ plucky != trusty ] 188s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 188s Reading package lists... 188s Building dependency tree... 188s Reading state information... 188s Calculating upgrade... 188s The following packages were automatically installed and are no longer required: 188s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 188s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 188s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 188s linux-tools-6.11.0-8-generic 188s Use 'sudo apt autoremove' to remove them. 188s The following packages will be upgraded: 188s apt apt-utils libapt-pkg6.0t64 libhogweed6t64 libmaxminddb0 libnettle8t64 188s libnss3 libnvme1t64 liburcu8t64 libxxhash0 psmisc tzdata xfsprogs 189s 13 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 189s Need to get 6252 kB of archives. 189s After this operation, 341 kB of additional disk space will be used. 189s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libxxhash0 s390x 0.8.3-2 [24.2 kB] 189s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.29 [1105 kB] 189s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.29 [1422 kB] 189s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.29 [215 kB] 189s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libnettle8t64 s390x 3.10.1-1 [210 kB] 189s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libhogweed6t64 s390x 3.10.1-1 [204 kB] 189s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x tzdata all 2025a-2ubuntu1 [198 kB] 189s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libmaxminddb0 s390x 1.12.2-1 [18.9 kB] 189s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x liburcu8t64 s390x 0.15.0-1 [66.0 kB] 189s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x psmisc s390x 23.7-2 [178 kB] 189s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libnss3 s390x 2:3.107-1ubuntu1 [1496 kB] 189s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libnvme1t64 s390x 1.11.1-2 [85.5 kB] 189s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x xfsprogs s390x 6.12.0-1ubuntu1 [1028 kB] 189s Preconfiguring packages ... 189s Fetched 6252 kB in 1s (7536 kB/s) 190s (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.) 190s Preparing to unpack .../libxxhash0_0.8.3-2_s390x.deb ... 190s Unpacking libxxhash0:s390x (0.8.3-2) over (0.8.2-2build1) ... 190s Setting up libxxhash0:s390x (0.8.3-2) ... 190s (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.) 190s Preparing to unpack .../libapt-pkg6.0t64_2.9.29_s390x.deb ... 190s Unpacking libapt-pkg6.0t64:s390x (2.9.29) over (2.9.28) ... 190s Setting up libapt-pkg6.0t64:s390x (2.9.29) ... 190s (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.) 190s Preparing to unpack .../archives/apt_2.9.29_s390x.deb ... 190s Unpacking apt (2.9.29) over (2.9.28) ... 190s Setting up apt (2.9.29) ... 190s (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 ... 80975 files and directories currently installed.) 190s Preparing to unpack .../0-apt-utils_2.9.29_s390x.deb ... 190s Unpacking apt-utils (2.9.29) over (2.9.28) ... 190s Preparing to unpack .../1-libnettle8t64_3.10.1-1_s390x.deb ... 190s Unpacking libnettle8t64:s390x (3.10.1-1) over (3.10-1) ... 190s Preparing to unpack .../2-libhogweed6t64_3.10.1-1_s390x.deb ... 190s Unpacking libhogweed6t64:s390x (3.10.1-1) over (3.10-1) ... 190s Preparing to unpack .../3-tzdata_2025a-2ubuntu1_all.deb ... 190s Unpacking tzdata (2025a-2ubuntu1) over (2024b-6ubuntu1) ... 190s Preparing to unpack .../4-libmaxminddb0_1.12.2-1_s390x.deb ... 190s Unpacking libmaxminddb0:s390x (1.12.2-1) over (1.11.0-1) ... 190s Preparing to unpack .../5-liburcu8t64_0.15.0-1_s390x.deb ... 190s Unpacking liburcu8t64:s390x (0.15.0-1) over (0.14.1-1) ... 190s Preparing to unpack .../6-psmisc_23.7-2_s390x.deb ... 190s Unpacking psmisc (23.7-2) over (23.7-1build1) ... 190s Preparing to unpack .../7-libnss3_2%3a3.107-1ubuntu1_s390x.deb ... 190s Unpacking libnss3:s390x (2:3.107-1ubuntu1) over (2:3.106-1ubuntu1) ... 190s Preparing to unpack .../8-libnvme1t64_1.11.1-2_s390x.deb ... 190s Unpacking libnvme1t64 (1.11.1-2) over (1.11.1-1build1) ... 190s Preparing to unpack .../9-xfsprogs_6.12.0-1ubuntu1_s390x.deb ... 190s Unpacking xfsprogs (6.12.0-1ubuntu1) over (6.8.0-2.2ubuntu3) ... 190s Setting up liburcu8t64:s390x (0.15.0-1) ... 190s Setting up apt-utils (2.9.29) ... 190s Setting up psmisc (23.7-2) ... 190s Setting up libmaxminddb0:s390x (1.12.2-1) ... 190s Setting up libnss3:s390x (2:3.107-1ubuntu1) ... 190s Setting up tzdata (2025a-2ubuntu1) ... 191s 191s Current default time zone: 'Etc/UTC' 191s Local time is now: Mon Feb 17 23:26:34 UTC 2025. 191s Universal Time is now: Mon Feb 17 23:26:34 UTC 2025. 191s Run 'dpkg-reconfigure tzdata' if you wish to change it. 191s 191s Setting up libnettle8t64:s390x (3.10.1-1) ... 191s Setting up libnvme1t64 (1.11.1-2) ... 191s Setting up xfsprogs (6.12.0-1ubuntu1) ... 191s update-initramfs: deferring update (trigger activated) 191s Setting up libhogweed6t64:s390x (3.10.1-1) ... 191s Processing triggers for libc-bin (2.40-4ubuntu1) ... 191s Processing triggers for man-db (2.13.0-1) ... 192s Processing triggers for initramfs-tools (0.145ubuntu2) ... 192s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 192s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 196s Using config file '/etc/zipl.conf' 196s Building bootmap in '/boot' 196s Adding IPL section 'ubuntu' (default) 196s Preparing boot device for LD-IPL: vda (0000). 196s Done. 196s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 196s + /usr/lib/apt/apt-helper analyze-pattern ?true 196s + uname -r 196s + sed s/\./\\./g 196s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 196s + apt list ?obsolete 196s + tail -n+2 196s + grep -v ^linux-.*6\.12\.0-15-generic.* 196s + cut -d/ -f1 197s + true 197s + obsolete_pkgs= 197s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 197s Reading package lists... 197s Building dependency tree... 197s Reading state information... 197s The following packages will be REMOVED: 197s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 197s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 197s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 197s linux-tools-6.11.0-8-generic* 197s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 197s After this operation, 167 MB disk space will be freed. 197s (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 ... 80980 files and directories currently installed.) 197s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 197s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 197s Removing libpython3.12t64:s390x (3.12.9-1) ... 197s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 197s Removing libnsl2:s390x (1.3.0-3build3) ... 197s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 197s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 198s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 198s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 198s Processing triggers for libc-bin (2.40-4ubuntu1) ... 198s (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 ... 55880 files and directories currently installed.) 198s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 198s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 199s + grep -q trusty /etc/lsb-release 199s + [ ! -d /usr/share/doc/unattended-upgrades ] 199s + [ ! -d /usr/share/doc/lxd ] 199s + [ ! -d /usr/share/doc/lxd-client ] 199s + [ ! -d /usr/share/doc/snapd ] 199s + type iptables 199s + cat 199s + chmod 755 /etc/rc.local 199s + . /etc/rc.local 199s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 199s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 199s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 199s + uname -m 199s + [ s390x = ppc64le ] 199s + [ -d /run/systemd/system ] 199s + systemd-detect-virt --quiet --vm 199s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 199s + cat 199s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 199s + echo COMPRESS=lz4 199s autopkgtest: DBG: testbed command exited with code 0 199s autopkgtest [23:26:42]: upgrading testbed (apt dist-upgrade and autopurge) 199s 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'] 199s Reading package lists... 199s Building dependency tree... 199s Reading state information... 199s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 199s Starting 2 pkgProblemResolver with broken count: 0 199s Done 199s Entering ResolveByKeep 199s 199s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 199s autopkgtest: DBG: testbed command exited with code 0 199s 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'] 200s Reading package lists... 200s Building dependency tree... 200s Reading state information... 200s Starting pkgProblemResolver with broken count: 0 200s Starting 2 pkgProblemResolver with broken count: 0 200s Done 200s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 200s autopkgtest: DBG: testbed command exited with code 0 200s 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.5y4pNh/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 200s autopkgtest: DBG: testbed command exited with code 1 200s autopkgtest [23:26:43]: rebooting testbed after setup commands that affected boot 200s autopkgtest: DBG: sending command to testbed: reboot 233s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds... 238s autopkgtest: DBG: got reply from testbed: ok 238s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 238s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5y4pNh'], kind short, sout raw, serr pipe, env [] 238s autopkgtest: DBG: testbed command exited with code 0 238s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.5y4pNh/autopkgtest-reboot 238s autopkgtest: DBG: got reply from testbed: ok 238s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5y4pNh/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 238s autopkgtest: DBG: testbed command exited with code 0 238s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5y4pNh/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 239s autopkgtest: DBG: testbed command exited with code 0 239s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5y4pNh/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 239s autopkgtest: DBG: testbed command exited with code 0 239s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5y4pNh'], kind short, sout raw, serr pipe, env [] 239s autopkgtest: DBG: testbed command exited with code 0 239s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.5y4pNh/autopkgtest-reboot-prepare 239s autopkgtest: DBG: got reply from testbed: ok 239s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5y4pNh/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 239s autopkgtest: DBG: testbed command exited with code 0 239s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5y4pNh/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 239s autopkgtest: DBG: testbed command exited with code 0 239s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 240s autopkgtest: DBG: testbed command exited with code 0 240s autopkgtest [23:27:23]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 240s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 240s autopkgtest: DBG: testbed command exited with code 0 240s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.5y4pNh/testbed-packages"], kind short, sout raw, serr pipe, env [] 240s autopkgtest: DBG: testbed command exited with code 0 240s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5y4pNh/testbed-packages /tmp/autopkgtest-work.gauwjfhl/out/testbed-packages 240s autopkgtest: DBG: got reply from testbed: ok 240s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 240s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5y4pNh'], kind short, sout raw, serr pipe, env [] 240s autopkgtest: DBG: testbed command exited with code 0 240s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.5y4pNh/autopkgtest-reboot 241s autopkgtest: DBG: got reply from testbed: ok 241s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5y4pNh/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 241s autopkgtest: DBG: testbed command exited with code 0 241s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5y4pNh/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 241s autopkgtest: DBG: testbed command exited with code 0 241s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5y4pNh/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 241s autopkgtest: DBG: testbed command exited with code 0 241s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5y4pNh'], kind short, sout raw, serr pipe, env [] 241s autopkgtest: DBG: testbed command exited with code 0 241s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.5y4pNh/autopkgtest-reboot-prepare 241s autopkgtest: DBG: got reply from testbed: ok 241s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5y4pNh/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 242s autopkgtest: DBG: testbed command exited with code 0 242s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5y4pNh/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 242s autopkgtest: DBG: testbed command exited with code 0 242s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 242s autopkgtest: DBG: testbed command exited with code 0 242s autopkgtest: DBG: Binaries: initialising 242s autopkgtest [23:27:25]: @@@@@@@@@@@@@@@@@@@@ apt-source php-opis-closure 242s autopkgtest: DBG: blame += php-opis-closure 242s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 242s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'php-opis-closure'], kind short, sout pipe, serr pipe, env [] 242s autopkgtest: DBG: testbed command exited with code 0 242s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^php-opis-closure$'], kind short, sout pipe, serr raw, env [] 242s autopkgtest: DBG: testbed command exited with code 0 242s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'php-opis-closure=3.6.3-2'], kind short, sout pipe, serr raw, env [] 243s autopkgtest: DBG: testbed command exited with code 0 243s autopkgtest: DBG: install_deps: deps_new=[] 243s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 243s autopkgtest: DBG: testbed command exited with code 0 243s 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.5y4pNh/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source php-opis-closure=3.6.3-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 php-opis-closure_*.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=pkg-php-tools/1.49'] 243s + cd / 243s + mktemp -d /tmp/autopkgtest.5y4pNh/build.XXX 243s + builddir=/tmp/autopkgtest.5y4pNh/build.ofE 243s + cd /tmp/autopkgtest.5y4pNh/build.ofE 243s + apt-get source -d -q --only-source php-opis-closure=3.6.3-2 243s + OUT=Reading package lists... 243s NOTICE: 'php-opis-closure' packaging is maintained in the 'Git' version control system at: 243s https://salsa.debian.org/php-team/pear/php-opis-closure.git -b debian/latest 243s Please use: 243s git clone https://salsa.debian.org/php-team/pear/php-opis-closure.git -b debian/latest 243s to retrieve the latest (possibly unreleased) updates to the package. 243s Need to get 27.4 kB of source archives. 243s Get:1 http://ftpmaster.internal/ubuntu plucky/universe php-opis-closure 3.6.3-2 (dsc) [2164 B] 243s Get:2 http://ftpmaster.internal/ubuntu plucky/universe php-opis-closure 3.6.3-2 (tar) [21.3 kB] 243s Get:3 http://ftpmaster.internal/ubuntu plucky/universe php-opis-closure 3.6.3-2 (diff) [3976 B] 243s Fetched 27.4 kB in 0s (90.9 kB/s) 243s Download complete and in download only mode 243s + [ -n ] 243s + + echo Reading package lists... 243s NOTICE: 'php-opis-closure' packaging is maintained in the 'Git' version control system at: 243s https://salsa.debian.org/php-team/pear/php-opis-closure.git -b debian/latest 243s Please use: 243s git clone https://salsa.debian.org/php-team/pear/php-opis-closure.git -b debian/latest 243s to retrieve the latest (possibly unreleased) updates to the package. 243s Need to get 27.4 kB of source archives. 243s Get:1 http://ftpmaster.internal/ubuntu plucky/universe php-opis-closure 3.6.3-2 (dsc) [2164 B] 243s Get:2 http://ftpmaster.internal/ubuntu plucky/universe php-opis-closure 3.6.3-2 (tar) [21.3 kB] 243s Get:3 http://ftpmaster.internal/ubuntu plucky/universe php-opis-closure 3.6.3-2 (diff) [3976 B] 243s Fetched 27.4 kB in 0s (90.9 kB/s) 243s Download complete and in download only mode 243s grep ^Get: 243s Get:1 http://ftpmaster.internal/ubuntu plucky/universe php-opis-closure 3.6.3-2 (dsc) [2164 B] 243s Get:2 http://ftpmaster.internal/ubuntu plucky/universe php-opis-closure 3.6.3-2 (tar) [21.3 kB] 243s Get:3 http://ftpmaster.internal/ubuntu plucky/universe php-opis-closure 3.6.3-2 (diff) [3976 B] 243s + dpkg-source -x php-opis-closure_3.6.3-2.dsc src 243s gpgv: Signature made Fri Oct 13 17:37:03 2023 UTC 243s gpgv: using RSA key 48B0BF74A35B4279B4CC90519D2D6279DE734161 243s gpgv: Can't check signature: No public key 243s dpkg-source: warning: cannot verify inline signature for ./php-opis-closure_3.6.3-2.dsc: no acceptable signature found 243s + chmod -R a+rX . 243s + cd src/. 243s + pwd 243s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 243s autopkgtest: DBG: testbed command exited with code 0 243s autopkgtest [23:27:26]: testing package php-opis-closure version 3.6.3-2 243s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5y4pNh/build.ofE/src/debian/ /tmp/autopkgtest-work.gauwjfhl/out/pkg/debian/ 244s autopkgtest: DBG: got reply from testbed: ok 244s autopkgtest: DBG: processing dependency phpab 244s autopkgtest: DBG: processing dependency phpunit 244s autopkgtest: DBG: processing dependency pkg-php-tools 244s autopkgtest: DBG: processing dependency @ 244s autopkgtest: DBG: synthesised dependency php-opis-closure 244s autopkgtest: DBG: Test defined: name phpunit path debian/tests/phpunit command "None" restrictions ['allow-stderr'] features [] depends ['phpab', 'phpunit', 'pkg-php-tools', 'php-opis-closure'] 244s autopkgtest [23:27:27]: build not needed 244s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5y4pNh/build.ofE/src/ /tmp/autopkgtest-work.gauwjfhl/out/tests-tree/ 244s autopkgtest: DBG: got reply from testbed: ok 244s autopkgtest: DBG: processing dependency phpab 244s autopkgtest: DBG: processing dependency phpunit 244s autopkgtest: DBG: processing dependency pkg-php-tools 244s autopkgtest: DBG: processing dependency @ 244s autopkgtest: DBG: synthesised dependency php-opis-closure 244s autopkgtest: DBG: Test defined: name phpunit path debian/tests/phpunit command "None" restrictions ['allow-stderr'] features [] depends ['phpab', 'phpunit', 'pkg-php-tools', 'php-opis-closure'] 244s autopkgtest [23:27:27]: test phpunit: preparing testbed 244s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['phpab', 'phpunit', 'pkg-php-tools', 'php-opis-closure'] 244s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 244s autopkgtest: DBG: install_deps: deps_new=['phpab', 'phpunit', 'pkg-php-tools', 'php-opis-closure'] 244s autopkgtest: DBG: install-deps: satisfying phpab, phpunit, pkg-php-tools, php-opis-closure 244s autopkgtest: DBG: can use apt-get on testbed: True 244s 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', 'phpab, phpunit, pkg-php-tools, php-opis-closure'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 244s Reading package lists... 244s Building dependency tree... 244s Reading state information... 244s Starting pkgProblemResolver with broken count: 0 244s Starting 2 pkgProblemResolver with broken count: 0 244s Done 245s The following NEW packages will be installed: 245s autoconf automake autopoint autotools-dev cpp cpp-14 cpp-14-s390x-linux-gnu 245s cpp-s390x-linux-gnu dctrl-tools debhelper debugedit dh-autoreconf 245s dh-strip-nondeterminism dwz gcc gcc-14 gcc-14-s390x-linux-gnu 245s gcc-s390x-linux-gnu gettext intltool-debian javascript-common 245s libarchive-zip-perl libargon2-1 libasan8 libcc1-0 libdebhelper-perl 245s libfile-stripnondeterminism-perl libgcc-14-dev libgomp1 libisl23 libitm1 245s libjs-bootstrap4 libjs-d3 libjs-jquery libjs-popper.js libmpc3 libsodium23 245s libtool libubsan1 libxslt1.1 m4 php-cli php-codecoverage php-common 245s php-deepcopy php-directory-scanner php-doctrine-instantiator 245s php-file-iterator php-invoker php-mbstring php-opis-closure php-parser 245s php-pear php-phar-io-manifest php-phar-io-version php-text-template 245s php-timer php-tokenizer php-xml php-zeta-base php-zeta-console-tools 245s php8.3-cli php8.3-common php8.3-mbstring php8.3-opcache php8.3-readline 245s php8.3-xml phpab phpunit phpunit-cli-parser phpunit-code-unit 245s phpunit-code-unit-reverse-lookup phpunit-comparator phpunit-complexity 245s phpunit-diff phpunit-environment phpunit-exporter phpunit-global-state 245s phpunit-lines-of-code phpunit-object-enumerator phpunit-object-reflector 245s phpunit-recursion-context phpunit-resource-operations phpunit-type 245s phpunit-version pkg-php-tools po-debconf 245s 0 upgraded, 87 newly installed, 0 to remove and 0 not upgraded. 245s Need to get 46.3 MB of archives. 245s After this operation, 151 MB of additional disk space will be used. 245s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 245s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 245s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 245s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 245s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 245s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 245s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 245s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 246s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 246s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 246s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 246s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x dctrl-tools s390x 2.24-3build3 [106 kB] 246s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 246s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 246s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 246s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 246s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 246s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 246s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 246s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 247s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 247s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 247s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 247s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 247s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 247s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 247s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 247s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 247s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 247s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 247s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 247s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 247s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 247s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 247s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x javascript-common all 11+nmu1 [5936 B] 247s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libargon2-1 s390x 0~20190702+dfsg-4build1 [54.1 kB] 247s Get:37 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-popper.js all 1.16.1+ds-6 [54.1 kB] 247s Get:38 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-bootstrap4 all 4.6.1+dfsg1-4 [537 kB] 247s Get:39 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-d3 all 3.5.17-4 [132 kB] 247s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 247s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 247s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 247s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x php-common all 2:93ubuntu2 [13.9 kB] 247s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-common s390x 8.3.11-0ubuntu4 [745 kB] 247s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-opcache s390x 8.3.11-0ubuntu4 [78.0 kB] 247s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-readline s390x 8.3.11-0ubuntu4 [13.9 kB] 247s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-cli s390x 8.3.11-0ubuntu4 [1940 kB] 247s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x php-cli all 2:8.3+93ubuntu2 [4584 B] 247s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-xml s390x 8.3.11-0ubuntu4 [129 kB] 247s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x php-xml all 2:8.3+93ubuntu2 [1856 B] 247s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x php-parser all 5.4.0-2ubuntu1 [160 kB] 247s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x php-file-iterator all 3.0.6-2 [5872 B] 247s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x php-text-template all 2.0.4-2 [5324 B] 247s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-code-unit-reverse-lookup all 2.0.3-5 [4788 B] 247s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-complexity all 2.0.3-2 [5684 B] 247s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-environment all 5.1.5-1 [7692 B] 247s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-lines-of-code all 1.0.4-2 [5144 B] 247s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-version all 3.0.2-3 [5426 B] 247s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x php-tokenizer all 1.2.3-2 [6726 B] 247s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x php-codecoverage all 9.2.32+dfsg-1 [91.1 kB] 247s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x php-deepcopy all 1.12.1-2maysync2 [32.7 kB] 247s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x php-directory-scanner all 1.3.3-5 [6718 B] 247s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x php-doctrine-instantiator all 2.0.0-4 [6862 B] 247s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x php-invoker all 3.1.1-3 [4874 B] 247s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x php8.3-mbstring s390x 8.3.11-0ubuntu4 [523 kB] 247s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x php-mbstring all 2:8.3+93ubuntu2 [1848 B] 247s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x php-opis-closure all 3.6.3-2 [14.2 kB] 247s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x php-pear all 1:1.10.13+submodules+notgz+2022032202-2build1 [292 kB] 247s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x php-phar-io-version all 3.2.1-2 [8924 B] 247s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x php-phar-io-manifest all 2.0.4-4 [14.4 kB] 247s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x php-timer all 5.0.3-3 [6276 B] 247s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x php-zeta-base all 1.9.4-2 [125 kB] 247s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x php-zeta-console-tools all 1.7.5-1 [475 kB] 247s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x phpab all 1.29.3-1 [28.7 kB] 247s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-cli-parser all 1.0.2-1 [5226 B] 247s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-code-unit all 1.0.8-3 [7198 B] 247s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-diff all 4.0.6-1 [14.6 kB] 247s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-recursion-context all 4.0.5-1 [5266 B] 247s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-exporter all 4.0.6-1 [7854 B] 247s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-comparator all 4.0.8-2 [10.4 kB] 247s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-object-reflector all 2.0.4-3 [4452 B] 247s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-global-state all 5.0.7-1 [7994 B] 247s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-object-enumerator all 4.0.4-3 [4800 B] 248s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-resource-operations all 3.0.4-1 [15.7 kB] 248s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit-type all 3.2.1-1 [8774 B] 248s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x phpunit all 9.6.21-1 [166 kB] 248s Get:87 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x pkg-php-tools all 1.49 [32.9 kB] 248s Fetched 46.3 MB in 3s (15.2 MB/s) 248s Selecting previously unselected package m4. 248s (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 ... 55878 files and directories currently installed.) 248s Preparing to unpack .../00-m4_1.4.19-5_s390x.deb ... 248s Unpacking m4 (1.4.19-5) ... 248s Selecting previously unselected package autoconf. 248s Preparing to unpack .../01-autoconf_2.72-3_all.deb ... 248s Unpacking autoconf (2.72-3) ... 248s Selecting previously unselected package autotools-dev. 248s Preparing to unpack .../02-autotools-dev_20220109.1_all.deb ... 248s Unpacking autotools-dev (20220109.1) ... 248s Selecting previously unselected package automake. 248s Preparing to unpack .../03-automake_1%3a1.17-3_all.deb ... 248s Unpacking automake (1:1.17-3) ... 248s Selecting previously unselected package autopoint. 248s Preparing to unpack .../04-autopoint_0.23.1-1_all.deb ... 248s Unpacking autopoint (0.23.1-1) ... 248s Selecting previously unselected package libisl23:s390x. 248s Preparing to unpack .../05-libisl23_0.27-1_s390x.deb ... 248s Unpacking libisl23:s390x (0.27-1) ... 248s Selecting previously unselected package libmpc3:s390x. 248s Preparing to unpack .../06-libmpc3_1.3.1-1build2_s390x.deb ... 248s Unpacking libmpc3:s390x (1.3.1-1build2) ... 248s Selecting previously unselected package cpp-14-s390x-linux-gnu. 248s Preparing to unpack .../07-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 248s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 248s Selecting previously unselected package cpp-14. 248s Preparing to unpack .../08-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 248s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 248s Selecting previously unselected package cpp-s390x-linux-gnu. 248s Preparing to unpack .../09-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 248s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 248s Selecting previously unselected package cpp. 248s Preparing to unpack .../10-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 248s Unpacking cpp (4:14.2.0-1ubuntu1) ... 248s Selecting previously unselected package dctrl-tools. 248s Preparing to unpack .../11-dctrl-tools_2.24-3build3_s390x.deb ... 248s Unpacking dctrl-tools (2.24-3build3) ... 248s Selecting previously unselected package libdebhelper-perl. 248s Preparing to unpack .../12-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 248s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 248s Selecting previously unselected package libcc1-0:s390x. 248s Preparing to unpack .../13-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 248s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 248s Selecting previously unselected package libgomp1:s390x. 248s Preparing to unpack .../14-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 248s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 248s Selecting previously unselected package libitm1:s390x. 248s Preparing to unpack .../15-libitm1_15-20250213-1ubuntu1_s390x.deb ... 248s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 248s Selecting previously unselected package libasan8:s390x. 248s Preparing to unpack .../16-libasan8_15-20250213-1ubuntu1_s390x.deb ... 248s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 248s Selecting previously unselected package libubsan1:s390x. 248s Preparing to unpack .../17-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 248s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 248s Selecting previously unselected package libgcc-14-dev:s390x. 248s Preparing to unpack .../18-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 248s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 248s Selecting previously unselected package gcc-14-s390x-linux-gnu. 248s Preparing to unpack .../19-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 248s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 249s Selecting previously unselected package gcc-14. 249s Preparing to unpack .../20-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 249s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 249s Selecting previously unselected package gcc-s390x-linux-gnu. 249s Preparing to unpack .../21-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 249s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 249s Selecting previously unselected package gcc. 249s Preparing to unpack .../22-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 249s Unpacking gcc (4:14.2.0-1ubuntu1) ... 249s Selecting previously unselected package libtool. 249s Preparing to unpack .../23-libtool_2.5.4-3build1_all.deb ... 249s Unpacking libtool (2.5.4-3build1) ... 249s Selecting previously unselected package dh-autoreconf. 249s Preparing to unpack .../24-dh-autoreconf_20_all.deb ... 249s Unpacking dh-autoreconf (20) ... 249s Selecting previously unselected package libarchive-zip-perl. 249s Preparing to unpack .../25-libarchive-zip-perl_1.68-1_all.deb ... 249s Unpacking libarchive-zip-perl (1.68-1) ... 249s Selecting previously unselected package libfile-stripnondeterminism-perl. 249s Preparing to unpack .../26-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 249s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 249s Selecting previously unselected package dh-strip-nondeterminism. 249s Preparing to unpack .../27-dh-strip-nondeterminism_1.14.1-2_all.deb ... 249s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 249s Selecting previously unselected package debugedit. 249s Preparing to unpack .../28-debugedit_1%3a5.1-2_s390x.deb ... 249s Unpacking debugedit (1:5.1-2) ... 249s Selecting previously unselected package dwz. 249s Preparing to unpack .../29-dwz_0.15-1build6_s390x.deb ... 249s Unpacking dwz (0.15-1build6) ... 249s Selecting previously unselected package gettext. 249s Preparing to unpack .../30-gettext_0.23.1-1_s390x.deb ... 249s Unpacking gettext (0.23.1-1) ... 249s Selecting previously unselected package intltool-debian. 249s Preparing to unpack .../31-intltool-debian_0.35.0+20060710.6_all.deb ... 249s Unpacking intltool-debian (0.35.0+20060710.6) ... 249s Selecting previously unselected package po-debconf. 249s Preparing to unpack .../32-po-debconf_1.0.21+nmu1_all.deb ... 249s Unpacking po-debconf (1.0.21+nmu1) ... 249s Selecting previously unselected package debhelper. 249s Preparing to unpack .../33-debhelper_13.24.1ubuntu2_all.deb ... 249s Unpacking debhelper (13.24.1ubuntu2) ... 249s Selecting previously unselected package javascript-common. 249s Preparing to unpack .../34-javascript-common_11+nmu1_all.deb ... 249s Unpacking javascript-common (11+nmu1) ... 249s Selecting previously unselected package libargon2-1:s390x. 249s Preparing to unpack .../35-libargon2-1_0~20190702+dfsg-4build1_s390x.deb ... 249s Unpacking libargon2-1:s390x (0~20190702+dfsg-4build1) ... 249s Selecting previously unselected package libjs-popper.js. 249s Preparing to unpack .../36-libjs-popper.js_1.16.1+ds-6_all.deb ... 249s Unpacking libjs-popper.js (1.16.1+ds-6) ... 249s Selecting previously unselected package libjs-bootstrap4. 249s Preparing to unpack .../37-libjs-bootstrap4_4.6.1+dfsg1-4_all.deb ... 249s Unpacking libjs-bootstrap4 (4.6.1+dfsg1-4) ... 249s Selecting previously unselected package libjs-d3. 249s Preparing to unpack .../38-libjs-d3_3.5.17-4_all.deb ... 249s Unpacking libjs-d3 (3.5.17-4) ... 249s Selecting previously unselected package libjs-jquery. 249s Preparing to unpack .../39-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 249s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 249s Selecting previously unselected package libsodium23:s390x. 249s Preparing to unpack .../40-libsodium23_1.0.18-1build3_s390x.deb ... 249s Unpacking libsodium23:s390x (1.0.18-1build3) ... 249s Selecting previously unselected package libxslt1.1:s390x. 249s Preparing to unpack .../41-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 249s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 249s Selecting previously unselected package php-common. 249s Preparing to unpack .../42-php-common_2%3a93ubuntu2_all.deb ... 249s Unpacking php-common (2:93ubuntu2) ... 249s Selecting previously unselected package php8.3-common. 249s Preparing to unpack .../43-php8.3-common_8.3.11-0ubuntu4_s390x.deb ... 249s Unpacking php8.3-common (8.3.11-0ubuntu4) ... 249s Selecting previously unselected package php8.3-opcache. 249s Preparing to unpack .../44-php8.3-opcache_8.3.11-0ubuntu4_s390x.deb ... 249s Unpacking php8.3-opcache (8.3.11-0ubuntu4) ... 249s Selecting previously unselected package php8.3-readline. 249s Preparing to unpack .../45-php8.3-readline_8.3.11-0ubuntu4_s390x.deb ... 249s Unpacking php8.3-readline (8.3.11-0ubuntu4) ... 249s Selecting previously unselected package php8.3-cli. 249s Preparing to unpack .../46-php8.3-cli_8.3.11-0ubuntu4_s390x.deb ... 249s Unpacking php8.3-cli (8.3.11-0ubuntu4) ... 249s Selecting previously unselected package php-cli. 249s Preparing to unpack .../47-php-cli_2%3a8.3+93ubuntu2_all.deb ... 249s Unpacking php-cli (2:8.3+93ubuntu2) ... 249s Selecting previously unselected package php8.3-xml. 249s Preparing to unpack .../48-php8.3-xml_8.3.11-0ubuntu4_s390x.deb ... 249s Unpacking php8.3-xml (8.3.11-0ubuntu4) ... 249s Selecting previously unselected package php-xml. 249s Preparing to unpack .../49-php-xml_2%3a8.3+93ubuntu2_all.deb ... 249s Unpacking php-xml (2:8.3+93ubuntu2) ... 249s Selecting previously unselected package php-parser. 249s Preparing to unpack .../50-php-parser_5.4.0-2ubuntu1_all.deb ... 249s Unpacking php-parser (5.4.0-2ubuntu1) ... 249s Selecting previously unselected package php-file-iterator. 249s Preparing to unpack .../51-php-file-iterator_3.0.6-2_all.deb ... 249s Unpacking php-file-iterator (3.0.6-2) ... 249s Selecting previously unselected package php-text-template. 249s Preparing to unpack .../52-php-text-template_2.0.4-2_all.deb ... 249s Unpacking php-text-template (2.0.4-2) ... 249s Selecting previously unselected package phpunit-code-unit-reverse-lookup. 249s Preparing to unpack .../53-phpunit-code-unit-reverse-lookup_2.0.3-5_all.deb ... 249s Unpacking phpunit-code-unit-reverse-lookup (2.0.3-5) ... 249s Selecting previously unselected package phpunit-complexity. 249s Preparing to unpack .../54-phpunit-complexity_2.0.3-2_all.deb ... 249s Unpacking phpunit-complexity (2.0.3-2) ... 249s Selecting previously unselected package phpunit-environment. 249s Preparing to unpack .../55-phpunit-environment_5.1.5-1_all.deb ... 249s Unpacking phpunit-environment (5.1.5-1) ... 249s Selecting previously unselected package phpunit-lines-of-code. 249s Preparing to unpack .../56-phpunit-lines-of-code_1.0.4-2_all.deb ... 249s Unpacking phpunit-lines-of-code (1.0.4-2) ... 249s Selecting previously unselected package phpunit-version. 249s Preparing to unpack .../57-phpunit-version_3.0.2-3_all.deb ... 249s Unpacking phpunit-version (3.0.2-3) ... 249s Selecting previously unselected package php-tokenizer. 249s Preparing to unpack .../58-php-tokenizer_1.2.3-2_all.deb ... 249s Unpacking php-tokenizer (1.2.3-2) ... 249s Selecting previously unselected package php-codecoverage. 249s Preparing to unpack .../59-php-codecoverage_9.2.32+dfsg-1_all.deb ... 249s Unpacking php-codecoverage (9.2.32+dfsg-1) ... 249s Selecting previously unselected package php-deepcopy. 249s Preparing to unpack .../60-php-deepcopy_1.12.1-2maysync2_all.deb ... 249s Unpacking php-deepcopy (1.12.1-2maysync2) ... 249s Selecting previously unselected package php-directory-scanner. 249s Preparing to unpack .../61-php-directory-scanner_1.3.3-5_all.deb ... 249s Unpacking php-directory-scanner (1.3.3-5) ... 249s Selecting previously unselected package php-doctrine-instantiator. 249s Preparing to unpack .../62-php-doctrine-instantiator_2.0.0-4_all.deb ... 249s Unpacking php-doctrine-instantiator (2.0.0-4) ... 249s Selecting previously unselected package php-invoker. 249s Preparing to unpack .../63-php-invoker_3.1.1-3_all.deb ... 249s Unpacking php-invoker (3.1.1-3) ... 249s Selecting previously unselected package php8.3-mbstring. 249s Preparing to unpack .../64-php8.3-mbstring_8.3.11-0ubuntu4_s390x.deb ... 249s Unpacking php8.3-mbstring (8.3.11-0ubuntu4) ... 249s Selecting previously unselected package php-mbstring. 249s Preparing to unpack .../65-php-mbstring_2%3a8.3+93ubuntu2_all.deb ... 249s Unpacking php-mbstring (2:8.3+93ubuntu2) ... 249s Selecting previously unselected package php-opis-closure. 249s Preparing to unpack .../66-php-opis-closure_3.6.3-2_all.deb ... 249s Unpacking php-opis-closure (3.6.3-2) ... 249s Selecting previously unselected package php-pear. 249s Preparing to unpack .../67-php-pear_1%3a1.10.13+submodules+notgz+2022032202-2build1_all.deb ... 249s Unpacking php-pear (1:1.10.13+submodules+notgz+2022032202-2build1) ... 249s Selecting previously unselected package php-phar-io-version. 249s Preparing to unpack .../68-php-phar-io-version_3.2.1-2_all.deb ... 249s Unpacking php-phar-io-version (3.2.1-2) ... 249s Selecting previously unselected package php-phar-io-manifest. 249s Preparing to unpack .../69-php-phar-io-manifest_2.0.4-4_all.deb ... 249s Unpacking php-phar-io-manifest (2.0.4-4) ... 249s Selecting previously unselected package php-timer. 249s Preparing to unpack .../70-php-timer_5.0.3-3_all.deb ... 249s Unpacking php-timer (5.0.3-3) ... 249s Selecting previously unselected package php-zeta-base. 249s Preparing to unpack .../71-php-zeta-base_1.9.4-2_all.deb ... 249s Unpacking php-zeta-base (1.9.4-2) ... 249s Selecting previously unselected package php-zeta-console-tools. 249s Preparing to unpack .../72-php-zeta-console-tools_1.7.5-1_all.deb ... 249s Unpacking php-zeta-console-tools (1.7.5-1) ... 249s Selecting previously unselected package phpab. 249s Preparing to unpack .../73-phpab_1.29.3-1_all.deb ... 249s Unpacking phpab (1.29.3-1) ... 249s Selecting previously unselected package phpunit-cli-parser. 249s Preparing to unpack .../74-phpunit-cli-parser_1.0.2-1_all.deb ... 249s Unpacking phpunit-cli-parser (1.0.2-1) ... 249s Selecting previously unselected package phpunit-code-unit. 249s Preparing to unpack .../75-phpunit-code-unit_1.0.8-3_all.deb ... 249s Unpacking phpunit-code-unit (1.0.8-3) ... 249s Selecting previously unselected package phpunit-diff. 249s Preparing to unpack .../76-phpunit-diff_4.0.6-1_all.deb ... 249s Unpacking phpunit-diff (4.0.6-1) ... 249s Selecting previously unselected package phpunit-recursion-context. 249s Preparing to unpack .../77-phpunit-recursion-context_4.0.5-1_all.deb ... 249s Unpacking phpunit-recursion-context (4.0.5-1) ... 249s Selecting previously unselected package phpunit-exporter. 249s Preparing to unpack .../78-phpunit-exporter_4.0.6-1_all.deb ... 249s Unpacking phpunit-exporter (4.0.6-1) ... 249s Selecting previously unselected package phpunit-comparator. 249s Preparing to unpack .../79-phpunit-comparator_4.0.8-2_all.deb ... 249s Unpacking phpunit-comparator (4.0.8-2) ... 249s Selecting previously unselected package phpunit-object-reflector. 249s Preparing to unpack .../80-phpunit-object-reflector_2.0.4-3_all.deb ... 249s Unpacking phpunit-object-reflector (2.0.4-3) ... 250s Selecting previously unselected package phpunit-global-state. 250s Preparing to unpack .../81-phpunit-global-state_5.0.7-1_all.deb ... 250s Unpacking phpunit-global-state (5.0.7-1) ... 250s Selecting previously unselected package phpunit-object-enumerator. 250s Preparing to unpack .../82-phpunit-object-enumerator_4.0.4-3_all.deb ... 250s Unpacking phpunit-object-enumerator (4.0.4-3) ... 250s Selecting previously unselected package phpunit-resource-operations. 250s Preparing to unpack .../83-phpunit-resource-operations_3.0.4-1_all.deb ... 250s Unpacking phpunit-resource-operations (3.0.4-1) ... 250s Selecting previously unselected package phpunit-type. 250s Preparing to unpack .../84-phpunit-type_3.2.1-1_all.deb ... 250s Unpacking phpunit-type (3.2.1-1) ... 250s Selecting previously unselected package phpunit. 250s Preparing to unpack .../85-phpunit_9.6.21-1_all.deb ... 250s Unpacking phpunit (9.6.21-1) ... 250s Selecting previously unselected package pkg-php-tools. 250s Preparing to unpack .../86-pkg-php-tools_1.49_all.deb ... 250s Unpacking pkg-php-tools (1.49) ... 250s Setting up javascript-common (11+nmu1) ... 250s Setting up php-common (2:93ubuntu2) ... 250s Created symlink '/etc/systemd/system/timers.target.wants/phpsessionclean.timer' → '/usr/lib/systemd/system/phpsessionclean.timer'. 250s Setting up php-opis-closure (3.6.3-2) ... 250s Setting up libsodium23:s390x (1.0.18-1build3) ... 250s Setting up phpunit-type (3.2.1-1) ... 250s Setting up libjs-popper.js (1.16.1+ds-6) ... 250s Setting up libarchive-zip-perl (1.68-1) ... 250s Setting up libargon2-1:s390x (0~20190702+dfsg-4build1) ... 250s Setting up php-zeta-base (1.9.4-2) ... 250s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 250s Setting up phpunit-resource-operations (3.0.4-1) ... 250s Setting up m4 (1.4.19-5) ... 250s Setting up phpunit-code-unit (1.0.8-3) ... 250s Setting up php8.3-common (8.3.11-0ubuntu4) ... 250s Creating config file /etc/php/8.3/mods-available/calendar.ini with new version 250s Creating config file /etc/php/8.3/mods-available/ctype.ini with new version 250s Creating config file /etc/php/8.3/mods-available/exif.ini with new version 251s Creating config file /etc/php/8.3/mods-available/fileinfo.ini with new version 251s Creating config file /etc/php/8.3/mods-available/ffi.ini with new version 251s Creating config file /etc/php/8.3/mods-available/ftp.ini with new version 251s Creating config file /etc/php/8.3/mods-available/gettext.ini with new version 251s Creating config file /etc/php/8.3/mods-available/iconv.ini with new version 251s Creating config file /etc/php/8.3/mods-available/pdo.ini with new version 251s Creating config file /etc/php/8.3/mods-available/phar.ini with new version 252s Creating config file /etc/php/8.3/mods-available/posix.ini with new version 252s Creating config file /etc/php/8.3/mods-available/shmop.ini with new version 252s Creating config file /etc/php/8.3/mods-available/sockets.ini with new version 252s Creating config file /etc/php/8.3/mods-available/sysvmsg.ini with new version 252s Creating config file /etc/php/8.3/mods-available/sysvsem.ini with new version 252s Creating config file /etc/php/8.3/mods-available/sysvshm.ini with new version 252s Creating config file /etc/php/8.3/mods-available/tokenizer.ini with new version 252s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 252s Setting up phpunit-object-reflector (2.0.4-3) ... 252s Setting up phpunit-diff (4.0.6-1) ... 252s Setting up php-zeta-console-tools (1.7.5-1) ... 252s Setting up php-phar-io-version (3.2.1-2) ... 252s Setting up php8.3-mbstring (8.3.11-0ubuntu4) ... 252s Creating config file /etc/php/8.3/mods-available/mbstring.ini with new version 253s Setting up autotools-dev (20220109.1) ... 253s Setting up php8.3-readline (8.3.11-0ubuntu4) ... 253s Creating config file /etc/php/8.3/mods-available/readline.ini with new version 253s Setting up libjs-d3 (3.5.17-4) ... 253s Setting up php-file-iterator (3.0.6-2) ... 253s Setting up libmpc3:s390x (1.3.1-1build2) ... 253s Setting up autopoint (0.23.1-1) ... 253s Setting up php-deepcopy (1.12.1-2maysync2) ... 253s Setting up php-text-template (2.0.4-2) ... 253s Setting up autoconf (2.72-3) ... 253s Setting up phpunit-recursion-context (4.0.5-1) ... 253s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 253s Setting up dwz (0.15-1build6) ... 253s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 253s Setting up php-doctrine-instantiator (2.0.0-4) ... 253s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 253s Setting up debugedit (1:5.1-2) ... 253s Setting up phpunit-object-enumerator (4.0.4-3) ... 253s Setting up php8.3-xml (8.3.11-0ubuntu4) ... 253s Creating config file /etc/php/8.3/mods-available/dom.ini with new version 253s Creating config file /etc/php/8.3/mods-available/simplexml.ini with new version 253s Creating config file /etc/php/8.3/mods-available/xml.ini with new version 253s Creating config file /etc/php/8.3/mods-available/xmlreader.ini with new version 253s Creating config file /etc/php/8.3/mods-available/xmlwriter.ini with new version 253s Creating config file /etc/php/8.3/mods-available/xsl.ini with new version 254s Setting up php-invoker (3.1.1-3) ... 254s Setting up libjs-bootstrap4 (4.6.1+dfsg1-4) ... 254s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 254s Setting up php-directory-scanner (1.3.3-5) ... 254s Setting up php8.3-opcache (8.3.11-0ubuntu4) ... 254s Creating config file /etc/php/8.3/mods-available/opcache.ini with new version 254s Setting up libisl23:s390x (0.27-1) ... 254s Setting up phpunit-environment (5.1.5-1) ... 254s Setting up php-timer (5.0.3-3) ... 254s Setting up phpunit-cli-parser (1.0.2-1) ... 254s Setting up phpunit-global-state (5.0.7-1) ... 254s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 254s Setting up php-tokenizer (1.2.3-2) ... 254s Setting up dctrl-tools (2.24-3build3) ... 254s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 254s Setting up phpunit-code-unit-reverse-lookup (2.0.3-5) ... 254s Setting up phpunit-version (3.0.2-3) ... 254s Setting up automake (1:1.17-3) ... 254s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 254s Setting up php-xml (2:8.3+93ubuntu2) ... 254s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 254s Setting up gettext (0.23.1-1) ... 254s Setting up php-phar-io-manifest (2.0.4-4) ... 254s Setting up php8.3-cli (8.3.11-0ubuntu4) ... 254s update-alternatives: using /usr/bin/php8.3 to provide /usr/bin/php (php) in auto mode 254s update-alternatives: using /usr/bin/phar8.3 to provide /usr/bin/phar (phar) in auto mode 254s update-alternatives: using /usr/bin/phar.phar8.3 to provide /usr/bin/phar.phar (phar.phar) in auto mode 254s Creating config file /etc/php/8.3/cli/php.ini with new version 254s Setting up php-mbstring (2:8.3+93ubuntu2) ... 254s Setting up phpunit-exporter (4.0.6-1) ... 254s Setting up intltool-debian (0.35.0+20060710.6) ... 254s Setting up php-parser (5.4.0-2ubuntu1) ... 254s Setting up phpunit-lines-of-code (1.0.4-2) ... 254s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 254s Setting up cpp-14 (14.2.0-17ubuntu1) ... 254s Setting up dh-strip-nondeterminism (1.14.1-2) ... 254s Setting up php-cli (2:8.3+93ubuntu2) ... 254s update-alternatives: using /usr/bin/php.default to provide /usr/bin/php (php) in auto mode 254s update-alternatives: using /usr/bin/phar.default to provide /usr/bin/phar (phar) in auto mode 254s update-alternatives: using /usr/bin/phar.phar.default to provide /usr/bin/phar.phar (phar.phar) in auto mode 254s Setting up phpab (1.29.3-1) ... 254s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 254s Setting up php-pear (1:1.10.13+submodules+notgz+2022032202-2build1) ... 254s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 254s Setting up po-debconf (1.0.21+nmu1) ... 254s Setting up phpunit-complexity (2.0.3-2) ... 254s Setting up php-codecoverage (9.2.32+dfsg-1) ... 254s Setting up phpunit-comparator (4.0.8-2) ... 254s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 254s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 254s Setting up cpp (4:14.2.0-1ubuntu1) ... 254s Setting up phpunit (9.6.21-1) ... 254s Setting up gcc-14 (14.2.0-17ubuntu1) ... 254s Setting up libtool (2.5.4-3build1) ... 254s Setting up gcc (4:14.2.0-1ubuntu1) ... 254s Setting up dh-autoreconf (20) ... 254s Setting up debhelper (13.24.1ubuntu2) ... 254s Setting up pkg-php-tools (1.49) ... 254s Processing triggers for man-db (2.13.0-1) ... 255s Processing triggers for install-info (7.1.1-1) ... 255s Processing triggers for libc-bin (2.40-4ubuntu1) ... 255s Processing triggers for php8.3-cli (8.3.11-0ubuntu4) ... 255s autopkgtest: DBG: testbed command exited with code 0 255s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'php-opis-closure'], kind short, sout pipe, serr pipe, env [] 256s autopkgtest: DBG: testbed command exited with code 0 256s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.5y4pNh/phpunit-packages.all"], kind short, sout raw, serr pipe, env [] 256s autopkgtest: DBG: testbed command exited with code 0 256s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5y4pNh/phpunit-packages.all /tmp/autopkgtest-work.gauwjfhl/out/phpunit-packages.all 256s autopkgtest: DBG: got reply from testbed: ok 256s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.5y4pNh/build.ofE/src'], kind short, sout raw, serr raw, env [] 256s autopkgtest: DBG: testbed command exited with code 0 256s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.5y4pNh/build.ofE/src already exists 256s autopkgtest [23:27:39]: test phpunit: [----------------------- 256s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.5y4pNh/wrapper.sh --debug --artifacts=/tmp/autopkgtest.5y4pNh/phpunit-artifacts --chdir=/tmp/autopkgtest.5y4pNh/build.ofE/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.5y4pNh/phpunit-stderr --stdout=/tmp/autopkgtest.5y4pNh/phpunit-stdout --tmp=/tmp/autopkgtest.5y4pNh/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=pkg-php-tools/1.49 --make-executable=/tmp/autopkgtest.5y4pNh/build.ofE/src/debian/tests/phpunit -- /tmp/autopkgtest.5y4pNh/build.ofE/src/debian/tests/phpunit'], kind test, sout raw, serr raw, env [] 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.5y4pNh/phpunit-artifacts 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: changing to directory: /tmp/autopkgtest.5y4pNh/build.ofE/src 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: setting environment: LANG=C.UTF-8 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LANGUAGE 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_ADDRESS 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_ALL 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_COLLATE 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_CTYPE 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_IDENTIFICATION 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_MEASUREMENT 257s phpab %development% - Copyright (C) 2009 - 2025 by Arne Blankerts and Contributors 257s 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_MESSAGES 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_MONETARY 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_NAME 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_NUMERIC 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_PAPER 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_TELEPHONE 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: unsetting environment: LC_TIME 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: pretending to be a login shell 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: will write standard error to /tmp/autopkgtest.5y4pNh/phpunit-stderr 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: will write stdout to /tmp/autopkgtest.5y4pNh/phpunit-stdout 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.5y4pNh/autopkgtest_tmp 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pkg-php-tools/1.49 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: marking as executable: /tmp/autopkgtest.5y4pNh/build.ofE/src/debian/tests/phpunit 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: command to run: /tmp/autopkgtest.5y4pNh/build.ofE/src/debian/tests/phpunit 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: copying /tmp/tmp.sfR6ym6YJL/out to stdout and file: /tmp/autopkgtest.5y4pNh/phpunit-stdout 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: copying /tmp/tmp.sfR6ym6YJL/err to standard error and file: /tmp/autopkgtest.5y4pNh/phpunit-stdout 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: writing script pid 7714 to /tmp/autopkgtest_script_pid 257s + set -e 257s + phpabtpl --require=Opis/Closure 257s + phpab -o /tmp/autopkgtest.5y4pNh/autopkgtest_tmp/autoload.php -t /tmp/autopkgtest.5y4pNh/autopkgtest_tmp/autoload.php.test.tpl tests 257s Scanning directory tests 257s 257s Autoload file /tmp/autopkgtest.5y4pNh/autopkgtest_tmp/autoload.php generated. 257s 257s + phpunit --no-coverage --bootstrap /tmp/autopkgtest.5y4pNh/autopkgtest_tmp/autoload.php 257s PHPUnit 9.6.21 by Sebastian Bergmann and contributors. 257s 257s Runtime: PHP 8.3.11 257s Configuration: /tmp/autopkgtest.5y4pNh/build.ofE/src/phpunit.xml 257s 257s ............................................................... 63 / 114 ( 55%) 257s ................................................... 114 / 114 (100%) 257s 257s Time: 00:00.042, Memory: 10.00 MB 257s 257s OK (114 tests, 244 assertions) 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: checking for leaked background processes... 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: waiting for tee/cat subprocesses... 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: cleaning up... 257s /tmp/autopkgtest.5y4pNh/wrapper.sh: Exit status: 0 257s autopkgtest: DBG: testbed command exited with code 0 257s autopkgtest [23:27:40]: test phpunit: -----------------------] 257s autopkgtest: DBG: testbed executing test finished with exit status 0 257s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5y4pNh/phpunit-stdout /tmp/autopkgtest-work.gauwjfhl/out/phpunit-stdout 257s autopkgtest: DBG: got reply from testbed: ok 257s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5y4pNh/phpunit-stderr /tmp/autopkgtest-work.gauwjfhl/out/phpunit-stderr 257s autopkgtest: DBG: got reply from testbed: ok 257s autopkgtest [23:27:40]: test phpunit: - - - - - - - - - - results - - - - - - - - - - 257s phpunit PASS 257s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5y4pNh/phpunit-artifacts/ /tmp/autopkgtest-work.gauwjfhl/out/artifacts/ 258s autopkgtest: DBG: got reply from testbed: ok 258s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.5y4pNh/phpunit-artifacts', '/tmp/autopkgtest.5y4pNh/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 258s autopkgtest: DBG: testbed command exited with code 0 258s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 258s autopkgtest [23:27:41]: @@@@@@@@@@@@@@@@@@@@ summary 258s phpunit PASS 258s autopkgtest: DBG: testbed stop 258s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.5y4pNh 258s autopkgtest: DBG: sending command to testbed: close 262s autopkgtest: DBG: got reply from testbed: ok 262s autopkgtest: DBG: sending command to testbed: quit 262s nova [W] Using flock in prodstack6-s390x 262s flock: timeout while waiting to get lock 262s Creating nova instance adt-plucky-s390x-php-opis-closure-20250217-232322-juju-7f2275-prod-proposed-migration-environment-15-8d2a5d39-c1bb-4d92-98e1-45cedb495b09 from image adt/ubuntu-plucky-s390x-server-20250217.img (UUID 720732d6-1e45-4504-9c51-6dc165c3195f)... 262s nova [W] Timed out waiting for ccf1e48f-9b3c-4151-bdd1-3af08f1c3245 to get deleted.