0s autopkgtest: DBG: testbed init 0s autopkgtest [20:55:16]: starting date and time: 2025-02-16 20:55:16+0000 0s autopkgtest [20:55:16]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [20:55:16]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.vtoxj_n6/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:phpunit --apt-upgrade phploc --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=phpunit/11.5.3-1ubuntu4 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-14.secgroup --name adt-plucky-s390x-phploc-20250216-205516-juju-7f2275-prod-proposed-migration-environment-15-f9a47d7a-eb3c-4fb6-a2ed-5969e8998ed2 --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 106s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.F8hak5 106s autopkgtest: DBG: sending command to testbed: print-execute-command 106s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.rkk77mh6/runcmd 106s autopkgtest: DBG: sending command to testbed: capabilities 106s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu revert reboot revert-full-system isolation-machine root-on-testbed 106s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'revert', 'reboot', 'revert-full-system', 'isolation-machine', 'root-on-testbed', 'has_internet'] 106s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.F8hak5'], kind short, sout raw, serr pipe, env [] 106s autopkgtest: DBG: testbed command exited with code 0 106s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.F8hak5/wrapper.sh 106s autopkgtest: DBG: got reply from testbed: ok 106s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.F8hak5/wrapper.sh'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest [20:57:03]: testbed dpkg architecture: s390x 107s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest [20:57:03]: testbed apt version: 2.9.28 107s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed has eatmydata 107s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest [20:57:03]: @@@@@@@@@@@@@@@@@@@@ test bed setup 107s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest [20:57:04]: testbed release detected to be: None 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: adding APT source: Types: deb deb-src 108s URIs: http://ftpmaster.internal/ubuntu/ 108s Suites: plucky-proposed 108s Components: main restricted universe multiverse 108s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 108s Package: * 108s Pin: release plucky-proposed 108s Pin-Priority: 500 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest [20:57:04]: updating testbed package index (apt update) 108s 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'] 108s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 109s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 109s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 109s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 109s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.1 kB] 109s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [60.3 kB] 109s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [675 kB] 109s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 109s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [78.1 kB] 109s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 109s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [562 kB] 109s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3732 B] 109s Fetched 1507 kB in 1s (1706 kB/s) 110s Reading package lists... 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 110s Package: * 110s Pin: release plucky-proposed 110s Pin-Priority: 100 110s 110s Package: src:phpunit:any 110s Pin: release plucky-proposed 110s Pin-Priority: 995 110s 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 [] 110s autopkgtest: DBG: testbed command exited with code 0 110s 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.F8hak5/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s 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'] 110s + lsb_release --codename --short 110s + RELEASE=plucky 110s + cat 110s + [ plucky != trusty ] 110s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 110s Reading package lists... 110s Building dependency tree... 110s Reading state information... 111s Calculating upgrade... 111s The following NEW packages will be installed: 111s gcc-15-base 111s The following packages will be upgraded: 111s libatomic1 libgcc-s1 libstdc++6 pci.ids 111s 4 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 111s Need to get 1281 kB of archives. 111s After this operation, 162 kB of additional disk space will be used. 111s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-15-base s390x 15-20250213-1ubuntu1 [53.3 kB] 111s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 15-20250213-1ubuntu1 [35.7 kB] 111s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 15-20250213-1ubuntu1 [899 kB] 111s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 15-20250213-1ubuntu1 [9360 B] 111s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x pci.ids all 0.0~2025.02.12-1 [284 kB] 112s Fetched 1281 kB in 1s (2144 kB/s) 112s Selecting previously unselected package gcc-15-base:s390x. 112s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80973 files and directories currently installed.) 112s Preparing to unpack .../gcc-15-base_15-20250213-1ubuntu1_s390x.deb ... 112s Unpacking gcc-15-base:s390x (15-20250213-1ubuntu1) ... 112s Setting up gcc-15-base:s390x (15-20250213-1ubuntu1) ... 112s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80978 files and directories currently installed.) 112s Preparing to unpack .../libgcc-s1_15-20250213-1ubuntu1_s390x.deb ... 112s Unpacking libgcc-s1:s390x (15-20250213-1ubuntu1) over (14.2.0-17ubuntu1) ... 112s Setting up libgcc-s1:s390x (15-20250213-1ubuntu1) ... 112s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80978 files and directories currently installed.) 112s Preparing to unpack .../libstdc++6_15-20250213-1ubuntu1_s390x.deb ... 112s Unpacking libstdc++6:s390x (15-20250213-1ubuntu1) over (14.2.0-17ubuntu1) ... 112s Setting up libstdc++6:s390x (15-20250213-1ubuntu1) ... 112s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80978 files and directories currently installed.) 112s Preparing to unpack .../libatomic1_15-20250213-1ubuntu1_s390x.deb ... 112s Unpacking libatomic1:s390x (15-20250213-1ubuntu1) over (14.2.0-17ubuntu1) ... 112s Preparing to unpack .../pci.ids_0.0~2025.02.12-1_all.deb ... 112s Unpacking pci.ids (0.0~2025.02.12-1) over (0.0~2025.02.05-1) ... 112s Setting up pci.ids (0.0~2025.02.12-1) ... 112s Setting up libatomic1:s390x (15-20250213-1ubuntu1) ... 112s Processing triggers for libc-bin (2.40-4ubuntu1) ... 112s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 112s + /usr/lib/apt/apt-helper analyze-pattern ?true 112s + uname -r 112s + sed s/\./\\./g 112s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 112s + apt list ?obsolete 112s + + tail -n+2 112s cut -d/ -f1 112s + grep -v ^linux-.*6\.12\.0-15-generic.* 112s + obsolete_pkgs=linux-image-6.11.0-8-generic 112s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove linux-image-6.11.0-8-generic 112s Reading package lists... 112s Building dependency tree... 112s Reading state information... 112s The following packages will be REMOVED: 112s linux-image-6.11.0-8-generic* 113s 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. 113s After this operation, 10.5 MB disk space will be freed. 113s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80978 files and directories currently installed.) 113s Removing linux-image-6.11.0-8-generic (6.11.0-8.8) ... 113s I: /boot/vmlinuz.old is now a symlink to vmlinuz-6.12.0-15-generic 113s I: /boot/initrd.img.old is now a symlink to initrd.img-6.12.0-15-generic 113s /etc/kernel/postrm.d/initramfs-tools: 113s update-initramfs: Deleting /boot/initrd.img-6.11.0-8-generic 113s /etc/kernel/postrm.d/zz-zipl: 113s Using config file '/etc/zipl.conf' 113s Building bootmap in '/boot' 113s Adding IPL section 'ubuntu' (default) 113s Preparing boot device for LD-IPL: vda (0000). 113s Done. 113s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80974 files and directories currently installed.) 113s Purging configuration files for linux-image-6.11.0-8-generic (6.11.0-8.8) ... 113s rmdir: failed to remove '/lib/modules/6.11.0-8-generic': Directory not empty 113s + grep -q trusty /etc/lsb-release 113s + [ ! -d /usr/share/doc/unattended-upgrades ] 113s + [ ! -d /usr/share/doc/lxd ] 113s + [ ! -d /usr/share/doc/lxd-client ] 113s + [ ! -d /usr/share/doc/snapd ] 113s + type iptables 113s + cat 113s + chmod 755 /etc/rc.local 113s + . /etc/rc.local 113s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 113s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 113s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 113s + uname -m 113s + [ s390x = ppc64le ] 113s + [ -d /run/systemd/system ] 113s + systemd-detect-virt --quiet --vm 113s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 113s + cat 113s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 113s + echo COMPRESS=lz4 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [20:57:09]: upgrading testbed (apt dist-upgrade and autopurge) 113s 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'] 113s Reading package lists... 113s Building dependency tree... 113s Reading state information... 114s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 114s Starting 2 pkgProblemResolver with broken count: 0 114s Done 114s Entering ResolveByKeep 114s 114s The following packages were automatically installed and are no longer required: 114s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 114s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 114s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 114s linux-tools-6.11.0-8-generic 114s Use 'sudo apt autoremove' to remove them. 114s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 114s Reading package lists... 114s Building dependency tree... 114s Reading state information... 114s Starting pkgProblemResolver with broken count: 0 114s Starting 2 pkgProblemResolver with broken count: 0 114s Done 115s The following packages will be REMOVED: 115s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 115s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 115s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 115s linux-tools-6.11.0-8-generic* 115s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 115s After this operation, 167 MB disk space will be freed. 115s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80974 files and directories currently installed.) 115s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 115s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 115s Removing libpython3.12t64:s390x (3.12.9-1) ... 115s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 115s Removing libnsl2:s390x (1.3.0-3build3) ... 115s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 115s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 115s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 116s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 116s Processing triggers for libc-bin (2.40-4ubuntu1) ... 116s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55874 files and directories currently installed.) 116s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 116s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 116s autopkgtest: DBG: testbed command exited with code 0 116s 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.F8hak5/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 1 116s autopkgtest [20:57:12]: rebooting testbed after setup commands that affected boot 116s autopkgtest: DBG: sending command to testbed: reboot 132s autopkgtest: DBG: got reply from testbed: ok 132s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 132s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.F8hak5'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.F8hak5/autopkgtest-reboot 132s autopkgtest: DBG: got reply from testbed: ok 132s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.F8hak5/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.F8hak5/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.F8hak5/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.F8hak5'], kind short, sout raw, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.F8hak5/autopkgtest-reboot-prepare 133s autopkgtest: DBG: got reply from testbed: ok 133s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.F8hak5/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.F8hak5/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest [20:57:30]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 134s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.F8hak5/testbed-packages"], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.F8hak5/testbed-packages /tmp/autopkgtest-work.vtoxj_n6/out/testbed-packages 134s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 134s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.F8hak5'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.F8hak5/autopkgtest-reboot 135s autopkgtest: DBG: got reply from testbed: ok 135s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.F8hak5/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.F8hak5/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.F8hak5/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.F8hak5'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.F8hak5/autopkgtest-reboot-prepare 135s autopkgtest: DBG: got reply from testbed: ok 135s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.F8hak5/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.F8hak5/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: Binaries: initialising 136s autopkgtest [20:57:32]: @@@@@@@@@@@@@@@@@@@@ apt-source phploc 136s autopkgtest: DBG: blame += phploc 136s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 136s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'phploc'], kind short, sout pipe, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^phploc$'], kind short, sout pipe, serr raw, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'phploc=7.0.2-4'], kind short, sout pipe, serr raw, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: install_deps: deps_new=[] 137s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s 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.F8hak5/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source phploc=7.0.2-4 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 phploc_*.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'] 137s + cd / 137s + mktemp -d /tmp/autopkgtest.F8hak5/build.XXX 137s + builddir=/tmp/autopkgtest.F8hak5/build.onU 137s + cd /tmp/autopkgtest.F8hak5/build.onU 137s + apt-get source -d -q --only-source phploc=7.0.2-4 137s + OUT=Reading package lists... 137s NOTICE: 'phploc' packaging is maintained in the 'Git' version control system at: 137s https://salsa.debian.org/php-team/pear/phploc.git -b debian/latest 137s Please use: 137s git clone https://salsa.debian.org/php-team/pear/phploc.git -b debian/latest 137s to retrieve the latest (possibly unreleased) updates to the package. 137s Need to get 82.0 kB of source archives. 137s Get:1 http://ftpmaster.internal/ubuntu plucky/universe phploc 7.0.2-4 (dsc) [1778 B] 137s Get:2 http://ftpmaster.internal/ubuntu plucky/universe phploc 7.0.2-4 (tar) [26.3 kB] 137s Get:3 http://ftpmaster.internal/ubuntu plucky/universe phploc 7.0.2-4 (diff) [54.0 kB] 137s Fetched 82.0 kB in 0s (224 kB/s) 137s Download complete and in download only mode 137s + [ -n ] 137s + echo Reading package lists... 137s NOTICE: 'phploc' packaging is maintained in the 'Git' version control system at: 137s https://salsa.debian.org/php-team/pear/phploc.git -b debian/latest 137s Please use: 137s git clone https://salsa.debian.org/php-team/pear/phploc.git -b debian/latest 137s to retrieve the latest (possibly unreleased) updates to the package. 137s Need to get 82.0 kB of source archives. 137s Get:1 http://ftpmaster.internal/ubuntu plucky/universe phploc 7.0.2-4 (dsc) [1778 B] 137s Get:2 http://ftpmaster.internal/ubuntu plucky/universe phploc 7.0.2-4 (tar) [26.3 kB] 137s Get:3 http://ftpmaster.internal/ubuntu plucky/universe phploc 7.0.2-4 (diff) [54.0 kB] 137s Fetched 82.0 kB in 0s (224 kB/s) 137s Download complete and in download only mode 137s + grep ^Get: 137s Get:1 http://ftpmaster.internal/ubuntu plucky/universe phploc 7.0.2-4 (dsc) [1778 B] 137s Get:2 http://ftpmaster.internal/ubuntu plucky/universe phploc 7.0.2-4 (tar) [26.3 kB] 137s Get:3 http://ftpmaster.internal/ubuntu plucky/universe phploc 7.0.2-4 (diff) [54.0 kB] 137s + dpkg-source -x phploc_7.0.2-4.dsc src 138s gpgv: Signature made Thu Oct 10 16:25:14 2024 UTC 138s gpgv: using RSA key 78754D07BC095C7448F78D66058C1CF944F6BD3C 138s gpgv: issuer "taffit@debian.org" 138s gpgv: Can't check signature: No public key 138s dpkg-source: warning: cannot verify inline signature for ./phploc_7.0.2-4.dsc: no acceptable signature found 138s + chmod -R a+rX . 138s + cd src/. 138s + pwd 138s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest [20:57:34]: testing package phploc version 7.0.2-4 138s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.F8hak5/build.onU/src/debian/ /tmp/autopkgtest-work.vtoxj_n6/out/pkg/debian/ 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: processing dependency phpunit 138s autopkgtest: DBG: processing dependency @ 138s autopkgtest: DBG: synthesised dependency phploc 138s autopkgtest: DBG: Test defined: name command1 path None command "phpunit --bootstrap /usr/share/php/SebastianBergmann/PHPLOC/autoload.php" restrictions [] features [] depends ['phpunit', 'phploc'] 138s autopkgtest [20:57:34]: build not needed 138s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.F8hak5/build.onU/src/ /tmp/autopkgtest-work.vtoxj_n6/out/tests-tree/ 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: processing dependency phpunit 138s autopkgtest: DBG: processing dependency @ 138s autopkgtest: DBG: synthesised dependency phploc 138s autopkgtest: DBG: Test defined: name command1 path None command "phpunit --bootstrap /usr/share/php/SebastianBergmann/PHPLOC/autoload.php" restrictions [] features [] depends ['phpunit', 'phploc'] 138s autopkgtest [20:57:34]: test command1: preparing testbed 138s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['phpunit', 'phploc'] 138s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 138s autopkgtest: DBG: install_deps: deps_new=['phpunit', 'phploc'] 138s autopkgtest: DBG: install-deps: satisfying phpunit, phploc 138s autopkgtest: DBG: can use apt-get on testbed: True 138s 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', 'phpunit, phploc'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 138s Reading package lists... 138s Building dependency tree... 138s Reading state information... 139s Starting pkgProblemResolver with broken count: 1 139s Starting 2 pkgProblemResolver with broken count: 1 139s Investigating (0) phpunit:s390x < none -> 11.5.3-1ubuntu4 @un puN Ib > 139s Broken phpunit:s390x Depends on php-mbstring:s390x < none | 2:8.3+93ubuntu2 @un uH > 139s Considering php-mbstring:s390x 1 as a solution to phpunit:s390x 0 139s Re-Instated php8.3-mbstring:s390x 139s Re-Instated php-mbstring:s390x 139s Broken phpunit:s390x Depends on php-deepcopy:s390x < none | 1.12.1-2maysync2 @un uH > (>= 1.12.1) 139s Considering php-deepcopy:s390x 0 as a solution to phpunit:s390x 0 139s Re-Instated php-deepcopy:s390x 139s Broken phpunit:s390x Depends on php-phar-io-manifest:s390x < none | 2.0.4-4 @un uH > (>= 2.0.4) 139s Considering php-phar-io-manifest:s390x 0 as a solution to phpunit:s390x 0 139s Re-Instated php-phar-io-version:s390x 139s Re-Instated php-phar-io-manifest:s390x 139s Broken phpunit:s390x Depends on php-codecoverage:s390x < none | 9.2.32+dfsg-1 @un uH > (>= 11.0.8) 139s Considering php-codecoverage:s390x 0 as a solution to phpunit:s390x 0 139s Re-Instated javascript-common:s390x 139s Re-Instated libjs-popper.js:s390x 139s Re-Instated libjs-bootstrap4:s390x 139s Re-Instated libjs-d3:s390x 139s Re-Instated libjs-jquery:s390x 139s Re-Instated php-parser:s390x 139s Re-Instated php-text-template:s390x 139s Re-Instated phpunit-code-unit-reverse-lookup:s390x 139s Re-Instated phpunit-complexity:s390x 139s Re-Instated phpunit-environment:s390x 139s Re-Instated phpunit-lines-of-code:s390x 139s Re-Instated php-tokenizer:s390x 139s Re-Instated php-codecoverage:s390x 139s Broken phpunit:s390x Depends on php-file-iterator:s390x < none -> 3.0.6-2 @un puN > (>= 5.1.0) 139s Considering php-file-iterator:s390x 1 as a solution to phpunit:s390x 0 139s Re-Instated php-file-iterator:s390x 139s Broken phpunit:s390x Depends on php-invoker:s390x < none | 3.1.1-3 @un uH > (>= 5.0.1) 139s Considering php-invoker:s390x 0 as a solution to phpunit:s390x 0 139s Re-Instated php-invoker:s390x 139s Broken phpunit:s390x Depends on php-text-template:s390x < none -> 2.0.4-2 @un uN > (>= 4.0.1) 139s Considering php-text-template:s390x 0 as a solution to phpunit:s390x 0 139s Broken phpunit:s390x Depends on php-timer:s390x < none | 5.0.3-3 @un uH > (>= 7.0.1) 139s Considering php-timer:s390x 0 as a solution to phpunit:s390x 0 139s Re-Instated php-timer:s390x 139s Broken phpunit:s390x Depends on phpunit-cli-parser:s390x < none -> 1.0.2-1 @un puN > (>= 3.0.2) 139s Considering phpunit-cli-parser:s390x 2 as a solution to phpunit:s390x 0 139s Re-Instated phpunit-cli-parser:s390x 139s Broken phpunit:s390x Depends on phpunit-code-unit:s390x < none | 1.0.8-3 @un uH > (>= 3.0.2) 139s Considering phpunit-code-unit:s390x 0 as a solution to phpunit:s390x 0 139s Re-Instated phpunit-code-unit:s390x 139s Broken phpunit:s390x Depends on phpunit-comparator:s390x < none | 4.0.8-2 @un uH > (>= 6.3.0) 139s Considering phpunit-comparator:s390x 0 as a solution to phpunit:s390x 0 139s Re-Instated phpunit-diff:s390x 139s Re-Instated phpunit-recursion-context:s390x 139s Re-Instated phpunit-exporter:s390x 139s Re-Instated phpunit-comparator:s390x 139s Broken phpunit:s390x Depends on phpunit-diff:s390x < none -> 4.0.6-1 @un uN > (>= 6.0.2) 139s Considering phpunit-diff:s390x 0 as a solution to phpunit:s390x 0 139s Broken phpunit:s390x Depends on phpunit-environment:s390x < none -> 5.1.5-1 @un uN > (>= 7.2.0) 139s Considering phpunit-environment:s390x 0 as a solution to phpunit:s390x 0 139s Broken phpunit:s390x Depends on phpunit-exporter:s390x < none -> 4.0.6-1 @un uN > (>= 6.3.0) 139s Considering phpunit-exporter:s390x 0 as a solution to phpunit:s390x 0 139s Broken phpunit:s390x Depends on phpunit-global-state:s390x < none | 5.0.7-1 @un uH > (>= 7.0.2) 139s Considering phpunit-global-state:s390x 0 as a solution to phpunit:s390x 0 139s Re-Instated phpunit-object-reflector:s390x 139s Re-Instated phpunit-global-state:s390x 139s Broken phpunit:s390x Depends on phpunit-object-enumerator:s390x < none | 4.0.4-3 @un uH > (>= 6.0.1) 139s Considering phpunit-object-enumerator:s390x 0 as a solution to phpunit:s390x 0 139s Re-Instated phpunit-object-enumerator:s390x 139s Broken phpunit:s390x Depends on phpunit-type:s390x < none | 3.2.1-1 @un uH > (>= 5.1.0) 139s Considering phpunit-type:s390x 0 as a solution to phpunit:s390x 0 139s Re-Instated phpunit-type:s390x 139s Broken phpunit:s390x Depends on phpunit-version:s390x < none -> 3.0.2-3 @un puN > (>= 5.0.2) 139s Considering phpunit-version:s390x 2 as a solution to phpunit:s390x 0 139s Re-Instated phpunit-version:s390x 139s Done 139s Some packages could not be installed. This may mean that you have 139s requested an impossible situation or if you are using the unstable 139s distribution that some required packages have not yet been created 139s or been moved out of Incoming. 139s The following information may help to resolve the situation: 139s 139s The following packages have unmet dependencies: 139s phpunit : Depends: php-codecoverage (>= 11.0.8) but 9.2.32+dfsg-1 is to be installed 139s Depends: php-file-iterator (>= 5.1.0) but 3.0.6-2 is to be installed 139s Depends: php-invoker (>= 5.0.1) but 3.1.1-3 is to be installed 139s Depends: php-text-template (>= 4.0.1) but 2.0.4-2 is to be installed 139s Depends: php-timer (>= 7.0.1) but 5.0.3-3 is to be installed 139s Depends: phpunit-cli-parser (>= 3.0.2) but 1.0.2-1 is to be installed 139s Depends: phpunit-code-unit (>= 3.0.2) but 1.0.8-3 is to be installed 139s Depends: phpunit-comparator (>= 6.3.0) but 4.0.8-2 is to be installed 139s Depends: phpunit-diff (>= 6.0.2) but 4.0.6-1 is to be installed 139s Depends: phpunit-environment (>= 7.2.0) but 5.1.5-1 is to be installed 139s Depends: phpunit-exporter (>= 6.3.0) but 4.0.6-1 is to be installed 139s Depends: phpunit-global-state (>= 7.0.2) but 5.0.7-1 is to be installed 139s Depends: phpunit-object-enumerator (>= 6.0.1) but 4.0.4-3 is to be installed 139s Depends: phpunit-type (>= 5.1.0) but 3.2.1-1 is to be installed 139s Depends: phpunit-version (>= 5.0.2) but 3.0.2-3 is to be installed 139s E: Unable to correct problems, you have held broken packages. 139s autopkgtest: DBG: testbed command exited with code 100 139s autopkgtest: DBG: apt-get satisfy failed; status-fd: 139s 139s autopkgtest: WARNING: Test dependencies are unsatisfiable with using apt pinning. Retrying with using all packages from plucky-proposed 139s autopkgtest: DBG: testbed command ['rm', '/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s 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', 'phpunit, phploc'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 139s Reading package lists... 139s Building dependency tree... 139s Reading state information... 139s Starting pkgProblemResolver with broken count: 1 139s Starting 2 pkgProblemResolver with broken count: 1 139s Investigating (0) phploc:s390x < none -> 7.0.2-4 @un puN Ib > 139s Broken phploc:s390x Depends on phpunit-cli-parser:s390x < none -> 3.0.2-2ubuntu1 @un puN > (< 2~~) 139s Considering phpunit-cli-parser:s390x 2 as a solution to phploc:s390x 0 139s Re-Instated phpunit-cli-parser:s390x 139s Broken phploc:s390x Depends on phpunit-version:s390x < none -> 5.0.2-2 @un puN > (< 4~~) 139s Considering phpunit-version:s390x 6 as a solution to phploc:s390x 0 139s Re-Instated phpunit-version:s390x 139s Broken phploc:s390x Depends on php-file-iterator:s390x < none -> 5.1.0-3ubuntu1 @un puN > (< 4~~) 139s Considering php-file-iterator:s390x 5 as a solution to phploc:s390x 0 139s Re-Instated php-file-iterator:s390x 139s Done 139s Some packages could not be installed. This may mean that you have 139s requested an impossible situation or if you are using the unstable 139s distribution that some required packages have not yet been created 139s or been moved out of Incoming. 139s The following information may help to resolve the situation: 139s 139s The following packages have unmet dependencies: 139s phploc : Depends: phpunit-cli-parser (< 2~~) but 3.0.2-2ubuntu1 is to be installed 139s Depends: phpunit-version (< 4~~) but 5.0.2-2 is to be installed 139s Depends: php-file-iterator (< 4~~) but 5.1.0-3ubuntu1 is to be installed 139s E: Unable to correct problems, you have held broken packages. 139s autopkgtest: DBG: testbed command exited with code 100 139s autopkgtest: DBG: apt-get satisfy failed; status-fd: 139s 139s autopkgtest: DBG: BadPackageError Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U. 139s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 139s autopkgtest [20:57:35]: @@@@@@@@@@@@@@@@@@@@ summary 139s command1 FAIL badpkg 139s blame: phploc 139s badpkg: Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U. 139s command1 FAIL badpkg 139s blame: phploc 139s badpkg: Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U. 139s autopkgtest: DBG: testbed stop 139s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.F8hak5 139s autopkgtest: DBG: sending command to testbed: close 156s autopkgtest: DBG: got reply from testbed: ok 156s autopkgtest: DBG: sending command to testbed: quit 156s nova [W] Using flock in prodstack6-s390x 156s Creating nova instance adt-plucky-s390x-phploc-20250216-205516-juju-7f2275-prod-proposed-migration-environment-15-f9a47d7a-eb3c-4fb6-a2ed-5969e8998ed2 from image adt/ubuntu-plucky-s390x-server-20250216.img (UUID 67327349-c50d-4fb2-aab8-abef6582e685)... 156s nova [W] Timed out waiting for d9938a22-e047-4b6a-9da7-6fdf1f2ce26e to get deleted.