0s autopkgtest: DBG: testbed init 0s autopkgtest [20:42:24]: starting date and time: 2025-02-16 20:42:24+0000 0s autopkgtest [20:42:24]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [20:42:24]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.2ablr938/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:phpunit --apt-upgrade php-brick-math --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-23.secgroup --name adt-plucky-s390x-php-brick-math-20250216-204224-juju-7f2275-prod-proposed-migration-environment-15-356db197-d6ad-4966-b6b2-9a33a6430a58 --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/ 1s autopkgtest: DBG: got reply from testbed: ok 1s autopkgtest: DBG: testbed open, scratch=None 1s autopkgtest: DBG: sending command to testbed: open 254s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.f6KR4O 254s autopkgtest: DBG: sending command to testbed: print-execute-command 254s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.1ea596ds/runcmd 254s autopkgtest: DBG: sending command to testbed: capabilities 254s autopkgtest: DBG: got reply from testbed: ok revert-full-system reboot suggested-normal-user=ubuntu isolation-machine revert root-on-testbed 254s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'reboot', 'suggested-normal-user=ubuntu', 'isolation-machine', 'revert', 'root-on-testbed', 'has_internet'] 254s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.f6KR4O'], kind short, sout raw, serr pipe, env [] 255s autopkgtest: DBG: testbed command exited with code 0 255s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.f6KR4O/wrapper.sh 255s autopkgtest: DBG: got reply from testbed: ok 255s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.f6KR4O/wrapper.sh'], kind short, sout raw, serr pipe, env [] 255s autopkgtest: DBG: testbed command exited with code 0 255s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 255s autopkgtest: DBG: testbed command exited with code 0 255s autopkgtest [20:46:39]: testbed dpkg architecture: s390x 255s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 255s autopkgtest: DBG: testbed command exited with code 0 255s autopkgtest [20:46:39]: testbed apt version: 2.9.28 255s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 255s autopkgtest: DBG: testbed command exited with code 0 255s autopkgtest: DBG: testbed has eatmydata 255s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 255s autopkgtest: DBG: testbed command exited with code 0 255s autopkgtest [20:46:39]: @@@@@@@@@@@@@@@@@@@@ test bed setup 255s 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 [] 256s autopkgtest: DBG: testbed command exited with code 0 256s autopkgtest [20:46:40]: testbed release detected to be: None 256s 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 [] 256s autopkgtest: DBG: testbed command exited with code 0 256s 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 [] 256s autopkgtest: DBG: testbed command exited with code 0 256s autopkgtest: DBG: adding APT source: Types: deb deb-src 256s URIs: http://ftpmaster.internal/ubuntu/ 256s Suites: plucky-proposed 256s Components: main restricted universe multiverse 256s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 256s 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 [] 256s autopkgtest: DBG: testbed command exited with code 0 256s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 256s Package: * 256s Pin: release plucky-proposed 256s Pin-Priority: 500 256s 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 [] 256s autopkgtest: DBG: testbed command exited with code 0 256s autopkgtest [20:46:40]: updating testbed package index (apt update) 256s 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'] 257s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 257s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 257s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 257s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 257s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [60.3 kB] 257s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.1 kB] 257s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [675 kB] 257s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 257s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [78.1 kB] 257s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 257s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [562 kB] 257s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3732 B] 257s Fetched 1507 kB in 1s (1613 kB/s) 258s Reading package lists... 258s autopkgtest: DBG: testbed command exited with code 0 258s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 258s Package: * 258s Pin: release plucky-proposed 258s Pin-Priority: 100 258s 258s Package: src:phpunit:any 258s Pin: release plucky-proposed 258s Pin-Priority: 995 258s 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 [] 258s autopkgtest: DBG: testbed command exited with code 0 258s 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.f6KR4O/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 258s autopkgtest: DBG: testbed command exited with code 0 258s 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'] 259s + lsb_release --codename --short 259s + RELEASE=plucky 259s + cat 259s + [ plucky != trusty ] 259s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 259s Reading package lists... 259s Building dependency tree... 259s Reading state information... 259s Calculating upgrade... 259s The following NEW packages will be installed: 259s gcc-15-base 259s The following packages will be upgraded: 259s libatomic1 libgcc-s1 libstdc++6 pci.ids 259s 4 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 259s Need to get 1281 kB of archives. 259s After this operation, 162 kB of additional disk space will be used. 259s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-15-base s390x 15-20250213-1ubuntu1 [53.3 kB] 259s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 15-20250213-1ubuntu1 [35.7 kB] 259s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 15-20250213-1ubuntu1 [899 kB] 260s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 15-20250213-1ubuntu1 [9360 B] 260s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x pci.ids all 0.0~2025.02.12-1 [284 kB] 260s Fetched 1281 kB in 1s (1986 kB/s) 260s Selecting previously unselected package gcc-15-base:s390x. 260s (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.) 260s Preparing to unpack .../gcc-15-base_15-20250213-1ubuntu1_s390x.deb ... 260s Unpacking gcc-15-base:s390x (15-20250213-1ubuntu1) ... 260s Setting up gcc-15-base:s390x (15-20250213-1ubuntu1) ... 260s (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.) 260s Preparing to unpack .../libgcc-s1_15-20250213-1ubuntu1_s390x.deb ... 260s Unpacking libgcc-s1:s390x (15-20250213-1ubuntu1) over (14.2.0-17ubuntu1) ... 260s Setting up libgcc-s1:s390x (15-20250213-1ubuntu1) ... 260s (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.) 260s Preparing to unpack .../libstdc++6_15-20250213-1ubuntu1_s390x.deb ... 260s Unpacking libstdc++6:s390x (15-20250213-1ubuntu1) over (14.2.0-17ubuntu1) ... 260s Setting up libstdc++6:s390x (15-20250213-1ubuntu1) ... 260s (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.) 260s Preparing to unpack .../libatomic1_15-20250213-1ubuntu1_s390x.deb ... 260s Unpacking libatomic1:s390x (15-20250213-1ubuntu1) over (14.2.0-17ubuntu1) ... 260s Preparing to unpack .../pci.ids_0.0~2025.02.12-1_all.deb ... 260s Unpacking pci.ids (0.0~2025.02.12-1) over (0.0~2025.02.05-1) ... 260s Setting up pci.ids (0.0~2025.02.12-1) ... 260s Setting up libatomic1:s390x (15-20250213-1ubuntu1) ... 260s Processing triggers for libc-bin (2.40-4ubuntu1) ... 260s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 260s + /usr/lib/apt/apt-helper analyze-pattern ?true 260s + uname+ sed -r s/\./\\./g 260s 260s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 260s + apt list ?obsolete 260s + tail -n+2 260s + cut -d/+ grep -v ^linux-.*6\.12\.0-15-generic.* 260s -f1 260s + obsolete_pkgs=linux-image-6.11.0-8-generic 260s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove linux-image-6.11.0-8-generic 260s Reading package lists... 261s Building dependency tree... 261s Reading state information... 261s The following packages will be REMOVED: 261s linux-image-6.11.0-8-generic* 261s 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. 261s After this operation, 10.5 MB disk space will be freed. 261s (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.) 261s Removing linux-image-6.11.0-8-generic (6.11.0-8.8) ... 261s I: /boot/vmlinuz.old is now a symlink to vmlinuz-6.12.0-15-generic 261s I: /boot/initrd.img.old is now a symlink to initrd.img-6.12.0-15-generic 261s /etc/kernel/postrm.d/initramfs-tools: 261s update-initramfs: Deleting /boot/initrd.img-6.11.0-8-generic 261s /etc/kernel/postrm.d/zz-zipl: 261s Using config file '/etc/zipl.conf' 261s Building bootmap in '/boot' 261s Adding IPL section 'ubuntu' (default) 261s Preparing boot device for LD-IPL: vda (0000). 261s Done. 261s (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.) 261s Purging configuration files for linux-image-6.11.0-8-generic (6.11.0-8.8) ... 261s rmdir: failed to remove '/lib/modules/6.11.0-8-generic': Directory not empty 261s + grep -q trusty /etc/lsb-release 261s + [ ! -d /usr/share/doc/unattended-upgrades ] 261s + [ ! -d /usr/share/doc/lxd ] 261s + [ ! -d /usr/share/doc/lxd-client ] 261s + [ ! -d /usr/share/doc/snapd ] 261s + type iptables 261s + cat 261s + chmod 755 /etc/rc.local 261s + . /etc/rc.local 261s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 261s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 261s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 261s + uname -m 261s + [ s390x = ppc64le ] 261s + [ -d /run/systemd/system ] 261s + systemd-detect-virt --quiet --vm 261s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 261s + cat 261s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 261s + echo COMPRESS=lz4 261s autopkgtest: DBG: testbed command exited with code 0 261s autopkgtest [20:46:45]: upgrading testbed (apt dist-upgrade and autopurge) 261s 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'] 262s Reading package lists... 262s Building dependency tree... 262s Reading state information... 262s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 262s Starting 2 pkgProblemResolver with broken count: 0 262s Done 262s Entering ResolveByKeep 262s 262s The following packages were automatically installed and are no longer required: 262s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 262s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 262s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 262s linux-tools-6.11.0-8-generic 262s Use 'sudo apt autoremove' to remove them. 262s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 262s autopkgtest: DBG: testbed command exited with code 0 262s 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'] 262s Reading package lists... 262s Building dependency tree... 262s Reading state information... 263s Starting pkgProblemResolver with broken count: 0 263s Starting 2 pkgProblemResolver with broken count: 0 263s Done 263s The following packages will be REMOVED: 263s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 263s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 263s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 263s linux-tools-6.11.0-8-generic* 263s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 263s After this operation, 167 MB disk space will be freed. 263s (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.) 263s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 263s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 263s Removing libpython3.12t64:s390x (3.12.9-1) ... 263s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 263s Removing libnsl2:s390x (1.3.0-3build3) ... 263s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 263s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 263s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 264s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 264s Processing triggers for libc-bin (2.40-4ubuntu1) ... 264s (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.) 264s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 264s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 264s autopkgtest: DBG: testbed command exited with code 0 264s 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.f6KR4O/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 264s autopkgtest: DBG: testbed command exited with code 1 264s autopkgtest [20:46:48]: rebooting testbed after setup commands that affected boot 264s autopkgtest: DBG: sending command to testbed: reboot 282s autopkgtest: DBG: got reply from testbed: ok 282s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 282s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.f6KR4O'], kind short, sout raw, serr pipe, env [] 282s autopkgtest: DBG: testbed command exited with code 0 282s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.f6KR4O/autopkgtest-reboot 282s autopkgtest: DBG: got reply from testbed: ok 282s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.f6KR4O/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 282s autopkgtest: DBG: testbed command exited with code 0 282s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.f6KR4O/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 282s autopkgtest: DBG: testbed command exited with code 0 282s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.f6KR4O/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 283s autopkgtest: DBG: testbed command exited with code 0 283s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.f6KR4O'], kind short, sout raw, serr pipe, env [] 283s autopkgtest: DBG: testbed command exited with code 0 283s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.f6KR4O/autopkgtest-reboot-prepare 283s autopkgtest: DBG: got reply from testbed: ok 283s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.f6KR4O/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 283s autopkgtest: DBG: testbed command exited with code 0 283s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.f6KR4O/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 283s autopkgtest: DBG: testbed command exited with code 0 283s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 283s autopkgtest: DBG: testbed command exited with code 0 283s autopkgtest [20:47:07]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 283s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 284s autopkgtest: DBG: testbed command exited with code 0 284s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.f6KR4O/testbed-packages"], kind short, sout raw, serr pipe, env [] 284s autopkgtest: DBG: testbed command exited with code 0 284s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.f6KR4O/testbed-packages /tmp/autopkgtest-work.2ablr938/out/testbed-packages 284s autopkgtest: DBG: got reply from testbed: ok 284s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 284s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.f6KR4O'], kind short, sout raw, serr pipe, env [] 284s autopkgtest: DBG: testbed command exited with code 0 284s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.f6KR4O/autopkgtest-reboot 284s autopkgtest: DBG: got reply from testbed: ok 284s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.f6KR4O/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 285s autopkgtest: DBG: testbed command exited with code 0 285s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.f6KR4O/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 285s autopkgtest: DBG: testbed command exited with code 0 285s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.f6KR4O/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 285s autopkgtest: DBG: testbed command exited with code 0 285s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.f6KR4O'], kind short, sout raw, serr pipe, env [] 285s autopkgtest: DBG: testbed command exited with code 0 285s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.f6KR4O/autopkgtest-reboot-prepare 285s autopkgtest: DBG: got reply from testbed: ok 285s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.f6KR4O/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 285s autopkgtest: DBG: testbed command exited with code 0 285s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.f6KR4O/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 286s autopkgtest: DBG: testbed command exited with code 0 286s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 286s autopkgtest: DBG: testbed command exited with code 0 286s autopkgtest: DBG: Binaries: initialising 286s autopkgtest [20:47:10]: @@@@@@@@@@@@@@@@@@@@ apt-source php-brick-math 286s autopkgtest: DBG: blame += php-brick-math 286s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 286s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'php-brick-math'], kind short, sout pipe, serr pipe, env [] 286s autopkgtest: DBG: testbed command exited with code 0 286s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^php-brick-math$'], kind short, sout pipe, serr raw, env [] 286s autopkgtest: DBG: testbed command exited with code 0 286s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'php-brick-math=0.12.1-1'], kind short, sout pipe, serr raw, env [] 287s autopkgtest: DBG: testbed command exited with code 0 287s autopkgtest: DBG: install_deps: deps_new=[] 287s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 287s autopkgtest: DBG: testbed command exited with code 0 287s 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.f6KR4O/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source php-brick-math=0.12.1-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x php-brick-math_*.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'] 287s + cd / 287s + mktemp -d /tmp/autopkgtest.f6KR4O/build.XXX 287s + builddir=/tmp/autopkgtest.f6KR4O/build.mKw 287s + cd /tmp/autopkgtest.f6KR4O/build.mKw 287s + apt-get source -d -q --only-source php-brick-math=0.12.1-1 287s + OUT=Reading package lists... 287s NOTICE: 'php-brick-math' packaging is maintained in the 'Git' version control system at: 287s https://salsa.debian.org/php-team/pear/php-brick-math.git 287s Please use: 287s git clone https://salsa.debian.org/php-team/pear/php-brick-math.git 287s to retrieve the latest (possibly unreleased) updates to the package. 287s Need to get 87.5 kB of source archives. 287s Get:1 http://ftpmaster.internal/ubuntu plucky/universe php-brick-math 0.12.1-1 (dsc) [2150 B] 287s Get:2 http://ftpmaster.internal/ubuntu plucky/universe php-brick-math 0.12.1-1 (tar) [82.5 kB] 287s Get:3 http://ftpmaster.internal/ubuntu plucky/universe php-brick-math 0.12.1-1 (diff) [2800 B] 287s Fetched 87.5 kB in 0s (204 kB/s) 287s Download complete and in download only mode 287s + [ -n ] 287s + echo Reading package lists... 287s NOTICE: 'php-brick-math' packaging is maintained in the 'Git' version control system at: 287s https://salsa.debian.org/php-team/pear/php-brick-math.git 287s Please use: 287s git clone https://salsa.debian.org/php-team/pear/php-brick-math.git 287s to retrieve the latest (possibly unreleased) updates to the package. 287s Need to get 87.5 kB of source archives. 287s Get:1 http://ftpmaster.internal/ubuntu plucky/universe php-brick-math 0.12.1-1 (dsc) [2150 B] 287s Get:2 http://ftpmaster.internal/ubuntu plucky/universe php-brick-math 0.12.1-1 (tar) [82.5 kB] 287s Get:3 http://ftpmaster.internal/ubuntu plucky/universe php-brick-math 0.12.1-1 (diff) [2800 B] 287s Fetched 87.5 kB in 0s (204 kB/s) 287s Download complete and in download only mode 287s + grep ^Get: 287s Get:1 http://ftpmaster.internal/ubuntu plucky/universe php-brick-math 0.12.1-1 (dsc) [2150 B] 287s Get:2 http://ftpmaster.internal/ubuntu plucky/universe php-brick-math 0.12.1-1 (tar) [82.5 kB] 287s Get:3 http://ftpmaster.internal/ubuntu plucky/universe php-brick-math 0.12.1-1 (diff) [2800 B] 287s + dpkg-source -x php-brick-math_0.12.1-1.dsc src 287s gpgv: Signature made Tue Jul 2 21:22:30 2024 UTC 287s gpgv: using RSA key 48B0BF74A35B4279B4CC90519D2D6279DE734161 287s gpgv: Can't check signature: No public key 287s dpkg-source: warning: cannot verify inline signature for ./php-brick-math_0.12.1-1.dsc: no acceptable signature found 287s + chmod -R a+rX . 287s + cd src/. 287s + pwd 287s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 287s autopkgtest: DBG: testbed command exited with code 0 287s autopkgtest [20:47:11]: testing package php-brick-math version 0.12.1-1 287s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.f6KR4O/build.mKw/src/debian/ /tmp/autopkgtest-work.2ablr938/out/pkg/debian/ 288s autopkgtest: DBG: got reply from testbed: ok 288s autopkgtest: DBG: processing dependency locales-all 288s autopkgtest: DBG: processing dependency php-gmp 288s autopkgtest: DBG: processing dependency phpab 288s autopkgtest: DBG: processing dependency phpunit 288s autopkgtest: DBG: processing dependency pkg-php-tools (>= 1.41~) 288s autopkgtest: DBG: processing dependency @ 288s autopkgtest: DBG: synthesised dependency php-brick-math 288s autopkgtest: DBG: Test defined: name command1 path None command "mkdir -p vendor && phpabtpl --require brick/math > debian/autoload.tests.php.tpl && phpab -o vendor/autoload.php -t debian/autoload.tests.php.tpl tests && CALCULATOR=GMP phpunit" restrictions ['allow-stderr', 'rw-build-tree'] features [] depends ['locales-all', 'php-gmp', 'phpab', 'phpunit', 'pkg-php-tools (>= 1.41~)', 'php-brick-math'] 288s autopkgtest [20:47:12]: build not needed 288s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.f6KR4O/build.mKw/src/ /tmp/autopkgtest-work.2ablr938/out/tests-tree/ 288s autopkgtest: DBG: got reply from testbed: ok 288s autopkgtest: DBG: processing dependency locales-all 288s autopkgtest: DBG: processing dependency php-gmp 288s autopkgtest: DBG: processing dependency phpab 288s autopkgtest: DBG: processing dependency phpunit 288s autopkgtest: DBG: processing dependency pkg-php-tools (>= 1.41~) 288s autopkgtest: DBG: processing dependency @ 288s autopkgtest: DBG: synthesised dependency php-brick-math 288s autopkgtest: DBG: Test defined: name command1 path None command "mkdir -p vendor && phpabtpl --require brick/math > debian/autoload.tests.php.tpl && phpab -o vendor/autoload.php -t debian/autoload.tests.php.tpl tests && CALCULATOR=GMP phpunit" restrictions ['allow-stderr', 'rw-build-tree'] features [] depends ['locales-all', 'php-gmp', 'phpab', 'phpunit', 'pkg-php-tools (>= 1.41~)', 'php-brick-math'] 288s autopkgtest [20:47:12]: test command1: preparing testbed 288s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['locales-all', 'php-gmp', 'phpab', 'phpunit', 'pkg-php-tools (>= 1.41~)', 'php-brick-math'] 288s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 288s autopkgtest: DBG: install_deps: deps_new=['locales-all', 'php-gmp', 'phpab', 'phpunit', 'pkg-php-tools (>= 1.41~)', 'php-brick-math'] 288s autopkgtest: DBG: install-deps: satisfying locales-all, php-gmp, phpab, phpunit, pkg-php-tools (>= 1.41~), php-brick-math 288s autopkgtest: DBG: can use apt-get on testbed: True 288s 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', 'locales-all, php-gmp, phpab, phpunit, pkg-php-tools (>= 1.41~), php-brick-math'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 288s Reading package lists... 288s Building dependency tree... 288s Reading state information... 289s Starting pkgProblemResolver with broken count: 1 289s Starting 2 pkgProblemResolver with broken count: 1 289s Investigating (0) phpunit:s390x < none -> 11.5.3-1ubuntu4 @un puN Ib > 289s Broken phpunit:s390x Depends on php-mbstring:s390x < none | 2:8.3+93ubuntu2 @un uH > 289s Considering php-mbstring:s390x 1 as a solution to phpunit:s390x 0 289s Re-Instated php8.3-mbstring:s390x 289s Re-Instated php-mbstring:s390x 289s Broken phpunit:s390x Depends on php-deepcopy:s390x < none | 1.12.1-2maysync2 @un uH > (>= 1.12.1) 289s Considering php-deepcopy:s390x 0 as a solution to phpunit:s390x 0 289s Re-Instated php-deepcopy:s390x 289s Broken phpunit:s390x Depends on php-phar-io-manifest:s390x < none | 2.0.4-4 @un uH > (>= 2.0.4) 289s Considering php-phar-io-manifest:s390x 0 as a solution to phpunit:s390x 0 289s Re-Instated php-phar-io-version:s390x 289s Re-Instated php-phar-io-manifest:s390x 289s Broken phpunit:s390x Depends on php-codecoverage:s390x < none | 9.2.32+dfsg-1 @un uH > (>= 11.0.8) 289s Considering php-codecoverage:s390x 0 as a solution to phpunit:s390x 0 289s Re-Instated javascript-common:s390x 289s Re-Instated libjs-popper.js:s390x 289s Re-Instated libjs-bootstrap4:s390x 289s Re-Instated libjs-d3:s390x 289s Re-Instated libjs-jquery:s390x 289s Re-Instated php-parser:s390x 289s Re-Instated php-file-iterator:s390x 289s Re-Instated php-text-template:s390x 289s Re-Instated phpunit-code-unit-reverse-lookup:s390x 289s Re-Instated phpunit-complexity:s390x 289s Re-Instated phpunit-environment:s390x 289s Re-Instated phpunit-lines-of-code:s390x 289s Re-Instated phpunit-version:s390x 289s Re-Instated php-tokenizer:s390x 289s Re-Instated php-codecoverage:s390x 289s Broken phpunit:s390x Depends on php-file-iterator:s390x < none -> 3.0.6-2 @un uN > (>= 5.1.0) 289s Considering php-file-iterator:s390x 0 as a solution to phpunit:s390x 0 289s Broken phpunit:s390x Depends on php-invoker:s390x < none | 3.1.1-3 @un uH > (>= 5.0.1) 289s Considering php-invoker:s390x 0 as a solution to phpunit:s390x 0 289s Re-Instated php-invoker:s390x 289s Broken phpunit:s390x Depends on php-text-template:s390x < none -> 2.0.4-2 @un uN > (>= 4.0.1) 289s Considering php-text-template:s390x 0 as a solution to phpunit:s390x 0 289s Broken phpunit:s390x Depends on php-timer:s390x < none | 5.0.3-3 @un uH > (>= 7.0.1) 289s Considering php-timer:s390x 0 as a solution to phpunit:s390x 0 289s Re-Instated php-timer:s390x 289s Broken phpunit:s390x Depends on phpunit-cli-parser:s390x < none | 1.0.2-1 @un uH > (>= 3.0.2) 289s Considering phpunit-cli-parser:s390x 0 as a solution to phpunit:s390x 0 289s Re-Instated phpunit-cli-parser:s390x 289s Broken phpunit:s390x Depends on phpunit-code-unit:s390x < none | 1.0.8-3 @un uH > (>= 3.0.2) 289s Considering phpunit-code-unit:s390x 0 as a solution to phpunit:s390x 0 289s Re-Instated phpunit-code-unit:s390x 289s Broken phpunit:s390x Depends on phpunit-comparator:s390x < none | 4.0.8-2 @un uH > (>= 6.3.0) 289s Considering phpunit-comparator:s390x 0 as a solution to phpunit:s390x 0 289s Re-Instated phpunit-diff:s390x 289s Re-Instated phpunit-recursion-context:s390x 289s Re-Instated phpunit-exporter:s390x 289s Re-Instated phpunit-comparator:s390x 289s Broken phpunit:s390x Depends on phpunit-diff:s390x < none -> 4.0.6-1 @un uN > (>= 6.0.2) 289s Considering phpunit-diff:s390x 0 as a solution to phpunit:s390x 0 289s Broken phpunit:s390x Depends on phpunit-environment:s390x < none -> 5.1.5-1 @un uN > (>= 7.2.0) 289s Considering phpunit-environment:s390x 0 as a solution to phpunit:s390x 0 289s Broken phpunit:s390x Depends on phpunit-exporter:s390x < none -> 4.0.6-1 @un uN > (>= 6.3.0) 289s Considering phpunit-exporter:s390x 0 as a solution to phpunit:s390x 0 289s Broken phpunit:s390x Depends on phpunit-global-state:s390x < none | 5.0.7-1 @un uH > (>= 7.0.2) 289s Considering phpunit-global-state:s390x 0 as a solution to phpunit:s390x 0 289s Re-Instated phpunit-object-reflector:s390x 289s Re-Instated phpunit-global-state:s390x 289s Broken phpunit:s390x Depends on phpunit-object-enumerator:s390x < none | 4.0.4-3 @un uH > (>= 6.0.1) 289s Considering phpunit-object-enumerator:s390x 0 as a solution to phpunit:s390x 0 289s Re-Instated phpunit-object-enumerator:s390x 289s Broken phpunit:s390x Depends on phpunit-type:s390x < none | 3.2.1-1 @un uH > (>= 5.1.0) 289s Considering phpunit-type:s390x 0 as a solution to phpunit:s390x 0 289s Re-Instated phpunit-type:s390x 289s Broken phpunit:s390x Depends on phpunit-version:s390x < none -> 3.0.2-3 @un uN > (>= 5.0.2) 289s Considering phpunit-version:s390x 0 as a solution to phpunit:s390x 0 289s Done 289s Some packages could not be installed. This may mean that you have 289s requested an impossible situation or if you are using the unstable 289s distribution that some required packages have not yet been created 289s or been moved out of Incoming. 289s The following information may help to resolve the situation: 289s 289s The following packages have unmet dependencies: 289s phpunit : Depends: php-codecoverage (>= 11.0.8) but 9.2.32+dfsg-1 is to be installed 289s Depends: php-file-iterator (>= 5.1.0) but 3.0.6-2 is to be installed 289s Depends: php-invoker (>= 5.0.1) but 3.1.1-3 is to be installed 289s Depends: php-text-template (>= 4.0.1) but 2.0.4-2 is to be installed 289s Depends: php-timer (>= 7.0.1) but 5.0.3-3 is to be installed 289s Depends: phpunit-cli-parser (>= 3.0.2) but 1.0.2-1 is to be installed 289s Depends: phpunit-code-unit (>= 3.0.2) but 1.0.8-3 is to be installed 289s Depends: phpunit-comparator (>= 6.3.0) but 4.0.8-2 is to be installed 289s Depends: phpunit-diff (>= 6.0.2) but 4.0.6-1 is to be installed 289s Depends: phpunit-environment (>= 7.2.0) but 5.1.5-1 is to be installed 289s Depends: phpunit-exporter (>= 6.3.0) but 4.0.6-1 is to be installed 289s Depends: phpunit-global-state (>= 7.0.2) but 5.0.7-1 is to be installed 289s Depends: phpunit-object-enumerator (>= 6.0.1) but 4.0.4-3 is to be installed 289s Depends: phpunit-type (>= 5.1.0) but 3.2.1-1 is to be installed 289s Depends: phpunit-version (>= 5.0.2) but 3.0.2-3 is to be installed 289s E: Unable to correct problems, you have held broken packages. 289s autopkgtest: DBG: testbed command exited with code 100 289s autopkgtest: DBG: apt-get satisfy failed; status-fd: 289s 289s autopkgtest: WARNING: Test dependencies are unsatisfiable with using apt pinning. Retrying with using all packages from plucky-proposed 289s autopkgtest: DBG: testbed command ['rm', '/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref'], kind short, sout raw, serr pipe, env [] 289s autopkgtest: DBG: testbed command exited with code 0 289s 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', 'locales-all, php-gmp, phpab, phpunit, pkg-php-tools (>= 1.41~), php-brick-math'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 289s Reading package lists... 289s Building dependency tree... 289s Reading state information... 289s Starting pkgProblemResolver with broken count: 0 289s Starting 2 pkgProblemResolver with broken count: 0 289s Done 290s The following NEW packages will be installed: 290s autoconf automake autopoint autotools-dev cpp cpp-14 cpp-14-s390x-linux-gnu 290s cpp-s390x-linux-gnu dctrl-tools debhelper debugedit dh-autoreconf 290s dh-strip-nondeterminism dwz gcc gcc-14 gcc-14-s390x-linux-gnu 290s gcc-s390x-linux-gnu gettext intltool-debian libarchive-zip-perl libargon2-1 290s libasan8 libcc1-0 libdebhelper-perl libfile-stripnondeterminism-perl 290s libgcc-14-dev libgomp1 libisl23 libitm1 libjs-bootstrap5 libjs-d3 290s libjs-jquery libmpc3 libsodium23 libtool libubsan1 libxslt1.1 locales-all m4 290s node-popper2 php-brick-math php-cli php-codecoverage php-common php-deepcopy 290s php-directory-scanner php-file-iterator php-gmp php-invoker php-mbstring 290s php-parser php-pear php-phar-io-manifest php-phar-io-version 290s php-text-template php-timer php-tokenizer php-xml php-zeta-base 290s php-zeta-console-tools php8.4-cli php8.4-common php8.4-gmp php8.4-mbstring 290s php8.4-opcache php8.4-readline php8.4-xml phpab phpunit phpunit-cli-parser 290s phpunit-code-unit phpunit-code-unit-reverse-lookup phpunit-comparator 290s phpunit-complexity phpunit-diff phpunit-environment phpunit-exporter 290s phpunit-global-state phpunit-lines-of-code phpunit-object-enumerator 290s phpunit-object-reflector phpunit-recursion-context phpunit-type 290s phpunit-version pkg-php-tools po-debconf 290s The following packages will be upgraded: 290s libc-bin libc-dev-bin libc6 libc6-dev locales 290s 5 upgraded, 87 newly installed, 0 to remove and 37 not upgraded. 290s Need to get 68.3 MB of archives. 290s After this operation, 400 MB of additional disk space will be used. 290s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-dev-bin s390x 2.41-1ubuntu1 [24.3 kB] 290s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6-dev s390x 2.41-1ubuntu1 [1679 kB] 290s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x locales all 2.41-1ubuntu1 [4246 kB] 290s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6 s390x 2.41-1ubuntu1 [2891 kB] 290s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-bin s390x 2.41-1ubuntu1 [672 kB] 290s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 290s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 290s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 290s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 290s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 290s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 290s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 290s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 291s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 291s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 291s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 291s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x dctrl-tools s390x 2.24-3build3 [106 kB] 291s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 291s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 291s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 291s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 291s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 291s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 291s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 291s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 291s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 291s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 291s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 291s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 291s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 291s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 291s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 291s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 291s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 291s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 291s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 291s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 291s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 291s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 291s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libargon2-1 s390x 0~20190702+dfsg-4build1 [54.1 kB] 291s Get:41 http://ftpmaster.internal/ubuntu plucky/universe s390x node-popper2 all 2.11.2-8 [106 kB] 291s Get:42 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-bootstrap5 all 5.3.3+dfsg-3 [382 kB] 291s Get:43 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-d3 all 3.5.17-4 [132 kB] 291s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 291s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 291s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 291s Get:47 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php-common all 2:96ubuntu1 [14.2 kB] 291s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x php-brick-math all 0.12.1-1 [25.4 kB] 292s Get:49 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-common s390x 8.4.2-1ubuntu1 [784 kB] 292s Get:50 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-opcache s390x 8.4.2-1ubuntu1 [79.2 kB] 292s Get:51 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-readline s390x 8.4.2-1ubuntu1 [14.3 kB] 292s Get:52 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-cli s390x 8.4.2-1ubuntu1 [2006 kB] 292s Get:53 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php-cli all 2:8.4+96ubuntu1 [4946 B] 292s Get:54 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-xml s390x 8.4.2-1ubuntu1 [939 kB] 292s Get:55 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php-xml all 2:8.4+96ubuntu1 [1852 B] 292s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x php-parser all 5.4.0-2ubuntu1 [160 kB] 292s Get:57 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-file-iterator all 5.1.0-3ubuntu1 [7566 B] 292s Get:58 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-text-template all 4.0.1-3ubuntu1 [6376 B] 292s Get:59 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-code-unit-reverse-lookup all 4.0.1-3ubuntu1 [6162 B] 292s Get:60 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-complexity all 4.0.1-3ubuntu1 [7542 B] 292s Get:61 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-environment all 7.2.0-3ubuntu1 [8946 B] 292s Get:62 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-lines-of-code all 3.0.1-3ubuntu1 [6706 B] 292s Get:63 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-version all 5.0.2-2 [6608 B] 292s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x php-tokenizer all 1.2.3-2 [6726 B] 292s Get:65 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-codecoverage all 11.0.8+dfsg-3ubuntu3 [94.1 kB] 292s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x php-deepcopy all 1.12.1-2maysync2 [32.7 kB] 292s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x php-directory-scanner all 1.3.3-5 [6718 B] 292s Get:68 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-gmp s390x 8.4.2-1ubuntu1 [23.4 kB] 292s Get:69 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php-gmp all 2:8.4+96ubuntu1 [1834 B] 292s Get:70 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-invoker all 5.0.1-2ubuntu1 [6142 B] 292s Get:71 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x php8.4-mbstring s390x 8.4.2-1ubuntu1 [531 kB] 292s Get:72 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-mbstring all 2:8.4+96ubuntu1 [1852 B] 292s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x php-pear all 1:1.10.13+submodules+notgz+2022032202-2build1 [292 kB] 292s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x php-phar-io-version all 3.2.1-2 [8924 B] 292s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x php-phar-io-manifest all 2.0.4-4 [14.4 kB] 292s Get:76 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x php-timer all 7.0.1-3ubuntu1 [7766 B] 292s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x php-zeta-base all 1.9.4-2 [125 kB] 292s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x php-zeta-console-tools all 1.7.5-1 [475 kB] 292s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x phpab all 1.29.3-1 [28.7 kB] 292s Get:80 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-cli-parser all 3.0.2-2ubuntu1 [6580 B] 292s Get:81 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-code-unit all 3.0.2-3ubuntu1 [8252 B] 292s Get:82 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-diff all 6.0.2-3maysync1 [15.9 kB] 292s Get:83 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-recursion-context all 6.0.2-3ubuntu1 [6238 B] 292s Get:84 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-exporter all 6.3.0-4maysync1 [10.3 kB] 292s Get:85 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-comparator all 6.3.0-3ubuntu3 [12.5 kB] 292s Get:86 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-object-reflector all 4.0.1-3maysync1 [5520 B] 292s Get:87 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-global-state all 7.0.2-3ubuntu1 [9198 B] 292s Get:88 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-object-enumerator all 6.0.1-3maysync2 [5938 B] 292s Get:89 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit-type all 5.1.0-3maysync1 [10.8 kB] 292s Get:90 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x phpunit all 11.5.3-1ubuntu4 [249 kB] 292s Get:91 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x locales-all s390x 2.41-1ubuntu1 [11.5 MB] 293s Get:92 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x pkg-php-tools all 1.48 [32.9 kB] 293s Preconfiguring packages ... 293s Fetched 68.3 MB in 3s (22.0 MB/s) 293s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55872 files and directories currently installed.) 293s Preparing to unpack .../libc-dev-bin_2.41-1ubuntu1_s390x.deb ... 293s Unpacking libc-dev-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 293s Preparing to unpack .../libc6-dev_2.41-1ubuntu1_s390x.deb ... 293s Unpacking libc6-dev:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 293s Preparing to unpack .../locales_2.41-1ubuntu1_all.deb ... 293s Unpacking locales (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 293s Preparing to unpack .../libc6_2.41-1ubuntu1_s390x.deb ... 293s Checking for services that may need to be restarted... 293s Checking init scripts... 293s Checking for services that may need to be restarted... 293s Checking init scripts... 293s Stopping some services possibly affected by the upgrade (will be restarted later): 294s cron: stopping...done. 294s 294s Unpacking libc6:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 294s Setting up libc6:s390x (2.41-1ubuntu1) ... 294s Checking for services that may need to be restarted... 294s Checking init scripts... 294s Restarting services possibly affected by the upgrade: 294s cron: restarting...done. 294s 294s Services restarted successfully. 294s (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 ... 55873 files and directories currently installed.) 294s Preparing to unpack .../libc-bin_2.41-1ubuntu1_s390x.deb ... 294s Unpacking libc-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 294s Setting up libc-bin (2.41-1ubuntu1) ... 294s Selecting previously unselected package m4. 294s (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 ... 55873 files and directories currently installed.) 294s Preparing to unpack .../00-m4_1.4.19-5_s390x.deb ... 294s Unpacking m4 (1.4.19-5) ... 294s Selecting previously unselected package autoconf. 294s Preparing to unpack .../01-autoconf_2.72-3_all.deb ... 294s Unpacking autoconf (2.72-3) ... 294s Selecting previously unselected package autotools-dev. 294s Preparing to unpack .../02-autotools-dev_20220109.1_all.deb ... 294s Unpacking autotools-dev (20220109.1) ... 294s Selecting previously unselected package automake. 294s Preparing to unpack .../03-automake_1%3a1.17-3_all.deb ... 294s Unpacking automake (1:1.17-3) ... 294s Selecting previously unselected package autopoint. 294s Preparing to unpack .../04-autopoint_0.23.1-1_all.deb ... 294s Unpacking autopoint (0.23.1-1) ... 294s Selecting previously unselected package libisl23:s390x. 294s Preparing to unpack .../05-libisl23_0.27-1_s390x.deb ... 294s Unpacking libisl23:s390x (0.27-1) ... 294s Selecting previously unselected package libmpc3:s390x. 294s Preparing to unpack .../06-libmpc3_1.3.1-1build2_s390x.deb ... 294s Unpacking libmpc3:s390x (1.3.1-1build2) ... 294s Selecting previously unselected package cpp-14-s390x-linux-gnu. 294s Preparing to unpack .../07-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 294s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 294s Selecting previously unselected package cpp-14. 294s Preparing to unpack .../08-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 294s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 294s Selecting previously unselected package cpp-s390x-linux-gnu. 294s Preparing to unpack .../09-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 294s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 294s Selecting previously unselected package cpp. 294s Preparing to unpack .../10-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 294s Unpacking cpp (4:14.2.0-1ubuntu1) ... 294s Selecting previously unselected package dctrl-tools. 294s Preparing to unpack .../11-dctrl-tools_2.24-3build3_s390x.deb ... 294s Unpacking dctrl-tools (2.24-3build3) ... 294s Selecting previously unselected package libdebhelper-perl. 294s Preparing to unpack .../12-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 294s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 294s Selecting previously unselected package libcc1-0:s390x. 294s Preparing to unpack .../13-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 294s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 294s Selecting previously unselected package libgomp1:s390x. 294s Preparing to unpack .../14-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 294s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 294s Selecting previously unselected package libitm1:s390x. 294s Preparing to unpack .../15-libitm1_15-20250213-1ubuntu1_s390x.deb ... 294s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 294s Selecting previously unselected package libasan8:s390x. 294s Preparing to unpack .../16-libasan8_15-20250213-1ubuntu1_s390x.deb ... 294s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 294s Selecting previously unselected package libubsan1:s390x. 294s Preparing to unpack .../17-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 294s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 294s Selecting previously unselected package libgcc-14-dev:s390x. 294s Preparing to unpack .../18-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 294s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 294s Selecting previously unselected package gcc-14-s390x-linux-gnu. 294s Preparing to unpack .../19-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 294s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 294s Selecting previously unselected package gcc-14. 294s Preparing to unpack .../20-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 294s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 295s Selecting previously unselected package gcc-s390x-linux-gnu. 295s Preparing to unpack .../21-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 295s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 295s Selecting previously unselected package gcc. 295s Preparing to unpack .../22-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 295s Unpacking gcc (4:14.2.0-1ubuntu1) ... 295s Selecting previously unselected package libtool. 295s Preparing to unpack .../23-libtool_2.5.4-3build1_all.deb ... 295s Unpacking libtool (2.5.4-3build1) ... 295s Selecting previously unselected package dh-autoreconf. 295s Preparing to unpack .../24-dh-autoreconf_20_all.deb ... 295s Unpacking dh-autoreconf (20) ... 295s Selecting previously unselected package libarchive-zip-perl. 295s Preparing to unpack .../25-libarchive-zip-perl_1.68-1_all.deb ... 295s Unpacking libarchive-zip-perl (1.68-1) ... 295s Selecting previously unselected package libfile-stripnondeterminism-perl. 295s Preparing to unpack .../26-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 295s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 295s Selecting previously unselected package dh-strip-nondeterminism. 295s Preparing to unpack .../27-dh-strip-nondeterminism_1.14.1-2_all.deb ... 295s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 295s Selecting previously unselected package debugedit. 295s Preparing to unpack .../28-debugedit_1%3a5.1-2_s390x.deb ... 295s Unpacking debugedit (1:5.1-2) ... 295s Selecting previously unselected package dwz. 295s Preparing to unpack .../29-dwz_0.15-1build6_s390x.deb ... 295s Unpacking dwz (0.15-1build6) ... 295s Selecting previously unselected package gettext. 295s Preparing to unpack .../30-gettext_0.23.1-1_s390x.deb ... 295s Unpacking gettext (0.23.1-1) ... 295s Selecting previously unselected package intltool-debian. 295s Preparing to unpack .../31-intltool-debian_0.35.0+20060710.6_all.deb ... 295s Unpacking intltool-debian (0.35.0+20060710.6) ... 295s Selecting previously unselected package po-debconf. 295s Preparing to unpack .../32-po-debconf_1.0.21+nmu1_all.deb ... 295s Unpacking po-debconf (1.0.21+nmu1) ... 295s Selecting previously unselected package debhelper. 295s Preparing to unpack .../33-debhelper_13.24.1ubuntu2_all.deb ... 295s Unpacking debhelper (13.24.1ubuntu2) ... 295s Selecting previously unselected package libargon2-1:s390x. 295s Preparing to unpack .../34-libargon2-1_0~20190702+dfsg-4build1_s390x.deb ... 295s Unpacking libargon2-1:s390x (0~20190702+dfsg-4build1) ... 295s Selecting previously unselected package node-popper2. 295s Preparing to unpack .../35-node-popper2_2.11.2-8_all.deb ... 295s Unpacking node-popper2 (2.11.2-8) ... 295s Selecting previously unselected package libjs-bootstrap5. 295s Preparing to unpack .../36-libjs-bootstrap5_5.3.3+dfsg-3_all.deb ... 295s Unpacking libjs-bootstrap5 (5.3.3+dfsg-3) ... 295s Selecting previously unselected package libjs-d3. 295s Preparing to unpack .../37-libjs-d3_3.5.17-4_all.deb ... 295s Unpacking libjs-d3 (3.5.17-4) ... 295s Selecting previously unselected package libjs-jquery. 295s Preparing to unpack .../38-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 295s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 295s Selecting previously unselected package libsodium23:s390x. 295s Preparing to unpack .../39-libsodium23_1.0.18-1build3_s390x.deb ... 295s Unpacking libsodium23:s390x (1.0.18-1build3) ... 295s Selecting previously unselected package libxslt1.1:s390x. 295s Preparing to unpack .../40-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 295s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 295s Selecting previously unselected package php-common. 295s Preparing to unpack .../41-php-common_2%3a96ubuntu1_all.deb ... 295s Unpacking php-common (2:96ubuntu1) ... 295s Selecting previously unselected package php-brick-math. 295s Preparing to unpack .../42-php-brick-math_0.12.1-1_all.deb ... 295s Unpacking php-brick-math (0.12.1-1) ... 295s Selecting previously unselected package php8.4-common. 295s Preparing to unpack .../43-php8.4-common_8.4.2-1ubuntu1_s390x.deb ... 295s Unpacking php8.4-common (8.4.2-1ubuntu1) ... 295s Selecting previously unselected package php8.4-opcache. 295s Preparing to unpack .../44-php8.4-opcache_8.4.2-1ubuntu1_s390x.deb ... 295s Unpacking php8.4-opcache (8.4.2-1ubuntu1) ... 295s Selecting previously unselected package php8.4-readline. 295s Preparing to unpack .../45-php8.4-readline_8.4.2-1ubuntu1_s390x.deb ... 295s Unpacking php8.4-readline (8.4.2-1ubuntu1) ... 295s Selecting previously unselected package php8.4-cli. 295s Preparing to unpack .../46-php8.4-cli_8.4.2-1ubuntu1_s390x.deb ... 295s Unpacking php8.4-cli (8.4.2-1ubuntu1) ... 295s Selecting previously unselected package php-cli. 295s Preparing to unpack .../47-php-cli_2%3a8.4+96ubuntu1_all.deb ... 295s Unpacking php-cli (2:8.4+96ubuntu1) ... 295s Selecting previously unselected package php8.4-xml. 295s Preparing to unpack .../48-php8.4-xml_8.4.2-1ubuntu1_s390x.deb ... 295s Unpacking php8.4-xml (8.4.2-1ubuntu1) ... 295s Selecting previously unselected package php-xml. 295s Preparing to unpack .../49-php-xml_2%3a8.4+96ubuntu1_all.deb ... 295s Unpacking php-xml (2:8.4+96ubuntu1) ... 295s Selecting previously unselected package php-parser. 295s Preparing to unpack .../50-php-parser_5.4.0-2ubuntu1_all.deb ... 295s Unpacking php-parser (5.4.0-2ubuntu1) ... 295s Selecting previously unselected package php-file-iterator. 295s Preparing to unpack .../51-php-file-iterator_5.1.0-3ubuntu1_all.deb ... 295s Unpacking php-file-iterator (5.1.0-3ubuntu1) ... 295s Selecting previously unselected package php-text-template. 295s Preparing to unpack .../52-php-text-template_4.0.1-3ubuntu1_all.deb ... 295s Unpacking php-text-template (4.0.1-3ubuntu1) ... 295s Selecting previously unselected package phpunit-code-unit-reverse-lookup. 295s Preparing to unpack .../53-phpunit-code-unit-reverse-lookup_4.0.1-3ubuntu1_all.deb ... 295s Unpacking phpunit-code-unit-reverse-lookup (4.0.1-3ubuntu1) ... 295s Selecting previously unselected package phpunit-complexity. 295s Preparing to unpack .../54-phpunit-complexity_4.0.1-3ubuntu1_all.deb ... 295s Unpacking phpunit-complexity (4.0.1-3ubuntu1) ... 295s Selecting previously unselected package phpunit-environment. 295s Preparing to unpack .../55-phpunit-environment_7.2.0-3ubuntu1_all.deb ... 295s Unpacking phpunit-environment (7.2.0-3ubuntu1) ... 295s Selecting previously unselected package phpunit-lines-of-code. 295s Preparing to unpack .../56-phpunit-lines-of-code_3.0.1-3ubuntu1_all.deb ... 295s Unpacking phpunit-lines-of-code (3.0.1-3ubuntu1) ... 295s Selecting previously unselected package phpunit-version. 295s Preparing to unpack .../57-phpunit-version_5.0.2-2_all.deb ... 295s Unpacking phpunit-version (5.0.2-2) ... 295s Selecting previously unselected package php-tokenizer. 295s Preparing to unpack .../58-php-tokenizer_1.2.3-2_all.deb ... 295s Unpacking php-tokenizer (1.2.3-2) ... 295s Selecting previously unselected package php-codecoverage. 295s Preparing to unpack .../59-php-codecoverage_11.0.8+dfsg-3ubuntu3_all.deb ... 295s Unpacking php-codecoverage (11.0.8+dfsg-3ubuntu3) ... 295s Selecting previously unselected package php-deepcopy. 295s Preparing to unpack .../60-php-deepcopy_1.12.1-2maysync2_all.deb ... 295s Unpacking php-deepcopy (1.12.1-2maysync2) ... 295s Selecting previously unselected package php-directory-scanner. 295s Preparing to unpack .../61-php-directory-scanner_1.3.3-5_all.deb ... 295s Unpacking php-directory-scanner (1.3.3-5) ... 295s Selecting previously unselected package php8.4-gmp. 295s Preparing to unpack .../62-php8.4-gmp_8.4.2-1ubuntu1_s390x.deb ... 295s Unpacking php8.4-gmp (8.4.2-1ubuntu1) ... 295s Selecting previously unselected package php-gmp. 295s Preparing to unpack .../63-php-gmp_2%3a8.4+96ubuntu1_all.deb ... 295s Unpacking php-gmp (2:8.4+96ubuntu1) ... 295s Selecting previously unselected package php-invoker. 295s Preparing to unpack .../64-php-invoker_5.0.1-2ubuntu1_all.deb ... 295s Unpacking php-invoker (5.0.1-2ubuntu1) ... 295s Selecting previously unselected package php8.4-mbstring. 295s Preparing to unpack .../65-php8.4-mbstring_8.4.2-1ubuntu1_s390x.deb ... 295s Unpacking php8.4-mbstring (8.4.2-1ubuntu1) ... 295s Selecting previously unselected package php-mbstring. 295s Preparing to unpack .../66-php-mbstring_2%3a8.4+96ubuntu1_all.deb ... 295s Unpacking php-mbstring (2:8.4+96ubuntu1) ... 295s Selecting previously unselected package php-pear. 295s Preparing to unpack .../67-php-pear_1%3a1.10.13+submodules+notgz+2022032202-2build1_all.deb ... 295s Unpacking php-pear (1:1.10.13+submodules+notgz+2022032202-2build1) ... 295s Selecting previously unselected package php-phar-io-version. 295s Preparing to unpack .../68-php-phar-io-version_3.2.1-2_all.deb ... 295s Unpacking php-phar-io-version (3.2.1-2) ... 295s Selecting previously unselected package php-phar-io-manifest. 295s Preparing to unpack .../69-php-phar-io-manifest_2.0.4-4_all.deb ... 295s Unpacking php-phar-io-manifest (2.0.4-4) ... 295s Selecting previously unselected package php-timer. 295s Preparing to unpack .../70-php-timer_7.0.1-3ubuntu1_all.deb ... 295s Unpacking php-timer (7.0.1-3ubuntu1) ... 295s Selecting previously unselected package php-zeta-base. 295s Preparing to unpack .../71-php-zeta-base_1.9.4-2_all.deb ... 295s Unpacking php-zeta-base (1.9.4-2) ... 295s Selecting previously unselected package php-zeta-console-tools. 295s Preparing to unpack .../72-php-zeta-console-tools_1.7.5-1_all.deb ... 295s Unpacking php-zeta-console-tools (1.7.5-1) ... 295s Selecting previously unselected package phpab. 295s Preparing to unpack .../73-phpab_1.29.3-1_all.deb ... 295s Unpacking phpab (1.29.3-1) ... 295s Selecting previously unselected package phpunit-cli-parser. 295s Preparing to unpack .../74-phpunit-cli-parser_3.0.2-2ubuntu1_all.deb ... 295s Unpacking phpunit-cli-parser (3.0.2-2ubuntu1) ... 295s Selecting previously unselected package phpunit-code-unit. 295s Preparing to unpack .../75-phpunit-code-unit_3.0.2-3ubuntu1_all.deb ... 295s Unpacking phpunit-code-unit (3.0.2-3ubuntu1) ... 295s Selecting previously unselected package phpunit-diff. 295s Preparing to unpack .../76-phpunit-diff_6.0.2-3maysync1_all.deb ... 295s Unpacking phpunit-diff (6.0.2-3maysync1) ... 295s Selecting previously unselected package phpunit-recursion-context. 295s Preparing to unpack .../77-phpunit-recursion-context_6.0.2-3ubuntu1_all.deb ... 295s Unpacking phpunit-recursion-context (6.0.2-3ubuntu1) ... 295s Selecting previously unselected package phpunit-exporter. 295s Preparing to unpack .../78-phpunit-exporter_6.3.0-4maysync1_all.deb ... 295s Unpacking phpunit-exporter (6.3.0-4maysync1) ... 295s Selecting previously unselected package phpunit-comparator. 295s Preparing to unpack .../79-phpunit-comparator_6.3.0-3ubuntu3_all.deb ... 295s Unpacking phpunit-comparator (6.3.0-3ubuntu3) ... 295s Selecting previously unselected package phpunit-object-reflector. 295s Preparing to unpack .../80-phpunit-object-reflector_4.0.1-3maysync1_all.deb ... 295s Unpacking phpunit-object-reflector (4.0.1-3maysync1) ... 295s Selecting previously unselected package phpunit-global-state. 295s Preparing to unpack .../81-phpunit-global-state_7.0.2-3ubuntu1_all.deb ... 295s Unpacking phpunit-global-state (7.0.2-3ubuntu1) ... 295s Selecting previously unselected package phpunit-object-enumerator. 295s Preparing to unpack .../82-phpunit-object-enumerator_6.0.1-3maysync2_all.deb ... 295s Unpacking phpunit-object-enumerator (6.0.1-3maysync2) ... 295s Selecting previously unselected package phpunit-type. 295s Preparing to unpack .../83-phpunit-type_5.1.0-3maysync1_all.deb ... 295s Unpacking phpunit-type (5.1.0-3maysync1) ... 295s Selecting previously unselected package phpunit. 295s Preparing to unpack .../84-phpunit_11.5.3-1ubuntu4_all.deb ... 295s Unpacking phpunit (11.5.3-1ubuntu4) ... 295s Selecting previously unselected package locales-all. 295s Preparing to unpack .../85-locales-all_2.41-1ubuntu1_s390x.deb ... 295s Unpacking locales-all (2.41-1ubuntu1) ... 297s Selecting previously unselected package pkg-php-tools. 297s Preparing to unpack .../86-pkg-php-tools_1.48_all.deb ... 297s Unpacking pkg-php-tools (1.48) ... 297s Setting up php-common (2:96ubuntu1) ... 297s Created symlink '/etc/systemd/system/timers.target.wants/phpsessionclean.timer' → '/usr/lib/systemd/system/phpsessionclean.timer'. 297s Setting up libsodium23:s390x (1.0.18-1build3) ... 297s Setting up phpunit-type (5.1.0-3maysync1) ... 297s Setting up libarchive-zip-perl (1.68-1) ... 297s Setting up libargon2-1:s390x (0~20190702+dfsg-4build1) ... 297s Setting up php-zeta-base (1.9.4-2) ... 297s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 297s Setting up php8.4-common (8.4.2-1ubuntu1) ... 297s Creating config file /etc/php/8.4/mods-available/calendar.ini with new version 298s Creating config file /etc/php/8.4/mods-available/ctype.ini with new version 298s Creating config file /etc/php/8.4/mods-available/exif.ini with new version 298s Creating config file /etc/php/8.4/mods-available/fileinfo.ini with new version 298s Creating config file /etc/php/8.4/mods-available/ffi.ini with new version 298s Creating config file /etc/php/8.4/mods-available/ftp.ini with new version 298s Creating config file /etc/php/8.4/mods-available/gettext.ini with new version 298s Creating config file /etc/php/8.4/mods-available/iconv.ini with new version 299s Creating config file /etc/php/8.4/mods-available/pdo.ini with new version 299s Creating config file /etc/php/8.4/mods-available/phar.ini with new version 299s Creating config file /etc/php/8.4/mods-available/posix.ini with new version 299s Creating config file /etc/php/8.4/mods-available/shmop.ini with new version 299s Creating config file /etc/php/8.4/mods-available/sockets.ini with new version 299s Creating config file /etc/php/8.4/mods-available/sysvmsg.ini with new version 299s Creating config file /etc/php/8.4/mods-available/sysvsem.ini with new version 300s Creating config file /etc/php/8.4/mods-available/sysvshm.ini with new version 300s Creating config file /etc/php/8.4/mods-available/tokenizer.ini with new version 300s Setting up m4 (1.4.19-5) ... 300s Setting up phpunit-code-unit (3.0.2-3ubuntu1) ... 300s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 300s Setting up phpunit-object-reflector (4.0.1-3maysync1) ... 300s Setting up locales (2.41-1ubuntu1) ... 300s Installing new version of config file /etc/locale.alias ... 300s locales-all installed, skipping locales generation 300s Setting up locales-all (2.41-1ubuntu1) ... 300s Setting up phpunit-diff (6.0.2-3maysync1) ... 300s Setting up php-zeta-console-tools (1.7.5-1) ... 300s Setting up php-phar-io-version (3.2.1-2) ... 300s Setting up autotools-dev (20220109.1) ... 300s Setting up php8.4-gmp (8.4.2-1ubuntu1) ... 300s Creating config file /etc/php/8.4/mods-available/gmp.ini with new version 300s Setting up libjs-d3 (3.5.17-4) ... 300s Setting up php-file-iterator (5.1.0-3ubuntu1) ... 300s Setting up libmpc3:s390x (1.3.1-1build2) ... 300s Setting up autopoint (0.23.1-1) ... 300s Setting up php-deepcopy (1.12.1-2maysync2) ... 300s Setting up php-text-template (4.0.1-3ubuntu1) ... 300s Setting up php-gmp (2:8.4+96ubuntu1) ... 300s Setting up autoconf (2.72-3) ... 300s Setting up phpunit-recursion-context (6.0.2-3ubuntu1) ... 300s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 300s Setting up dwz (0.15-1build6) ... 300s Setting up node-popper2 (2.11.2-8) ... 300s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 300s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 300s Setting up debugedit (1:5.1-2) ... 300s Setting up phpunit-object-enumerator (6.0.1-3maysync2) ... 300s Setting up php-invoker (5.0.1-2ubuntu1) ... 300s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 300s Setting up php-directory-scanner (1.3.3-5) ... 300s Setting up php8.4-xml (8.4.2-1ubuntu1) ... 300s Creating config file /etc/php/8.4/mods-available/dom.ini with new version 300s Creating config file /etc/php/8.4/mods-available/simplexml.ini with new version 301s Creating config file /etc/php/8.4/mods-available/xml.ini with new version 301s Creating config file /etc/php/8.4/mods-available/xmlreader.ini with new version 301s Creating config file /etc/php/8.4/mods-available/xmlwriter.ini with new version 301s Creating config file /etc/php/8.4/mods-available/xsl.ini with new version 301s Setting up libisl23:s390x (0.27-1) ... 301s Setting up libc-dev-bin (2.41-1ubuntu1) ... 301s Setting up phpunit-environment (7.2.0-3ubuntu1) ... 301s Setting up php-timer (7.0.1-3ubuntu1) ... 301s Setting up libjs-bootstrap5 (5.3.3+dfsg-3) ... 301s Setting up phpunit-cli-parser (3.0.2-2ubuntu1) ... 301s Setting up php8.4-opcache (8.4.2-1ubuntu1) ... 301s Creating config file /etc/php/8.4/mods-available/opcache.ini with new version 301s Setting up phpunit-global-state (7.0.2-3ubuntu1) ... 301s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 301s Setting up php-tokenizer (1.2.3-2) ... 301s Setting up dctrl-tools (2.24-3build3) ... 301s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 301s Setting up phpunit-code-unit-reverse-lookup (4.0.1-3ubuntu1) ... 301s Setting up phpunit-version (5.0.2-2) ... 301s Setting up php-brick-math (0.12.1-1) ... 301s Setting up automake (1:1.17-3) ... 301s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 301s Setting up php-xml (2:8.4+96ubuntu1) ... 301s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 301s Setting up gettext (0.23.1-1) ... 301s Setting up php8.4-readline (8.4.2-1ubuntu1) ... 301s Creating config file /etc/php/8.4/mods-available/readline.ini with new version 301s Setting up php8.4-mbstring (8.4.2-1ubuntu1) ... 301s Creating config file /etc/php/8.4/mods-available/mbstring.ini with new version 301s Setting up php-phar-io-manifest (2.0.4-4) ... 301s Setting up php-mbstring (2:8.4+96ubuntu1) ... 301s Setting up phpunit-exporter (6.3.0-4maysync1) ... 301s Setting up intltool-debian (0.35.0+20060710.6) ... 301s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 301s Setting up cpp-14 (14.2.0-17ubuntu1) ... 301s Setting up dh-strip-nondeterminism (1.14.1-2) ... 301s Setting up libc6-dev:s390x (2.41-1ubuntu1) ... 301s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 301s Setting up php8.4-cli (8.4.2-1ubuntu1) ... 301s update-alternatives: using /usr/bin/php8.4 to provide /usr/bin/php (php) in auto mode 301s update-alternatives: using /usr/bin/phar8.4 to provide /usr/bin/phar (phar) in auto mode 301s update-alternatives: using /usr/bin/phar.phar8.4 to provide /usr/bin/phar.phar (phar.phar) in auto mode 302s Creating config file /etc/php/8.4/cli/php.ini with new version 302s Setting up php-pear (1:1.10.13+submodules+notgz+2022032202-2build1) ... 302s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 302s Setting up po-debconf (1.0.21+nmu1) ... 302s Setting up phpunit-comparator (6.3.0-3ubuntu3) ... 302s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 302s Setting up php-parser (5.4.0-2ubuntu1) ... 302s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 302s Setting up phpunit-lines-of-code (3.0.1-3ubuntu1) ... 302s Setting up php-cli (2:8.4+96ubuntu1) ... 302s update-alternatives: using /usr/bin/php.default to provide /usr/bin/php (php) in auto mode 302s update-alternatives: using /usr/bin/phar.default to provide /usr/bin/phar (phar) in auto mode 302s update-alternatives: using /usr/bin/phar.phar.default to provide /usr/bin/phar.phar (phar.phar) in auto mode 302s Setting up cpp (4:14.2.0-1ubuntu1) ... 302s Setting up phpab (1.29.3-1) ... 302s Setting up phpunit-complexity (4.0.1-3ubuntu1) ... 302s Setting up php-codecoverage (11.0.8+dfsg-3ubuntu3) ... 302s Setting up gcc-14 (14.2.0-17ubuntu1) ... 302s Setting up libtool (2.5.4-3build1) ... 302s Setting up phpunit (11.5.3-1ubuntu4) ... 302s Setting up gcc (4:14.2.0-1ubuntu1) ... 302s Setting up dh-autoreconf (20) ... 302s Setting up debhelper (13.24.1ubuntu2) ... 302s Setting up pkg-php-tools (1.48) ... 302s Processing triggers for systemd (257.2-3ubuntu1) ... 302s Processing triggers for man-db (2.13.0-1) ... 304s Processing triggers for install-info (7.1.1-1) ... 304s Processing triggers for libc-bin (2.41-1ubuntu1) ... 304s Processing triggers for php8.4-cli (8.4.2-1ubuntu1) ... 304s autopkgtest: DBG: testbed command exited with code 0 304s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'php-brick-math'], kind short, sout pipe, serr pipe, env [] 304s autopkgtest: DBG: testbed command exited with code 0 304s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.f6KR4O/command1-packages.all"], kind short, sout raw, serr pipe, env [] 304s autopkgtest: DBG: testbed command exited with code 0 304s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.f6KR4O/command1-packages.all /tmp/autopkgtest-work.2ablr938/out/command1-packages.all 304s autopkgtest: DBG: got reply from testbed: ok 304s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.f6KR4O/build.mKw/src'], kind short, sout raw, serr raw, env [] 304s autopkgtest: DBG: testbed command exited with code 0 304s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.f6KR4O/build.mKw/src already exists 304s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '/tmp/autopkgtest.f6KR4O/build.mKw/src'], kind short, sout raw, serr pipe, env [] 305s autopkgtest: DBG: testbed command exited with code 0 305s autopkgtest [20:47:29]: test command1: mkdir -p vendor && phpabtpl --require brick/math > debian/autoload.tests.php.tpl && phpab -o vendor/autoload.php -t debian/autoload.tests.php.tpl tests && CALCULATOR=GMP phpunit 305s autopkgtest [20:47:29]: test command1: [----------------------- 305s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.f6KR4O/wrapper.sh --debug --artifacts=/tmp/autopkgtest.f6KR4O/command1-artifacts --chdir=/tmp/autopkgtest.f6KR4O/build.mKw/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.f6KR4O/command1-stderr --stdout=/tmp/autopkgtest.f6KR4O/command1-stdout --tmp=/tmp/autopkgtest.f6KR4O/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=phpunit/11.5.3-1ubuntu4 -- bash -ec 'mkdir -p vendor && phpabtpl --require brick/math > debian/autoload.tests.php.tpl && phpab -o vendor/autoload.php -t debian/autoload.tests.php.tpl tests && CALCULATOR=GMP phpunit'"], kind test, sout raw, serr raw, env [] 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.f6KR4O/command1-artifacts 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: changing to directory: /tmp/autopkgtest.f6KR4O/build.mKw/src 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: setting environment: LANG=C.UTF-8 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LANGUAGE 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_ADDRESS 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_ALL 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_COLLATE 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_CTYPE 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_IDENTIFICATION 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_MEASUREMENT 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_MESSAGES 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_MONETARY 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_NAME 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_NUMERIC 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_PAPER 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_TELEPHONE 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: unsetting environment: LC_TIME 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: pretending to be a login shell 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: will write standard error to /tmp/autopkgtest.f6KR4O/command1-stderr 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: will write stdout to /tmp/autopkgtest.f6KR4O/command1-stdout 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.f6KR4O/autopkgtest_tmp 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=phpunit/11.5.3-1ubuntu4 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: command to run: bash -ec mkdir -p vendor && phpabtpl --require brick/math > debian/autoload.tests.php.tpl && phpab -o vendor/autoload.php -t debian/autoload.tests.php.tpl tests && CALCULATOR=GMP phpunit 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: copying /tmp/tmp.cHwbOY7PjD/out to stdout and file: /tmp/autopkgtest.f6KR4O/command1-stdout 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: copying /tmp/tmp.cHwbOY7PjD/err to standard error and file: /tmp/autopkgtest.f6KR4O/command1-stdout 305s /tmp/autopkgtest.f6KR4O/wrapper.sh: writing script pid 8726 to /tmp/autopkgtest_script_pid 305s Proceeding without a composer.json file.phpab %development% - Copyright (C) 2009 - 2025 by Arne Blankerts and Contributors 305s 305s Scanning directory tests 305s 305s Autoload file vendor/autoload.php generated. 305s 305s Using Brick\Math\Internal\Calculator\GmpCalculator 305s PHPUnit 11.5.3 by Sebastian Bergmann and contributors. 305s 305s Runtime: PHP 8.4.2 305s Configuration: /tmp/autopkgtest.f6KR4O/build.mKw/src/phpunit.xml 305s 305s ............................................................. 61 / 6754 ( 0%) 305s ............................................................. 122 / 6754 ( 1%) 305s ............................................................. 183 / 6754 ( 2%) 305s ............................................................. 244 / 6754 ( 3%) 305s ............................................................. 305 / 6754 ( 4%) 305s ............................................................. 366 / 6754 ( 5%) 305s ............................................................. 427 / 6754 ( 6%) 305s ............................................................. 488 / 6754 ( 7%) 305s ............................................................. 549 / 6754 ( 8%) 305s ............................................................. 610 / 6754 ( 9%) 305s ............................................................. 671 / 6754 ( 9%) 305s ............................................................. 732 / 6754 ( 10%) 305s ............................................................. 793 / 6754 ( 11%) 305s ............................................................. 854 / 6754 ( 12%) 305s ............................................................. 915 / 6754 ( 13%) 305s ............................................................. 976 / 6754 ( 14%) 305s ............................................................. 1037 / 6754 ( 15%) 305s ............................................................. 1098 / 6754 ( 16%) 305s ............................................................. 1159 / 6754 ( 17%) 305s ............................................................. 1220 / 6754 ( 18%) 305s ............................................................. 1281 / 6754 ( 18%) 305s ............................................................. 1342 / 6754 ( 19%) 305s ............................................................. 1403 / 6754 ( 20%) 305s ............................................................. 1464 / 6754 ( 21%) 305s ............................................................. 1525 / 6754 ( 22%) 305s ............................................................. 1586 / 6754 ( 23%) 305s ............................................................. 1647 / 6754 ( 24%) 305s ............................................................. 1708 / 6754 ( 25%) 305s ............................................................. 1769 / 6754 ( 26%) 305s ............................................................. 1830 / 6754 ( 27%) 305s ............................................................. 1891 / 6754 ( 27%) 305s ............................................................. 1952 / 6754 ( 28%) 305s ............................................................. 2013 / 6754 ( 29%) 305s ............................................................. 2074 / 6754 ( 30%) 305s ............................................................. 2135 / 6754 ( 31%) 306s ............................................................. 2196 / 6754 ( 32%) 306s ............................................................. 2257 / 6754 ( 33%) 306s ............................................................. 2318 / 6754 ( 34%) 306s ............................................................. 2379 / 6754 ( 35%) 306s ............................................................. 2440 / 6754 ( 36%) 306s ............................................................. 2501 / 6754 ( 37%) 306s ............................................................. 2562 / 6754 ( 37%) 306s ............................................................. 2623 / 6754 ( 38%) 306s ............................................................. 2684 / 6754 ( 39%) 306s ............................................................. 2745 / 6754 ( 40%) 306s ............................................................. 2806 / 6754 ( 41%) 306s ............................................................. 2867 / 6754 ( 42%) 306s ............................................................. 2928 / 6754 ( 43%) 306s ............................................................. 2989 / 6754 ( 44%) 306s ............................................................. 3050 / 6754 ( 45%) 306s ............................................................. 3111 / 6754 ( 46%) 306s ............................................................. 3172 / 6754 ( 46%) 306s ............................................................. 3233 / 6754 ( 47%) 306s ............................................................. 3294 / 6754 ( 48%) 306s ............................................................. 3355 / 6754 ( 49%) 306s ............................................................. 3416 / 6754 ( 50%) 306s ............................................................. 3477 / 6754 ( 51%) 306s ............................................................. 3538 / 6754 ( 52%) 306s ............................................................. 3599 / 6754 ( 53%) 306s ............................................................. 3660 / 6754 ( 54%) 306s ............................................................. 3721 / 6754 ( 55%) 306s ............................................................. 3782 / 6754 ( 55%) 306s ............................................................. 3843 / 6754 ( 56%) 306s ............................................................. 3904 / 6754 ( 57%) 306s ............................................................. 3965 / 6754 ( 58%) 306s ............................................................. 4026 / 6754 ( 59%) 306s ............................................................. 4087 / 6754 ( 60%) 306s ............................................................. 4148 / 6754 ( 61%) 306s ............................................................. 4209 / 6754 ( 62%) 306s ............................................................. 4270 / 6754 ( 63%) 306s ............................................................. 4331 / 6754 ( 64%) 306s ............................................................. 4392 / 6754 ( 65%) 306s ............................................................. 4453 / 6754 ( 65%) 306s ............................................................. 4514 / 6754 ( 66%) 306s ............................................................. 4575 / 6754 ( 67%) 306s ............................................................. 4636 / 6754 ( 68%) 306s ............................................................. 4697 / 6754 ( 69%) 306s ............................................................. 4758 / 6754 ( 70%) 306s ............................................................. 4819 / 6754 ( 71%) 306s ............................................................. 4880 / 6754 ( 72%) 306s ............................................................. 4941 / 6754 ( 73%) 306s ............................................................. 5002 / 6754 ( 74%) 306s ............................................................. 5063 / 6754 ( 74%) 306s ............................................................. 5124 / 6754 ( 75%) 306s ............................................................. 5185 / 6754 ( 76%) 306s ............................................................. 5246 / 6754 ( 77%) 306s ............................................................. 5307 / 6754 ( 78%) 306s ............................................................. 5368 / 6754 ( 79%) 306s ............................................................. 5429 / 6754 ( 80%) 306s ............................................................. 5490 / 6754 ( 81%) 306s ............................................................. 5551 / 6754 ( 82%) 306s ............................................................. 5612 / 6754 ( 83%) 306s ............................................................. 5673 / 6754 ( 83%) 306s ............................................................. 5734 / 6754 ( 84%) 306s ............................................................. 5795 / 6754 ( 85%) 306s ............................................................. 5856 / 6754 ( 86%) 306s ............................................................. 5917 / 6754 ( 87%) 306s ............................................................. 5978 / 6754 ( 88%) 306s ............................................................. 6039 / 6754 ( 89%) 306s ............................................................. 6100 / 6754 ( 90%) 306s ............................................................. 6161 / 6754 ( 91%) 306s ............................................................. 6222 / 6754 ( 92%) 306s ............................................................. 6283 / 6754 ( 93%) 306s ............................................................. 6344 / 6754 ( 93%) 306s ............................................................. 6405 / 6754 ( 94%) 306s ............................................................. 6466 / 6754 ( 95%) 306s ............................................................. 6527 / 6754 ( 96%) 306s ............................................................. 6588 / 6754 ( 97%) 306s ............................................................. 6649 / 6754 ( 98%) 306s ............................................................. 6710 / 6754 ( 99%) 306s ............................................ 6754 / 6754 (100%) 306s 306s Time: 00:00.937, Memory: 32.00 MB 306s 306s OK, but there were issues! 306s Tests: 6754, Assertions: 14047, PHPUnit Deprecations: 151. 306s /tmp/autopkgtest.f6KR4O/wrapper.sh: checking for leaked background processes... 306s /tmp/autopkgtest.f6KR4O/wrapper.sh: waiting for tee/cat subprocesses... 306s /tmp/autopkgtest.f6KR4O/wrapper.sh: cleaning up... 306s /tmp/autopkgtest.f6KR4O/wrapper.sh: Exit status: 0 306s autopkgtest: DBG: testbed command exited with code 0 306s autopkgtest [20:47:30]: test command1: -----------------------] 306s autopkgtest: DBG: testbed executing test finished with exit status 0 306s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.f6KR4O/command1-stdout /tmp/autopkgtest-work.2ablr938/out/command1-stdout 307s autopkgtest: DBG: got reply from testbed: ok 307s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.f6KR4O/command1-stderr /tmp/autopkgtest-work.2ablr938/out/command1-stderr 307s autopkgtest: DBG: got reply from testbed: ok 307s command1 PASS 307s autopkgtest [20:47:31]: test command1: - - - - - - - - - - results - - - - - - - - - - 307s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.f6KR4O/command1-artifacts/ /tmp/autopkgtest-work.2ablr938/out/artifacts/ 307s autopkgtest: DBG: got reply from testbed: ok 307s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.f6KR4O/command1-artifacts', '/tmp/autopkgtest.f6KR4O/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 307s autopkgtest: DBG: testbed command exited with code 0 307s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 307s autopkgtest [20:47:31]: @@@@@@@@@@@@@@@@@@@@ summary 307s command1 PASS 307s autopkgtest: DBG: testbed stop 307s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.f6KR4O 307s autopkgtest: DBG: sending command to testbed: close 326s autopkgtest: DBG: got reply from testbed: ok 326s autopkgtest: DBG: sending command to testbed: quit 326s nova [W] Using flock in prodstack6-s390x 326s flock: timeout while waiting to get lock 326s Creating nova instance adt-plucky-s390x-php-brick-math-20250216-204224-juju-7f2275-prod-proposed-migration-environment-15-356db197-d6ad-4966-b6b2-9a33a6430a58 from image adt/ubuntu-plucky-s390x-server-20250216.img (UUID 67327349-c50d-4fb2-aab8-abef6582e685)... 326s nova [W] Timed out waiting for 80ff62a0-3778-4e47-9875-72b7624b9215 to get deleted.