0s autopkgtest: DBG: testbed init 0s autopkgtest [03:15:31]: starting date and time: 2025-02-19 03:15:31+0000 0s autopkgtest [03:15:31]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [03:15:31]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.tehm8gl9/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:ncurses --apt-upgrade llvm-toolchain-17 --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=ncurses/6.5+20250216-1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-3.secgroup --name adt-plucky-s390x-llvm-toolchain-17-20250219-031531-juju-7f2275-prod-proposed-migration-environment-15-27b468c2-c8ba-46c2-901e-6935f24b3c77 --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 117s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.r1W5Qt 117s autopkgtest: DBG: sending command to testbed: print-execute-command 117s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.lpvkz0x5/runcmd 117s autopkgtest: DBG: sending command to testbed: capabilities 117s autopkgtest: DBG: got reply from testbed: ok revert-full-system reboot revert isolation-machine suggested-normal-user=ubuntu root-on-testbed 117s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'reboot', 'revert', 'isolation-machine', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 117s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.r1W5Qt/wrapper.sh 118s autopkgtest: DBG: got reply from testbed: ok 118s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/wrapper.sh'], kind short, sout raw, serr pipe, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest [03:17:29]: testbed dpkg architecture: s390x 118s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest [03:17:29]: testbed apt version: 2.9.29 118s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed has eatmydata 118s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest [03:17:30]: @@@@@@@@@@@@@@@@@@@@ test bed setup 119s 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 [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest [03:17:30]: testbed release detected to be: None 119s 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 [] 119s autopkgtest: DBG: testbed command exited with code 0 119s 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 [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: adding APT source: Types: deb deb-src 119s URIs: http://ftpmaster.internal/ubuntu/ 119s Suites: plucky-proposed 119s Components: main restricted universe multiverse 119s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 119s 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 [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 119s Package: * 119s Pin: release plucky-proposed 119s Pin-Priority: 500 119s 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 [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest [03:17:30]: updating testbed package index (apt update) 119s 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'] 120s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 120s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 120s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 120s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 120s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.6 kB] 120s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 120s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [79.1 kB] 120s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 120s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [98.8 kB] 121s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 121s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [656 kB] 121s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5192 B] 121s Fetched 1755 kB in 1s (1669 kB/s) 121s Reading package lists... 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 121s Package: * 121s Pin: release plucky-proposed 121s Pin-Priority: 100 121s 121s Package: src:ncurses:any 121s Pin: release plucky-proposed 121s Pin-Priority: 995 121s 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:ncurses:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 122s autopkgtest: DBG: testbed command exited with code 0 122s 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.r1W5Qt/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 122s autopkgtest: DBG: testbed command exited with code 0 122s 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'] 122s + lsb_release --codename --short 122s + RELEASE=plucky 122s + cat 122s + [ plucky != trusty ] 122s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 122s Reading package lists... 122s Building dependency tree... 122s Reading state information... 122s Calculating upgrade... 122s The following packages were automatically installed and are no longer required: 122s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 122s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 122s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 122s linux-tools-6.11.0-8-generic 122s Use 'sudo apt autoremove' to remove them. 122s The following packages will be upgraded: 122s dhcpcd-base s390-tools s390-tools-data s390-tools-signed 122s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 122s Need to get 5637 kB of archives. 122s After this operation, 54.3 kB of additional disk space will be used. 122s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 123s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 123s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 124s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 124s Fetched 5637 kB in 1s (4033 kB/s) 124s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80980 files and directories currently installed.) 124s Preparing to unpack .../dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 124s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 124s Preparing to unpack .../s390-tools-data_2.37.0-0ubuntu2_all.deb ... 124s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 124s Preparing to unpack .../s390-tools_2.37.0-0ubuntu2_s390x.deb ... 124s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 124s Preparing to unpack .../s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 124s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 124s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 124s Setting up dhcpcd-base (1:10.1.0-7) ... 124s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 124s Setting up s390-tools (2.37.0-0ubuntu2) ... 125s Processing triggers for man-db (2.13.0-1) ... 126s Processing triggers for initramfs-tools (0.145ubuntu2) ... 126s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 126s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 130s Using config file '/etc/zipl.conf' 130s Building bootmap in '/boot' 130s Adding IPL section 'ubuntu' (default) 130s Preparing boot device for LD-IPL: vda (0000). 130s Done. 130s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 130s + /usr/lib/apt/apt-helper analyze-pattern ?true 130s + uname -r 130s + sed s/\./\\./g 130s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 130s + apt+ tail -n+2 130s list ?obsolete 130s + grep -v ^linux-.*6\.12\.0-15-generic.* 130s + cut -d/ -f1 130s + true 130s + obsolete_pkgs= 130s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 130s Reading package lists... 130s Building dependency tree... 130s Reading state information... 131s The following packages will be REMOVED: 131s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 131s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 131s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 131s linux-tools-6.11.0-8-generic* 131s 0 upgraded, 0 newly installed, 9 to remove and 6 not upgraded. 131s After this operation, 167 MB disk space will be freed. 131s (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 ... 80981 files and directories currently installed.) 131s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 131s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 131s Removing libpython3.12t64:s390x (3.12.9-1) ... 131s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 131s Removing libnsl2:s390x (1.3.0-3build3) ... 131s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 131s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 131s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 132s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 132s Processing triggers for libc-bin (2.40-4ubuntu1) ... 132s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55881 files and directories currently installed.) 132s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 132s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 132s + grep -q trusty /etc/lsb-release 132s + [ ! -d /usr/share/doc/unattended-upgrades ] 132s + [ ! -d /usr/share/doc/lxd ] 132s + [ ! -d /usr/share/doc/lxd-client ] 132s + [ ! -d /usr/share/doc/snapd ] 132s + type iptables 132s + cat 132s + chmod 755 /etc/rc.local 132s + . /etc/rc.local 132s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 132s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 132s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 132s + uname -m 132s + [ s390x = ppc64le ] 132s + [ -d /run/systemd/system ] 132s + systemd-detect-virt --quiet --vm 132s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 132s + cat 132s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 132s + echo COMPRESS=lz4 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest [03:17:43]: upgrading testbed (apt dist-upgrade and autopurge) 132s 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'] 132s Reading package lists... 132s Building dependency tree... 132s Reading state information... 133s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 133s Starting 2 pkgProblemResolver with broken count: 0 133s Done 133s Entering ResolveByKeep 133s 133s The following packages will be upgraded: 133s libncurses6 libncursesw6 libtinfo6 ncurses-base ncurses-bin ncurses-term 133s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 133s Need to get 896 kB of archives. 133s After this operation, 12.3 kB of additional disk space will be used. 133s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ncurses-bin s390x 6.5+20250216-1 [197 kB] 134s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ncurses-base all 6.5+20250216-1 [25.9 kB] 134s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ncurses-term all 6.5+20250216-1 [276 kB] 134s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libncursesw6 s390x 6.5+20250216-1 [158 kB] 134s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libncurses6 s390x 6.5+20250216-1 [122 kB] 134s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libtinfo6 s390x 6.5+20250216-1 [117 kB] 134s Fetched 896 kB in 1s (1175 kB/s) 134s (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 ... 55879 files and directories currently installed.) 134s Preparing to unpack .../ncurses-bin_6.5+20250216-1_s390x.deb ... 134s Unpacking ncurses-bin (6.5+20250216-1) over (6.5+20250125-2) ... 134s Setting up ncurses-bin (6.5+20250216-1) ... 134s (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 ... 55879 files and directories currently installed.) 134s Preparing to unpack .../ncurses-base_6.5+20250216-1_all.deb ... 134s Unpacking ncurses-base (6.5+20250216-1) over (6.5+20250125-2) ... 134s Setting up ncurses-base (6.5+20250216-1) ... 134s (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 ... 55879 files and directories currently installed.) 134s Preparing to unpack .../ncurses-term_6.5+20250216-1_all.deb ... 134s Unpacking ncurses-term (6.5+20250216-1) over (6.5+20250125-2) ... 134s Preparing to unpack .../libncursesw6_6.5+20250216-1_s390x.deb ... 134s Unpacking libncursesw6:s390x (6.5+20250216-1) over (6.5+20250125-2) ... 134s Preparing to unpack .../libncurses6_6.5+20250216-1_s390x.deb ... 134s Unpacking libncurses6:s390x (6.5+20250216-1) over (6.5+20250125-2) ... 134s Preparing to unpack .../libtinfo6_6.5+20250216-1_s390x.deb ... 134s Unpacking libtinfo6:s390x (6.5+20250216-1) over (6.5+20250125-2) ... 134s Setting up libtinfo6:s390x (6.5+20250216-1) ... 134s Setting up libncurses6:s390x (6.5+20250216-1) ... 134s Setting up libncursesw6:s390x (6.5+20250216-1) ... 134s Setting up ncurses-term (6.5+20250216-1) ... 134s Processing triggers for man-db (2.13.0-1) ... 134s Processing triggers for libc-bin (2.40-4ubuntu1) ... 135s autopkgtest: DBG: testbed command exited with code 0 135s 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'] 135s Reading package lists... 135s Building dependency tree... 135s Reading state information... 135s Starting pkgProblemResolver with broken count: 0 135s Starting 2 pkgProblemResolver with broken count: 0 135s Done 135s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 135s autopkgtest: DBG: testbed command exited with code 0 135s 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.r1W5Qt/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 135s autopkgtest: DBG: testbed command exited with code 1 135s autopkgtest [03:17:46]: rebooting testbed after setup commands that affected boot 135s autopkgtest: DBG: sending command to testbed: reboot 153s autopkgtest: DBG: got reply from testbed: ok 153s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 153s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.r1W5Qt/autopkgtest-reboot 153s autopkgtest: DBG: got reply from testbed: ok 153s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare 154s autopkgtest: DBG: got reply from testbed: ok 154s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest [03:18:06]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 155s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.r1W5Qt/testbed-packages"], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/testbed-packages /tmp/autopkgtest-work.tehm8gl9/out/testbed-packages 155s autopkgtest: DBG: got reply from testbed: ok 155s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 155s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.r1W5Qt/autopkgtest-reboot 156s autopkgtest: DBG: got reply from testbed: ok 156s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare 157s autopkgtest: DBG: got reply from testbed: ok 157s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: Binaries: initialising 157s autopkgtest [03:18:08]: @@@@@@@@@@@@@@@@@@@@ apt-source llvm-toolchain-17 157s autopkgtest: DBG: blame += llvm-toolchain-17 157s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 157s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'llvm-toolchain-17'], kind short, sout pipe, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^liblldb-17-dev$'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'liblldb-17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libc\\+\\+-17-dev-wasm32$'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libc++-17-dev-wasm32=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libmlir-17t64$'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libmlir-17t64=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^lld-17$'], kind short, sout pipe, serr raw, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'lld-17=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^llvm-17-tools$'], kind short, sout pipe, serr raw, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'llvm-17-tools=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^llvm-17-linker-tools$'], kind short, sout pipe, serr raw, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'llvm-17-linker-tools=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libclang-rt-17-dev$'], kind short, sout pipe, serr raw, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libclang-rt-17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libpolly-17-dev$'], kind short, sout pipe, serr raw, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libpolly-17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^liblld-17-dev$'], kind short, sout pipe, serr raw, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'liblld-17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^liblldb-17t64$'], kind short, sout pipe, serr raw, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'liblldb-17t64=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^llvm-17$'], kind short, sout pipe, serr raw, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'llvm-17=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^llvm-17-runtime$'], kind short, sout pipe, serr raw, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'llvm-17-runtime=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^clang-format-17$'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'clang-format-17=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^clang-tools-17$'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'clang-tools-17=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libfuzzer-17-dev$'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libfuzzer-17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^llvm-17-examples$'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'llvm-17-examples=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libclang-cpp17t64$'], kind short, sout pipe, serr raw, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libclang-cpp17t64=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libclang-common-17-dev$'], kind short, sout pipe, serr raw, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libclang-common-17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libclang-rt-17-dev-wasm32$'], kind short, sout pipe, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libclang-rt-17-dev-wasm32=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libc\\+\\+abi-17-dev-wasm32$'], kind short, sout pipe, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libc++abi-17-dev-wasm32=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^clang-17-doc$'], kind short, sout pipe, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'clang-17-doc=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libclang-cpp17-dev$'], kind short, sout pipe, serr raw, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libclang-cpp17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-lldb-17$'], kind short, sout pipe, serr raw, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-lldb-17=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libc\\+\\+abi1-17t64$'], kind short, sout pipe, serr raw, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libc++abi1-17t64=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libclang-17-dev$'], kind short, sout pipe, serr raw, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libclang-17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libc\\+\\+-17-dev$'], kind short, sout pipe, serr raw, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libc++-17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libclang-rt-17-dev-wasm64$'], kind short, sout pipe, serr raw, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libclang-rt-17-dev-wasm64=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libclc-17-dev$'], kind short, sout pipe, serr raw, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libclc-17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^lldb-17$'], kind short, sout pipe, serr raw, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'lldb-17=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libclc-17$'], kind short, sout pipe, serr raw, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libclc-17=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libclang1-17t64$'], kind short, sout pipe, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libclang1-17t64=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libmlir-17-dev$'], kind short, sout pipe, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libmlir-17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 172s autopkgtest: DBG: testbed command exited with code 0 172s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^llvm-17-dev$'], kind short, sout pipe, serr raw, env [] 172s autopkgtest: DBG: testbed command exited with code 0 172s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'llvm-17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 172s autopkgtest: DBG: testbed command exited with code 0 172s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^llvm-17-doc$'], kind short, sout pipe, serr raw, env [] 172s autopkgtest: DBG: testbed command exited with code 0 172s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'llvm-17-doc=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 173s autopkgtest: DBG: testbed command exited with code 0 173s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libllvm17t64$'], kind short, sout pipe, serr raw, env [] 173s autopkgtest: DBG: testbed command exited with code 0 173s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libllvm17t64=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 173s autopkgtest: DBG: testbed command exited with code 0 173s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libc\\+\\+1-17t64$'], kind short, sout pipe, serr raw, env [] 173s autopkgtest: DBG: testbed command exited with code 0 173s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libc++1-17t64=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 173s autopkgtest: DBG: testbed command exited with code 0 173s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^clang-17$'], kind short, sout pipe, serr raw, env [] 174s autopkgtest: DBG: testbed command exited with code 0 174s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'clang-17=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 174s autopkgtest: DBG: testbed command exited with code 0 174s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libc\\+\\+abi-17-dev$'], kind short, sout pipe, serr raw, env [] 174s autopkgtest: DBG: testbed command exited with code 0 174s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libc++abi-17-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 174s autopkgtest: DBG: testbed command exited with code 0 174s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^liblld-17$'], kind short, sout pipe, serr raw, env [] 174s autopkgtest: DBG: testbed command exited with code 0 174s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'liblld-17=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 175s autopkgtest: DBG: testbed command exited with code 0 175s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^clangd-17$'], kind short, sout pipe, serr raw, env [] 175s autopkgtest: DBG: testbed command exited with code 0 175s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'clangd-17=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 175s autopkgtest: DBG: testbed command exited with code 0 175s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libllvm-17-ocaml-dev$'], kind short, sout pipe, serr raw, env [] 175s autopkgtest: DBG: testbed command exited with code 0 175s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libllvm-17-ocaml-dev=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 176s autopkgtest: DBG: testbed command exited with code 0 176s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^mlir-17-tools$'], kind short, sout pipe, serr raw, env [] 176s autopkgtest: DBG: testbed command exited with code 0 176s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'mlir-17-tools=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 176s autopkgtest: DBG: testbed command exited with code 0 176s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-clang-17$'], kind short, sout pipe, serr raw, env [] 176s autopkgtest: DBG: testbed command exited with code 0 176s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-clang-17=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 176s autopkgtest: DBG: testbed command exited with code 0 176s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^clang-tidy-17$'], kind short, sout pipe, serr raw, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'clang-tidy-17=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^clang-17-examples$'], kind short, sout pipe, serr raw, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'clang-17-examples=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libomp-17-doc$'], kind short, sout pipe, serr raw, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libomp-17-doc=1:17.0.6-20'], kind short, sout pipe, serr raw, env [] 178s autopkgtest: DBG: testbed command exited with code 0 178s autopkgtest: DBG: install_deps: deps_new=[] 178s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 178s autopkgtest: DBG: testbed command exited with code 0 178s 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.r1W5Qt/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source llvm-toolchain-17=1:17.0.6-20 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 llvm-toolchain-17_*.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=ncurses/6.5+20250216-1'] 178s + cd / 178s + mktemp -d /tmp/autopkgtest.r1W5Qt/build.XXX 178s + builddir=/tmp/autopkgtest.r1W5Qt/build.eaV 178s + cd /tmp/autopkgtest.r1W5Qt/build.eaV 178s + apt-get source -d -q --only-source llvm-toolchain-17=1:17.0.6-20 189s + OUT=Reading package lists... 189s NOTICE: 'llvm-toolchain-17' packaging is maintained in the 'Git' version control system at: 189s https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 17 189s Please use: 189s git clone https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 17 189s to retrieve the latest (possibly unreleased) updates to the package. 189s Need to get 148 MB of source archives. 189s Get:1 http://ftpmaster.internal/ubuntu plucky/universe llvm-toolchain-17 1:17.0.6-20 (dsc) [8180 B] 189s Get:2 http://ftpmaster.internal/ubuntu plucky/universe llvm-toolchain-17 1:17.0.6-20 (tar) [148 MB] 189s Get:3 http://ftpmaster.internal/ubuntu plucky/universe llvm-toolchain-17 1:17.0.6-20 (diff) [174 kB] 189s Fetched 148 MB in 11s (13.9 MB/s) 189s Download complete and in download only mode 189s + [ -n ] 189s + echo Reading package lists... 189s NOTICE: 'llvm-toolchain-17' packaging is maintained in the 'Git' version control system at: 189s https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 17 189s Please use: 189s git clone https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 17 189s to retrieve the latest (possibly unreleased) updates to the package. 189s Need to get 148 MB of source archives. 189s Get:1 http://ftpmaster.internal/ubuntu plucky/universe llvm-toolchain-17 1:17.0.6-20 (dsc) [8180 B] 189s Get:2 http://ftpmaster.internal/ubuntu plucky/universe llvm-toolchain-17 1:17.0.6-20 (tar) [148 MB] 189s Get:3 http://ftpmaster.internal/ubuntu plucky/universe llvm-toolchain-17 1:17.0.6-20 (diff) [174 kB] 189s Fetched 148 MB in 11s (13.9 MB/s) 189s Download complete and in download only mode 189s + grep ^Get: 189s Get:1 http://ftpmaster.internal/ubuntu plucky/universe llvm-toolchain-17 1:17.0.6-20 (dsc) [8180 B] 189s Get:2 http://ftpmaster.internal/ubuntu plucky/universe llvm-toolchain-17 1:17.0.6-20 (tar) [148 MB] 189s Get:3 http://ftpmaster.internal/ubuntu plucky/universe llvm-toolchain-17 1:17.0.6-20 (diff) [174 kB] 189s + dpkg-source -x llvm-toolchain-17_17.0.6-20.dsc src 189s gpgv: Signature made Sat Jan 4 08:15:16 2025 UTC 189s gpgv: using RSA key D56571B88A8BBAF140BF63D6BD7EAA60778FA6F5 189s gpgv: issuer "doko@debian.org" 189s gpgv: Can't check signature: No public key 189s dpkg-source: warning: cannot verify inline signature for ./llvm-toolchain-17_17.0.6-20.dsc: no acceptable signature found 199s dpkg-source: warning: diff 'src/debian/patches/ubuntu-releases.patch' patches file src/clang/include/clang/Driver/Distro.h more than once 199s dpkg-source: warning: diff 'src/debian/patches/ubuntu-releases.patch' patches file src/clang/lib/Driver/Distro.cpp more than once 199s + chmod -R a+rX . 200s + cd src/. 200s + pwd 200s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 200s autopkgtest: DBG: testbed command exited with code 0 200s autopkgtest [03:18:51]: testing package llvm-toolchain-17 version 1:17.0.6-20 200s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/build.eaV/src/debian/ /tmp/autopkgtest-work.tehm8gl9/out/pkg/debian/ 200s autopkgtest: DBG: got reply from testbed: ok 202s autopkgtest: DBG: processing dependency @ 202s autopkgtest: DBG: synthesised dependency clang-17 202s autopkgtest: DBG: synthesised dependency clang-tools-17 202s autopkgtest: DBG: synthesised dependency clang-format-17 202s autopkgtest: DBG: synthesised dependency clang-tidy-17 202s autopkgtest: DBG: synthesised dependency clangd-17 202s autopkgtest: DBG: synthesised dependency clang-17-doc 202s autopkgtest: DBG: synthesised dependency libclang1-17t64 202s autopkgtest: DBG: synthesised dependency libclang-17-dev 202s autopkgtest: DBG: synthesised dependency libclang-common-17-dev 202s autopkgtest: DBG: synthesised dependency libclang-rt-17-dev 202s autopkgtest: DBG: synthesised dependency libclang-rt-17-dev-wasm32 202s autopkgtest: DBG: synthesised dependency libclang-rt-17-dev-wasm64 202s autopkgtest: DBG: synthesised dependency libpolly-17-dev 202s autopkgtest: DBG: synthesised dependency libclang-cpp17t64 202s autopkgtest: DBG: synthesised dependency libclang-cpp17-dev 202s autopkgtest: DBG: synthesised dependency libfuzzer-17-dev 202s autopkgtest: DBG: synthesised dependency python3-clang-17 202s autopkgtest: DBG: synthesised dependency clang-17-examples 202s autopkgtest: DBG: synthesised dependency libllvm17t64 202s autopkgtest: DBG: synthesised dependency llvm-17-linker-tools 202s autopkgtest: DBG: synthesised dependency llvm-17 202s autopkgtest: DBG: synthesised dependency llvm-17-runtime 202s autopkgtest: DBG: synthesised dependency llvm-17-dev 202s autopkgtest: DBG: synthesised dependency llvm-17-tools 202s autopkgtest: DBG: synthesised dependency libllvm-17-ocaml-dev 202s autopkgtest: DBG: synthesised dependency llvm-17-doc 202s autopkgtest: DBG: synthesised dependency llvm-17-examples 202s autopkgtest: DBG: synthesised dependency lld-17 202s autopkgtest: DBG: synthesised dependency liblld-17 202s autopkgtest: DBG: synthesised dependency liblld-17-dev 202s autopkgtest: DBG: synthesised dependency lldb-17 202s autopkgtest: DBG: synthesised dependency liblldb-17t64 202s autopkgtest: DBG: synthesised dependency python3-lldb-17 202s autopkgtest: DBG: synthesised dependency liblldb-17-dev 202s autopkgtest: DBG: synthesised dependency libomp-17-doc 202s autopkgtest: DBG: synthesised dependency libc++1-17t64 202s autopkgtest: DBG: synthesised dependency libc++-17-dev 202s autopkgtest: DBG: synthesised dependency libc++-17-dev-wasm32 202s autopkgtest: DBG: synthesised dependency libc++abi1-17t64 202s autopkgtest: DBG: synthesised dependency libc++abi-17-dev 202s autopkgtest: DBG: synthesised dependency libc++abi-17-dev-wasm32 202s autopkgtest: DBG: synthesised dependency libclc-17 202s autopkgtest: DBG: synthesised dependency libclc-17-dev 202s autopkgtest: DBG: synthesised dependency mlir-17-tools 202s autopkgtest: DBG: synthesised dependency libmlir-17t64 202s autopkgtest: DBG: synthesised dependency libmlir-17-dev 202s autopkgtest: DBG: processing dependency cmake 202s autopkgtest: DBG: processing dependency make 202s autopkgtest: DBG: processing dependency g++ 202s autopkgtest: DBG: processing dependency file 202s autopkgtest: DBG: processing dependency dpkg-dev 203s command1 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 204s autopkgtest: DBG: processing dependency @ 204s autopkgtest: DBG: synthesised dependency clang-17 204s autopkgtest: DBG: synthesised dependency clang-tools-17 204s autopkgtest: DBG: synthesised dependency clang-format-17 204s autopkgtest: DBG: synthesised dependency clang-tidy-17 204s autopkgtest: DBG: synthesised dependency clangd-17 204s autopkgtest: DBG: synthesised dependency clang-17-doc 204s autopkgtest: DBG: synthesised dependency libclang1-17t64 204s autopkgtest: DBG: synthesised dependency libclang-17-dev 204s autopkgtest: DBG: synthesised dependency libclang-common-17-dev 204s autopkgtest: DBG: synthesised dependency libclang-rt-17-dev 204s autopkgtest: DBG: synthesised dependency libclang-rt-17-dev-wasm32 204s autopkgtest: DBG: synthesised dependency libclang-rt-17-dev-wasm64 204s autopkgtest: DBG: synthesised dependency libpolly-17-dev 204s autopkgtest: DBG: synthesised dependency libclang-cpp17t64 204s autopkgtest: DBG: synthesised dependency libclang-cpp17-dev 204s autopkgtest: DBG: synthesised dependency libfuzzer-17-dev 204s autopkgtest: DBG: synthesised dependency python3-clang-17 204s autopkgtest: DBG: synthesised dependency clang-17-examples 204s autopkgtest: DBG: synthesised dependency libllvm17t64 204s autopkgtest: DBG: synthesised dependency llvm-17-linker-tools 204s autopkgtest: DBG: synthesised dependency llvm-17 204s autopkgtest: DBG: synthesised dependency llvm-17-runtime 204s autopkgtest: DBG: synthesised dependency llvm-17-dev 204s autopkgtest: DBG: synthesised dependency llvm-17-tools 204s autopkgtest: DBG: synthesised dependency libllvm-17-ocaml-dev 204s autopkgtest: DBG: synthesised dependency llvm-17-doc 204s autopkgtest: DBG: synthesised dependency llvm-17-examples 204s autopkgtest: DBG: synthesised dependency lld-17 204s autopkgtest: DBG: synthesised dependency liblld-17 204s autopkgtest: DBG: synthesised dependency liblld-17-dev 204s autopkgtest: DBG: synthesised dependency lldb-17 204s autopkgtest: DBG: synthesised dependency liblldb-17t64 204s autopkgtest: DBG: synthesised dependency python3-lldb-17 204s autopkgtest: DBG: synthesised dependency liblldb-17-dev 204s autopkgtest: DBG: synthesised dependency libomp-17-doc 204s autopkgtest: DBG: synthesised dependency libc++1-17t64 204s autopkgtest: DBG: synthesised dependency libc++-17-dev 204s autopkgtest: DBG: synthesised dependency libc++-17-dev-wasm32 204s autopkgtest: DBG: synthesised dependency libc++abi1-17t64 204s autopkgtest: DBG: synthesised dependency libc++abi-17-dev 204s autopkgtest: DBG: synthesised dependency libc++abi-17-dev-wasm32 204s autopkgtest: DBG: synthesised dependency libclc-17 204s autopkgtest: DBG: synthesised dependency libclc-17-dev 204s autopkgtest: DBG: synthesised dependency mlir-17-tools 204s autopkgtest: DBG: synthesised dependency libmlir-17t64 204s autopkgtest: DBG: synthesised dependency libmlir-17-dev 204s autopkgtest: DBG: processing dependency cmake 204s autopkgtest: DBG: processing dependency make 204s autopkgtest: DBG: processing dependency g++ 204s autopkgtest: DBG: processing dependency libstdc++-13-dev 204s integration-test-suite-test SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 207s autopkgtest: DBG: processing dependency gcc 207s autopkgtest: DBG: processing dependency build-essential 207s autopkgtest: DBG: processing dependency cmake 207s autopkgtest: DBG: processing dependency llvm-17-dev 207s autopkgtest: DBG: marked alternatives ['llvm-17-dev'] as a synthesised dependency 207s autopkgtest: DBG: Test defined: name cmake-llvm-test path debian/tests/cmake-llvm-test command "None" restrictions [] features [] depends ['gcc', 'build-essential', 'cmake', 'llvm-17-dev'] 210s autopkgtest: DBG: processing dependency gcc 210s autopkgtest: DBG: processing dependency build-essential 210s autopkgtest: DBG: processing dependency cmake 210s autopkgtest: DBG: processing dependency llvm-17-dev 210s autopkgtest: DBG: marked alternatives ['llvm-17-dev'] as a synthesised dependency 210s autopkgtest: DBG: processing dependency clang-17 210s autopkgtest: DBG: marked alternatives ['clang-17'] as a synthesised dependency 210s autopkgtest: DBG: processing dependency libclang-17-dev 210s autopkgtest: DBG: marked alternatives ['libclang-17-dev'] as a synthesised dependency 210s autopkgtest: DBG: Test defined: name cmake-clang-test path debian/tests/cmake-clang-test command "None" restrictions [] features [] depends ['gcc', 'build-essential', 'cmake', 'llvm-17-dev', 'clang-17', 'libclang-17-dev'] 214s autopkgtest: DBG: processing dependency python3-lldb-17 214s autopkgtest: DBG: marked alternatives ['python3-lldb-17'] as a synthesised dependency 214s autopkgtest: DBG: Test defined: name command2 path None command "python3 -c "import lldb; print(lldb.__file__); print(lldb)"" restrictions [] features [] depends ['python3-lldb-17'] 217s autopkgtest: DBG: processing dependency python3-clang-17 217s autopkgtest: DBG: marked alternatives ['python3-clang-17'] as a synthesised dependency 217s autopkgtest: DBG: Test defined: name command3 path None command "python3 -c "import clang; print(clang.__file__); print(clang)"" restrictions [] features [] depends ['python3-clang-17'] 217s autopkgtest [03:19:08]: build not needed 217s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/build.eaV/src/ /tmp/autopkgtest-work.tehm8gl9/out/tests-tree/ 299s autopkgtest: DBG: got reply from testbed: ok 301s autopkgtest: DBG: processing dependency @ 301s autopkgtest: DBG: synthesised dependency clang-17 301s autopkgtest: DBG: synthesised dependency clang-tools-17 301s autopkgtest: DBG: synthesised dependency clang-format-17 301s autopkgtest: DBG: synthesised dependency clang-tidy-17 301s autopkgtest: DBG: synthesised dependency clangd-17 301s autopkgtest: DBG: synthesised dependency clang-17-doc 301s autopkgtest: DBG: synthesised dependency libclang1-17t64 301s autopkgtest: DBG: synthesised dependency libclang-17-dev 301s autopkgtest: DBG: synthesised dependency libclang-common-17-dev 301s autopkgtest: DBG: synthesised dependency libclang-rt-17-dev 301s autopkgtest: DBG: synthesised dependency libclang-rt-17-dev-wasm32 301s autopkgtest: DBG: synthesised dependency libclang-rt-17-dev-wasm64 301s autopkgtest: DBG: synthesised dependency libpolly-17-dev 301s autopkgtest: DBG: synthesised dependency libclang-cpp17t64 301s autopkgtest: DBG: synthesised dependency libclang-cpp17-dev 301s autopkgtest: DBG: synthesised dependency libfuzzer-17-dev 301s autopkgtest: DBG: synthesised dependency python3-clang-17 301s autopkgtest: DBG: synthesised dependency clang-17-examples 301s autopkgtest: DBG: synthesised dependency libllvm17t64 301s autopkgtest: DBG: synthesised dependency llvm-17-linker-tools 301s autopkgtest: DBG: synthesised dependency llvm-17 301s autopkgtest: DBG: synthesised dependency llvm-17-runtime 301s autopkgtest: DBG: synthesised dependency llvm-17-dev 301s autopkgtest: DBG: synthesised dependency llvm-17-tools 301s autopkgtest: DBG: synthesised dependency libllvm-17-ocaml-dev 301s autopkgtest: DBG: synthesised dependency llvm-17-doc 301s autopkgtest: DBG: synthesised dependency llvm-17-examples 301s autopkgtest: DBG: synthesised dependency lld-17 301s autopkgtest: DBG: synthesised dependency liblld-17 301s autopkgtest: DBG: synthesised dependency liblld-17-dev 301s autopkgtest: DBG: synthesised dependency lldb-17 301s autopkgtest: DBG: synthesised dependency liblldb-17t64 301s autopkgtest: DBG: synthesised dependency python3-lldb-17 301s autopkgtest: DBG: synthesised dependency liblldb-17-dev 301s autopkgtest: DBG: synthesised dependency libomp-17-doc 301s autopkgtest: DBG: synthesised dependency libc++1-17t64 301s autopkgtest: DBG: synthesised dependency libc++-17-dev 301s autopkgtest: DBG: synthesised dependency libc++-17-dev-wasm32 301s autopkgtest: DBG: synthesised dependency libc++abi1-17t64 301s autopkgtest: DBG: synthesised dependency libc++abi-17-dev 301s autopkgtest: DBG: synthesised dependency libc++abi-17-dev-wasm32 301s autopkgtest: DBG: synthesised dependency libclc-17 301s autopkgtest: DBG: synthesised dependency libclc-17-dev 301s autopkgtest: DBG: synthesised dependency mlir-17-tools 301s autopkgtest: DBG: synthesised dependency libmlir-17t64 301s autopkgtest: DBG: synthesised dependency libmlir-17-dev 301s autopkgtest: DBG: processing dependency cmake 301s autopkgtest: DBG: processing dependency make 301s autopkgtest: DBG: processing dependency g++ 301s autopkgtest: DBG: processing dependency file 301s autopkgtest: DBG: processing dependency dpkg-dev 301s command1 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 303s autopkgtest: DBG: processing dependency @ 303s autopkgtest: DBG: synthesised dependency clang-17 303s autopkgtest: DBG: synthesised dependency clang-tools-17 303s autopkgtest: DBG: synthesised dependency clang-format-17 303s autopkgtest: DBG: synthesised dependency clang-tidy-17 303s autopkgtest: DBG: synthesised dependency clangd-17 303s autopkgtest: DBG: synthesised dependency clang-17-doc 303s autopkgtest: DBG: synthesised dependency libclang1-17t64 303s autopkgtest: DBG: synthesised dependency libclang-17-dev 303s autopkgtest: DBG: synthesised dependency libclang-common-17-dev 303s autopkgtest: DBG: synthesised dependency libclang-rt-17-dev 303s autopkgtest: DBG: synthesised dependency libclang-rt-17-dev-wasm32 303s autopkgtest: DBG: synthesised dependency libclang-rt-17-dev-wasm64 303s autopkgtest: DBG: synthesised dependency libpolly-17-dev 303s autopkgtest: DBG: synthesised dependency libclang-cpp17t64 303s autopkgtest: DBG: synthesised dependency libclang-cpp17-dev 303s autopkgtest: DBG: synthesised dependency libfuzzer-17-dev 303s autopkgtest: DBG: synthesised dependency python3-clang-17 303s autopkgtest: DBG: synthesised dependency clang-17-examples 303s autopkgtest: DBG: synthesised dependency libllvm17t64 303s autopkgtest: DBG: synthesised dependency llvm-17-linker-tools 303s autopkgtest: DBG: synthesised dependency llvm-17 303s autopkgtest: DBG: synthesised dependency llvm-17-runtime 303s autopkgtest: DBG: synthesised dependency llvm-17-dev 303s autopkgtest: DBG: synthesised dependency llvm-17-tools 303s autopkgtest: DBG: synthesised dependency libllvm-17-ocaml-dev 303s autopkgtest: DBG: synthesised dependency llvm-17-doc 303s autopkgtest: DBG: synthesised dependency llvm-17-examples 303s autopkgtest: DBG: synthesised dependency lld-17 303s autopkgtest: DBG: synthesised dependency liblld-17 303s autopkgtest: DBG: synthesised dependency liblld-17-dev 303s autopkgtest: DBG: synthesised dependency lldb-17 303s autopkgtest: DBG: synthesised dependency liblldb-17t64 303s autopkgtest: DBG: synthesised dependency python3-lldb-17 303s autopkgtest: DBG: synthesised dependency liblldb-17-dev 303s autopkgtest: DBG: synthesised dependency libomp-17-doc 303s autopkgtest: DBG: synthesised dependency libc++1-17t64 303s autopkgtest: DBG: synthesised dependency libc++-17-dev 303s autopkgtest: DBG: synthesised dependency libc++-17-dev-wasm32 303s autopkgtest: DBG: synthesised dependency libc++abi1-17t64 303s autopkgtest: DBG: synthesised dependency libc++abi-17-dev 303s autopkgtest: DBG: synthesised dependency libc++abi-17-dev-wasm32 303s autopkgtest: DBG: synthesised dependency libclc-17 303s autopkgtest: DBG: synthesised dependency libclc-17-dev 303s autopkgtest: DBG: synthesised dependency mlir-17-tools 303s autopkgtest: DBG: synthesised dependency libmlir-17t64 303s autopkgtest: DBG: synthesised dependency libmlir-17-dev 303s autopkgtest: DBG: processing dependency cmake 303s autopkgtest: DBG: processing dependency make 303s autopkgtest: DBG: processing dependency g++ 303s autopkgtest: DBG: processing dependency libstdc++-13-dev 304s integration-test-suite-test SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 305s autopkgtest: DBG: processing dependency gcc 305s autopkgtest: DBG: processing dependency build-essential 305s autopkgtest: DBG: processing dependency cmake 305s autopkgtest: DBG: processing dependency llvm-17-dev 305s autopkgtest: DBG: marked alternatives ['llvm-17-dev'] as a synthesised dependency 305s autopkgtest: DBG: Test defined: name cmake-llvm-test path debian/tests/cmake-llvm-test command "None" restrictions [] features [] depends ['gcc', 'build-essential', 'cmake', 'llvm-17-dev'] 307s autopkgtest: DBG: processing dependency gcc 307s autopkgtest: DBG: processing dependency build-essential 307s autopkgtest: DBG: processing dependency cmake 307s autopkgtest: DBG: processing dependency llvm-17-dev 307s autopkgtest: DBG: marked alternatives ['llvm-17-dev'] as a synthesised dependency 307s autopkgtest: DBG: processing dependency clang-17 307s autopkgtest: DBG: marked alternatives ['clang-17'] as a synthesised dependency 307s autopkgtest: DBG: processing dependency libclang-17-dev 307s autopkgtest: DBG: marked alternatives ['libclang-17-dev'] as a synthesised dependency 307s autopkgtest: DBG: Test defined: name cmake-clang-test path debian/tests/cmake-clang-test command "None" restrictions [] features [] depends ['gcc', 'build-essential', 'cmake', 'llvm-17-dev', 'clang-17', 'libclang-17-dev'] 309s autopkgtest: DBG: processing dependency python3-lldb-17 309s autopkgtest: DBG: marked alternatives ['python3-lldb-17'] as a synthesised dependency 309s autopkgtest: DBG: Test defined: name command2 path None command "python3 -c "import lldb; print(lldb.__file__); print(lldb)"" restrictions [] features [] depends ['python3-lldb-17'] 311s autopkgtest: DBG: processing dependency python3-clang-17 311s autopkgtest: DBG: marked alternatives ['python3-clang-17'] as a synthesised dependency 311s autopkgtest: DBG: Test defined: name command3 path None command "python3 -c "import clang; print(clang.__file__); print(clang)"" restrictions [] features [] depends ['python3-clang-17'] 311s autopkgtest [03:20:42]: test cmake-llvm-test: preparing testbed 311s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['gcc', 'build-essential', 'cmake', 'llvm-17-dev'] 311s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 311s autopkgtest: DBG: install_deps: deps_new=['gcc', 'build-essential', 'cmake', 'llvm-17-dev'] 311s autopkgtest: DBG: install-deps: satisfying gcc, build-essential, cmake, llvm-17-dev 311s autopkgtest: DBG: can use apt-get on testbed: True 311s 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', 'gcc, build-essential, cmake, llvm-17-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 312s Reading package lists... 312s Building dependency tree... 312s Reading state information... 312s Starting pkgProblemResolver with broken count: 0 312s Starting 2 pkgProblemResolver with broken count: 0 312s Done 312s The following NEW packages will be installed: 312s build-essential cmake cmake-data cpp cpp-14 cpp-14-s390x-linux-gnu 312s cpp-s390x-linux-gnu g++ g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu 312s gcc gcc-14 gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu libasan8 libcc1-0 312s libclang-cpp17t64 libffi-dev libgcc-14-dev libgomp1 libisl23 libitm1 312s libjsoncpp26 libllvm17t64 libmpc3 libncurses-dev libpfm4 librhash1 312s libstdc++-14-dev libubsan1 libxml2-dev libz3-4 libz3-dev llvm-17 llvm-17-dev 312s llvm-17-linker-tools llvm-17-runtime llvm-17-tools 312s 0 upgraded, 39 newly installed, 0 to remove and 0 not upgraded. 312s Need to get 195 MB of archives. 312s After this operation, 983 MB of additional disk space will be used. 312s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 313s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 313s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 314s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 314s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 314s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 314s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 314s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 314s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 314s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 315s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 315s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 315s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 316s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 316s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 316s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 316s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 316s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 317s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 317s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 317s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 317s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 317s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x cmake-data all 3.31.5-2ubuntu3 [2293 kB] 317s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libjsoncpp26 s390x 1.9.6-3 [80.8 kB] 317s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x librhash1 s390x 1.4.5-1 [132 kB] 317s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x cmake s390x 3.31.5-2ubuntu3 [12.9 MB] 317s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x libllvm17t64 s390x 1:17.0.6-20 [30.6 MB] 318s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-cpp17t64 s390x 1:17.0.6-20 [14.9 MB] 319s Get:29 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libncurses-dev s390x 6.5+20250216-1 [407 kB] 319s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libxml2-dev s390x 2.12.7+dfsg+really2.9.14-0.2ubuntu3 [823 kB] 319s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-17-runtime s390x 1:17.0.6-20 [598 kB] 319s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-17-linker-tools s390x 1:17.0.6-20 [1494 kB] 320s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x libpfm4 s390x 4.13.0+git83-g91970fe-1 [37.3 kB] 320s Get:34 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-17 s390x 1:17.0.6-20 [27.3 MB] 321s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libffi-dev s390x 3.4.7-1 [58.9 kB] 321s Get:36 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-17-tools s390x 1:17.0.6-20 [560 kB] 321s Get:37 http://ftpmaster.internal/ubuntu plucky/universe s390x libz3-4 s390x 4.13.3-1 [7466 kB] 322s Get:38 http://ftpmaster.internal/ubuntu plucky/universe s390x libz3-dev s390x 4.13.3-1 [80.1 kB] 322s Get:39 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-17-dev s390x 1:17.0.6-20 [46.0 MB] 325s Fetched 195 MB in 13s (15.4 MB/s) 325s Selecting previously unselected package libisl23:s390x. 325s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55880 files and directories currently installed.) 325s Preparing to unpack .../00-libisl23_0.27-1_s390x.deb ... 325s Unpacking libisl23:s390x (0.27-1) ... 325s Selecting previously unselected package libmpc3:s390x. 325s Preparing to unpack .../01-libmpc3_1.3.1-1build2_s390x.deb ... 325s Unpacking libmpc3:s390x (1.3.1-1build2) ... 325s Selecting previously unselected package cpp-14-s390x-linux-gnu. 325s Preparing to unpack .../02-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 325s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 325s Selecting previously unselected package cpp-14. 325s Preparing to unpack .../03-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 325s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 325s Selecting previously unselected package cpp-s390x-linux-gnu. 325s Preparing to unpack .../04-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 325s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 325s Selecting previously unselected package cpp. 325s Preparing to unpack .../05-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 325s Unpacking cpp (4:14.2.0-1ubuntu1) ... 325s Selecting previously unselected package libcc1-0:s390x. 325s Preparing to unpack .../06-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 325s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 325s Selecting previously unselected package libgomp1:s390x. 325s Preparing to unpack .../07-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 325s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 325s Selecting previously unselected package libitm1:s390x. 325s Preparing to unpack .../08-libitm1_15-20250213-1ubuntu1_s390x.deb ... 325s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 325s Selecting previously unselected package libasan8:s390x. 325s Preparing to unpack .../09-libasan8_15-20250213-1ubuntu1_s390x.deb ... 325s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 326s Selecting previously unselected package libubsan1:s390x. 326s Preparing to unpack .../10-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 326s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 326s Selecting previously unselected package libgcc-14-dev:s390x. 326s Preparing to unpack .../11-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 326s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 326s Selecting previously unselected package gcc-14-s390x-linux-gnu. 326s Preparing to unpack .../12-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 326s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 326s Selecting previously unselected package gcc-14. 326s Preparing to unpack .../13-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 326s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 326s Selecting previously unselected package gcc-s390x-linux-gnu. 326s Preparing to unpack .../14-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 326s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 326s Selecting previously unselected package gcc. 326s Preparing to unpack .../15-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 326s Unpacking gcc (4:14.2.0-1ubuntu1) ... 326s Selecting previously unselected package libstdc++-14-dev:s390x. 326s Preparing to unpack .../16-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 326s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 326s Selecting previously unselected package g++-14-s390x-linux-gnu. 326s Preparing to unpack .../17-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 326s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 326s Selecting previously unselected package g++-14. 326s Preparing to unpack .../18-g++-14_14.2.0-17ubuntu1_s390x.deb ... 326s Unpacking g++-14 (14.2.0-17ubuntu1) ... 326s Selecting previously unselected package g++-s390x-linux-gnu. 326s Preparing to unpack .../19-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 326s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 326s Selecting previously unselected package g++. 326s Preparing to unpack .../20-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 326s Unpacking g++ (4:14.2.0-1ubuntu1) ... 326s Selecting previously unselected package build-essential. 326s Preparing to unpack .../21-build-essential_12.10ubuntu1_s390x.deb ... 326s Unpacking build-essential (12.10ubuntu1) ... 326s Selecting previously unselected package cmake-data. 326s Preparing to unpack .../22-cmake-data_3.31.5-2ubuntu3_all.deb ... 326s Unpacking cmake-data (3.31.5-2ubuntu3) ... 326s Selecting previously unselected package libjsoncpp26:s390x. 326s Preparing to unpack .../23-libjsoncpp26_1.9.6-3_s390x.deb ... 326s Unpacking libjsoncpp26:s390x (1.9.6-3) ... 326s Selecting previously unselected package librhash1:s390x. 326s Preparing to unpack .../24-librhash1_1.4.5-1_s390x.deb ... 326s Unpacking librhash1:s390x (1.4.5-1) ... 326s Selecting previously unselected package cmake. 326s Preparing to unpack .../25-cmake_3.31.5-2ubuntu3_s390x.deb ... 326s Unpacking cmake (3.31.5-2ubuntu3) ... 327s Selecting previously unselected package libllvm17t64:s390x. 327s Preparing to unpack .../26-libllvm17t64_1%3a17.0.6-20_s390x.deb ... 327s Unpacking libllvm17t64:s390x (1:17.0.6-20) ... 327s Selecting previously unselected package libclang-cpp17t64. 327s Preparing to unpack .../27-libclang-cpp17t64_1%3a17.0.6-20_s390x.deb ... 327s Unpacking libclang-cpp17t64 (1:17.0.6-20) ... 328s Selecting previously unselected package libncurses-dev:s390x. 328s Preparing to unpack .../28-libncurses-dev_6.5+20250216-1_s390x.deb ... 328s Unpacking libncurses-dev:s390x (6.5+20250216-1) ... 328s Selecting previously unselected package libxml2-dev:s390x. 328s Preparing to unpack .../29-libxml2-dev_2.12.7+dfsg+really2.9.14-0.2ubuntu3_s390x.deb ... 328s Unpacking libxml2-dev:s390x (2.12.7+dfsg+really2.9.14-0.2ubuntu3) ... 328s Selecting previously unselected package llvm-17-runtime. 328s Preparing to unpack .../30-llvm-17-runtime_1%3a17.0.6-20_s390x.deb ... 328s Unpacking llvm-17-runtime (1:17.0.6-20) ... 328s Selecting previously unselected package llvm-17-linker-tools. 328s Preparing to unpack .../31-llvm-17-linker-tools_1%3a17.0.6-20_s390x.deb ... 328s Unpacking llvm-17-linker-tools (1:17.0.6-20) ... 328s Selecting previously unselected package libpfm4:s390x. 328s Preparing to unpack .../32-libpfm4_4.13.0+git83-g91970fe-1_s390x.deb ... 328s Unpacking libpfm4:s390x (4.13.0+git83-g91970fe-1) ... 328s Selecting previously unselected package llvm-17. 328s Preparing to unpack .../33-llvm-17_1%3a17.0.6-20_s390x.deb ... 328s Unpacking llvm-17 (1:17.0.6-20) ... 328s Selecting previously unselected package libffi-dev:s390x. 328s Preparing to unpack .../34-libffi-dev_3.4.7-1_s390x.deb ... 328s Unpacking libffi-dev:s390x (3.4.7-1) ... 328s Selecting previously unselected package llvm-17-tools. 328s Preparing to unpack .../35-llvm-17-tools_1%3a17.0.6-20_s390x.deb ... 328s Unpacking llvm-17-tools (1:17.0.6-20) ... 328s Selecting previously unselected package libz3-4:s390x. 328s Preparing to unpack .../36-libz3-4_4.13.3-1_s390x.deb ... 328s Unpacking libz3-4:s390x (4.13.3-1) ... 328s Selecting previously unselected package libz3-dev:s390x. 328s Preparing to unpack .../37-libz3-dev_4.13.3-1_s390x.deb ... 328s Unpacking libz3-dev:s390x (4.13.3-1) ... 328s Selecting previously unselected package llvm-17-dev. 328s Preparing to unpack .../38-llvm-17-dev_1%3a17.0.6-20_s390x.deb ... 328s Unpacking llvm-17-dev (1:17.0.6-20) ... 330s Setting up libncurses-dev:s390x (6.5+20250216-1) ... 330s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 330s Setting up libffi-dev:s390x (3.4.7-1) ... 330s Setting up libxml2-dev:s390x (2.12.7+dfsg+really2.9.14-0.2ubuntu3) ... 330s Setting up libz3-4:s390x (4.13.3-1) ... 330s Setting up libpfm4:s390x (4.13.0+git83-g91970fe-1) ... 330s Setting up libllvm17t64:s390x (1:17.0.6-20) ... 330s Setting up libjsoncpp26:s390x (1.9.6-3) ... 330s Setting up libmpc3:s390x (1.3.1-1build2) ... 330s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 330s Setting up llvm-17-tools (1:17.0.6-20) ... 330s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 330s Setting up llvm-17-runtime (1:17.0.6-20) ... 330s Setting up cmake-data (3.31.5-2ubuntu3) ... 330s Setting up librhash1:s390x (1.4.5-1) ... 330s Setting up libisl23:s390x (0.27-1) ... 330s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 330s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 330s Setting up libz3-dev:s390x (4.13.3-1) ... 330s Setting up llvm-17-linker-tools (1:17.0.6-20) ... 330s Setting up libclang-cpp17t64 (1:17.0.6-20) ... 330s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 330s Setting up cpp-14 (14.2.0-17ubuntu1) ... 330s Setting up cmake (3.31.5-2ubuntu3) ... 330s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 330s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 330s Setting up llvm-17 (1:17.0.6-20) ... 330s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 330s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 330s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 330s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 330s Setting up cpp (4:14.2.0-1ubuntu1) ... 330s Setting up llvm-17-dev (1:17.0.6-20) ... 330s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 330s Setting up gcc-14 (14.2.0-17ubuntu1) ... 330s Setting up g++-14 (14.2.0-17ubuntu1) ... 330s Setting up gcc (4:14.2.0-1ubuntu1) ... 330s Setting up g++ (4:14.2.0-1ubuntu1) ... 330s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 330s Setting up build-essential (12.10ubuntu1) ... 330s Processing triggers for libc-bin (2.40-4ubuntu1) ... 330s Processing triggers for systemd (257.2-3ubuntu1) ... 330s Processing triggers for man-db (2.13.0-1) ... 331s Processing triggers for install-info (7.1.1-1) ... 331s autopkgtest: DBG: testbed command exited with code 0 331s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'llvm-17-dev'], kind short, sout pipe, serr pipe, env [] 331s autopkgtest: DBG: testbed command exited with code 0 331s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.r1W5Qt/cmake-llvm-test-packages.all"], kind short, sout raw, serr pipe, env [] 331s autopkgtest: DBG: testbed command exited with code 0 331s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/cmake-llvm-test-packages.all /tmp/autopkgtest-work.tehm8gl9/out/cmake-llvm-test-packages.all 332s autopkgtest: DBG: got reply from testbed: ok 332s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.r1W5Qt/build.eaV/src'], kind short, sout raw, serr raw, env [] 332s autopkgtest: DBG: testbed command exited with code 0 332s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.r1W5Qt/build.eaV/src already exists 332s autopkgtest [03:21:03]: test cmake-llvm-test: [----------------------- 332s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.r1W5Qt/wrapper.sh --debug --artifacts=/tmp/autopkgtest.r1W5Qt/cmake-llvm-test-artifacts --chdir=/tmp/autopkgtest.r1W5Qt/build.eaV/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.r1W5Qt/cmake-llvm-test-stderr --stdout=/tmp/autopkgtest.r1W5Qt/cmake-llvm-test-stdout --tmp=/tmp/autopkgtest.r1W5Qt/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=ncurses/6.5+20250216-1 --make-executable=/tmp/autopkgtest.r1W5Qt/build.eaV/src/debian/tests/cmake-llvm-test -- /tmp/autopkgtest.r1W5Qt/build.eaV/src/debian/tests/cmake-llvm-test'], kind test, sout raw, serr raw, env [] 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.r1W5Qt/cmake-llvm-test-artifacts 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: changing to directory: /tmp/autopkgtest.r1W5Qt/build.eaV/src 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: LANG=C.UTF-8 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LANGUAGE 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_ADDRESS 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_ALL 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_COLLATE 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_CTYPE 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_IDENTIFICATION 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_MEASUREMENT 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_MESSAGES 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_MONETARY 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_NAME 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_NUMERIC 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_PAPER 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_TELEPHONE 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_TIME 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: pretending to be a login shell 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: will write standard error to /tmp/autopkgtest.r1W5Qt/cmake-llvm-test-stderr 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: will write stdout to /tmp/autopkgtest.r1W5Qt/cmake-llvm-test-stdout 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.r1W5Qt/autopkgtest_tmp 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ncurses/6.5+20250216-1 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: marking as executable: /tmp/autopkgtest.r1W5Qt/build.eaV/src/debian/tests/cmake-llvm-test 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: command to run: /tmp/autopkgtest.r1W5Qt/build.eaV/src/debian/tests/cmake-llvm-test 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: copying /tmp/tmp.WbZ3TGkK1r/out to stdout and file: /tmp/autopkgtest.r1W5Qt/cmake-llvm-test-stdout 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: copying /tmp/tmp.WbZ3TGkK1r/err to standard error and file: /tmp/autopkgtest.r1W5Qt/cmake-llvm-test-stdout 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: writing script pid 2922 to /tmp/autopkgtest_script_pid 332s -- The C compiler identification is GNU 14.2.0 332s -- The CXX compiler identification is GNU 14.2.0 332s -- Detecting C compiler ABI info 332s -- Detecting C compiler ABI info - done 332s -- Check for working C compiler: /usr/bin/cc - skipped 332s -- Detecting C compile features 332s -- Detecting C compile features - done 332s -- Detecting CXX compiler ABI info 332s -- Detecting CXX compiler ABI info - done 332s -- Check for working CXX compiler: /usr/bin/c++ - skipped 332s -- Detecting CXX compile features 332s -- Detecting CXX compile features - done 332s -- Performing Test HAVE_FFI_CALL 332s -- Performing Test HAVE_FFI_CALL - Success 332s -- Found FFI: /usr/lib/s390x-linux-gnu/libffi.so 332s -- Could NOT find LibEdit (missing: LibEdit_INCLUDE_DIRS LibEdit_LIBRARIES) 332s -- Performing Test Terminfo_LINKABLE 332s -- Performing Test Terminfo_LINKABLE - Success 332s -- Found Terminfo: /usr/lib/s390x-linux-gnu/libtinfo.so 332s -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 332s -- Could NOT find zstd (missing: zstd_LIBRARY zstd_INCLUDE_DIR) 332s -- Found LibXml2: /usr/lib/s390x-linux-gnu/libxml2.so (found version "2.9.14") 332s -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) 332s -- Configuring done (0.5s) 332s -- Generating done (0.0s) 332s -- Build files have been written to: /tmp/autopkgtest.r1W5Qt/autopkgtest_tmp/build 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: checking for leaked background processes... 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: waiting for tee/cat subprocesses... 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: cleaning up... 332s /tmp/autopkgtest.r1W5Qt/wrapper.sh: Exit status: 0 333s autopkgtest: DBG: testbed command exited with code 0 333s autopkgtest [03:21:04]: test cmake-llvm-test: -----------------------] 333s autopkgtest: DBG: testbed executing test finished with exit status 0 333s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/cmake-llvm-test-stdout /tmp/autopkgtest-work.tehm8gl9/out/cmake-llvm-test-stdout 333s autopkgtest: DBG: got reply from testbed: ok 333s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/cmake-llvm-test-stderr /tmp/autopkgtest-work.tehm8gl9/out/cmake-llvm-test-stderr 333s autopkgtest: DBG: got reply from testbed: ok 333s autopkgtest [03:21:04]: test cmake-llvm-test: - - - - - - - - - - results - - - - - - - - - - 333s cmake-llvm-test PASS 334s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/cmake-llvm-test-artifacts/ /tmp/autopkgtest-work.tehm8gl9/out/artifacts/ 334s autopkgtest: DBG: got reply from testbed: ok 334s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.r1W5Qt/cmake-llvm-test-artifacts', '/tmp/autopkgtest.r1W5Qt/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 334s autopkgtest: DBG: testbed command exited with code 0 334s autopkgtest [03:21:05]: test cmake-clang-test: preparing testbed 334s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['gcc', 'build-essential', 'cmake', 'llvm-17-dev'], deps_new=['gcc', 'build-essential', 'cmake', 'llvm-17-dev', 'clang-17', 'libclang-17-dev'] 334s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 334s autopkgtest: DBG: install_deps: deps_new=['gcc', 'build-essential', 'cmake', 'llvm-17-dev', 'clang-17', 'libclang-17-dev'] 334s autopkgtest: DBG: install-deps: satisfying gcc, build-essential, cmake, llvm-17-dev, clang-17, libclang-17-dev 334s autopkgtest: DBG: can use apt-get on testbed: True 334s 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', 'gcc, build-essential, cmake, llvm-17-dev, clang-17, libclang-17-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 334s Reading package lists... 334s Building dependency tree... 334s Reading state information... 335s Starting pkgProblemResolver with broken count: 0 335s Starting 2 pkgProblemResolver with broken count: 0 335s Done 335s The following NEW packages will be installed: 335s clang-17 libclang-17-dev libclang-common-17-dev libclang1-17t64 libgc1 335s libobjc-14-dev libobjc4 335s 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. 335s Need to get 38.9 MB of archives. 335s After this operation, 370 MB of additional disk space will be used. 335s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libgc1 s390x 1:8.2.8-1 [93.7 kB] 335s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x libobjc4 s390x 15-20250213-1ubuntu1 [49.9 kB] 335s Get:3 http://ftpmaster.internal/ubuntu plucky/universe s390x libobjc-14-dev s390x 14.2.0-17ubuntu1 [194 kB] 335s Get:4 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-common-17-dev s390x 1:17.0.6-20 [690 kB] 335s Get:5 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang1-17t64 s390x 1:17.0.6-20 [8584 kB] 336s Get:6 http://ftpmaster.internal/ubuntu plucky/universe s390x clang-17 s390x 1:17.0.6-20 [79.7 kB] 336s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-17-dev s390x 1:17.0.6-20 [29.2 MB] 337s Fetched 38.9 MB in 2s (16.9 MB/s) 337s Selecting previously unselected package libgc1:s390x. 337s (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 ... 64208 files and directories currently installed.) 337s Preparing to unpack .../0-libgc1_1%3a8.2.8-1_s390x.deb ... 337s Unpacking libgc1:s390x (1:8.2.8-1) ... 337s Selecting previously unselected package libobjc4:s390x. 337s Preparing to unpack .../1-libobjc4_15-20250213-1ubuntu1_s390x.deb ... 337s Unpacking libobjc4:s390x (15-20250213-1ubuntu1) ... 337s Selecting previously unselected package libobjc-14-dev:s390x. 337s Preparing to unpack .../2-libobjc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 337s Unpacking libobjc-14-dev:s390x (14.2.0-17ubuntu1) ... 337s Selecting previously unselected package libclang-common-17-dev:s390x. 337s Preparing to unpack .../3-libclang-common-17-dev_1%3a17.0.6-20_s390x.deb ... 337s Unpacking libclang-common-17-dev:s390x (1:17.0.6-20) ... 337s Selecting previously unselected package libclang1-17t64. 337s Preparing to unpack .../4-libclang1-17t64_1%3a17.0.6-20_s390x.deb ... 337s Unpacking libclang1-17t64 (1:17.0.6-20) ... 338s Selecting previously unselected package clang-17. 338s Preparing to unpack .../5-clang-17_1%3a17.0.6-20_s390x.deb ... 338s Unpacking clang-17 (1:17.0.6-20) ... 338s Selecting previously unselected package libclang-17-dev. 338s Preparing to unpack .../6-libclang-17-dev_1%3a17.0.6-20_s390x.deb ... 338s Unpacking libclang-17-dev (1:17.0.6-20) ... 339s Setting up libclang1-17t64 (1:17.0.6-20) ... 339s Setting up libgc1:s390x (1:8.2.8-1) ... 339s Setting up libclang-common-17-dev:s390x (1:17.0.6-20) ... 339s Setting up libobjc4:s390x (15-20250213-1ubuntu1) ... 339s Setting up libobjc-14-dev:s390x (14.2.0-17ubuntu1) ... 339s Setting up libclang-17-dev (1:17.0.6-20) ... 339s Setting up clang-17 (1:17.0.6-20) ... 339s Processing triggers for libc-bin (2.40-4ubuntu1) ... 339s Processing triggers for man-db (2.13.0-1) ... 339s autopkgtest: DBG: testbed command exited with code 0 339s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'llvm-17-dev'], kind short, sout pipe, serr pipe, env [] 340s autopkgtest: DBG: testbed command exited with code 0 340s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'clang-17'], kind short, sout pipe, serr pipe, env [] 340s autopkgtest: DBG: testbed command exited with code 0 340s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libclang-17-dev'], kind short, sout pipe, serr pipe, env [] 340s autopkgtest: DBG: testbed command exited with code 0 340s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.r1W5Qt/cmake-clang-test-packages.all"], kind short, sout raw, serr pipe, env [] 340s autopkgtest: DBG: testbed command exited with code 0 340s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/cmake-clang-test-packages.all /tmp/autopkgtest-work.tehm8gl9/out/cmake-clang-test-packages.all 340s autopkgtest: DBG: got reply from testbed: ok 341s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.r1W5Qt/build.eaV/src'], kind short, sout raw, serr raw, env [] 341s autopkgtest: DBG: testbed command exited with code 0 341s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.r1W5Qt/build.eaV/src already exists 341s autopkgtest [03:21:12]: test cmake-clang-test: [----------------------- 341s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.r1W5Qt/wrapper.sh --debug --artifacts=/tmp/autopkgtest.r1W5Qt/cmake-clang-test-artifacts --chdir=/tmp/autopkgtest.r1W5Qt/build.eaV/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.r1W5Qt/cmake-clang-test-stderr --stdout=/tmp/autopkgtest.r1W5Qt/cmake-clang-test-stdout --tmp=/tmp/autopkgtest.r1W5Qt/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=ncurses/6.5+20250216-1 --make-executable=/tmp/autopkgtest.r1W5Qt/build.eaV/src/debian/tests/cmake-clang-test -- /tmp/autopkgtest.r1W5Qt/build.eaV/src/debian/tests/cmake-clang-test'], kind test, sout raw, serr raw, env [] 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.r1W5Qt/cmake-clang-test-artifacts 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: changing to directory: /tmp/autopkgtest.r1W5Qt/build.eaV/src 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: LANG=C.UTF-8 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LANGUAGE 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_ADDRESS 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_ALL 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_COLLATE 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_CTYPE 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_IDENTIFICATION 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_MEASUREMENT 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_MESSAGES 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_MONETARY 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_NAME 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_NUMERIC 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_PAPER 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_TELEPHONE 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_TIME 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: pretending to be a login shell 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: will write standard error to /tmp/autopkgtest.r1W5Qt/cmake-clang-test-stderr 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: will write stdout to /tmp/autopkgtest.r1W5Qt/cmake-clang-test-stdout 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.r1W5Qt/autopkgtest_tmp 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ncurses/6.5+20250216-1 341s -- The C compiler identification is GNU 14.2.0 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: marking as executable: /tmp/autopkgtest.r1W5Qt/build.eaV/src/debian/tests/cmake-clang-test 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: command to run: /tmp/autopkgtest.r1W5Qt/build.eaV/src/debian/tests/cmake-clang-test 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: copying /tmp/tmp.ZLHuYa3S0S/out to stdout and file: /tmp/autopkgtest.r1W5Qt/cmake-clang-test-stdout 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: copying /tmp/tmp.ZLHuYa3S0S/err to standard error and file: /tmp/autopkgtest.r1W5Qt/cmake-clang-test-stdout 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: writing script pid 3316 to /tmp/autopkgtest_script_pid 341s -- The CXX compiler identification is GNU 14.2.0 341s -- Detecting C compiler ABI info 341s -- Detecting C compiler ABI info - done 341s -- Check for working C compiler: /usr/bin/cc - skipped 341s -- Detecting C compile features 341s -- Detecting C compile features - done 341s -- Detecting CXX compiler ABI info 341s -- Detecting CXX compiler ABI info - done 341s -- Check for working CXX compiler: /usr/bin/c++ - skipped 341s -- Detecting CXX compile features 341s -- Detecting CXX compile features - done 341s -- Performing Test HAVE_FFI_CALL 341s -- Performing Test HAVE_FFI_CALL - Success 341s -- Found FFI: /usr/lib/s390x-linux-gnu/libffi.so 341s -- Could NOT find LibEdit (missing: LibEdit_INCLUDE_DIRS LibEdit_LIBRARIES) 341s -- Performing Test Terminfo_LINKABLE 341s -- Performing Test Terminfo_LINKABLE - Success 341s -- Found Terminfo: /usr/lib/s390x-linux-gnu/libtinfo.so 341s -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 341s -- Could NOT find zstd (missing: zstd_LIBRARY zstd_INCLUDE_DIR) 341s -- Found LibXml2: /usr/lib/s390x-linux-gnu/libxml2.so (found version "2.9.14") 341s -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) 341s -- Configuring done (0.5s) 341s -- Generating done (0.0s) 341s -- Build files have been written to: /tmp/autopkgtest.r1W5Qt/autopkgtest_tmp/build 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: checking for leaked background processes... 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: waiting for tee/cat subprocesses... 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: cleaning up... 341s /tmp/autopkgtest.r1W5Qt/wrapper.sh: Exit status: 0 342s autopkgtest: DBG: testbed command exited with code 0 342s autopkgtest [03:21:13]: test cmake-clang-test: -----------------------] 342s autopkgtest: DBG: testbed executing test finished with exit status 0 342s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/cmake-clang-test-stdout /tmp/autopkgtest-work.tehm8gl9/out/cmake-clang-test-stdout 342s autopkgtest: DBG: got reply from testbed: ok 342s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/cmake-clang-test-stderr /tmp/autopkgtest-work.tehm8gl9/out/cmake-clang-test-stderr 342s autopkgtest: DBG: got reply from testbed: ok 342s autopkgtest [03:21:13]: test cmake-clang-test: - - - - - - - - - - results - - - - - - - - - - 342s cmake-clang-test PASS 342s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/cmake-clang-test-artifacts/ /tmp/autopkgtest-work.tehm8gl9/out/artifacts/ 342s autopkgtest: DBG: got reply from testbed: ok 342s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.r1W5Qt/cmake-clang-test-artifacts', '/tmp/autopkgtest.r1W5Qt/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest [03:21:14]: test command2: preparing testbed 343s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['gcc', 'build-essential', 'cmake', 'llvm-17-dev', 'clang-17', 'libclang-17-dev'], deps_new=['python3-lldb-17'] 343s autopkgtest: DBG: testbed reset 343s autopkgtest: DBG: sending command to testbed: revert 464s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.r1W5Qt 464s autopkgtest: DBG: sending command to testbed: print-execute-command 464s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.lpvkz0x5/runcmd 464s autopkgtest: DBG: sending command to testbed: capabilities 464s autopkgtest: DBG: got reply from testbed: ok revert-full-system reboot ok root-on-testbed revert isolation-machine suggested-normal-user=ubuntu 464s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'reboot', 'ok', 'root-on-testbed', 'revert', 'isolation-machine', 'suggested-normal-user=ubuntu', 'has_internet'] 464s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 464s autopkgtest: DBG: testbed command exited with code 0 464s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.r1W5Qt/wrapper.sh 464s autopkgtest: DBG: got reply from testbed: ok 464s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/wrapper.sh'], kind short, sout raw, serr pipe, env [] 465s autopkgtest: DBG: testbed command exited with code 0 465s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 465s autopkgtest: DBG: testbed command exited with code 0 465s autopkgtest [03:23:16]: testbed dpkg architecture: s390x 465s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 465s autopkgtest: DBG: testbed command exited with code 0 465s autopkgtest [03:23:16]: testbed apt version: 2.9.29 465s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 465s autopkgtest: DBG: testbed command exited with code 0 465s autopkgtest: DBG: testbed has eatmydata 465s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 465s autopkgtest: DBG: testbed command exited with code 0 465s autopkgtest [03:23:16]: @@@@@@@@@@@@@@@@@@@@ test bed setup 465s 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 [] 465s autopkgtest: DBG: testbed command exited with code 0 465s autopkgtest [03:23:16]: testbed release detected to be: plucky 465s 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 [] 466s autopkgtest: DBG: testbed command exited with code 0 466s 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 [] 466s autopkgtest: DBG: testbed command exited with code 0 466s autopkgtest: DBG: adding APT source: Types: deb deb-src 466s URIs: http://ftpmaster.internal/ubuntu/ 466s Suites: plucky-proposed 466s Components: main restricted universe multiverse 466s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 466s 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 [] 466s autopkgtest: DBG: testbed command exited with code 0 466s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 466s Package: * 466s Pin: release plucky-proposed 466s Pin-Priority: 500 466s 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 [] 466s autopkgtest: DBG: testbed command exited with code 0 466s autopkgtest [03:23:17]: updating testbed package index (apt update) 466s 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'] 466s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 467s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 467s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 467s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 467s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 467s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.6 kB] 467s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 467s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [79.1 kB] 467s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [98.8 kB] 467s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 467s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [656 kB] 467s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5192 B] 467s Fetched 1755 kB in 1s (1885 kB/s) 468s Reading package lists... 468s autopkgtest: DBG: testbed command exited with code 0 468s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 468s Package: * 468s Pin: release plucky-proposed 468s Pin-Priority: 100 468s 468s Package: src:ncurses:any 468s Pin: release plucky-proposed 468s Pin-Priority: 995 468s 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:ncurses:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 468s autopkgtest: DBG: testbed command exited with code 0 468s 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.r1W5Qt/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 468s autopkgtest: DBG: testbed command exited with code 0 468s 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'] 468s + lsb_release --codename --short 468s + RELEASE=plucky 468s + cat 468s + [ plucky != trusty ] 468s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 468s Reading package lists... 469s Building dependency tree... 469s Reading state information... 469s Calculating upgrade... 469s The following packages were automatically installed and are no longer required: 469s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 469s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 469s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 469s linux-tools-6.11.0-8-generic 469s Use 'sudo apt autoremove' to remove them. 469s The following packages will be upgraded: 469s dhcpcd-base s390-tools s390-tools-data s390-tools-signed 469s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 469s Need to get 5637 kB of archives. 469s After this operation, 54.3 kB of additional disk space will be used. 469s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 469s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 469s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 470s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 470s Fetched 5637 kB in 1s (6254 kB/s) 470s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80980 files and directories currently installed.) 470s Preparing to unpack .../dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 470s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 470s Preparing to unpack .../s390-tools-data_2.37.0-0ubuntu2_all.deb ... 470s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 470s Preparing to unpack .../s390-tools_2.37.0-0ubuntu2_s390x.deb ... 470s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 470s Preparing to unpack .../s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 470s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 470s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 470s Setting up dhcpcd-base (1:10.1.0-7) ... 470s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 470s Setting up s390-tools (2.37.0-0ubuntu2) ... 471s Processing triggers for man-db (2.13.0-1) ... 472s Processing triggers for initramfs-tools (0.145ubuntu2) ... 472s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 472s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 476s Using config file '/etc/zipl.conf' 476s Building bootmap in '/boot' 476s Adding IPL section 'ubuntu' (default) 476s Preparing boot device for LD-IPL: vda (0000). 476s Done. 477s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 477s + /usr/lib/apt/apt-helper analyze-pattern ?true 477s + uname -r 477s + sed s/\./\\./g 477s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 477s + apt list ?obsolete 477s + tail -n+2 477s + grep -v ^linux-.*6\.12\.0-15-generic.* 477s + cut -d/ -f1 477s + true 477s + obsolete_pkgs= 477s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 477s Reading package lists... 477s Building dependency tree... 477s Reading state information... 477s The following packages will be REMOVED: 477s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 477s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 477s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 477s linux-tools-6.11.0-8-generic* 477s 0 upgraded, 0 newly installed, 9 to remove and 6 not upgraded. 477s After this operation, 167 MB disk space will be freed. 477s (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 ... 80981 files and directories currently installed.) 477s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 477s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 477s Removing libpython3.12t64:s390x (3.12.9-1) ... 477s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 477s Removing libnsl2:s390x (1.3.0-3build3) ... 477s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 477s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 478s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 480s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 480s Processing triggers for libc-bin (2.40-4ubuntu1) ... 480s (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 ... 55881 files and directories currently installed.) 480s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 480s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 480s + grep -q trusty /etc/lsb-release 480s + [ ! -d /usr/share/doc/unattended-upgrades ] 480s + [ ! -d /usr/share/doc/lxd ] 480s + [ ! -d /usr/share/doc/lxd-client ] 480s + [ ! -d /usr/share/doc/snapd ] 480s + type iptables 480s + cat 480s + chmod 755 /etc/rc.local 480s + . /etc/rc.local 480s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 480s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 480s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 480s + uname -m 480s + [ s390x = ppc64le ] 480s + [ -d /run/systemd/system ] 480s + systemd-detect-virt --quiet --vm 480s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 480s + cat 480s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 480s + echo COMPRESS=lz4 480s autopkgtest: DBG: testbed command exited with code 0 480s autopkgtest [03:23:31]: upgrading testbed (apt dist-upgrade and autopurge) 480s 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'] 480s Reading package lists... 480s Building dependency tree... 480s Reading state information... 481s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 481s Starting 2 pkgProblemResolver with broken count: 0 481s Done 481s Entering ResolveByKeep 481s 481s The following packages will be upgraded: 481s libncurses6 libncursesw6 libtinfo6 ncurses-base ncurses-bin ncurses-term 481s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 481s Need to get 896 kB of archives. 481s After this operation, 12.3 kB of additional disk space will be used. 481s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ncurses-bin s390x 6.5+20250216-1 [197 kB] 482s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ncurses-base all 6.5+20250216-1 [25.9 kB] 482s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ncurses-term all 6.5+20250216-1 [276 kB] 482s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libncursesw6 s390x 6.5+20250216-1 [158 kB] 482s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libncurses6 s390x 6.5+20250216-1 [122 kB] 482s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libtinfo6 s390x 6.5+20250216-1 [117 kB] 482s Fetched 896 kB in 1s (1416 kB/s) 482s (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 ... 55879 files and directories currently installed.) 482s Preparing to unpack .../ncurses-bin_6.5+20250216-1_s390x.deb ... 482s Unpacking ncurses-bin (6.5+20250216-1) over (6.5+20250125-2) ... 482s Setting up ncurses-bin (6.5+20250216-1) ... 482s (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 ... 55879 files and directories currently installed.) 482s Preparing to unpack .../ncurses-base_6.5+20250216-1_all.deb ... 482s Unpacking ncurses-base (6.5+20250216-1) over (6.5+20250125-2) ... 482s Setting up ncurses-base (6.5+20250216-1) ... 482s (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 ... 55879 files and directories currently installed.) 482s Preparing to unpack .../ncurses-term_6.5+20250216-1_all.deb ... 482s Unpacking ncurses-term (6.5+20250216-1) over (6.5+20250125-2) ... 483s Preparing to unpack .../libncursesw6_6.5+20250216-1_s390x.deb ... 483s Unpacking libncursesw6:s390x (6.5+20250216-1) over (6.5+20250125-2) ... 483s Preparing to unpack .../libncurses6_6.5+20250216-1_s390x.deb ... 483s Unpacking libncurses6:s390x (6.5+20250216-1) over (6.5+20250125-2) ... 483s Preparing to unpack .../libtinfo6_6.5+20250216-1_s390x.deb ... 483s Unpacking libtinfo6:s390x (6.5+20250216-1) over (6.5+20250125-2) ... 483s Setting up libtinfo6:s390x (6.5+20250216-1) ... 483s Setting up libncurses6:s390x (6.5+20250216-1) ... 483s Setting up libncursesw6:s390x (6.5+20250216-1) ... 483s Setting up ncurses-term (6.5+20250216-1) ... 483s Processing triggers for man-db (2.13.0-1) ... 483s Processing triggers for libc-bin (2.40-4ubuntu1) ... 483s autopkgtest: DBG: testbed command exited with code 0 483s 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'] 484s Reading package lists... 484s Building dependency tree... 484s Reading state information... 484s Starting pkgProblemResolver with broken count: 0 484s Starting 2 pkgProblemResolver with broken count: 0 484s Done 485s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 485s autopkgtest: DBG: testbed command exited with code 0 485s 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.r1W5Qt/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 485s autopkgtest: DBG: testbed command exited with code 1 485s autopkgtest [03:23:36]: rebooting testbed after setup commands that affected boot 485s autopkgtest: DBG: sending command to testbed: reboot 498s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds... 506s autopkgtest: DBG: got reply from testbed: ok 506s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 506s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 506s autopkgtest: DBG: testbed command exited with code 0 506s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.r1W5Qt/autopkgtest-reboot 506s autopkgtest: DBG: got reply from testbed: ok 506s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 506s autopkgtest: DBG: testbed command exited with code 0 506s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 506s autopkgtest: DBG: testbed command exited with code 0 506s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 507s autopkgtest: DBG: testbed command exited with code 0 507s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 507s autopkgtest: DBG: testbed command exited with code 0 507s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare 507s autopkgtest: DBG: got reply from testbed: ok 507s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 507s autopkgtest: DBG: testbed command exited with code 0 507s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 507s autopkgtest: DBG: testbed command exited with code 0 507s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 508s autopkgtest: DBG: testbed command exited with code 0 508s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.r1W5Qt/testbed-packages"], kind short, sout raw, serr pipe, env [] 508s autopkgtest: DBG: testbed command exited with code 0 508s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/testbed-packages /tmp/autopkgtest-work.tehm8gl9/out/testbed-packages 508s autopkgtest: DBG: got reply from testbed: ok 508s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 508s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 508s autopkgtest: DBG: testbed command exited with code 0 508s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.r1W5Qt/autopkgtest-reboot 508s autopkgtest: DBG: got reply from testbed: ok 508s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 509s autopkgtest: DBG: testbed command exited with code 0 509s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 509s autopkgtest: DBG: testbed command exited with code 0 509s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 509s autopkgtest: DBG: testbed command exited with code 0 509s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 509s autopkgtest: DBG: testbed command exited with code 0 509s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare 509s autopkgtest: DBG: got reply from testbed: ok 509s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 509s autopkgtest: DBG: testbed command exited with code 0 509s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 510s autopkgtest: DBG: testbed command exited with code 0 510s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 510s autopkgtest: DBG: testbed command exited with code 0 510s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 510s autopkgtest: DBG: install_deps: deps_new=['python3-lldb-17'] 510s autopkgtest: DBG: install-deps: satisfying python3-lldb-17 510s autopkgtest: DBG: can use apt-get on testbed: True 510s 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', 'python3-lldb-17'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 510s Reading package lists... 510s Building dependency tree... 510s Reading state information... 511s Starting pkgProblemResolver with broken count: 0 511s Starting 2 pkgProblemResolver with broken count: 0 511s Done 511s The following NEW packages will be installed: 511s libclang-cpp17t64 liblldb-17t64 libllvm17t64 python3-lldb-17 511s 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. 511s Need to get 50.2 MB of archives. 511s After this operation, 268 MB of additional disk space will be used. 511s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x libllvm17t64 s390x 1:17.0.6-20 [30.6 MB] 514s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-cpp17t64 s390x 1:17.0.6-20 [14.9 MB] 515s Get:3 http://ftpmaster.internal/ubuntu plucky/universe s390x liblldb-17t64 s390x 1:17.0.6-20 [4550 kB] 515s Get:4 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-lldb-17 s390x 1:17.0.6-20 [110 kB] 516s Fetched 50.2 MB in 4s (13.8 MB/s) 516s Selecting previously unselected package libllvm17t64:s390x. 516s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55880 files and directories currently installed.) 516s Preparing to unpack .../libllvm17t64_1%3a17.0.6-20_s390x.deb ... 516s Unpacking libllvm17t64:s390x (1:17.0.6-20) ... 517s Selecting previously unselected package libclang-cpp17t64. 517s Preparing to unpack .../libclang-cpp17t64_1%3a17.0.6-20_s390x.deb ... 517s Unpacking libclang-cpp17t64 (1:17.0.6-20) ... 518s Selecting previously unselected package liblldb-17t64. 518s Preparing to unpack .../liblldb-17t64_1%3a17.0.6-20_s390x.deb ... 518s Unpacking liblldb-17t64 (1:17.0.6-20) ... 518s Selecting previously unselected package python3-lldb-17. 518s Preparing to unpack .../python3-lldb-17_1%3a17.0.6-20_s390x.deb ... 518s Unpacking python3-lldb-17 (1:17.0.6-20) ... 518s Setting up libllvm17t64:s390x (1:17.0.6-20) ... 518s Setting up libclang-cpp17t64 (1:17.0.6-20) ... 518s Setting up liblldb-17t64 (1:17.0.6-20) ... 518s Setting up python3-lldb-17 (1:17.0.6-20) ... 518s Processing triggers for libc-bin (2.40-4ubuntu1) ... 519s autopkgtest: DBG: testbed command exited with code 0 519s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-lldb-17'], kind short, sout pipe, serr pipe, env [] 519s autopkgtest: DBG: testbed command exited with code 0 519s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.r1W5Qt/command2-packages.all"], kind short, sout raw, serr pipe, env [] 519s autopkgtest: DBG: testbed command exited with code 0 519s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/command2-packages.all /tmp/autopkgtest-work.tehm8gl9/out/command2-packages.all 519s autopkgtest: DBG: got reply from testbed: ok 519s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.r1W5Qt/build.eaV/src'], kind short, sout raw, serr raw, env [] 520s autopkgtest: DBG: testbed command exited with code 1 520s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt/build.eaV'], kind short, sout raw, serr pipe, env [] 520s autopkgtest: DBG: testbed command exited with code 0 520s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.tehm8gl9/out/tests-tree/ /tmp/autopkgtest.r1W5Qt/build.eaV/src/ 811s autopkgtest: DBG: got reply from testbed: ok 811s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.r1W5Qt/build.eaV/src'], kind short, sout raw, serr pipe, env [] 812s autopkgtest: DBG: testbed command exited with code 0 812s autopkgtest [03:29:03]: test command2: python3 -c "import lldb; print(lldb.__file__); print(lldb)" 812s autopkgtest [03:29:03]: test command2: [----------------------- 812s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.r1W5Qt/wrapper.sh --debug --artifacts=/tmp/autopkgtest.r1W5Qt/command2-artifacts --chdir=/tmp/autopkgtest.r1W5Qt/build.eaV/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.r1W5Qt/command2-stderr --stdout=/tmp/autopkgtest.r1W5Qt/command2-stdout --tmp=/tmp/autopkgtest.r1W5Qt/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=ncurses/6.5+20250216-1 -- bash -ec \'python3 -c "import lldb; print(lldb.__file__); print(lldb)"\''], kind test, sout raw, serr raw, env [] 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.r1W5Qt/command2-artifacts 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: changing to directory: /tmp/autopkgtest.r1W5Qt/build.eaV/src 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: LANG=C.UTF-8 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LANGUAGE 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_ADDRESS 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_ALL 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_COLLATE 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_CTYPE 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_IDENTIFICATION 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_MEASUREMENT 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_MESSAGES 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_MONETARY 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_NAME 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_NUMERIC 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_PAPER 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_TELEPHONE 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_TIME 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: pretending to be a login shell 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: will write standard error to /tmp/autopkgtest.r1W5Qt/command2-stderr 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: will write stdout to /tmp/autopkgtest.r1W5Qt/command2-stdout 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.r1W5Qt/autopkgtest_tmp 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ncurses/6.5+20250216-1 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: command to run: bash -ec python3 -c "import lldb; print(lldb.__file__); print(lldb)" 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: copying /tmp/tmp.F3YBtwONWP/out to stdout and file: /tmp/autopkgtest.r1W5Qt/command2-stdout 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: copying /tmp/tmp.F3YBtwONWP/err to standard error and file: /tmp/autopkgtest.r1W5Qt/command2-stdout 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: writing script pid 1240 to /tmp/autopkgtest_script_pid 812s None 812s 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: checking for leaked background processes... 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: waiting for tee/cat subprocesses... 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: cleaning up... 812s /tmp/autopkgtest.r1W5Qt/wrapper.sh: Exit status: 0 812s autopkgtest: DBG: testbed command exited with code 0 813s autopkgtest [03:29:04]: test command2: -----------------------] 813s autopkgtest: DBG: testbed executing test finished with exit status 0 813s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/command2-stdout /tmp/autopkgtest-work.tehm8gl9/out/command2-stdout 813s autopkgtest: DBG: got reply from testbed: ok 813s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/command2-stderr /tmp/autopkgtest-work.tehm8gl9/out/command2-stderr 813s autopkgtest: DBG: got reply from testbed: ok 813s autopkgtest [03:29:04]: test command2: - - - - - - - - - - results - - - - - - - - - - 813s command2 PASS 813s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/command2-artifacts/ /tmp/autopkgtest-work.tehm8gl9/out/artifacts/ 813s autopkgtest: DBG: got reply from testbed: ok 813s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.r1W5Qt/command2-artifacts', '/tmp/autopkgtest.r1W5Qt/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 814s autopkgtest: DBG: testbed command exited with code 0 814s autopkgtest [03:29:05]: test command3: preparing testbed 814s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-lldb-17'], deps_new=['python3-clang-17'] 814s autopkgtest: DBG: testbed reset 814s autopkgtest: DBG: sending command to testbed: revert 953s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.r1W5Qt 953s autopkgtest: DBG: sending command to testbed: print-execute-command 953s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.lpvkz0x5/runcmd 953s autopkgtest: DBG: sending command to testbed: capabilities 953s autopkgtest: DBG: got reply from testbed: ok revert-full-system reboot ok root-on-testbed revert isolation-machine suggested-normal-user=ubuntu 953s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'reboot', 'ok', 'root-on-testbed', 'revert', 'isolation-machine', 'suggested-normal-user=ubuntu', 'has_internet'] 953s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 953s autopkgtest: DBG: testbed command exited with code 0 953s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.r1W5Qt/wrapper.sh 953s autopkgtest: DBG: got reply from testbed: ok 953s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/wrapper.sh'], kind short, sout raw, serr pipe, env [] 953s autopkgtest: DBG: testbed command exited with code 0 953s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 954s autopkgtest: DBG: testbed command exited with code 0 954s autopkgtest [03:31:25]: testbed dpkg architecture: s390x 954s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 954s autopkgtest: DBG: testbed command exited with code 0 954s autopkgtest [03:31:25]: testbed apt version: 2.9.29 954s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 954s autopkgtest: DBG: testbed command exited with code 0 954s autopkgtest: DBG: testbed has eatmydata 954s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 954s autopkgtest: DBG: testbed command exited with code 0 954s autopkgtest [03:31:25]: @@@@@@@@@@@@@@@@@@@@ test bed setup 954s 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 [] 954s autopkgtest: DBG: testbed command exited with code 0 954s autopkgtest [03:31:25]: testbed release detected to be: plucky 954s 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 [] 954s autopkgtest: DBG: testbed command exited with code 0 954s 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 [] 955s autopkgtest: DBG: testbed command exited with code 0 955s autopkgtest: DBG: adding APT source: Types: deb deb-src 955s URIs: http://ftpmaster.internal/ubuntu/ 955s Suites: plucky-proposed 955s Components: main restricted universe multiverse 955s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 955s 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 [] 955s autopkgtest: DBG: testbed command exited with code 0 955s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 955s Package: * 955s Pin: release plucky-proposed 955s Pin-Priority: 500 955s 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 [] 955s autopkgtest: DBG: testbed command exited with code 0 955s autopkgtest [03:31:26]: updating testbed package index (apt update) 955s 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'] 955s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 955s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 956s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 956s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 956s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 956s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.6 kB] 956s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [79.1 kB] 956s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 956s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [98.8 kB] 956s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 956s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [656 kB] 956s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5192 B] 956s Fetched 1755 kB in 1s (1802 kB/s) 957s Reading package lists... 957s autopkgtest: DBG: testbed command exited with code 0 957s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 957s Package: * 957s Pin: release plucky-proposed 957s Pin-Priority: 100 957s 957s Package: src:ncurses:any 957s Pin: release plucky-proposed 957s Pin-Priority: 995 957s 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:ncurses:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 957s autopkgtest: DBG: testbed command exited with code 0 957s 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.r1W5Qt/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 957s autopkgtest: DBG: testbed command exited with code 0 957s 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'] 957s + lsb_release --codename --short 957s + RELEASE=plucky 957s + cat 957s + [ plucky != trusty ] 957s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 957s Reading package lists... 957s Building dependency tree... 957s Reading state information... 957s Calculating upgrade... 958s The following packages were automatically installed and are no longer required: 958s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 958s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 958s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 958s linux-tools-6.11.0-8-generic 958s Use 'sudo apt autoremove' to remove them. 958s The following packages will be upgraded: 958s dhcpcd-base s390-tools s390-tools-data s390-tools-signed 958s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 958s Need to get 5637 kB of archives. 958s After this operation, 54.3 kB of additional disk space will be used. 958s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 958s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 958s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 959s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 959s Fetched 5637 kB in 1s (5838 kB/s) 959s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80980 files and directories currently installed.) 959s Preparing to unpack .../dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 959s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 959s Preparing to unpack .../s390-tools-data_2.37.0-0ubuntu2_all.deb ... 959s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 959s Preparing to unpack .../s390-tools_2.37.0-0ubuntu2_s390x.deb ... 959s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 959s Preparing to unpack .../s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 959s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 959s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 959s Setting up dhcpcd-base (1:10.1.0-7) ... 959s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 959s Setting up s390-tools (2.37.0-0ubuntu2) ... 960s Processing triggers for man-db (2.13.0-1) ... 962s Processing triggers for initramfs-tools (0.145ubuntu2) ... 962s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 962s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 966s Using config file '/etc/zipl.conf' 966s Building bootmap in '/boot' 966s Adding IPL section 'ubuntu' (default) 967s Preparing boot device for LD-IPL: vda (0000). 967s Done. 967s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 967s + /usr/lib/apt/apt-helper analyze-pattern ?true 967s + uname -r 967s + sed s/\./\\./g 967s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 967s + apt list ?obsolete 967s + tail -n+2 967s + cut -d/ -f1 967s + grep -v ^linux-.*6\.12\.0-15-generic.* 967s + true 967s + obsolete_pkgs= 967s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 967s Reading package lists... 967s Building dependency tree... 967s Reading state information... 967s The following packages will be REMOVED: 967s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 967s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 967s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 967s linux-tools-6.11.0-8-generic* 968s 0 upgraded, 0 newly installed, 9 to remove and 6 not upgraded. 968s After this operation, 167 MB disk space will be freed. 968s (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 ... 80981 files and directories currently installed.) 968s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 968s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 968s Removing libpython3.12t64:s390x (3.12.9-1) ... 968s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 968s Removing libnsl2:s390x (1.3.0-3build3) ... 968s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 968s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 968s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 969s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 969s Processing triggers for libc-bin (2.40-4ubuntu1) ... 969s (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 ... 55881 files and directories currently installed.) 969s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 969s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 969s + grep -q trusty /etc/lsb-release 969s + [ ! -d /usr/share/doc/unattended-upgrades ] 969s + [ ! -d /usr/share/doc/lxd ] 969s + [ ! -d /usr/share/doc/lxd-client ] 969s + [ ! -d /usr/share/doc/snapd ] 969s + type iptables 969s + cat 969s + chmod 755 /etc/rc.local 969s + . /etc/rc.local 969s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 969s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 969s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 969s + uname -m 969s + [ s390x = ppc64le ] 969s + [ -d /run/systemd/system ] 969s + systemd-detect-virt --quiet --vm 969s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 969s + cat 969s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 969s + echo COMPRESS=lz4 969s autopkgtest: DBG: testbed command exited with code 0 969s autopkgtest [03:31:40]: upgrading testbed (apt dist-upgrade and autopurge) 969s 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'] 970s Reading package lists... 970s Building dependency tree... 970s Reading state information... 970s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 970s Starting 2 pkgProblemResolver with broken count: 0 970s Done 970s Entering ResolveByKeep 970s 971s The following packages will be upgraded: 971s libncurses6 libncursesw6 libtinfo6 ncurses-base ncurses-bin ncurses-term 971s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 971s Need to get 896 kB of archives. 971s After this operation, 12.3 kB of additional disk space will be used. 971s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ncurses-bin s390x 6.5+20250216-1 [197 kB] 971s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ncurses-base all 6.5+20250216-1 [25.9 kB] 971s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ncurses-term all 6.5+20250216-1 [276 kB] 971s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libncursesw6 s390x 6.5+20250216-1 [158 kB] 971s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libncurses6 s390x 6.5+20250216-1 [122 kB] 971s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libtinfo6 s390x 6.5+20250216-1 [117 kB] 971s Fetched 896 kB in 1s (1448 kB/s) 971s (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 ... 55879 files and directories currently installed.) 971s Preparing to unpack .../ncurses-bin_6.5+20250216-1_s390x.deb ... 971s Unpacking ncurses-bin (6.5+20250216-1) over (6.5+20250125-2) ... 971s Setting up ncurses-bin (6.5+20250216-1) ... 972s (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 ... 55879 files and directories currently installed.) 972s Preparing to unpack .../ncurses-base_6.5+20250216-1_all.deb ... 972s Unpacking ncurses-base (6.5+20250216-1) over (6.5+20250125-2) ... 972s Setting up ncurses-base (6.5+20250216-1) ... 972s (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 ... 55879 files and directories currently installed.) 972s Preparing to unpack .../ncurses-term_6.5+20250216-1_all.deb ... 972s Unpacking ncurses-term (6.5+20250216-1) over (6.5+20250125-2) ... 972s Preparing to unpack .../libncursesw6_6.5+20250216-1_s390x.deb ... 972s Unpacking libncursesw6:s390x (6.5+20250216-1) over (6.5+20250125-2) ... 972s Preparing to unpack .../libncurses6_6.5+20250216-1_s390x.deb ... 972s Unpacking libncurses6:s390x (6.5+20250216-1) over (6.5+20250125-2) ... 972s Preparing to unpack .../libtinfo6_6.5+20250216-1_s390x.deb ... 972s Unpacking libtinfo6:s390x (6.5+20250216-1) over (6.5+20250125-2) ... 972s Setting up libtinfo6:s390x (6.5+20250216-1) ... 972s Setting up libncurses6:s390x (6.5+20250216-1) ... 972s Setting up libncursesw6:s390x (6.5+20250216-1) ... 972s Setting up ncurses-term (6.5+20250216-1) ... 972s Processing triggers for man-db (2.13.0-1) ... 972s Processing triggers for libc-bin (2.40-4ubuntu1) ... 972s autopkgtest: DBG: testbed command exited with code 0 972s 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'] 973s Reading package lists... 973s Building dependency tree... 973s Reading state information... 973s Starting pkgProblemResolver with broken count: 0 973s Starting 2 pkgProblemResolver with broken count: 0 973s Done 973s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 973s autopkgtest: DBG: testbed command exited with code 0 973s 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.r1W5Qt/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 973s autopkgtest: DBG: testbed command exited with code 1 973s autopkgtest [03:31:44]: rebooting testbed after setup commands that affected boot 973s autopkgtest: DBG: sending command to testbed: reboot 991s autopkgtest: DBG: got reply from testbed: ok 991s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 991s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 992s autopkgtest: DBG: testbed command exited with code 0 992s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.r1W5Qt/autopkgtest-reboot 992s autopkgtest: DBG: got reply from testbed: ok 992s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 992s autopkgtest: DBG: testbed command exited with code 0 992s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 992s autopkgtest: DBG: testbed command exited with code 0 992s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 992s autopkgtest: DBG: testbed command exited with code 0 992s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 992s autopkgtest: DBG: testbed command exited with code 0 992s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare 993s autopkgtest: DBG: got reply from testbed: ok 993s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 993s autopkgtest: DBG: testbed command exited with code 0 993s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 993s autopkgtest: DBG: testbed command exited with code 0 993s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 993s autopkgtest: DBG: testbed command exited with code 0 993s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.r1W5Qt/testbed-packages"], kind short, sout raw, serr pipe, env [] 993s autopkgtest: DBG: testbed command exited with code 0 993s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/testbed-packages /tmp/autopkgtest-work.tehm8gl9/out/testbed-packages 994s autopkgtest: DBG: got reply from testbed: ok 994s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 994s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 994s autopkgtest: DBG: testbed command exited with code 0 994s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.r1W5Qt/autopkgtest-reboot 994s autopkgtest: DBG: got reply from testbed: ok 994s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 994s autopkgtest: DBG: testbed command exited with code 0 994s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 994s autopkgtest: DBG: testbed command exited with code 0 994s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 994s autopkgtest: DBG: testbed command exited with code 0 994s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt'], kind short, sout raw, serr pipe, env [] 994s autopkgtest: DBG: testbed command exited with code 0 994s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare 995s autopkgtest: DBG: got reply from testbed: ok 995s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 995s autopkgtest: DBG: testbed command exited with code 0 995s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r1W5Qt/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 995s autopkgtest: DBG: testbed command exited with code 0 995s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 995s autopkgtest: DBG: testbed command exited with code 0 995s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 995s autopkgtest: DBG: install_deps: deps_new=['python3-clang-17'] 995s autopkgtest: DBG: install-deps: satisfying python3-clang-17 995s autopkgtest: DBG: can use apt-get on testbed: True 995s 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', 'python3-clang-17'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 995s Reading package lists... 996s Building dependency tree... 996s Reading state information... 996s Starting pkgProblemResolver with broken count: 0 996s Starting 2 pkgProblemResolver with broken count: 0 996s Done 996s The following NEW packages will be installed: 996s libasan8 libclang-17-dev libclang-common-17-dev libclang1-17t64 libgc1 996s libgcc-14-dev libgomp1 libitm1 libllvm17t64 libobjc-14-dev libobjc4 996s libstdc++-14-dev libubsan1 python3-clang-17 996s 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 996s Need to get 77.5 MB of archives. 996s After this operation, 573 MB of additional disk space will be used. 996s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 997s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 997s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 997s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 997s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 997s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 997s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libgc1 s390x 1:8.2.8-1 [93.7 kB] 997s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x libobjc4 s390x 15-20250213-1ubuntu1 [49.9 kB] 997s Get:9 http://ftpmaster.internal/ubuntu plucky/universe s390x libobjc-14-dev s390x 14.2.0-17ubuntu1 [194 kB] 997s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x libllvm17t64 s390x 1:17.0.6-20 [30.6 MB] 999s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang1-17t64 s390x 1:17.0.6-20 [8584 kB] 999s Get:12 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-common-17-dev s390x 1:17.0.6-20 [690 kB] 999s Get:13 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-17-dev s390x 1:17.0.6-20 [29.2 MB] 1001s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-clang-17 s390x 1:17.0.6-20 [30.1 kB] 1001s Fetched 77.5 MB in 5s (16.2 MB/s) 1001s Selecting previously unselected package libasan8:s390x. 1001s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55880 files and directories currently installed.) 1001s Preparing to unpack .../00-libasan8_15-20250213-1ubuntu1_s390x.deb ... 1001s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 1001s Selecting previously unselected package libgomp1:s390x. 1001s Preparing to unpack .../01-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 1001s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 1001s Selecting previously unselected package libitm1:s390x. 1001s Preparing to unpack .../02-libitm1_15-20250213-1ubuntu1_s390x.deb ... 1001s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 1001s Selecting previously unselected package libubsan1:s390x. 1001s Preparing to unpack .../03-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 1001s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 1001s Selecting previously unselected package libgcc-14-dev:s390x. 1001s Preparing to unpack .../04-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 1001s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 1001s Selecting previously unselected package libstdc++-14-dev:s390x. 1001s Preparing to unpack .../05-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 1001s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 1002s Selecting previously unselected package libgc1:s390x. 1002s Preparing to unpack .../06-libgc1_1%3a8.2.8-1_s390x.deb ... 1002s Unpacking libgc1:s390x (1:8.2.8-1) ... 1002s Selecting previously unselected package libobjc4:s390x. 1002s Preparing to unpack .../07-libobjc4_15-20250213-1ubuntu1_s390x.deb ... 1002s Unpacking libobjc4:s390x (15-20250213-1ubuntu1) ... 1002s Selecting previously unselected package libobjc-14-dev:s390x. 1002s Preparing to unpack .../08-libobjc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 1002s Unpacking libobjc-14-dev:s390x (14.2.0-17ubuntu1) ... 1002s Selecting previously unselected package libllvm17t64:s390x. 1002s Preparing to unpack .../09-libllvm17t64_1%3a17.0.6-20_s390x.deb ... 1002s Unpacking libllvm17t64:s390x (1:17.0.6-20) ... 1002s Selecting previously unselected package libclang1-17t64. 1002s Preparing to unpack .../10-libclang1-17t64_1%3a17.0.6-20_s390x.deb ... 1002s Unpacking libclang1-17t64 (1:17.0.6-20) ... 1003s Selecting previously unselected package libclang-common-17-dev:s390x. 1003s Preparing to unpack .../11-libclang-common-17-dev_1%3a17.0.6-20_s390x.deb ... 1003s Unpacking libclang-common-17-dev:s390x (1:17.0.6-20) ... 1003s Selecting previously unselected package libclang-17-dev. 1003s Preparing to unpack .../12-libclang-17-dev_1%3a17.0.6-20_s390x.deb ... 1003s Unpacking libclang-17-dev (1:17.0.6-20) ... 1004s Selecting previously unselected package python3-clang-17. 1004s Preparing to unpack .../13-python3-clang-17_1%3a17.0.6-20_s390x.deb ... 1004s Unpacking python3-clang-17 (1:17.0.6-20) ... 1004s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 1004s Setting up libllvm17t64:s390x (1:17.0.6-20) ... 1004s Setting up libclang1-17t64 (1:17.0.6-20) ... 1004s Setting up libgc1:s390x (1:8.2.8-1) ... 1004s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 1004s Setting up libclang-common-17-dev:s390x (1:17.0.6-20) ... 1004s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 1004s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 1004s Setting up libobjc4:s390x (15-20250213-1ubuntu1) ... 1004s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 1004s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 1004s Setting up libobjc-14-dev:s390x (14.2.0-17ubuntu1) ... 1004s Setting up libclang-17-dev (1:17.0.6-20) ... 1004s Setting up python3-clang-17 (1:17.0.6-20) ... 1004s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1004s autopkgtest: DBG: testbed command exited with code 0 1004s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-clang-17'], kind short, sout pipe, serr pipe, env [] 1005s autopkgtest: DBG: testbed command exited with code 0 1005s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.r1W5Qt/command3-packages.all"], kind short, sout raw, serr pipe, env [] 1005s autopkgtest: DBG: testbed command exited with code 0 1005s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/command3-packages.all /tmp/autopkgtest-work.tehm8gl9/out/command3-packages.all 1005s autopkgtest: DBG: got reply from testbed: ok 1005s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.r1W5Qt/build.eaV/src'], kind short, sout raw, serr raw, env [] 1005s autopkgtest: DBG: testbed command exited with code 1 1005s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r1W5Qt/build.eaV'], kind short, sout raw, serr pipe, env [] 1005s autopkgtest: DBG: testbed command exited with code 0 1005s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.tehm8gl9/out/tests-tree/ /tmp/autopkgtest.r1W5Qt/build.eaV/src/ 1349s autopkgtest: DBG: got reply from testbed: ok 1349s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.r1W5Qt/build.eaV/src'], kind short, sout raw, serr pipe, env [] 1350s autopkgtest: DBG: testbed command exited with code 0 1350s autopkgtest [03:38:01]: test command3: python3 -c "import clang; print(clang.__file__); print(clang)" 1350s autopkgtest [03:38:01]: test command3: [----------------------- 1350s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.r1W5Qt/wrapper.sh --debug --artifacts=/tmp/autopkgtest.r1W5Qt/command3-artifacts --chdir=/tmp/autopkgtest.r1W5Qt/build.eaV/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.r1W5Qt/command3-stderr --stdout=/tmp/autopkgtest.r1W5Qt/command3-stdout --tmp=/tmp/autopkgtest.r1W5Qt/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=ncurses/6.5+20250216-1 -- bash -ec \'python3 -c "import clang; print(clang.__file__); print(clang)"\''], kind test, sout raw, serr raw, env [] 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.r1W5Qt/command3-artifacts 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: changing to directory: /tmp/autopkgtest.r1W5Qt/build.eaV/src 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: LANG=C.UTF-8 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LANGUAGE 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_ADDRESS 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_ALL 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_COLLATE 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_CTYPE 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_MEASUREMENT 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_MESSAGES 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_MONETARY 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_NAME 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_NUMERIC 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_PAPER 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_TELEPHONE 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: unsetting environment: LC_TIME 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: pretending to be a login shell 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: will write standard error to /tmp/autopkgtest.r1W5Qt/command3-stderr 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: will write stdout to /tmp/autopkgtest.r1W5Qt/command3-stdout 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.r1W5Qt/autopkgtest_tmp 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ncurses/6.5+20250216-1 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: command to run: bash -ec python3 -c "import clang; print(clang.__file__); print(clang)" 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: copying /tmp/tmp.VNydlZjSSq/out to stdout and file: /tmp/autopkgtest.r1W5Qt/command3-stdout 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: copying /tmp/tmp.VNydlZjSSq/err to standard error and file: /tmp/autopkgtest.r1W5Qt/command3-stdout 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: writing script pid 1347 to /tmp/autopkgtest_script_pid 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: checking for leaked background processes... 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: waiting for tee/cat subprocesses... 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: cleaning up... 1350s /tmp/autopkgtest.r1W5Qt/wrapper.sh: Exit status: 0 1350s /usr/lib/python3/dist-packages/clang/__init__.py 1350s 1350s autopkgtest: DBG: testbed command exited with code 0 1350s autopkgtest [03:38:01]: test command3: -----------------------] 1350s autopkgtest: DBG: testbed executing test finished with exit status 0 1350s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/command3-stdout /tmp/autopkgtest-work.tehm8gl9/out/command3-stdout 1351s autopkgtest: DBG: got reply from testbed: ok 1351s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/command3-stderr /tmp/autopkgtest-work.tehm8gl9/out/command3-stderr 1351s autopkgtest: DBG: got reply from testbed: ok 1351s autopkgtest [03:38:02]: test command3: - - - - - - - - - - results - - - - - - - - - - 1351s command3 PASS 1351s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r1W5Qt/command3-artifacts/ /tmp/autopkgtest-work.tehm8gl9/out/artifacts/ 1351s autopkgtest: DBG: got reply from testbed: ok 1351s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.r1W5Qt/command3-artifacts', '/tmp/autopkgtest.r1W5Qt/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1351s autopkgtest: DBG: testbed command exited with code 0 1351s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 1351s autopkgtest [03:38:02]: @@@@@@@@@@@@@@@@@@@@ summary 1351s command1 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 1351s integration-test-suite-test SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 1351s command1 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 1351s integration-test-suite-test SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 1351s cmake-llvm-test PASS 1351s cmake-clang-test PASS 1351s command2 PASS 1351s command3 PASS 1351s autopkgtest: DBG: testbed stop 1351s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.r1W5Qt 1351s autopkgtest: DBG: sending command to testbed: close 1370s autopkgtest: DBG: got reply from testbed: ok 1370s autopkgtest: DBG: sending command to testbed: quit 1370s nova [W] Using flock in prodstack6-s390x 1370s Creating nova instance adt-plucky-s390x-llvm-toolchain-17-20250219-031531-juju-7f2275-prod-proposed-migration-environment-15-27b468c2-c8ba-46c2-901e-6935f24b3c77 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 1370s nova [W] Timed out waiting for 867a2dc2-6c62-473c-95bb-62977f8c8939 to get deleted. 1370s nova [W] Using flock in prodstack6-s390x 1370s Creating nova instance adt-plucky-s390x-llvm-toolchain-17-20250219-031531-juju-7f2275-prod-proposed-migration-environment-15-27b468c2-c8ba-46c2-901e-6935f24b3c77 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 1370s nova [W] Timed out waiting for 27af389f-baca-4b8a-8d55-c44a4894ebc5 to get deleted. 1370s nova [W] Using flock in prodstack6-s390x 1370s Creating nova instance adt-plucky-s390x-llvm-toolchain-17-20250219-031531-juju-7f2275-prod-proposed-migration-environment-15-27b468c2-c8ba-46c2-901e-6935f24b3c77 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 1370s nova [W] Timed out waiting for 47ab51c0-6043-4e7d-b52e-2a2e59403e30 to get deleted.