0s autopkgtest: DBG: testbed init 0s autopkgtest [04:31:47]: starting date and time: 2025-02-19 04:31:47+0000 0s autopkgtest [04:31:47]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [04:31:47]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.4wceyw_7/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:phpunit --apt-upgrade libphp-swiftmailer --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-13.secgroup --name adt-plucky-s390x-libphp-swiftmailer-20250219-043147-juju-7f2275-prod-proposed-migration-environment-15-cfdcd6ca-5312-43d3-b41a-2cebad5373e6 --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 126s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.JlG3km 126s autopkgtest: DBG: sending command to testbed: print-execute-command 126s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.l9ofquhl/runcmd 126s autopkgtest: DBG: sending command to testbed: capabilities 126s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu isolation-machine reboot revert revert-full-system root-on-testbed 126s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'isolation-machine', 'reboot', 'revert', 'revert-full-system', 'root-on-testbed', 'has_internet'] 126s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.JlG3km'], kind short, sout raw, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.JlG3km/wrapper.sh 126s autopkgtest: DBG: got reply from testbed: ok 126s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.JlG3km/wrapper.sh'], kind short, sout raw, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest [04:33:53]: testbed dpkg architecture: s390x 126s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest [04:33:54]: testbed apt version: 2.9.29 127s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: testbed has eatmydata 127s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest [04:33:54]: @@@@@@@@@@@@@@@@@@@@ test bed setup 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest [04:33:54]: testbed release detected to be: None 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: adding APT source: Types: deb deb-src 127s URIs: http://ftpmaster.internal/ubuntu/ 127s Suites: plucky-proposed 127s Components: main restricted universe multiverse 127s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 127s 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 [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 128s Package: * 128s Pin: release plucky-proposed 128s Pin-Priority: 500 128s 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 [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest [04:33:55]: updating testbed package index (apt update) 128s 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'] 128s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 128s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 128s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 129s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 129s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.2 kB] 129s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 129s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.6 kB] 129s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [770 kB] 129s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [93.9 kB] 129s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 129s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [648 kB] 129s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5836 B] 129s Fetched 1723 kB in 1s (1634 kB/s) 130s Reading package lists... 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 130s Package: * 130s Pin: release plucky-proposed 130s Pin-Priority: 100 130s 130s Package: src:phpunit:any 130s Pin: release plucky-proposed 130s Pin-Priority: 995 130s 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 [] 130s autopkgtest: DBG: testbed command exited with code 0 130s 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.JlG3km/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s 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'] 130s + lsb_release --codename --short 130s + RELEASE=plucky 130s + cat 130s + [ plucky != trusty ] 130s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 130s Reading package lists... 130s Building dependency tree... 130s Reading state information... 130s Calculating upgrade... 131s The following packages were automatically installed and are no longer required: 131s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 131s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 131s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 131s linux-tools-6.11.0-8-generic 131s Use 'sudo apt autoremove' to remove them. 131s The following NEW packages will be installed: 131s libapt-pkg7.0 131s The following packages will be upgraded: 131s apt apt-utils dhcpcd-base rsyslog s390-tools s390-tools-data 131s s390-tools-signed 131s 7 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 131s Need to get 8909 kB of archives. 131s After this operation, 3624 kB of additional disk space will be used. 131s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg7.0 s390x 2.9.30 [1103 kB] 131s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.30 [1418 kB] 131s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.30 [214 kB] 131s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 131s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x rsyslog s390x 8.2412.0-2ubuntu1 [536 kB] 131s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 131s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 132s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 132s Fetched 8909 kB in 1s (7416 kB/s) 132s Selecting previously unselected package libapt-pkg7.0:s390x. 132s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80980 files and directories currently installed.) 132s Preparing to unpack .../libapt-pkg7.0_2.9.30_s390x.deb ... 132s Unpacking libapt-pkg7.0:s390x (2.9.30) ... 132s Setting up libapt-pkg7.0:s390x (2.9.30) ... 132s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81029 files and directories currently installed.) 132s Preparing to unpack .../archives/apt_2.9.30_s390x.deb ... 132s Unpacking apt (2.9.30) over (2.9.29) ... 132s Setting up apt (2.9.30) ... 133s (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 ... 81029 files and directories currently installed.) 133s Preparing to unpack .../0-apt-utils_2.9.30_s390x.deb ... 133s Unpacking apt-utils (2.9.30) over (2.9.29) ... 133s Preparing to unpack .../1-dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 133s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 133s Preparing to unpack .../2-rsyslog_8.2412.0-2ubuntu1_s390x.deb ... 133s Unpacking rsyslog (8.2412.0-2ubuntu1) over (8.2412.0-1ubuntu1) ... 133s Preparing to unpack .../3-s390-tools-data_2.37.0-0ubuntu2_all.deb ... 133s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 133s Preparing to unpack .../4-s390-tools_2.37.0-0ubuntu2_s390x.deb ... 133s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 133s Preparing to unpack .../5-s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 133s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 133s Setting up apt-utils (2.9.30) ... 133s Setting up rsyslog (8.2412.0-2ubuntu1) ... 133s info: The user `syslog' is already a member of `adm'. 134s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 134s Setting up dhcpcd-base (1:10.1.0-7) ... 134s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 134s Setting up s390-tools (2.37.0-0ubuntu2) ... 135s Processing triggers for libc-bin (2.40-4ubuntu1) ... 135s Processing triggers for man-db (2.13.0-1) ... 136s Processing triggers for initramfs-tools (0.145ubuntu2) ... 136s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 136s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 141s Using config file '/etc/zipl.conf' 141s Building bootmap in '/boot' 141s Adding IPL section 'ubuntu' (default) 141s Preparing boot device for LD-IPL: vda (0000). 141s Done. 141s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 141s + /usr/lib/apt/apt-helper analyze-pattern ?true 141s + uname -r 141s + sed s/\./\\./g 141s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 141s + apt list ?obsolete 141s + tail -n+2 141s + cut -d/ -f1 141s + grep -v ^linux-.*6\.12\.0-15-generic.* 142s + true 142s + obsolete_pkgs= 142s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 142s Reading package lists... 142s Building dependency tree... 142s Reading state information... 143s The following packages will be REMOVED: 143s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 143s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 143s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 143s linux-tools-6.11.0-8-generic* 143s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 143s After this operation, 167 MB disk space will be freed. 143s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 143s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 143s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 143s Removing libpython3.12t64:s390x (3.12.9-1) ... 143s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 143s Removing libnsl2:s390x (1.3.0-3build3) ... 143s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 143s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 143s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 144s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 144s Processing triggers for libc-bin (2.40-4ubuntu1) ... 144s (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 ... 55930 files and directories currently installed.) 144s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 144s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 145s + grep -q trusty /etc/lsb-release 145s + [ ! -d /usr/share/doc/unattended-upgrades ] 145s + [ ! -d /usr/share/doc/lxd ] 145s + [ ! -d /usr/share/doc/lxd-client ] 145s + [ ! -d /usr/share/doc/snapd ] 145s + type iptables 145s + cat 145s + chmod 755 /etc/rc.local 145s + . /etc/rc.local 145s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 145s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 145s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 145s + uname -m 145s + [ s390x = ppc64le ] 145s + [ -d /run/systemd/system ] 145s + systemd-detect-virt --quiet --vm 145s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 145s + cat 145s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 145s + echo COMPRESS=lz4 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest [04:34:12]: upgrading testbed (apt dist-upgrade and autopurge) 145s 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'] 145s Reading package lists... 145s Building dependency tree... 145s Reading state information... 145s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 145s Starting 2 pkgProblemResolver with broken count: 0 145s Done 146s Entering ResolveByKeep 146s 146s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 146s autopkgtest: DBG: testbed command exited with code 0 146s 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'] 146s Reading package lists... 146s Building dependency tree... 146s Reading state information... 147s Starting pkgProblemResolver with broken count: 0 147s Starting 2 pkgProblemResolver with broken count: 0 147s Done 147s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 147s autopkgtest: DBG: testbed command exited with code 0 147s 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.JlG3km/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 1 147s autopkgtest [04:34:14]: rebooting testbed after setup commands that affected boot 147s autopkgtest: DBG: sending command to testbed: reboot 166s autopkgtest: DBG: got reply from testbed: ok 166s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 166s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.JlG3km'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.JlG3km/autopkgtest-reboot 167s autopkgtest: DBG: got reply from testbed: ok 167s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.JlG3km/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.JlG3km/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.JlG3km/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.JlG3km'], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.JlG3km/autopkgtest-reboot-prepare 168s autopkgtest: DBG: got reply from testbed: ok 168s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.JlG3km/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.JlG3km/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest [04:34:35]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 168s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.JlG3km/testbed-packages"], kind short, sout raw, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.JlG3km/testbed-packages /tmp/autopkgtest-work.4wceyw_7/out/testbed-packages 169s autopkgtest: DBG: got reply from testbed: ok 169s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 169s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.JlG3km'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.JlG3km/autopkgtest-reboot 169s autopkgtest: DBG: got reply from testbed: ok 169s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.JlG3km/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.JlG3km/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.JlG3km/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.JlG3km'], kind short, sout raw, serr pipe, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.JlG3km/autopkgtest-reboot-prepare 170s autopkgtest: DBG: got reply from testbed: ok 170s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.JlG3km/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.JlG3km/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: Binaries: initialising 170s autopkgtest [04:34:37]: @@@@@@@@@@@@@@@@@@@@ apt-source libphp-swiftmailer 170s autopkgtest: DBG: blame += libphp-swiftmailer 170s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 170s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'libphp-swiftmailer'], kind short, sout pipe, serr pipe, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^php-swiftmailer$'], kind short, sout pipe, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'php-swiftmailer=6.3.0-7'], kind short, sout pipe, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: install_deps: deps_new=[] 171s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s 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.JlG3km/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source libphp-swiftmailer=6.3.0-7 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 libphp-swiftmailer_*.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'] 171s + cd / 171s + mktemp -d /tmp/autopkgtest.JlG3km/build.XXX 171s + builddir=/tmp/autopkgtest.JlG3km/build.0dY 171s + cd /tmp/autopkgtest.JlG3km/build.0dY 171s + apt-get source -d -q --only-source libphp-swiftmailer=6.3.0-7 172s + OUT=Reading package lists... 172s NOTICE: 'libphp-swiftmailer' packaging is maintained in the 'Git' version control system at: 172s https://salsa.debian.org/php-team/pear/php-swiftmailer.git -b debian/latest 172s Please use: 172s git clone https://salsa.debian.org/php-team/pear/php-swiftmailer.git -b debian/latest 172s to retrieve the latest (possibly unreleased) updates to the package. 172s Need to get 210 kB of source archives. 172s Get:1 http://ftpmaster.internal/ubuntu plucky/universe libphp-swiftmailer 6.3.0-7 (dsc) [2017 B] 172s Get:2 http://ftpmaster.internal/ubuntu plucky/universe libphp-swiftmailer 6.3.0-7 (tar) [197 kB] 172s Get:3 http://ftpmaster.internal/ubuntu plucky/universe libphp-swiftmailer 6.3.0-7 (diff) [11.4 kB] 172s Fetched 210 kB in 1s (406 kB/s) 172s Download complete and in download only mode 172s + [ -n ] 172s + grep+ ^Get: 172s echo Reading package lists... 172s NOTICE: 'libphp-swiftmailer' packaging is maintained in the 'Git' version control system at: 172s https://salsa.debian.org/php-team/pear/php-swiftmailer.git -b debian/latest 172s Please use: 172s git clone https://salsa.debian.org/php-team/pear/php-swiftmailer.git -b debian/latest 172s to retrieve the latest (possibly unreleased) updates to the package. 172s Need to get 210 kB of source archives. 172s Get:1 http://ftpmaster.internal/ubuntu plucky/universe libphp-swiftmailer 6.3.0-7 (dsc) [2017 B] 172s Get:2 http://ftpmaster.internal/ubuntu plucky/universe libphp-swiftmailer 6.3.0-7 (tar) [197 kB] 172s Get:3 http://ftpmaster.internal/ubuntu plucky/universe libphp-swiftmailer 6.3.0-7 (diff) [11.4 kB] 172s Fetched 210 kB in 1s (406 kB/s) 172s Download complete and in download only mode 172s Get:1 http://ftpmaster.internal/ubuntu plucky/universe libphp-swiftmailer 6.3.0-7 (dsc) [2017 B] 172s Get:2 http://ftpmaster.internal/ubuntu plucky/universe libphp-swiftmailer 6.3.0-7 (tar) [197 kB] 172s Get:3 http://ftpmaster.internal/ubuntu plucky/universe libphp-swiftmailer 6.3.0-7 (diff) [11.4 kB] 172s + dpkg-source -x libphp-swiftmailer_6.3.0-7.dsc src 172s gpgv: Signature made Wed Dec 25 12:24:10 2024 UTC 172s gpgv: using RSA key 78754D07BC095C7448F78D66058C1CF944F6BD3C 172s gpgv: issuer "taffit@debian.org" 172s gpgv: Can't check signature: No public key 172s dpkg-source: warning: cannot verify inline signature for ./libphp-swiftmailer_6.3.0-7.dsc: no acceptable signature found 172s + chmod -R a+rX . 172s + cd src/. 172s + pwd 172s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 172s autopkgtest: DBG: testbed command exited with code 0 172s autopkgtest [04:34:39]: testing package libphp-swiftmailer version 6.3.0-7 172s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.JlG3km/build.0dY/src/debian/ /tmp/autopkgtest-work.4wceyw_7/out/pkg/debian/ 173s autopkgtest: DBG: got reply from testbed: ok 173s autopkgtest: DBG: processing dependency @ 173s autopkgtest: DBG: synthesised dependency php-swiftmailer 173s autopkgtest: DBG: processing dependency phpunit 173s autopkgtest: DBG: processing dependency php-bcmath 173s autopkgtest: DBG: processing dependency php-mockery 173s autopkgtest: DBG: processing dependency php-symfony-phpunit-bridge 173s autopkgtest: DBG: Test defined: name phpunit path debian/tests/phpunit command "None" restrictions ['allow-stderr', 'rw-build-tree'] features [] depends ['php-swiftmailer', 'phpunit', 'php-bcmath', 'php-mockery', 'php-symfony-phpunit-bridge'] 173s autopkgtest [04:34:40]: build not needed 173s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.JlG3km/build.0dY/src/ /tmp/autopkgtest-work.4wceyw_7/out/tests-tree/ 173s autopkgtest: DBG: got reply from testbed: ok 173s autopkgtest: DBG: processing dependency @ 173s autopkgtest: DBG: synthesised dependency php-swiftmailer 173s autopkgtest: DBG: processing dependency phpunit 173s autopkgtest: DBG: processing dependency php-bcmath 173s autopkgtest: DBG: processing dependency php-mockery 173s autopkgtest: DBG: processing dependency php-symfony-phpunit-bridge 173s autopkgtest: DBG: Test defined: name phpunit path debian/tests/phpunit command "None" restrictions ['allow-stderr', 'rw-build-tree'] features [] depends ['php-swiftmailer', 'phpunit', 'php-bcmath', 'php-mockery', 'php-symfony-phpunit-bridge'] 173s autopkgtest [04:34:40]: test phpunit: preparing testbed 173s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['php-swiftmailer', 'phpunit', 'php-bcmath', 'php-mockery', 'php-symfony-phpunit-bridge'] 173s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 173s autopkgtest: DBG: install_deps: deps_new=['php-swiftmailer', 'phpunit', 'php-bcmath', 'php-mockery', 'php-symfony-phpunit-bridge'] 173s autopkgtest: DBG: install-deps: satisfying php-swiftmailer, phpunit, php-bcmath, php-mockery, php-symfony-phpunit-bridge 173s autopkgtest: DBG: can use apt-get on testbed: True 173s 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-swiftmailer, phpunit, php-bcmath, php-mockery, php-symfony-phpunit-bridge'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 173s Reading package lists... 173s Building dependency tree... 173s Reading state information... 174s Starting pkgProblemResolver with broken count: 1 174s Starting 2 pkgProblemResolver with broken count: 1 174s Investigating (0) phpunit:s390x < none -> 11.5.3-1ubuntu4 @un puN Ib > 174s Broken phpunit:s390x Depends on php-xml:s390x < none | 2:8.3+93ubuntu2 @un uH > 174s Considering php-xml:s390x 1 as a solution to phpunit:s390x 0 174s Re-Instated libxslt1.1:s390x 174s Re-Instated php8.3-xml:s390x 174s Re-Instated php-xml:s390x 174s Broken phpunit:s390x Depends on php-deepcopy:s390x < none | 1.12.1-2maysync2 @un uH > (>= 1.12.1) 174s Considering php-deepcopy:s390x 0 as a solution to phpunit:s390x 0 174s Re-Instated php-deepcopy:s390x 174s Broken phpunit:s390x Depends on php-phar-io-manifest:s390x < none | 2.0.4-4 @un uH > (>= 2.0.4) 174s Considering php-phar-io-manifest:s390x 0 as a solution to phpunit:s390x 0 174s Re-Instated php-phar-io-version:s390x 174s Re-Instated php-phar-io-manifest:s390x 174s Broken phpunit:s390x Depends on php-codecoverage:s390x < none | 9.2.32+dfsg-1 @un uH > (>= 11.0.8) 174s Considering php-codecoverage:s390x 0 as a solution to phpunit:s390x 0 174s Re-Instated javascript-common:s390x 174s Re-Instated libjs-popper.js:s390x 174s Re-Instated libjs-bootstrap4:s390x 174s Re-Instated libjs-d3:s390x 174s Re-Instated libjs-jquery:s390x 174s Re-Instated php-parser:s390x 174s Re-Instated php-file-iterator:s390x 174s Re-Instated php-text-template:s390x 174s Re-Instated phpunit-code-unit-reverse-lookup:s390x 174s Re-Instated phpunit-complexity:s390x 174s Re-Instated phpunit-environment:s390x 174s Re-Instated phpunit-lines-of-code:s390x 174s Re-Instated phpunit-version:s390x 174s Re-Instated php-tokenizer:s390x 174s Re-Instated php-codecoverage:s390x 174s Broken phpunit:s390x Depends on php-file-iterator:s390x < none -> 3.0.6-2 @un uN > (>= 5.1.0) 174s Considering php-file-iterator:s390x 0 as a solution to phpunit:s390x 0 174s Broken phpunit:s390x Depends on php-invoker:s390x < none | 3.1.1-3 @un uH > (>= 5.0.1) 174s Considering php-invoker:s390x 0 as a solution to phpunit:s390x 0 174s Re-Instated php-invoker:s390x 174s Broken phpunit:s390x Depends on php-text-template:s390x < none -> 2.0.4-2 @un uN > (>= 4.0.1) 174s Considering php-text-template:s390x 0 as a solution to phpunit:s390x 0 174s Broken phpunit:s390x Depends on php-timer:s390x < none | 5.0.3-3 @un uH > (>= 7.0.1) 174s Considering php-timer:s390x 0 as a solution to phpunit:s390x 0 174s Re-Instated php-timer:s390x 174s Broken phpunit:s390x Depends on phpunit-cli-parser:s390x < none | 1.0.2-1 @un uH > (>= 3.0.2) 174s Considering phpunit-cli-parser:s390x 0 as a solution to phpunit:s390x 0 174s Re-Instated phpunit-cli-parser:s390x 174s Broken phpunit:s390x Depends on phpunit-code-unit:s390x < none | 1.0.8-3 @un uH > (>= 3.0.2) 174s Considering phpunit-code-unit:s390x 0 as a solution to phpunit:s390x 0 174s Re-Instated phpunit-code-unit:s390x 174s Broken phpunit:s390x Depends on phpunit-comparator:s390x < none | 4.0.8-2 @un uH > (>= 6.3.0) 174s Considering phpunit-comparator:s390x 0 as a solution to phpunit:s390x 0 174s Re-Instated phpunit-diff:s390x 174s Re-Instated phpunit-recursion-context:s390x 174s Re-Instated phpunit-exporter:s390x 174s Re-Instated phpunit-comparator:s390x 174s Broken phpunit:s390x Depends on phpunit-diff:s390x < none -> 4.0.6-1 @un uN > (>= 6.0.2) 174s Considering phpunit-diff:s390x 0 as a solution to phpunit:s390x 0 174s Broken phpunit:s390x Depends on phpunit-environment:s390x < none -> 5.1.5-1 @un uN > (>= 7.2.0) 174s Considering phpunit-environment:s390x 0 as a solution to phpunit:s390x 0 174s Broken phpunit:s390x Depends on phpunit-exporter:s390x < none -> 4.0.6-1 @un uN > (>= 6.3.0) 174s Considering phpunit-exporter:s390x 0 as a solution to phpunit:s390x 0 174s Broken phpunit:s390x Depends on phpunit-global-state:s390x < none | 5.0.7-1 @un uH > (>= 7.0.2) 174s Considering phpunit-global-state:s390x 0 as a solution to phpunit:s390x 0 174s Re-Instated phpunit-object-reflector:s390x 174s Re-Instated phpunit-global-state:s390x 174s Broken phpunit:s390x Depends on phpunit-object-enumerator:s390x < none | 4.0.4-3 @un uH > (>= 6.0.1) 174s Considering phpunit-object-enumerator:s390x 0 as a solution to phpunit:s390x 0 174s Re-Instated phpunit-object-enumerator:s390x 174s Broken phpunit:s390x Depends on phpunit-type:s390x < none | 3.2.1-1 @un uH > (>= 5.1.0) 174s Considering phpunit-type:s390x 0 as a solution to phpunit:s390x 0 174s Re-Instated phpunit-type:s390x 174s Broken phpunit:s390x Depends on phpunit-version:s390x < none -> 3.0.2-3 @un uN > (>= 5.0.2) 174s Considering phpunit-version:s390x 0 as a solution to phpunit:s390x 0 174s Done 174s Some packages could not be installed. This may mean that you have 174s requested an impossible situation or if you are using the unstable 174s distribution that some required packages have not yet been created 174s or been moved out of Incoming. 174s The following information may help to resolve the situation: 174s 174s The following packages have unmet dependencies: 174s phpunit : Depends: php-codecoverage (>= 11.0.8) but 9.2.32+dfsg-1 is to be installed 174s Depends: php-file-iterator (>= 5.1.0) but 3.0.6-2 is to be installed 174s Depends: php-invoker (>= 5.0.1) but 3.1.1-3 is to be installed 174s Depends: php-text-template (>= 4.0.1) but 2.0.4-2 is to be installed 174s Depends: php-timer (>= 7.0.1) but 5.0.3-3 is to be installed 174s Depends: phpunit-cli-parser (>= 3.0.2) but 1.0.2-1 is to be installed 174s Depends: phpunit-code-unit (>= 3.0.2) but 1.0.8-3 is to be installed 174s Depends: phpunit-comparator (>= 6.3.0) but 4.0.8-2 is to be installed 174s Depends: phpunit-diff (>= 6.0.2) but 4.0.6-1 is to be installed 174s Depends: phpunit-environment (>= 7.2.0) but 5.1.5-1 is to be installed 174s Depends: phpunit-exporter (>= 6.3.0) but 4.0.6-1 is to be installed 174s Depends: phpunit-global-state (>= 7.0.2) but 5.0.7-1 is to be installed 174s Depends: phpunit-object-enumerator (>= 6.0.1) but 4.0.4-3 is to be installed 174s Depends: phpunit-type (>= 5.1.0) but 3.2.1-1 is to be installed 174s Depends: phpunit-version (>= 5.0.2) but 3.0.2-3 is to be installed 174s E: Unable to correct problems, you have held broken packages. 174s autopkgtest: DBG: testbed command exited with code 100 174s autopkgtest: DBG: apt-get satisfy failed; status-fd: 174s 174s autopkgtest: WARNING: Test dependencies are unsatisfiable with using apt pinning. Retrying with using all packages from plucky-proposed 174s autopkgtest: DBG: testbed command ['rm', '/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref'], kind short, sout raw, serr pipe, env [] 174s autopkgtest: DBG: testbed command exited with code 0 174s 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-swiftmailer, phpunit, php-bcmath, php-mockery, php-symfony-phpunit-bridge'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 174s Reading package lists... 174s Building dependency tree... 174s Reading state information... 174s Starting pkgProblemResolver with broken count: 0 174s Starting 2 pkgProblemResolver with broken count: 0 174s Done 175s The following NEW packages will be installed: 175s libargon2-1 libjs-bootstrap5 libjs-d3 libjs-jquery libsodium23 libxslt1.1 175s node-popper2 php-bcmath php-cli php-codecoverage php-common php-deepcopy 175s php-doctrine-lexer php-email-validator php-file-iterator php-hamcrest 175s php-intl php-invoker php-mbstring php-mockery php-parser 175s php-phar-io-manifest php-phar-io-version php-swiftmailer 175s php-symfony-phpunit-bridge php-text-template php-timer php-tokenizer php-xml 175s php8.4-bcmath php8.4-cli php8.4-common php8.4-intl php8.4-mbstring 175s php8.4-opcache php8.4-readline php8.4-xml phpunit phpunit-cli-parser 175s phpunit-code-unit phpunit-code-unit-reverse-lookup phpunit-comparator 175s phpunit-complexity phpunit-diff phpunit-environment phpunit-exporter 175s phpunit-global-state phpunit-lines-of-code phpunit-object-enumerator 175s phpunit-object-reflector phpunit-recursion-context phpunit-type 175s phpunit-version 175s 0 upgraded, 53 newly installed, 0 to remove and 63 not upgraded. 175s Need to get 6882 kB of archives. 175s After this operation, 39.4 MB of additional disk space will be used. 175s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libargon2-1 s390x 0~20190702+dfsg-4build1 [54.1 kB] 175s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x node-popper2 all 2.11.2-8 [106 kB] 175s Get:3 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-bootstrap5 all 5.3.3+dfsg-4 [382 kB] 175s Get:4 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-d3 all 3.5.17-4 [132 kB] 175s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 175s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 175s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 175s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php-common all 2:96ubuntu1 [14.2 kB] 175s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-common s390x 8.4.2-1ubuntu1 [784 kB] 175s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-bcmath s390x 8.4.2-1ubuntu1 [29.8 kB] 175s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-bcmath all 2:8.4+96ubuntu1 [1840 B] 175s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-opcache s390x 8.4.2-1ubuntu1 [79.2 kB] 175s Get:13 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-readline s390x 8.4.2-1ubuntu1 [14.3 kB] 175s Get:14 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-cli s390x 8.4.2-1ubuntu1 [2006 kB] 175s Get:15 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php-cli all 2:8.4+96ubuntu1 [4946 B] 175s Get:16 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-xml s390x 8.4.2-1ubuntu1 [939 kB] 176s Get:17 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php-xml all 2:8.4+96ubuntu1 [1852 B] 176s Get:18 http://ftpmaster.internal/ubuntu plucky/universe s390x php-parser all 5.4.0-2ubuntu1 [160 kB] 176s Get:19 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-file-iterator all 5.1.0-3ubuntu1 [7566 B] 176s Get:20 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-text-template all 4.0.1-3ubuntu1 [6376 B] 176s Get:21 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-code-unit-reverse-lookup all 4.0.1-3ubuntu1 [6162 B] 176s Get:22 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-complexity all 4.0.1-3ubuntu1 [7542 B] 176s Get:23 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-environment all 7.2.0-3ubuntu1 [8946 B] 176s Get:24 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-lines-of-code all 3.0.1-3ubuntu1 [6706 B] 176s Get:25 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-version all 5.0.2-2 [6608 B] 176s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x php-tokenizer all 1.2.3-2 [6726 B] 176s Get:27 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-codecoverage all 11.0.8+dfsg-3ubuntu3 [94.1 kB] 176s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x php-deepcopy all 1.12.1-2maysync2 [32.7 kB] 176s Get:29 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-doctrine-lexer all 3.0.1-3 [10.7 kB] 176s Get:30 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-intl s390x 8.4.2-1ubuntu1 [170 kB] 176s Get:31 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-intl all 2:8.4+96ubuntu1 [1846 B] 176s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x php-email-validator all 4.0.3-2 [25.8 kB] 176s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x php-hamcrest all 2.0.1-6 [26.8 kB] 176s Get:34 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-invoker all 5.0.1-2ubuntu1 [6142 B] 176s Get:35 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-mbstring s390x 8.4.2-1ubuntu1 [531 kB] 176s Get:36 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-mbstring all 2:8.4+96ubuntu1 [1852 B] 176s Get:37 http://ftpmaster.internal/ubuntu plucky/universe s390x php-mockery all 1.6.12-4 [52.5 kB] 176s Get:38 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-phar-io-version all 3.2.1-3 [8982 B] 176s Get:39 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-phar-io-manifest all 2.0.4-5 [14.4 kB] 176s Get:40 http://ftpmaster.internal/ubuntu plucky/universe s390x php-swiftmailer all 6.3.0-7 [121 kB] 176s Get:41 http://ftpmaster.internal/ubuntu plucky/universe s390x php-symfony-phpunit-bridge all 6.4.10+dfsg-1ubuntu1 [37.1 kB] 176s Get:42 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-timer all 7.0.1-3ubuntu1 [7766 B] 176s Get:43 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-cli-parser all 3.0.2-2ubuntu1 [6580 B] 176s Get:44 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-code-unit all 3.0.2-3ubuntu1 [8252 B] 176s Get:45 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-diff all 6.0.2-3maysync1 [15.9 kB] 176s Get:46 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-recursion-context all 6.0.2-3ubuntu1 [6238 B] 176s Get:47 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-exporter all 6.3.0-4maysync1 [10.3 kB] 176s Get:48 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-comparator all 6.3.0-3ubuntu3 [12.5 kB] 176s Get:49 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-object-reflector all 4.0.1-3maysync1 [5520 B] 176s Get:50 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-global-state all 7.0.2-3ubuntu1 [9198 B] 176s Get:51 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-object-enumerator all 6.0.1-3maysync2 [5938 B] 176s Get:52 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-type all 5.1.0-3maysync1 [10.8 kB] 176s Get:53 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit all 11.5.3-1ubuntu4 [249 kB] 176s Fetched 6882 kB in 1s (4743 kB/s) 176s Selecting previously unselected package libargon2-1:s390x. 176s (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 ... 55928 files and directories currently installed.) 176s Preparing to unpack .../00-libargon2-1_0~20190702+dfsg-4build1_s390x.deb ... 176s Unpacking libargon2-1:s390x (0~20190702+dfsg-4build1) ... 176s Selecting previously unselected package node-popper2. 176s Preparing to unpack .../01-node-popper2_2.11.2-8_all.deb ... 176s Unpacking node-popper2 (2.11.2-8) ... 177s Selecting previously unselected package libjs-bootstrap5. 177s Preparing to unpack .../02-libjs-bootstrap5_5.3.3+dfsg-4_all.deb ... 177s Unpacking libjs-bootstrap5 (5.3.3+dfsg-4) ... 177s Selecting previously unselected package libjs-d3. 177s Preparing to unpack .../03-libjs-d3_3.5.17-4_all.deb ... 177s Unpacking libjs-d3 (3.5.17-4) ... 177s Selecting previously unselected package libjs-jquery. 177s Preparing to unpack .../04-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 177s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 177s Selecting previously unselected package libsodium23:s390x. 177s Preparing to unpack .../05-libsodium23_1.0.18-1build3_s390x.deb ... 177s Unpacking libsodium23:s390x (1.0.18-1build3) ... 177s Selecting previously unselected package libxslt1.1:s390x. 177s Preparing to unpack .../06-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 177s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 177s Selecting previously unselected package php-common. 177s Preparing to unpack .../07-php-common_2%3a96ubuntu1_all.deb ... 177s Unpacking php-common (2:96ubuntu1) ... 177s Selecting previously unselected package php8.4-common. 177s Preparing to unpack .../08-php8.4-common_8.4.2-1ubuntu1_s390x.deb ... 177s Unpacking php8.4-common (8.4.2-1ubuntu1) ... 177s Selecting previously unselected package php8.4-bcmath. 177s Preparing to unpack .../09-php8.4-bcmath_8.4.2-1ubuntu1_s390x.deb ... 177s Unpacking php8.4-bcmath (8.4.2-1ubuntu1) ... 177s Selecting previously unselected package php-bcmath. 177s Preparing to unpack .../10-php-bcmath_2%3a8.4+96ubuntu1_all.deb ... 177s Unpacking php-bcmath (2:8.4+96ubuntu1) ... 177s Selecting previously unselected package php8.4-opcache. 177s Preparing to unpack .../11-php8.4-opcache_8.4.2-1ubuntu1_s390x.deb ... 177s Unpacking php8.4-opcache (8.4.2-1ubuntu1) ... 177s Selecting previously unselected package php8.4-readline. 177s Preparing to unpack .../12-php8.4-readline_8.4.2-1ubuntu1_s390x.deb ... 177s Unpacking php8.4-readline (8.4.2-1ubuntu1) ... 177s Selecting previously unselected package php8.4-cli. 177s Preparing to unpack .../13-php8.4-cli_8.4.2-1ubuntu1_s390x.deb ... 177s Unpacking php8.4-cli (8.4.2-1ubuntu1) ... 177s Selecting previously unselected package php-cli. 177s Preparing to unpack .../14-php-cli_2%3a8.4+96ubuntu1_all.deb ... 177s Unpacking php-cli (2:8.4+96ubuntu1) ... 177s Selecting previously unselected package php8.4-xml. 177s Preparing to unpack .../15-php8.4-xml_8.4.2-1ubuntu1_s390x.deb ... 177s Unpacking php8.4-xml (8.4.2-1ubuntu1) ... 177s Selecting previously unselected package php-xml. 177s Preparing to unpack .../16-php-xml_2%3a8.4+96ubuntu1_all.deb ... 177s Unpacking php-xml (2:8.4+96ubuntu1) ... 177s Selecting previously unselected package php-parser. 177s Preparing to unpack .../17-php-parser_5.4.0-2ubuntu1_all.deb ... 177s Unpacking php-parser (5.4.0-2ubuntu1) ... 177s Selecting previously unselected package php-file-iterator. 177s Preparing to unpack .../18-php-file-iterator_5.1.0-3ubuntu1_all.deb ... 177s Unpacking php-file-iterator (5.1.0-3ubuntu1) ... 177s Selecting previously unselected package php-text-template. 177s Preparing to unpack .../19-php-text-template_4.0.1-3ubuntu1_all.deb ... 177s Unpacking php-text-template (4.0.1-3ubuntu1) ... 177s Selecting previously unselected package phpunit-code-unit-reverse-lookup. 177s Preparing to unpack .../20-phpunit-code-unit-reverse-lookup_4.0.1-3ubuntu1_all.deb ... 177s Unpacking phpunit-code-unit-reverse-lookup (4.0.1-3ubuntu1) ... 177s Selecting previously unselected package phpunit-complexity. 177s Preparing to unpack .../21-phpunit-complexity_4.0.1-3ubuntu1_all.deb ... 177s Unpacking phpunit-complexity (4.0.1-3ubuntu1) ... 177s Selecting previously unselected package phpunit-environment. 177s Preparing to unpack .../22-phpunit-environment_7.2.0-3ubuntu1_all.deb ... 177s Unpacking phpunit-environment (7.2.0-3ubuntu1) ... 177s Selecting previously unselected package phpunit-lines-of-code. 177s Preparing to unpack .../23-phpunit-lines-of-code_3.0.1-3ubuntu1_all.deb ... 177s Unpacking phpunit-lines-of-code (3.0.1-3ubuntu1) ... 177s Selecting previously unselected package phpunit-version. 177s Preparing to unpack .../24-phpunit-version_5.0.2-2_all.deb ... 177s Unpacking phpunit-version (5.0.2-2) ... 177s Selecting previously unselected package php-tokenizer. 177s Preparing to unpack .../25-php-tokenizer_1.2.3-2_all.deb ... 177s Unpacking php-tokenizer (1.2.3-2) ... 177s Selecting previously unselected package php-codecoverage. 177s Preparing to unpack .../26-php-codecoverage_11.0.8+dfsg-3ubuntu3_all.deb ... 177s Unpacking php-codecoverage (11.0.8+dfsg-3ubuntu3) ... 177s Selecting previously unselected package php-deepcopy. 177s Preparing to unpack .../27-php-deepcopy_1.12.1-2maysync2_all.deb ... 177s Unpacking php-deepcopy (1.12.1-2maysync2) ... 177s Selecting previously unselected package php-doctrine-lexer. 177s Preparing to unpack .../28-php-doctrine-lexer_3.0.1-3_all.deb ... 177s Unpacking php-doctrine-lexer (3.0.1-3) ... 177s Selecting previously unselected package php8.4-intl. 177s Preparing to unpack .../29-php8.4-intl_8.4.2-1ubuntu1_s390x.deb ... 177s Unpacking php8.4-intl (8.4.2-1ubuntu1) ... 177s Selecting previously unselected package php-intl. 177s Preparing to unpack .../30-php-intl_2%3a8.4+96ubuntu1_all.deb ... 177s Unpacking php-intl (2:8.4+96ubuntu1) ... 177s Selecting previously unselected package php-email-validator. 177s Preparing to unpack .../31-php-email-validator_4.0.3-2_all.deb ... 177s Unpacking php-email-validator (4.0.3-2) ... 177s Selecting previously unselected package php-hamcrest. 177s Preparing to unpack .../32-php-hamcrest_2.0.1-6_all.deb ... 177s Unpacking php-hamcrest (2.0.1-6) ... 177s Selecting previously unselected package php-invoker. 177s Preparing to unpack .../33-php-invoker_5.0.1-2ubuntu1_all.deb ... 177s Unpacking php-invoker (5.0.1-2ubuntu1) ... 177s Selecting previously unselected package php8.4-mbstring. 177s Preparing to unpack .../34-php8.4-mbstring_8.4.2-1ubuntu1_s390x.deb ... 177s Unpacking php8.4-mbstring (8.4.2-1ubuntu1) ... 177s Selecting previously unselected package php-mbstring. 177s Preparing to unpack .../35-php-mbstring_2%3a8.4+96ubuntu1_all.deb ... 177s Unpacking php-mbstring (2:8.4+96ubuntu1) ... 177s Selecting previously unselected package php-mockery. 177s Preparing to unpack .../36-php-mockery_1.6.12-4_all.deb ... 177s Unpacking php-mockery (1.6.12-4) ... 177s Selecting previously unselected package php-phar-io-version. 177s Preparing to unpack .../37-php-phar-io-version_3.2.1-3_all.deb ... 177s Unpacking php-phar-io-version (3.2.1-3) ... 177s Selecting previously unselected package php-phar-io-manifest. 177s Preparing to unpack .../38-php-phar-io-manifest_2.0.4-5_all.deb ... 177s Unpacking php-phar-io-manifest (2.0.4-5) ... 177s Selecting previously unselected package php-swiftmailer. 177s Preparing to unpack .../39-php-swiftmailer_6.3.0-7_all.deb ... 177s Unpacking php-swiftmailer (6.3.0-7) ... 177s Selecting previously unselected package php-symfony-phpunit-bridge. 177s Preparing to unpack .../40-php-symfony-phpunit-bridge_6.4.10+dfsg-1ubuntu1_all.deb ... 177s Unpacking php-symfony-phpunit-bridge (6.4.10+dfsg-1ubuntu1) ... 177s Selecting previously unselected package php-timer. 177s Preparing to unpack .../41-php-timer_7.0.1-3ubuntu1_all.deb ... 177s Unpacking php-timer (7.0.1-3ubuntu1) ... 177s Selecting previously unselected package phpunit-cli-parser. 177s Preparing to unpack .../42-phpunit-cli-parser_3.0.2-2ubuntu1_all.deb ... 177s Unpacking phpunit-cli-parser (3.0.2-2ubuntu1) ... 177s Selecting previously unselected package phpunit-code-unit. 177s Preparing to unpack .../43-phpunit-code-unit_3.0.2-3ubuntu1_all.deb ... 177s Unpacking phpunit-code-unit (3.0.2-3ubuntu1) ... 177s Selecting previously unselected package phpunit-diff. 177s Preparing to unpack .../44-phpunit-diff_6.0.2-3maysync1_all.deb ... 177s Unpacking phpunit-diff (6.0.2-3maysync1) ... 177s Selecting previously unselected package phpunit-recursion-context. 177s Preparing to unpack .../45-phpunit-recursion-context_6.0.2-3ubuntu1_all.deb ... 177s Unpacking phpunit-recursion-context (6.0.2-3ubuntu1) ... 177s Selecting previously unselected package phpunit-exporter. 177s Preparing to unpack .../46-phpunit-exporter_6.3.0-4maysync1_all.deb ... 177s Unpacking phpunit-exporter (6.3.0-4maysync1) ... 177s Selecting previously unselected package phpunit-comparator. 177s Preparing to unpack .../47-phpunit-comparator_6.3.0-3ubuntu3_all.deb ... 177s Unpacking phpunit-comparator (6.3.0-3ubuntu3) ... 177s Selecting previously unselected package phpunit-object-reflector. 177s Preparing to unpack .../48-phpunit-object-reflector_4.0.1-3maysync1_all.deb ... 177s Unpacking phpunit-object-reflector (4.0.1-3maysync1) ... 177s Selecting previously unselected package phpunit-global-state. 177s Preparing to unpack .../49-phpunit-global-state_7.0.2-3ubuntu1_all.deb ... 177s Unpacking phpunit-global-state (7.0.2-3ubuntu1) ... 177s Selecting previously unselected package phpunit-object-enumerator. 177s Preparing to unpack .../50-phpunit-object-enumerator_6.0.1-3maysync2_all.deb ... 177s Unpacking phpunit-object-enumerator (6.0.1-3maysync2) ... 177s Selecting previously unselected package phpunit-type. 177s Preparing to unpack .../51-phpunit-type_5.1.0-3maysync1_all.deb ... 177s Unpacking phpunit-type (5.1.0-3maysync1) ... 177s Selecting previously unselected package phpunit. 177s Preparing to unpack .../52-phpunit_11.5.3-1ubuntu4_all.deb ... 177s Unpacking phpunit (11.5.3-1ubuntu4) ... 177s Setting up php-common (2:96ubuntu1) ... 177s Created symlink '/etc/systemd/system/timers.target.wants/phpsessionclean.timer' → '/usr/lib/systemd/system/phpsessionclean.timer'. 178s Setting up libsodium23:s390x (1.0.18-1build3) ... 178s Setting up phpunit-type (5.1.0-3maysync1) ... 178s Setting up libargon2-1:s390x (0~20190702+dfsg-4build1) ... 178s Setting up php-doctrine-lexer (3.0.1-3) ... 178s Setting up php8.4-common (8.4.2-1ubuntu1) ... 178s Creating config file /etc/php/8.4/mods-available/calendar.ini with new version 178s Creating config file /etc/php/8.4/mods-available/ctype.ini with new version 178s Creating config file /etc/php/8.4/mods-available/exif.ini with new version 178s Creating config file /etc/php/8.4/mods-available/fileinfo.ini with new version 179s Creating config file /etc/php/8.4/mods-available/ffi.ini with new version 179s Creating config file /etc/php/8.4/mods-available/ftp.ini with new version 179s Creating config file /etc/php/8.4/mods-available/gettext.ini with new version 179s Creating config file /etc/php/8.4/mods-available/iconv.ini with new version 179s Creating config file /etc/php/8.4/mods-available/pdo.ini with new version 179s Creating config file /etc/php/8.4/mods-available/phar.ini with new version 180s Creating config file /etc/php/8.4/mods-available/posix.ini with new version 180s Creating config file /etc/php/8.4/mods-available/shmop.ini with new version 180s Creating config file /etc/php/8.4/mods-available/sockets.ini with new version 180s Creating config file /etc/php/8.4/mods-available/sysvmsg.ini with new version 180s Creating config file /etc/php/8.4/mods-available/sysvsem.ini with new version 180s Creating config file /etc/php/8.4/mods-available/sysvshm.ini with new version 181s Creating config file /etc/php/8.4/mods-available/tokenizer.ini with new version 181s Setting up phpunit-code-unit (3.0.2-3ubuntu1) ... 181s Setting up phpunit-object-reflector (4.0.1-3maysync1) ... 181s Setting up phpunit-diff (6.0.2-3maysync1) ... 181s Setting up php-phar-io-version (3.2.1-3) ... 181s Setting up php8.4-bcmath (8.4.2-1ubuntu1) ... 181s Creating config file /etc/php/8.4/mods-available/bcmath.ini with new version 181s Setting up php-hamcrest (2.0.1-6) ... 181s Setting up libjs-d3 (3.5.17-4) ... 181s Setting up php-file-iterator (5.1.0-3ubuntu1) ... 181s Setting up php-deepcopy (1.12.1-2maysync2) ... 181s Setting up php-text-template (4.0.1-3ubuntu1) ... 181s Setting up phpunit-recursion-context (6.0.2-3ubuntu1) ... 181s Setting up node-popper2 (2.11.2-8) ... 181s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 181s Setting up phpunit-object-enumerator (6.0.1-3maysync2) ... 181s Setting up php-invoker (5.0.1-2ubuntu1) ... 181s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 181s Setting up php8.4-xml (8.4.2-1ubuntu1) ... 181s Creating config file /etc/php/8.4/mods-available/dom.ini with new version 181s Creating config file /etc/php/8.4/mods-available/simplexml.ini with new version 181s Creating config file /etc/php/8.4/mods-available/xml.ini with new version 181s Creating config file /etc/php/8.4/mods-available/xmlreader.ini with new version 182s Creating config file /etc/php/8.4/mods-available/xmlwriter.ini with new version 182s Creating config file /etc/php/8.4/mods-available/xsl.ini with new version 182s Setting up phpunit-environment (7.2.0-3ubuntu1) ... 182s Setting up php-timer (7.0.1-3ubuntu1) ... 182s Setting up libjs-bootstrap5 (5.3.3+dfsg-4) ... 182s Setting up phpunit-cli-parser (3.0.2-2ubuntu1) ... 182s Setting up php8.4-opcache (8.4.2-1ubuntu1) ... 182s Creating config file /etc/php/8.4/mods-available/opcache.ini with new version 182s Setting up phpunit-global-state (7.0.2-3ubuntu1) ... 182s Setting up php-tokenizer (1.2.3-2) ... 182s Setting up phpunit-code-unit-reverse-lookup (4.0.1-3ubuntu1) ... 182s Setting up phpunit-version (5.0.2-2) ... 182s Setting up php8.4-intl (8.4.2-1ubuntu1) ... 182s Creating config file /etc/php/8.4/mods-available/intl.ini with new version 182s Setting up php-mockery (1.6.12-4) ... 182s Setting up php-xml (2:8.4+96ubuntu1) ... 182s Setting up php8.4-readline (8.4.2-1ubuntu1) ... 182s Creating config file /etc/php/8.4/mods-available/readline.ini with new version 182s Setting up php-bcmath (2:8.4+96ubuntu1) ... 182s Setting up php8.4-mbstring (8.4.2-1ubuntu1) ... 183s Creating config file /etc/php/8.4/mods-available/mbstring.ini with new version 183s Setting up php-phar-io-manifest (2.0.4-5) ... 183s Setting up php-mbstring (2:8.4+96ubuntu1) ... 183s Setting up phpunit-exporter (6.3.0-4maysync1) ... 183s Setting up php-intl (2:8.4+96ubuntu1) ... 183s Setting up php-email-validator (4.0.3-2) ... 183s Setting up php8.4-cli (8.4.2-1ubuntu1) ... 183s update-alternatives: using /usr/bin/php8.4 to provide /usr/bin/php (php) in auto mode 183s update-alternatives: using /usr/bin/phar8.4 to provide /usr/bin/phar (phar) in auto mode 183s update-alternatives: using /usr/bin/phar.phar8.4 to provide /usr/bin/phar.phar (phar.phar) in auto mode 183s Creating config file /etc/php/8.4/cli/php.ini with new version 183s Setting up php-symfony-phpunit-bridge (6.4.10+dfsg-1ubuntu1) ... 183s Setting up phpunit-comparator (6.3.0-3ubuntu3) ... 183s Setting up php-parser (5.4.0-2ubuntu1) ... 183s Setting up php-swiftmailer (6.3.0-7) ... 183s Setting up phpunit-lines-of-code (3.0.1-3ubuntu1) ... 183s Setting up php-cli (2:8.4+96ubuntu1) ... 183s update-alternatives: using /usr/bin/php.default to provide /usr/bin/php (php) in auto mode 183s update-alternatives: using /usr/bin/phar.default to provide /usr/bin/phar (phar) in auto mode 183s update-alternatives: using /usr/bin/phar.phar.default to provide /usr/bin/phar.phar (phar.phar) in auto mode 183s Setting up phpunit-complexity (4.0.1-3ubuntu1) ... 183s Setting up php-codecoverage (11.0.8+dfsg-3ubuntu3) ... 183s Setting up phpunit (11.5.3-1ubuntu4) ... 183s Processing triggers for man-db (2.13.0-1) ... 184s Processing triggers for libc-bin (2.40-4ubuntu1) ... 184s Processing triggers for php8.4-cli (8.4.2-1ubuntu1) ... 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'php-swiftmailer'], kind short, sout pipe, serr pipe, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.JlG3km/phpunit-packages.all"], kind short, sout raw, serr pipe, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.JlG3km/phpunit-packages.all /tmp/autopkgtest-work.4wceyw_7/out/phpunit-packages.all 184s autopkgtest: DBG: got reply from testbed: ok 185s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.JlG3km/build.0dY/src'], kind short, sout raw, serr raw, env [] 185s autopkgtest: DBG: testbed command exited with code 0 185s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.JlG3km/build.0dY/src already exists 185s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '/tmp/autopkgtest.JlG3km/build.0dY/src'], kind short, sout raw, serr pipe, env [] 185s autopkgtest: DBG: testbed command exited with code 0 185s autopkgtest [04:34:52]: test phpunit: [----------------------- 185s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.JlG3km/wrapper.sh --debug --artifacts=/tmp/autopkgtest.JlG3km/phpunit-artifacts --chdir=/tmp/autopkgtest.JlG3km/build.0dY/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.JlG3km/phpunit-stderr --stdout=/tmp/autopkgtest.JlG3km/phpunit-stdout --tmp=/tmp/autopkgtest.JlG3km/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=phpunit/11.5.3-1ubuntu4 --make-executable=/tmp/autopkgtest.JlG3km/build.0dY/src/debian/tests/phpunit -- /tmp/autopkgtest.JlG3km/build.0dY/src/debian/tests/phpunit'], kind test, sout raw, serr raw, env [] 185s /tmp/autopkgtest.JlG3km/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.JlG3km/phpunit-artifacts 185s /tmp/autopkgtest.JlG3km/wrapper.sh: changing to directory: /tmp/autopkgtest.JlG3km/build.0dY/src 185s /tmp/autopkgtest.JlG3km/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 185s /tmp/autopkgtest.JlG3km/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 185s /tmp/autopkgtest.JlG3km/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 185s /tmp/autopkgtest.JlG3km/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 185s /tmp/autopkgtest.JlG3km/wrapper.sh: setting environment: LANG=C.UTF-8 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LANGUAGE 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_ADDRESS 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_ALL 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_COLLATE 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_CTYPE 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_IDENTIFICATION 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_MEASUREMENT 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_MESSAGES 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_MONETARY 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_NAME 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_NUMERIC 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_PAPER 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_TELEPHONE 185s /tmp/autopkgtest.JlG3km/wrapper.sh: unsetting environment: LC_TIME 185s /tmp/autopkgtest.JlG3km/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 185s /tmp/autopkgtest.JlG3km/wrapper.sh: pretending to be a login shell 185s /tmp/autopkgtest.JlG3km/wrapper.sh: will write standard error to /tmp/autopkgtest.JlG3km/phpunit-stderr 185s /tmp/autopkgtest.JlG3km/wrapper.sh: will write stdout to /tmp/autopkgtest.JlG3km/phpunit-stdout 185s /tmp/autopkgtest.JlG3km/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.JlG3km/autopkgtest_tmp 185s /tmp/autopkgtest.JlG3km/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=phpunit/11.5.3-1ubuntu4 185s /tmp/autopkgtest.JlG3km/wrapper.sh: marking as executable: /tmp/autopkgtest.JlG3km/build.0dY/src/debian/tests/phpunit 185s /tmp/autopkgtest.JlG3km/wrapper.sh: command to run: /tmp/autopkgtest.JlG3km/build.0dY/src/debian/tests/phpunit 185s /tmp/autopkgtest.JlG3km/wrapper.sh: copying /tmp/tmp.GIFPzvQPS3/out to stdout and file: /tmp/autopkgtest.JlG3km/phpunit-stdout 185s /tmp/autopkgtest.JlG3km/wrapper.sh: copying /tmp/tmp.GIFPzvQPS3/err to standard error and file: /tmp/autopkgtest.JlG3km/phpunit-stdout 185s /tmp/autopkgtest.JlG3km/wrapper.sh: writing script pid 7687 to /tmp/autopkgtest_script_pid 185s + mkdir -p vendor 185s + cp debian/autoload.test.php vendor/autoload.php 185s + SYMFONY_DEPRECATIONS_HELPER=weak phpunit --include-path /usr/share/php/Swift 185s PHP Fatal error: Trait "PHPUnit\Framework\TestListenerDefaultImplementation" not found in /usr/share/php/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV7.php on line 26 185s /tmp/autopkgtest.JlG3km/wrapper.sh: checking for leaked background processes... 185s /tmp/autopkgtest.JlG3km/wrapper.sh: waiting for tee/cat subprocesses... 185s /tmp/autopkgtest.JlG3km/wrapper.sh: cleaning up... 185s /tmp/autopkgtest.JlG3km/wrapper.sh: Exit status: 255 185s /tmp/autopkgtest.JlG3km/wrapper.sh: Casting exit status to 253 to avoid misinterpretation by adt_testbed.py 185s autopkgtest: DBG: testbed command exited with code 253 185s autopkgtest [04:34:52]: test phpunit: -----------------------] 185s autopkgtest: DBG: testbed executing test finished with exit status 253 185s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.JlG3km/phpunit-stdout /tmp/autopkgtest-work.4wceyw_7/out/phpunit-stdout 186s autopkgtest: DBG: got reply from testbed: ok 186s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.JlG3km/phpunit-stderr /tmp/autopkgtest-work.4wceyw_7/out/phpunit-stderr 186s autopkgtest: DBG: got reply from testbed: ok 186s phpunit FAIL non-zero exit status 253 186s autopkgtest [04:34:53]: test phpunit: - - - - - - - - - - results - - - - - - - - - - 186s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.JlG3km/phpunit-artifacts/ /tmp/autopkgtest-work.4wceyw_7/out/artifacts/ 186s autopkgtest: DBG: got reply from testbed: ok 186s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.JlG3km/phpunit-artifacts', '/tmp/autopkgtest.JlG3km/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 186s autopkgtest: DBG: testbed command exited with code 0 186s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 186s autopkgtest [04:34:53]: @@@@@@@@@@@@@@@@@@@@ summary 186s phpunit FAIL non-zero exit status 253 186s autopkgtest: DBG: testbed stop 186s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.JlG3km 186s autopkgtest: DBG: sending command to testbed: close 203s autopkgtest: DBG: got reply from testbed: ok 203s autopkgtest: DBG: sending command to testbed: quit 203s nova [W] Using flock in prodstack6-s390x 203s Creating nova instance adt-plucky-s390x-libphp-swiftmailer-20250219-043147-juju-7f2275-prod-proposed-migration-environment-15-cfdcd6ca-5312-43d3-b41a-2cebad5373e6 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 203s nova [W] Timed out waiting for a74e8270-0cd6-40a5-9735-98c9761838cc to get deleted.