0s autopkgtest: DBG: testbed init 0s autopkgtest [20:31:24]: starting date and time: 2025-02-04 20:31:24+0000 0s autopkgtest [20:31:24]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [20:31:24]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.vcrgb2ah/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:xorg-server,src:ubiquity --apt-upgrade ubiquity --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=xorg-server/2:21.1.15-2ubuntu2 ubiquity/25.04.2' -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-30.secgroup --name adt-plucky-s390x-ubiquity-20250204-203123-juju-7f2275-prod-proposed-migration-environment-15-e0086fbc-45c7-4bc9-89d7-99de9bc3ac53 --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 0s autopkgtest: DBG: got reply from testbed: ok 0s autopkgtest: DBG: testbed open, scratch=None 0s autopkgtest: DBG: sending command to testbed: open 97s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.MkhSA9 97s autopkgtest: DBG: sending command to testbed: print-execute-command 97s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.ih_bgpsu/runcmd 97s autopkgtest: DBG: sending command to testbed: capabilities 97s autopkgtest: DBG: got reply from testbed: ok revert isolation-machine revert-full-system reboot suggested-normal-user=ubuntu root-on-testbed 97s autopkgtest: DBG: testbed capabilities: ['revert', 'isolation-machine', 'revert-full-system', 'reboot', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 97s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.MkhSA9'], kind short, sout raw, serr pipe, env [] 98s autopkgtest: DBG: testbed command exited with code 0 98s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.MkhSA9/wrapper.sh 98s autopkgtest: DBG: got reply from testbed: ok 98s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.MkhSA9/wrapper.sh'], kind short, sout raw, serr pipe, env [] 98s autopkgtest: DBG: testbed command exited with code 0 98s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 98s autopkgtest: DBG: testbed command exited with code 0 98s autopkgtest [20:33:02]: testbed dpkg architecture: s390x 98s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest [20:33:03]: testbed apt version: 2.9.18 99s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: testbed has eatmydata 100s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest [20:33:04]: @@@@@@@@@@@@@@@@@@@@ test bed setup 100s 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 [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest [20:33:04]: testbed release detected to be: None 100s 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 [] 101s autopkgtest: DBG: testbed command exited with code 0 101s 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 [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: adding APT source: Types: deb deb-src 101s URIs: http://ftpmaster.internal/ubuntu/ 101s Suites: plucky-proposed 101s Components: main restricted universe multiverse 101s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 101s 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 [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 101s Package: * 101s Pin: release plucky-proposed 101s Pin-Priority: 500 101s 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 [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest [20:33:06]: updating testbed package index (apt update) 102s 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'] 102s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 103s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 103s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 103s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 103s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [74.6 kB] 103s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [836 kB] 103s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.5 kB] 103s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [102 kB] 103s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [749 kB] 103s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3644 B] 103s Fetched 1892 kB in 1s (1626 kB/s) 104s Reading package lists... 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 104s Package: * 104s Pin: release plucky-proposed 104s Pin-Priority: 100 104s 104s Package: src:xorg-server:any src:ubiquity:any 104s Pin: release plucky-proposed 104s Pin-Priority: 995 104s 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:xorg-server:any src:ubiquity:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s 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.MkhSA9/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s 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'] 105s + lsb_release --codename --short 105s + RELEASE=plucky 105s + cat 105s + [ plucky != trusty ] 105s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 105s Reading package lists... 105s Building dependency tree... 105s Reading state information... 105s Calculating upgrade... 105s The following packages were automatically installed and are no longer required: 105s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 105s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 105s linux-tools-6.11.0-8-generic 105s Use 'sudo apt autoremove' to remove them. 105s The following packages will be upgraded: 105s gcc-14-base libatomic1 libgcc-s1 libgpgme11t64 libstdc++6 105s 5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 105s Need to get 1149 kB of archives. 105s After this operation, 0 B of additional disk space will be used. 105s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-16ubuntu1 [53.4 kB] 105s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 14.2.0-16ubuntu1 [896 kB] 106s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 14.2.0-16ubuntu1 [9426 B] 106s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 14.2.0-16ubuntu1 [35.9 kB] 106s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.1-3ubuntu1 [154 kB] 106s Fetched 1149 kB in 1s (1193 kB/s) 106s (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 ... 80961 files and directories currently installed.) 106s Preparing to unpack .../gcc-14-base_14.2.0-16ubuntu1_s390x.deb ... 106s Unpacking gcc-14-base:s390x (14.2.0-16ubuntu1) over (14.2.0-13ubuntu1) ... 106s Setting up gcc-14-base:s390x (14.2.0-16ubuntu1) ... 106s (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 ... 80961 files and directories currently installed.) 106s Preparing to unpack .../libstdc++6_14.2.0-16ubuntu1_s390x.deb ... 106s Unpacking libstdc++6:s390x (14.2.0-16ubuntu1) over (14.2.0-13ubuntu1) ... 107s Setting up libstdc++6:s390x (14.2.0-16ubuntu1) ... 107s (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 ... 80961 files and directories currently installed.) 107s Preparing to unpack .../libatomic1_14.2.0-16ubuntu1_s390x.deb ... 107s Unpacking libatomic1:s390x (14.2.0-16ubuntu1) over (14.2.0-13ubuntu1) ... 107s Preparing to unpack .../libgcc-s1_14.2.0-16ubuntu1_s390x.deb ... 107s Unpacking libgcc-s1:s390x (14.2.0-16ubuntu1) over (14.2.0-13ubuntu1) ... 107s Setting up libgcc-s1:s390x (14.2.0-16ubuntu1) ... 107s (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 ... 80961 files and directories currently installed.) 107s Preparing to unpack .../libgpgme11t64_1.24.1-3ubuntu1_s390x.deb ... 107s Unpacking libgpgme11t64:s390x (1.24.1-3ubuntu1) over (1.24.1-2ubuntu1) ... 107s Setting up libatomic1:s390x (14.2.0-16ubuntu1) ... 107s Setting up libgpgme11t64:s390x (1.24.1-3ubuntu1) ... 107s Processing triggers for libc-bin (2.40-4ubuntu1) ... 107s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 107s + /usr/lib/apt/apt-helper analyze-pattern ?true 107s + uname+ sed s/\./\\./g 107s -r 107s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 107s + apt list ?obsolete 107s + + tail -n+2 107s cut -d/ -f1 107s + grep -v ^linux-.*6\.12\.0-12-generic.* 107s + true 107s + obsolete_pkgs= 107s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 107s Reading package lists... 107s Building dependency tree... 107s Reading state information... 107s The following packages will be REMOVED: 107s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 107s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 107s linux-tools-6.11.0-8-generic* 107s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 107s After this operation, 143 MB disk space will be freed. 107s (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 ... 80961 files and directories currently installed.) 107s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 107s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 108s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 108s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 108s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 108s (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 ... 56554 files and directories currently installed.) 108s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 108s + grep -q trusty /etc/lsb-release 108s + [ ! -d /usr/share/doc/unattended-upgrades ] 108s + [ ! -d /usr/share/doc/lxd ] 109s + [ ! -d /usr/share/doc/lxd-client ] 109s + [ ! -d /usr/share/doc/snapd ] 109s + type iptables 109s + cat 109s + chmod 755 /etc/rc.local 109s + . /etc/rc.local 109s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 109s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 109s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 109s + uname -m 109s + [ s390x = ppc64le ] 109s + [ -d /run/systemd/system ] 109s + systemd-detect-virt --quiet --vm 109s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 109s + cat 109s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 109s + echo COMPRESS=lz4 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest [20:33:13]: upgrading testbed (apt dist-upgrade and autopurge) 109s 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'] 109s Reading package lists... 109s Building dependency tree... 109s Reading state information... 109s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 109s Starting 2 pkgProblemResolver with broken count: 0 109s Done 109s Entering ResolveByKeep 109s 109s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 109s autopkgtest: DBG: testbed command exited with code 0 109s 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'] 110s Reading package lists... 110s Building dependency tree... 110s Reading state information... 110s Starting pkgProblemResolver with broken count: 0 110s Starting 2 pkgProblemResolver with broken count: 0 110s Done 110s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 110s autopkgtest: DBG: testbed command exited with code 0 110s 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.MkhSA9/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 110s autopkgtest: DBG: testbed command exited with code 1 110s autopkgtest [20:33:14]: rebooting testbed after setup commands that affected boot 110s autopkgtest: DBG: sending command to testbed: reboot 126s autopkgtest: DBG: got reply from testbed: ok 126s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 126s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.MkhSA9'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.MkhSA9/autopkgtest-reboot 127s autopkgtest: DBG: got reply from testbed: ok 127s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.MkhSA9/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.MkhSA9/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.MkhSA9/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.MkhSA9'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.MkhSA9/autopkgtest-reboot-prepare 128s autopkgtest: DBG: got reply from testbed: ok 128s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.MkhSA9/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.MkhSA9/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest [20:33:33]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 129s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.MkhSA9/testbed-packages"], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.MkhSA9/testbed-packages /tmp/autopkgtest-work.vcrgb2ah/out/testbed-packages 130s autopkgtest: DBG: got reply from testbed: ok 130s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 130s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.MkhSA9'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.MkhSA9/autopkgtest-reboot 130s autopkgtest: DBG: got reply from testbed: ok 130s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.MkhSA9/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.MkhSA9/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.MkhSA9/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.MkhSA9'], kind short, sout raw, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.MkhSA9/autopkgtest-reboot-prepare 132s autopkgtest: DBG: got reply from testbed: ok 132s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.MkhSA9/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.MkhSA9/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: Binaries: initialising 132s autopkgtest [20:33:36]: @@@@@@@@@@@@@@@@@@@@ apt-source ubiquity 132s autopkgtest: DBG: blame += ubiquity 132s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 132s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'ubiquity'], kind short, sout pipe, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^oem-config-debconf$'], kind short, sout pipe, serr raw, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'oem-config-debconf=25.04.3'], kind short, sout pipe, serr raw, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ubiquity$'], kind short, sout pipe, serr raw, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ubiquity=25.04.3'], kind short, sout pipe, serr raw, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^oem-config$'], kind short, sout pipe, serr raw, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'oem-config=25.04.3'], kind short, sout pipe, serr raw, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ubiquity-frontend-debconf$'], kind short, sout pipe, serr raw, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ubiquity-frontend-debconf=25.04.3'], kind short, sout pipe, serr raw, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ubiquity-ubuntu-artwork$'], kind short, sout pipe, serr raw, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ubiquity-ubuntu-artwork=25.04.3'], kind short, sout pipe, serr raw, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^oem-config-remaster$'], kind short, sout pipe, serr raw, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'oem-config-remaster=25.04.3'], kind short, sout pipe, serr raw, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^oem-config-kde$'], kind short, sout pipe, serr raw, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'oem-config-kde=25.04.3'], kind short, sout pipe, serr raw, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^oem-config-gtk$'], kind short, sout pipe, serr raw, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'oem-config-gtk=25.04.3'], kind short, sout pipe, serr raw, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ubiquity-frontend-kde$'], kind short, sout pipe, serr raw, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ubiquity-frontend-kde=25.04.3'], kind short, sout pipe, serr raw, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^oem-config-prepare$'], kind short, sout pipe, serr raw, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'oem-config-prepare=25.04.3'], kind short, sout pipe, serr raw, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: install_deps: deps_new=[] 140s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s 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.MkhSA9/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source ubiquity=25.04.3 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 ubiquity_*.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=xorg-server/2:21.1.15-2ubuntu2 ubiquity/25.04.2'] 141s + cd / 141s + mktemp -d /tmp/autopkgtest.MkhSA9/build.XXX 141s + builddir=/tmp/autopkgtest.MkhSA9/build.JvH 141s + cd /tmp/autopkgtest.MkhSA9/build.JvH 141s + apt-get source -d -q --only-source ubiquity=25.04.3 143s + OUT=Reading package lists... 143s NOTICE: 'ubiquity' packaging is maintained in the 'Git' version control system at: 143s https://git.launchpad.net/ubiquity 143s Please use: 143s git clone https://git.launchpad.net/ubiquity 143s to retrieve the latest (possibly unreleased) updates to the package. 143s Need to get 6907 kB of source archives. 143s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main ubiquity 25.04.3 (dsc) [3718 B] 143s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main ubiquity 25.04.3 (tar) [6904 kB] 143s Fetched 6907 kB in 2s (4211 kB/s) 143s Download complete and in download only mode 143s + [ -n ] 143s + + grep ^Get: 143s echo Reading package lists... 143s NOTICE: 'ubiquity' packaging is maintained in the 'Git' version control system at: 143s https://git.launchpad.net/ubiquity 143s Please use: 143s git clone https://git.launchpad.net/ubiquity 143s to retrieve the latest (possibly unreleased) updates to the package. 143s Need to get 6907 kB of source archives. 143s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main ubiquity 25.04.3 (dsc) [3718 B] 143s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main ubiquity 25.04.3 (tar) [6904 kB] 143s Fetched 6907 kB in 2s (4211 kB/s) 143s Download complete and in download only mode 143s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main ubiquity 25.04.3 (dsc) [3718 B] 143s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main ubiquity 25.04.3 (tar) [6904 kB] 143s + dpkg-source -x ubiquity_25.04.3.dsc src 143s gpgv: Signature made Mon Feb 3 15:21:23 2025 UTC 143s gpgv: using RSA key 4FB588A84C2DDE79A74C77876FA458DD1DB03F71 143s gpgv: Can't check signature: No public key 143s dpkg-source: warning: cannot verify inline signature for ./ubiquity_25.04.3.dsc: no acceptable signature found 143s + chmod -R a+rX . 143s + cd src/. 143s + pwd 143s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest [20:33:47]: testing package ubiquity version 25.04.3 143s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.MkhSA9/build.JvH/src/debian/ /tmp/autopkgtest-work.vcrgb2ah/out/pkg/debian/ 148s autopkgtest: DBG: got reply from testbed: ok 148s autopkgtest: DBG: processing dependency build-essential 148s autopkgtest: DBG: processing dependency humanity-icon-theme 148s autopkgtest: DBG: processing dependency oem-config 148s autopkgtest: DBG: marked alternatives ['oem-config'] as a synthesised dependency 148s autopkgtest: DBG: processing dependency oem-config-debconf 148s autopkgtest: DBG: marked alternatives ['oem-config-debconf'] as a synthesised dependency 148s autopkgtest: DBG: processing dependency oem-config-gtk 148s autopkgtest: DBG: marked alternatives ['oem-config-gtk'] as a synthesised dependency 148s autopkgtest: DBG: processing dependency oem-config-kde 148s autopkgtest: DBG: marked alternatives ['oem-config-kde'] as a synthesised dependency 148s autopkgtest: DBG: processing dependency oem-config-remaster 148s autopkgtest: DBG: marked alternatives ['oem-config-remaster'] as a synthesised dependency 148s autopkgtest: DBG: processing dependency python3-mock 148s autopkgtest: DBG: processing dependency ubiquity 148s autopkgtest: DBG: marked alternatives ['ubiquity'] as a synthesised dependency 148s autopkgtest: DBG: processing dependency ubiquity-frontend-debconf 148s autopkgtest: DBG: marked alternatives ['ubiquity-frontend-debconf'] as a synthesised dependency 148s autopkgtest: DBG: processing dependency ubiquity-frontend-gtk 148s autopkgtest: DBG: marked alternatives ['ubiquity-frontend-gtk'] as a synthesised dependency 148s autopkgtest: DBG: processing dependency ubiquity-frontend-kde 148s autopkgtest: DBG: marked alternatives ['ubiquity-frontend-kde'] as a synthesised dependency 148s autopkgtest: DBG: processing dependency ubiquity-ubuntu-artwork 148s autopkgtest: DBG: marked alternatives ['ubiquity-ubuntu-artwork'] as a synthesised dependency 148s autopkgtest: DBG: processing dependency xvfb 148s autopkgtest: DBG: Test defined: name unit path debian/tests/unit command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'humanity-icon-theme', 'oem-config', 'oem-config-debconf', 'oem-config-gtk', 'oem-config-kde', 'oem-config-remaster', 'python3-mock', 'ubiquity', 'ubiquity-frontend-debconf', 'ubiquity-frontend-gtk', 'ubiquity-frontend-kde', 'ubiquity-ubuntu-artwork', 'xvfb'] 148s autopkgtest [20:33:52]: build not needed 148s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.MkhSA9/build.JvH/src/ /tmp/autopkgtest-work.vcrgb2ah/out/tests-tree/ 154s autopkgtest: DBG: got reply from testbed: ok 154s autopkgtest: DBG: processing dependency build-essential 154s autopkgtest: DBG: processing dependency humanity-icon-theme 154s autopkgtest: DBG: processing dependency oem-config 154s autopkgtest: DBG: marked alternatives ['oem-config'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency oem-config-debconf 154s autopkgtest: DBG: marked alternatives ['oem-config-debconf'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency oem-config-gtk 154s autopkgtest: DBG: marked alternatives ['oem-config-gtk'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency oem-config-kde 154s autopkgtest: DBG: marked alternatives ['oem-config-kde'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency oem-config-remaster 154s autopkgtest: DBG: marked alternatives ['oem-config-remaster'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency python3-mock 154s autopkgtest: DBG: processing dependency ubiquity 154s autopkgtest: DBG: marked alternatives ['ubiquity'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency ubiquity-frontend-debconf 154s autopkgtest: DBG: marked alternatives ['ubiquity-frontend-debconf'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency ubiquity-frontend-gtk 154s autopkgtest: DBG: marked alternatives ['ubiquity-frontend-gtk'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency ubiquity-frontend-kde 154s autopkgtest: DBG: marked alternatives ['ubiquity-frontend-kde'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency ubiquity-ubuntu-artwork 154s autopkgtest: DBG: marked alternatives ['ubiquity-ubuntu-artwork'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency xvfb 154s autopkgtest: DBG: Test defined: name unit path debian/tests/unit command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'humanity-icon-theme', 'oem-config', 'oem-config-debconf', 'oem-config-gtk', 'oem-config-kde', 'oem-config-remaster', 'python3-mock', 'ubiquity', 'ubiquity-frontend-debconf', 'ubiquity-frontend-gtk', 'ubiquity-frontend-kde', 'ubiquity-ubuntu-artwork', 'xvfb'] 154s autopkgtest [20:33:58]: test unit: preparing testbed 154s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['build-essential', 'humanity-icon-theme', 'oem-config', 'oem-config-debconf', 'oem-config-gtk', 'oem-config-kde', 'oem-config-remaster', 'python3-mock', 'ubiquity', 'ubiquity-frontend-debconf', 'ubiquity-frontend-gtk', 'ubiquity-frontend-kde', 'ubiquity-ubuntu-artwork', 'xvfb'] 154s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 154s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'humanity-icon-theme', 'oem-config', 'oem-config-debconf', 'oem-config-gtk', 'oem-config-kde', 'oem-config-remaster', 'python3-mock', 'ubiquity', 'ubiquity-frontend-debconf', 'ubiquity-frontend-gtk', 'ubiquity-frontend-kde', 'ubiquity-ubuntu-artwork', 'xvfb'] 154s autopkgtest: DBG: install-deps: satisfying build-essential, humanity-icon-theme, oem-config, oem-config-debconf, oem-config-gtk, oem-config-kde, oem-config-remaster, python3-mock, ubiquity, ubiquity-frontend-debconf, ubiquity-frontend-gtk, ubiquity-frontend-kde, ubiquity-ubuntu-artwork, xvfb 154s autopkgtest: DBG: can use apt-get on testbed: True 154s 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', 'build-essential, humanity-icon-theme, oem-config, oem-config-debconf, oem-config-gtk, oem-config-kde, oem-config-remaster, python3-mock, ubiquity, ubiquity-frontend-debconf, ubiquity-frontend-gtk, ubiquity-frontend-kde, ubiquity-ubuntu-artwork, xvfb'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 155s Reading package lists... 155s Building dependency tree... 155s Reading state information... 155s Starting pkgProblemResolver with broken count: 1 155s Starting 2 pkgProblemResolver with broken count: 1 155s Investigating (0) satisfy:command-line:s390x < none -> 1 @un puN Ib > 155s Broken satisfy:command-line:s390x Depends on build-essential:s390x < none | 12.10ubuntu1 @un uH > 155s Considering build-essential:s390x 2 as a solution to satisfy:command-line:s390x 9998 155s Re-Instated libisl23:s390x 155s Re-Instated libmpc3:s390x 155s Re-Instated cpp-14-s390x-linux-gnu:s390x 155s Re-Instated cpp-14:s390x 155s Re-Instated cpp-s390x-linux-gnu:s390x 155s Re-Instated cpp:s390x 155s Re-Instated libcc1-0:s390x 155s Re-Instated libgomp1:s390x 155s Re-Instated libitm1:s390x 155s Re-Instated libasan8:s390x 155s Re-Instated libubsan1:s390x 155s Re-Instated libgcc-14-dev:s390x 155s Re-Instated gcc-14-s390x-linux-gnu:s390x 155s Re-Instated gcc-14:s390x 155s Re-Instated gcc-s390x-linux-gnu:s390x 155s Re-Instated gcc:s390x 155s Re-Instated libstdc++-14-dev:s390x 155s Re-Instated g++-14-s390x-linux-gnu:s390x 155s Re-Instated g++-14:s390x 155s Re-Instated g++-s390x-linux-gnu:s390x 155s Re-Instated g++:s390x 155s Re-Instated build-essential:s390x 155s Broken satisfy:command-line:s390x Depends on humanity-icon-theme:s390x < none | 0.6.16 @un uH > 155s Considering humanity-icon-theme:s390x 1 as a solution to satisfy:command-line:s390x 9998 155s Re-Instated libgdk-pixbuf2.0-common:s390x 155s Re-Instated libjpeg-turbo8:s390x 155s Re-Instated libjpeg8:s390x 155s Re-Instated libdeflate0:s390x 155s Re-Instated libjbig0:s390x 155s Re-Instated libsharpyuv0:s390x 155s Re-Instated libwebp7:s390x 155s Re-Instated libtiff6:s390x 155s Re-Instated libgdk-pixbuf-2.0-0:s390x 155s Re-Instated gtk-update-icon-cache:s390x 155s Re-Instated hicolor-icon-theme:s390x 155s Re-Instated ubuntu-mono:s390x 155s Re-Instated adwaita-icon-theme:s390x 155s Re-Instated humanity-icon-theme:s390x 155s Broken satisfy:command-line:s390x Depends on oem-config:s390x < none | 25.04.3 @un uH > 155s Considering oem-config:s390x 1 as a solution to satisfy:command-line:s390x 9998 155s Reinst Failed early because of kde-window-manager:s390x 155s Re-Instated libasound2-data:s390x 155s Re-Instated libasound2t64:s390x 155s Re-Instated libltdl7:s390x 155s Re-Instated libtdb1:s390x 155s Re-Instated libogg0:s390x 155s Re-Instated libvorbis0a:s390x 155s Re-Instated libvorbisfile3:s390x 155s Re-Instated sound-theme-freedesktop:s390x 155s Re-Instated libcanberra0:s390x 155s Re-Instated libepoxy0:s390x 155s Re-Instated libb2-1:s390x 155s Re-Instated libdouble-conversion3:s390x 155s Re-Instated libpcre2-16-0:s390x 155s Re-Instated libqt6core6t64:s390x 155s Re-Instated libfreetype6:s390x 155s Re-Instated fonts-dejavu-mono:s390x 155s Re-Instated fonts-dejavu-core:s390x 155s Re-Instated fontconfig-config:s390x 155s Re-Instated libfontconfig1:s390x 155s Re-Instated fontconfig:s390x 155s Re-Instated libglvnd0:s390x 155s Re-Instated libwayland-server0:s390x 155s Re-Instated libxcb-randr0:s390x 155s Re-Instated libdrm-radeon1:s390x 155s Re-Instated libglapi-mesa:s390x 155s Re-Instated libx11-xcb1:s390x 155s Re-Instated libxcb-dri2-0:s390x 155s Re-Instated libxcb-dri3-0:s390x 155s Re-Instated libxcb-present0:s390x 155s Re-Instated libxcb-sync1:s390x 155s Re-Instated libxcb-xfixes0:s390x 155s Re-Instated libxshmfence1:s390x 155s Re-Instated mesa-libgallium:s390x 155s Re-Instated libgbm1:s390x 155s Re-Instated libwayland-client0:s390x 155s Re-Instated libxcb-shm0:s390x 155s Re-Instated libegl-mesa0:s390x 155s Re-Instated libegl1:s390x 155s Re-Instated libxcb-glx0:s390x 155s Re-Instated libxfixes3:s390x 155s Re-Instated libxxf86vm1:s390x 155s Re-Instated libvulkan1:s390x 155s Re-Instated libgl1-mesa-dri:s390x 155s Re-Instated libglx-mesa0:s390x 155s Re-Instated libglx0:s390x 155s Re-Instated libgraphite2-3:s390x 155s Re-Instated libharfbuzz0b:s390x 155s Re-Instated x11-common:s390x 155s Re-Instated libice6:s390x 155s Re-Instated libmtdev1t64:s390x 155s Re-Instated libwacom-common:s390x 155s Re-Instated libwacom9:s390x 155s Re-Instated libinput-bin:s390x 155s Re-Instated libinput10:s390x 155s Re-Instated libmd4c0:s390x 155s Re-Instated libopengl0:s390x 155s Re-Instated libqt6dbus6:s390x 155s Re-Instated libsm6:s390x 155s Re-Instated libts0t64:s390x 155s Re-Instated libxcb-util1:s390x 155s Re-Instated libxcb-image0:s390x 155s Re-Instated libxcb-render0:s390x 155s Re-Instated libxcb-render-util0:s390x 155s Re-Instated libxcb-cursor0:s390x 155s Re-Instated libxcb-icccm4:s390x 155s Re-Instated libxcb-keysyms1:s390x 155s Re-Instated libxcb-shape0:s390x 155s Re-Instated libxcb-xinput0:s390x 155s Re-Instated libxcb-xkb1:s390x 155s Re-Instated libxkbcommon-x11-0:s390x 155s Re-Instated libqt6gui6:s390x 155s Re-Instated libkdecorations3private1:s390x 155s Re-Instated libkf6i18n-data:s390x 155s Re-Instated libduktape207:s390x 155s Re-Instated libproxy1v5:s390x 155s Re-Instated libqt6network6:s390x 155s Re-Instated libqt6qml6:s390x 155s Re-Instated libkf6i18n6:s390x 155s Re-Instated libkdecorations3-6:s390x 155s Re-Instated libkf6config-data:s390x 155s Re-Instated libkf6configcore6:s390x 155s Re-Instated libkf6configgui6:s390x 155s Re-Instated libkf6configwidgets-data:s390x 155s Re-Instated libkf6codecs-data:s390x 155s Re-Instated libkf6codecs6:s390x 155s Re-Instated libkf6colorscheme-data:s390x 155s Re-Instated libkf6guiaddons-data:s390x 155s Re-Instated libwayland-cursor0:s390x 155s Re-Instated libqt6waylandclient6:s390x 155s Re-Instated libkf6guiaddons6:s390x 155s Re-Instated libkf6colorscheme6:s390x 155s Re-Instated libkf6coreaddons-data:s390x 155s Re-Instated libkf6coreaddons6:s390x 155s Re-Instated libkf6widgetsaddons-data:s390x 155s Re-Instated libqt6widgets6:s390x 155s Re-Instated libkf6widgetsaddons6:s390x 155s Re-Instated libkf6configwidgets6:s390x 155s Re-Instated libkf6crash6:s390x 155s Re-Instated libkf6globalaccel-data:s390x 155s Re-Instated libkf6globalaccel6:s390x 155s Re-Instated libkf6service-data:s390x 155s Re-Instated libqt6xml6:s390x 155s Re-Instated libkf6service6:s390x 155s Re-Instated libkf6service-bin:s390x 155s Re-Instated libkf6archive-data:s390x 155s Re-Instated libkf6archive6:s390x 155s Re-Instated libqt6svg6:s390x 155s Re-Instated libkf6svg6:s390x 155s Re-Instated libkf6windowsystem-data:s390x 155s Re-Instated libxcb-res0:s390x 155s Re-Instated libkf6windowsystem6:s390x 155s Re-Instated libdisplay-info2:s390x 155s Re-Instated libqt6opengl6:s390x 155s Re-Instated libqt6qmlmodels6:s390x 155s Re-Instated libqt6qmlworkerscript6:s390x 155s Re-Instated libqt6qmlmeta6:s390x 155s Re-Instated libqt6quick6:s390x 155s Re-Instated libkf6configqml6:s390x 155s Re-Instated libkf6i18nqml6:s390x 155s Re-Instated libkf6notifications-data:s390x 155s Re-Instated libkf6notifications6:s390x 155s Re-Instated libkf6package-data:s390x 155s Re-Instated libkf6package6:s390x 155s Re-Instated libkf6dbusaddons-data:s390x 155s Re-Instated libkf6dbusaddons6:s390x 155s Re-Instated kded6:s390x 155s Re-Instated libkf6wallet-data:s390x 155s Re-Instated libgpgmepp6t64:s390x 155s Re-Instated libkf6walletbackend6:s390x 155s Re-Instated libkf6wallet6:s390x 155s Re-Instated libqt6core5compat6:s390x 155s Re-Instated libqca-qt6-2:s390x 155s Re-Instated kwallet6:s390x 155s Re-Instated libkf6auth-data:s390x 155s Re-Instated libpolkit-qt6-1-1:s390x 155s Re-Instated libkf6authcore6:s390x 155s Re-Instated libxslt1.1:s390x 155s Re-Instated libkf6doctools6:s390x 155s Re-Instated libkf6kiocore6:s390x 155s Re-Instated libkf6solid-data:s390x 155s Re-Instated libplist-2.0-4:s390x 155s Re-Instated libusbmuxd6:s390x 155s Re-Instated libimobiledevice6:s390x 155s Re-Instated libkf6solid6:s390x 155s Re-Instated libkf6kiogui6:s390x 155s Re-Instated kio6:s390x 155s Re-Instated libkf6jobwidgets-data:s390x 155s Re-Instated libkf6jobwidgets6:s390x 155s Re-Instated libxcb-record0:s390x 155s Re-Instated libkglobalacceld0:s390x 155s Re-Instated libxss1:s390x 155s Re-Instated libkf6idletime6:s390x 155s Re-Instated libkscreen-data:s390x 155s Re-Instated libxcb-dpms0:s390x 155s Re-Instated libkf6screendpms8:s390x 155s Re-Instated libkf6xmlgui-data:s390x 155s Re-Instated libkf6iconthemes-data:s390x 155s Re-Instated libkf6breezeicons6:s390x 155s Re-Instated libkf6iconthemes6:s390x 155s Re-Instated libkf6iconwidgets6:s390x 155s Re-Instated libkf6itemviews-data:s390x 155s Re-Instated libkf6itemviews6:s390x 155s Re-Instated libavahi-common-data:s390x 155s Re-Instated libavahi-common3:s390x 155s Re-Instated libavahi-client3:s390x 155s Re-Instated libcups2t64:s390x 155s Re-Instated libqt6printsupport6:s390x 155s Re-Instated libkf6xmlgui6:s390x 155s Re-Instated liblayershellqtinterface6:s390x 155s Re-Instated libkf6kcmutils-data:s390x 155s Re-Instated libkf6kcmutilscore6:s390x 155s Re-Instated libkf6kcmutilsquick6:s390x 155s Re-Instated libkf6completion-data:s390x 155s Re-Instated libkf6completion6:s390x 155s Re-Instated libkf6kiowidgets6:s390x 155s Re-Instated libplasmaactivities6:s390x 155s Re-Instated libplasma6:s390x 155s Re-Instated libplasmaquick6:s390x 155s Re-Instated libxi6:s390x 155s Re-Instated libkscreenlocker6:s390x 155s Re-Instated kwayland6-data:s390x 155s Re-Instated libkwaylandclient6:s390x 155s Re-Instated liblcms2-2:s390x 155s Re-Instated libqt6sensors6:s390x 155s Re-Instated libxcb-composite0:s390x 155s Re-Instated libxcb-damage0:s390x 155s Re-Instated libxcb-xinerama0:s390x 155s Re-Instated libxcvt0:s390x 155s Re-Instated libkwin6:s390x 155s Re-Instated libqaccessibilityclient-qt6-0:s390x 155s Re-Instated kwin-x11:s390x 155s Re-Instated libqt5core5t64:s390x 155s Re-Instated python3-dbus.mainloop.pyqt5:s390x 155s Re-Instated python3-pyqt5.sip:s390x 155s Re-Instated libpython3.13:s390x 155s Re-Instated libqt5dbus5t64:s390x 155s Re-Instated libgl1:s390x 155s Re-Instated libqt5network5t64:s390x 155s Re-Instated libxrender1:s390x 155s Re-Instated libqt5gui5t64:s390x 155s Re-Instated libqt5widgets5t64:s390x 155s Re-Instated libqt5xml5t64:s390x 155s Re-Instated libqt5designer5:s390x 155s Re-Instated libqt5sql5t64:s390x 155s Re-Instated libqt5help5:s390x 155s Re-Instated libqt5printsupport5t64:s390x 155s Re-Instated libqt5test5t64:s390x 155s Re-Instated python3-pyqt5:s390x 155s Re-Instated libqt5svg5:s390x 155s Re-Instated python3-pyqt5.qtsvg:s390x 155s Re-Instated libgstreamer1.0-0:s390x 155s Re-Instated liborc-0.4-0t64:s390x 155s Re-Instated libgstreamer-plugins-base1.0-0:s390x 155s Re-Instated libhyphen0:s390x 155s Re-Instated libqt5positioning5:s390x 155s Re-Instated libqt5qml5:s390x 155s Re-Instated libqt5qmlmodels5:s390x 155s Re-Instated libqt5quick5:s390x 155s Re-Instated libqt5sensors5:s390x 155s Re-Instated libqt5webchannel5:s390x 155s Re-Instated libwoff1:s390x 155s Re-Instated libqt5webkit5:s390x 155s Re-Instated python3-pyqt5.qtwebkit:s390x 155s Re-Instated cryptsetup:s390x 155s Re-Instated dbus-x11:s390x 155s Re-Instated dpkg-repack:s390x 155s Re-Instated libaccountsservice0:s390x 155s Re-Instated accountsservice:s390x 155s Re-Instated language-selector-common:s390x 155s Re-Instated laptop-detect:s390x 155s Re-Instated grub-common:s390x 155s Re-Instated os-prober:s390x 155s Re-Instated sgml-base:s390x 155s Re-Instated xml-core:s390x 155s Re-Instated polkitd:s390x 155s Re-Instated pkexec:s390x 155s Re-Instated python3-icu:s390x 155s Re-Instated python3-pam:s390x 155s Re-Instated tzdata-legacy:s390x 155s Re-Instated rdate:s390x 155s Re-Instated ubiquity-ubuntu-artwork:s390x 155s Re-Instated ubiquity-casper:s390x 155s Re-Instated xdg-utils:s390x 155s Re-Instated dctrl-tools:s390x 155s Re-Instated libdebian-installer4:s390x 155s Re-Instated libparted-fs-resize0t64:s390x 155s Re-Instated ubiquity:s390x 155s Re-Instated ubiquity-frontend-kde:s390x 155s Re-Instated oem-config-kde:s390x 155s Re-Instated oem-config:s390x 155s Broken satisfy:command-line:s390x Depends on oem-config-debconf:s390x < none | 25.04.3 @un uH > 155s Considering oem-config-debconf:s390x 1 as a solution to satisfy:command-line:s390x 9998 155s Re-Instated bogl-bterm:s390x 155s Re-Instated ubiquity-frontend-debconf:s390x 155s Re-Instated oem-config-debconf:s390x 155s Broken satisfy:command-line:s390x Depends on oem-config-gtk:s390x < none | 25.04.3 @un uH > 155s Considering oem-config-gtk:s390x 1 as a solution to satisfy:command-line:s390x 9998 155s Re-Instated libpackagekit-glib2-18:s390x 155s Re-Instated gir1.2-packagekitglib-1.0:s390x 155s Re-Instated python3-defer:s390x 155s Re-Instated python3-aptdaemon:s390x 155s Re-Instated aptdaemon:s390x 155s Re-Instated aptdaemon-data:s390x 155s Re-Instated at-spi2-common:s390x 155s Re-Instated libatk1.0-0t64:s390x 155s Re-Instated gir1.2-atk-1.0:s390x 155s Re-Instated libpixman-1-0:s390x 155s Re-Instated libcairo2:s390x 155s Re-Instated libcairo-gobject2:s390x 155s Re-Instated gir1.2-freedesktop:s390x 155s Re-Instated gir1.2-gdkpixbuf-2.0:s390x 155s Re-Instated libharfbuzz-gobject0:s390x 155s Re-Instated gir1.2-harfbuzz-0.0:s390x 155s Re-Instated libthai-data:s390x 155s Re-Instated libdatrie1:s390x 155s Re-Instated libthai0:s390x 155s Re-Instated libpango-1.0-0:s390x 155s Re-Instated libpangoft2-1.0-0:s390x 155s Re-Instated libpangocairo-1.0-0:s390x 155s Re-Instated libxft2:s390x 155s Re-Instated libpangoxft-1.0-0:s390x 155s Re-Instated gir1.2-pango-1.0:s390x 155s Re-Instated libatspi2.0-0t64:s390x 155s Re-Instated libatk-bridge2.0-0t64:s390x 155s Re-Instated libcolord2:s390x 155s Re-Instated libwayland-egl1:s390x 155s Re-Instated libxcomposite1:s390x 155s Re-Instated libxcursor1:s390x 155s Re-Instated libxdamage1:s390x 155s Re-Instated libxinerama1:s390x 155s Re-Instated libxrandr2:s390x 155s Re-Instated libdconf1:s390x 155s Re-Instated dconf-service:s390x 155s Re-Instated dconf-gsettings-backend:s390x 155s Re-Instated libgtk-3-common:s390x 155s Re-Instated libgtk-3-0t64:s390x 155s Re-Instated gir1.2-gtk-3.0:s390x 155s Re-Instated libvte-2.91-common:s390x 155s Re-Instated libvte-2.91-0:s390x 155s Re-Instated gir1.2-vte-2.91:s390x 155s Re-Instated python3-aptdaemon.gtk3widgets:s390x 155s Reinst Failed early because of ubiquity-frontend-gtk:s390x 155s Considering oem-config-gtk:s390x 1 as a solution to satisfy:command-line:s390x 9998 155s Broken satisfy:command-line:s390x Depends on oem-config-remaster:s390x < none | 25.04.3 @un uH > 155s Considering oem-config-remaster:s390x 1 as a solution to satisfy:command-line:s390x 9998 155s Re-Instated genisoimage:s390x 155s Re-Instated oem-config-remaster:s390x 155s Broken satisfy:command-line:s390x Depends on python3-mock:s390x < none | 5.1.0-1 @un uH > 155s Considering python3-mock:s390x 1 as a solution to satisfy:command-line:s390x 9998 155s Re-Instated python3-mock:s390x 155s Broken satisfy:command-line:s390x Depends on ubiquity-frontend-gtk:s390x < none @un H > 155s Broken satisfy:command-line:s390x Depends on xvfb:s390x < none | 2:21.1.15-2ubuntu2 @un uH > 155s Considering xvfb:s390x 1 as a solution to satisfy:command-line:s390x 9998 155s Re-Instated libxt6t64:s390x 155s Re-Instated libxmu6:s390x 155s Re-Instated libxpm4:s390x 155s Re-Instated libxaw7:s390x 155s Re-Instated libxkbfile1:s390x 155s Re-Instated x11-xkb-utils:s390x 155s Re-Instated xserver-common:s390x 155s Re-Instated libfontenc1:s390x 155s Re-Instated libxfont2:s390x 155s Re-Instated xvfb:s390x 155s Done 155s Some packages could not be installed. This may mean that you have 155s requested an impossible situation or if you are using the unstable 155s distribution that some required packages have not yet been created 155s or been moved out of Incoming. 155s The following information may help to resolve the situation: 155s 155s The following packages have unmet dependencies: 155s satisfy:command-line : Depends: oem-config-gtk but it is not going to be installed 155s Depends: ubiquity-frontend-gtk but it is not installable 155s E: Unable to correct problems, you have held broken packages. 155s autopkgtest: DBG: testbed command exited with code 100 155s autopkgtest: DBG: apt-get satisfy failed; status-fd: 155s 155s autopkgtest: WARNING: Test dependencies are unsatisfiable with using apt pinning. Retrying with using all packages from plucky-proposed 155s autopkgtest: DBG: testbed command ['rm', '/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref'], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s 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', 'build-essential, humanity-icon-theme, oem-config, oem-config-debconf, oem-config-gtk, oem-config-kde, oem-config-remaster, python3-mock, ubiquity, ubiquity-frontend-debconf, ubiquity-frontend-gtk, ubiquity-frontend-kde, ubiquity-ubuntu-artwork, xvfb'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 156s Reading package lists... 156s Building dependency tree... 156s Reading state information... 156s Starting pkgProblemResolver with broken count: 1 156s Starting 2 pkgProblemResolver with broken count: 1 156s Investigating (0) satisfy:command-line:s390x < none -> 1 @un puN Ib > 156s Broken satisfy:command-line:s390x Depends on build-essential:s390x < none | 12.10ubuntu1 @un uH > 156s Considering build-essential:s390x 2 as a solution to satisfy:command-line:s390x 9998 156s Re-Instated libisl23:s390x 156s Re-Instated libmpc3:s390x 156s Re-Instated cpp-14-s390x-linux-gnu:s390x 156s Re-Instated cpp-14:s390x 156s Re-Instated cpp-s390x-linux-gnu:s390x 156s Re-Instated cpp:s390x 156s Re-Instated libcc1-0:s390x 156s Re-Instated libgomp1:s390x 156s Re-Instated libitm1:s390x 156s Re-Instated libasan8:s390x 156s Re-Instated libubsan1:s390x 156s Re-Instated libgcc-14-dev:s390x 156s Re-Instated gcc-14-s390x-linux-gnu:s390x 156s Re-Instated gcc-14:s390x 156s Re-Instated gcc-s390x-linux-gnu:s390x 156s Re-Instated gcc:s390x 156s Re-Instated libstdc++-14-dev:s390x 156s Re-Instated g++-14-s390x-linux-gnu:s390x 156s Re-Instated g++-14:s390x 156s Re-Instated g++-s390x-linux-gnu:s390x 156s Re-Instated g++:s390x 156s Re-Instated build-essential:s390x 156s Broken satisfy:command-line:s390x Depends on humanity-icon-theme:s390x < none | 0.6.16 @un uH > 156s Considering humanity-icon-theme:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Re-Instated libgdk-pixbuf2.0-common:s390x 156s Re-Instated libjpeg-turbo8:s390x 156s Re-Instated libjpeg8:s390x 156s Re-Instated libdeflate0:s390x 156s Re-Instated libjbig0:s390x 156s Re-Instated libsharpyuv0:s390x 156s Re-Instated libwebp7:s390x 156s Re-Instated libtiff6:s390x 156s Re-Instated libgdk-pixbuf-2.0-0:s390x 156s Re-Instated gtk-update-icon-cache:s390x 156s Re-Instated hicolor-icon-theme:s390x 156s Re-Instated ubuntu-mono:s390x 156s Re-Instated adwaita-icon-theme:s390x 156s Re-Instated humanity-icon-theme:s390x 156s Broken satisfy:command-line:s390x Depends on oem-config:s390x < none | 25.04.3 @un uH > 156s Considering oem-config:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Reinst Failed early because of kde-window-manager:s390x 156s Re-Instated libasound2-data:s390x 156s Re-Instated libasound2t64:s390x 156s Re-Instated libltdl7:s390x 156s Re-Instated libtdb1:s390x 156s Re-Instated libogg0:s390x 156s Re-Instated libvorbis0a:s390x 156s Re-Instated libvorbisfile3:s390x 156s Re-Instated sound-theme-freedesktop:s390x 156s Re-Instated libcanberra0:s390x 156s Re-Instated libepoxy0:s390x 156s Re-Instated libb2-1:s390x 156s Re-Instated libdouble-conversion3:s390x 156s Re-Instated libpcre2-16-0:s390x 156s Re-Instated libqt6core6t64:s390x 156s Re-Instated libfreetype6:s390x 156s Re-Instated fonts-dejavu-mono:s390x 156s Re-Instated fonts-dejavu-core:s390x 156s Re-Instated fontconfig-config:s390x 156s Re-Instated libfontconfig1:s390x 156s Re-Instated fontconfig:s390x 156s Re-Instated libglvnd0:s390x 156s Re-Instated libwayland-server0:s390x 156s Re-Instated libdrm-radeon1:s390x 156s Re-Instated libglapi-mesa:s390x 156s Re-Instated libx11-xcb1:s390x 156s Re-Instated libxcb-dri3-0:s390x 156s Re-Instated libxcb-present0:s390x 156s Re-Instated libxcb-randr0:s390x 156s Re-Instated libxcb-sync1:s390x 156s Re-Instated libxcb-xfixes0:s390x 156s Re-Instated libxshmfence1:s390x 156s Re-Instated mesa-libgallium:s390x 156s Re-Instated libgbm1:s390x 156s Re-Instated libwayland-client0:s390x 156s Re-Instated libxcb-shm0:s390x 156s Re-Instated libegl-mesa0:s390x 156s Re-Instated libegl1:s390x 156s Re-Instated libxcb-glx0:s390x 156s Re-Instated libxxf86vm1:s390x 156s Re-Instated libvulkan1:s390x 156s Re-Instated libgl1-mesa-dri:s390x 156s Re-Instated libglx-mesa0:s390x 156s Re-Instated libglx0:s390x 156s Re-Instated libgraphite2-3:s390x 156s Re-Instated libharfbuzz0b:s390x 156s Re-Instated x11-common:s390x 156s Re-Instated libice6:s390x 156s Re-Instated libmtdev1t64:s390x 156s Re-Instated libwacom-common:s390x 156s Re-Instated libwacom9:s390x 156s Re-Instated libinput-bin:s390x 156s Re-Instated libinput10:s390x 156s Re-Instated libmd4c0:s390x 156s Re-Instated libopengl0:s390x 156s Re-Instated libpng16-16t64:s390x 156s Re-Instated libqt6dbus6:s390x 156s Re-Instated libsm6:s390x 156s Re-Instated libts0t64:s390x 156s Re-Instated libxcb-util1:s390x 156s Re-Instated libxcb-image0:s390x 156s Re-Instated libxcb-render0:s390x 156s Re-Instated libxcb-render-util0:s390x 156s Re-Instated libxcb-cursor0:s390x 156s Re-Instated libxcb-icccm4:s390x 156s Re-Instated libxcb-keysyms1:s390x 156s Re-Instated libxcb-shape0:s390x 156s Re-Instated libxcb-xinput0:s390x 156s Re-Instated libxcb-xkb1:s390x 156s Re-Instated libxkbcommon-x11-0:s390x 156s Re-Instated libqt6gui6:s390x 156s Re-Instated libkdecorations3private1:s390x 156s Re-Instated libkf6i18n-data:s390x 156s Re-Instated libduktape207:s390x 156s Re-Instated libproxy1v5:s390x 156s Re-Instated libqt6network6:s390x 156s Re-Instated libqt6qml6:s390x 156s Re-Instated libkf6i18n6:s390x 156s Re-Instated libkdecorations3-6:s390x 156s Re-Instated libkf6config-data:s390x 156s Re-Instated libkf6configcore6:s390x 156s Re-Instated libkf6configgui6:s390x 156s Re-Instated libkf6configwidgets-data:s390x 156s Re-Instated libkf6codecs-data:s390x 156s Re-Instated libkf6codecs6:s390x 156s Re-Instated libkf6colorscheme-data:s390x 156s Re-Instated libkf6guiaddons-data:s390x 156s Re-Instated libwayland-cursor0:s390x 156s Re-Instated libqt6waylandclient6:s390x 156s Re-Instated libkf6guiaddons6:s390x 156s Reinst Failed early because of qt6-base-private-abi:s390x 156s Reinst Failed because of libkf6colorscheme6:s390x 156s Reinst Failed because of libkf6configwidgets6:s390x 156s Reinst Failed because of kwin-x11:s390x 156s Reinst Failed because of ubiquity-frontend-kde:s390x 156s Reinst Failed because of oem-config-kde:s390x 156s Considering oem-config:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Broken satisfy:command-line:s390x Depends on oem-config-debconf:s390x < none | 25.04.3 @un uH > 156s Considering oem-config-debconf:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Reinst Failed because of oem-config:s390x 156s Considering oem-config-debconf:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Broken satisfy:command-line:s390x Depends on oem-config-gtk:s390x < none | 25.04.3 @un uH > 156s Considering oem-config-gtk:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Re-Instated sgml-base:s390x 156s Re-Instated xml-core:s390x 156s Re-Instated polkitd:s390x 156s Re-Instated libpackagekit-glib2-18:s390x 156s Re-Instated gir1.2-packagekitglib-1.0:s390x 156s Re-Instated python3-defer:s390x 156s Re-Instated python3-aptdaemon:s390x 156s Re-Instated aptdaemon:s390x 156s Reinst Failed because of oem-config:s390x 156s Considering oem-config-gtk:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Broken satisfy:command-line:s390x Depends on oem-config-kde:s390x < none | 25.04.3 @un uH > 156s Considering oem-config-kde:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Considering oem-config-kde:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Broken satisfy:command-line:s390x Depends on oem-config-remaster:s390x < none | 25.04.3 @un uH > 156s Considering oem-config-remaster:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Re-Instated genisoimage:s390x 156s Re-Instated oem-config-remaster:s390x 156s Broken satisfy:command-line:s390x Depends on python3-mock:s390x < none | 5.1.0-1 @un uH > 156s Considering python3-mock:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Re-Instated python3-mock:s390x 156s Broken satisfy:command-line:s390x Depends on ubiquity:s390x < none | 25.04.3 @un uH > 156s Considering ubiquity:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Re-Instated cryptsetup:s390x 156s Re-Instated dbus-x11:s390x 156s Re-Instated dpkg-repack:s390x 156s Re-Instated libaccountsservice0:s390x 156s Re-Instated accountsservice:s390x 156s Re-Instated language-selector-common:s390x 156s Re-Instated laptop-detect:s390x 156s Re-Instated grub-common:s390x 156s Re-Instated os-prober:s390x 156s Re-Instated pkexec:s390x 156s Re-Instated python3-icu:s390x 156s Re-Instated python3-pam:s390x 156s Re-Instated tzdata-legacy:s390x 156s Re-Instated rdate:s390x 156s Re-Instated ubiquity-ubuntu-artwork:s390x 156s Re-Instated ubiquity-casper:s390x 156s Reinst Failed because of ubiquity-frontend-kde:s390x 156s Considering ubiquity:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Broken satisfy:command-line:s390x Depends on ubiquity-frontend-debconf:s390x < none | 25.04.3 @un uH > 156s Considering ubiquity-frontend-debconf:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Re-Instated bogl-bterm:s390x 156s Reinst Failed because of ubiquity:s390x 156s Considering ubiquity-frontend-debconf:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Broken satisfy:command-line:s390x Depends on ubiquity-frontend-gtk:s390x < none @un H > 156s Broken satisfy:command-line:s390x Depends on ubiquity-frontend-kde:s390x < none | 25.04.3 @un uH > 156s Considering ubiquity-frontend-kde:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Considering ubiquity-frontend-kde:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Broken satisfy:command-line:s390x Depends on xvfb:s390x < none | 2:21.1.15-2ubuntu2 @un uH > 156s Considering xvfb:s390x 1 as a solution to satisfy:command-line:s390x 9998 156s Re-Instated libxt6t64:s390x 156s Re-Instated libxmu6:s390x 156s Re-Instated libxpm4:s390x 156s Re-Instated libxaw7:s390x 156s Re-Instated libxkbfile1:s390x 156s Re-Instated libxrender1:s390x 156s Re-Instated libxrandr2:s390x 156s Re-Instated x11-xkb-utils:s390x 156s Re-Instated xserver-common:s390x 156s Re-Instated libgl1:s390x 156s Re-Instated libpixman-1-0:s390x 156s Re-Instated libfontenc1:s390x 156s Re-Instated libxfont2:s390x 156s Re-Instated xvfb:s390x 156s Done 156s Some packages could not be installed. This may mean that you have 156s requested an impossible situation or if you are using the unstable 156s distribution that some required packages have not yet been created 156s or been moved out of Incoming. 156s The following information may help to resolve the situation: 156s 156s The following packages have unmet dependencies: 156s satisfy:command-line : Depends: oem-config but it is not going to be installed 156s Depends: oem-config-debconf but it is not going to be installed 156s Depends: oem-config-gtk but it is not going to be installed 156s Depends: oem-config-kde but it is not going to be installed 156s Depends: ubiquity but it is not going to be installed 156s Depends: ubiquity-frontend-debconf but it is not going to be installed 156s Depends: ubiquity-frontend-gtk but it is not installable 156s Depends: ubiquity-frontend-kde but it is not going to be installed 156s E: Unable to correct problems, you have held broken packages. 156s unit FAIL badpkg 156s blame: ubiquity 156s badpkg: Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U. 156s autopkgtest: DBG: testbed command exited with code 100 156s autopkgtest: DBG: apt-get satisfy failed; status-fd: 156s 156s autopkgtest: DBG: BadPackageError Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U. 156s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 156s autopkgtest [20:34:00]: @@@@@@@@@@@@@@@@@@@@ summary 156s unit FAIL badpkg 156s blame: ubiquity 156s badpkg: Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U. 156s autopkgtest: DBG: testbed stop 156s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.MkhSA9 156s autopkgtest: DBG: sending command to testbed: close 162s autopkgtest: DBG: got reply from testbed: ok 162s autopkgtest: DBG: sending command to testbed: quit 162s nova [W] Using flock in prodstack6-s390x 162s Creating nova instance adt-plucky-s390x-ubiquity-20250204-203123-juju-7f2275-prod-proposed-migration-environment-15-e0086fbc-45c7-4bc9-89d7-99de9bc3ac53 from image adt/ubuntu-plucky-s390x-server-20250204.img (UUID b610bdba-63b6-447b-9fbe-39d30818b347)... 162s nova [W] Timed out waiting for ca915ec3-5c0c-4b84-9536-2de5b3ddf2bf to get deleted.