0s autopkgtest: DBG: testbed init 0s autopkgtest [12:20:57]: starting date and time: 2025-02-19 12:20:57+0000 0s autopkgtest [12:20:57]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:20:57]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.9zp82_fv/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade ovn --debug --timeout-short=300 --timeout-copy=20000 --timeout-test=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-big-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-27.secgroup --name adt-plucky-s390x-ovn-20250219-122057-juju-7f2275-prod-proposed-migration-environment-15-6a7b980e-7003-4015-b42d-2c1f7df304a9 --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 1s autopkgtest: DBG: got reply from testbed: ok 1s autopkgtest: DBG: testbed open, scratch=None 1s autopkgtest: DBG: sending command to testbed: open 118s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.OLtj7m 118s autopkgtest: DBG: sending command to testbed: print-execute-command 118s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.x2z12h1h/runcmd 118s autopkgtest: DBG: sending command to testbed: capabilities 118s autopkgtest: DBG: got reply from testbed: ok revert-full-system suggested-normal-user=ubuntu revert isolation-machine reboot root-on-testbed 118s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'suggested-normal-user=ubuntu', 'revert', 'isolation-machine', 'reboot', 'root-on-testbed', 'has_internet'] 118s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OLtj7m'], kind short, sout raw, serr pipe, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.OLtj7m/wrapper.sh 119s autopkgtest: DBG: got reply from testbed: ok 119s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OLtj7m/wrapper.sh'], kind short, sout raw, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest [12:22:56]: testbed dpkg architecture: s390x 120s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest [12:22:56]: testbed apt version: 2.9.30 120s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: testbed has eatmydata 120s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest [12:22:56]: @@@@@@@@@@@@@@@@@@@@ test bed setup 120s 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 [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest [12:22:57]: testbed release detected to be: None 120s 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 [] 120s autopkgtest: DBG: testbed command exited with code 0 120s 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 [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: adding APT source: Types: deb deb-src 120s URIs: http://ftpmaster.internal/ubuntu/ 120s Suites: plucky-proposed 120s Components: main restricted universe multiverse 120s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 120s 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 [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 120s Package: * 120s Pin: release plucky-proposed 120s Pin-Priority: 500 120s 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 [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest [12:22:57]: updating testbed package index (apt update) 120s 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'] 121s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 121s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 121s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 121s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 121s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 121s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 121s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 121s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 121s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 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 [646 kB] 121s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 122s Fetched 1700 kB in 1s (1783 kB/s) 122s Reading package lists... 122s autopkgtest: DBG: testbed command exited with code 0 122s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 122s Package: * 122s Pin: release plucky-proposed 122s Pin-Priority: 100 122s 122s Package: src:sphinx:any 122s Pin: release plucky-proposed 122s Pin-Priority: 995 122s 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:sphinx: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.OLtj7m/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 123s autopkgtest: DBG: testbed command exited with code 0 123s 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'] 123s + lsb_release --codename --short 123s + RELEASE=plucky 123s + cat 123s + [ plucky != trusty ] 123s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 123s Reading package lists... 123s Building dependency tree... 123s Reading state information... 123s Calculating upgrade... 123s The following packages were automatically installed and are no longer required: 123s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 123s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 123s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 123s linux-tools-6.11.0-8-generic 123s Use 'sudo apt autoremove' to remove them. 123s The following packages will be upgraded: 123s iproute2 liblsof0 libp11-kit0 lsof 123s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 123s Need to get 1791 kB of archives. 123s After this operation, 17.4 kB of additional disk space will be used. 123s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 124s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 124s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 124s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 124s Preconfiguring packages ... 124s Fetched 1791 kB in 1s (2787 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 ... 81030 files and directories currently installed.) 124s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 124s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 125s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 125s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 125s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 125s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 125s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 125s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 125s Setting up liblsof0 (4.99.4+dfsg-1) ... 125s Setting up iproute2 (6.13.0-1ubuntu1) ... 125s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 125s Setting up lsof (4.99.4+dfsg-1) ... 125s Processing triggers for man-db (2.13.0-1) ... 126s Processing triggers for libc-bin (2.40-4ubuntu1) ... 126s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 126s + /usr/lib/apt/apt-helper analyze-pattern ?true 126s + uname -r 126s + sed s/\./\\./g 126s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 126s + apt list ?obsolete 126s + tail -n+2 126s + grep -v ^linux-.*6\.12\.0-15-generic.* 126s + cut -d/ -f1 126s + true 126s + obsolete_pkgs= 126s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 126s Reading package lists... 126s Building dependency tree... 126s Reading state information... 127s The following packages will be REMOVED: 127s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 127s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 127s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 127s linux-tools-6.11.0-8-generic* 127s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 127s After this operation, 167 MB disk space will be freed. 127s (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 ... 81031 files and directories currently installed.) 127s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 127s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 127s Removing libpython3.12t64:s390x (3.12.9-1) ... 127s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 127s Removing libnsl2:s390x (1.3.0-3build3) ... 127s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 127s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 127s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 128s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 128s Processing triggers for libc-bin (2.40-4ubuntu1) ... 128s (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 ... 55931 files and directories currently installed.) 128s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 128s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 128s + grep -q trusty /etc/lsb-release 128s + [ ! -d /usr/share/doc/unattended-upgrades ] 128s + [ ! -d /usr/share/doc/lxd ] 128s + [ ! -d /usr/share/doc/lxd-client ] 128s + [ ! -d /usr/share/doc/snapd ] 128s + type iptables 128s + cat 128s + chmod 755 /etc/rc.local 128s + . /etc/rc.local 128s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 128s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 128s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 128s + uname -m 128s + [ s390x = ppc64le ] 128s + [ -d /run/systemd/system ] 128s + systemd-detect-virt --quiet --vm 128s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 128s + cat 128s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 128s + echo COMPRESS=lz4 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest [12:23:05]: upgrading testbed (apt dist-upgrade and autopurge) 128s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 129s Reading package lists... 129s Building dependency tree... 129s Reading state information... 129s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 129s Starting 2 pkgProblemResolver with broken count: 0 129s Done 129s Entering ResolveByKeep 129s 129s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 129s autopkgtest: DBG: testbed command exited with code 0 129s 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'] 130s Reading package lists... 130s Building dependency tree... 130s Reading state information... 130s Starting pkgProblemResolver with broken count: 0 130s Starting 2 pkgProblemResolver with broken count: 0 130s Done 130s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 130s autopkgtest: DBG: testbed command exited with code 0 130s 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.OLtj7m/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 130s autopkgtest: DBG: testbed command exited with code 1 130s autopkgtest [12:23:07]: rebooting testbed after setup commands that affected boot 130s autopkgtest: DBG: sending command to testbed: reboot 135s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds... 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 150s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OLtj7m'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.OLtj7m/autopkgtest-reboot 151s autopkgtest: DBG: got reply from testbed: ok 151s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OLtj7m/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OLtj7m/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OLtj7m/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OLtj7m'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.OLtj7m/autopkgtest-reboot-prepare 152s autopkgtest: DBG: got reply from testbed: ok 152s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OLtj7m/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OLtj7m/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest [12:23:29]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 152s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.OLtj7m/testbed-packages"], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OLtj7m/testbed-packages /tmp/autopkgtest-work.9zp82_fv/out/testbed-packages 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.OLtj7m'], 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.OLtj7m/autopkgtest-reboot 153s autopkgtest: DBG: got reply from testbed: ok 153s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OLtj7m/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OLtj7m/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OLtj7m/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.OLtj7m'], 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.OLtj7m/autopkgtest-reboot-prepare 154s autopkgtest: DBG: got reply from testbed: ok 154s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OLtj7m/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.OLtj7m/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: Binaries: initialising 154s autopkgtest [12:23:31]: @@@@@@@@@@@@@@@@@@@@ apt-source ovn 154s autopkgtest: DBG: blame += ovn 154s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 154s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'ovn'], kind short, sout pipe, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ovn-common$'], kind short, sout pipe, serr raw, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ovn-common=24.09.0-1'], kind short, sout pipe, serr raw, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ovn-controller-vtep$'], kind short, sout pipe, serr raw, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ovn-controller-vtep=24.09.0-1'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ovn-docker$'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ovn-docker=24.09.0-1'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ovn-host$'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ovn-host=24.09.0-1'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ovn-ic-db$'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ovn-ic-db=24.09.0-1'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ovn-doc$'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ovn-doc=24.09.0-1'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ovn-central$'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ovn-central=24.09.0-1'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ovn-ic$'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ovn-ic=24.09.0-1'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: install_deps: deps_new=[] 158s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s 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.OLtj7m/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source ovn=24.09.0-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x ovn_*.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=sphinx/8.1.3-5'] 159s + cd / 159s + mktemp -d /tmp/autopkgtest.OLtj7m/build.XXX 159s + builddir=/tmp/autopkgtest.OLtj7m/build.w6l 159s + cd /tmp/autopkgtest.OLtj7m/build.w6l 159s + apt-get source -d -q --only-source ovn=24.09.0-1 160s + OUT=Reading package lists... 160s NOTICE: 'ovn' packaging is maintained in the 'Git' version control system at: 160s https://salsa.debian.org/openstack-team/third-party/ovn.git 160s Please use: 160s git clone https://salsa.debian.org/openstack-team/third-party/ovn.git 160s to retrieve the latest (possibly unreleased) updates to the package. 160s Need to get 1584 kB of source archives. 160s Get:1 http://ftpmaster.internal/ubuntu plucky/main ovn 24.09.0-1 (dsc) [3140 B] 160s Get:2 http://ftpmaster.internal/ubuntu plucky/main ovn 24.09.0-1 (tar) [82.3 kB] 160s Get:3 http://ftpmaster.internal/ubuntu plucky/main ovn 24.09.0-1 (tar) [1483 kB] 160s Get:4 http://ftpmaster.internal/ubuntu plucky/main ovn 24.09.0-1 (diff) [16.2 kB] 160s Fetched 1584 kB in 1s (1522 kB/s) 160s Download complete and in download only mode 160s + [ -n ] 160s + + echo Reading package lists... 160s NOTICE: 'ovn' packaging is maintained in the 'Git' version control system at: 160s https://salsa.debian.org/openstack-team/third-party/ovn.git 160s Please use: 160s git clone https://salsa.debian.org/openstack-team/third-party/ovn.git 160s to retrieve the latest (possibly unreleased) updates to the package. 160s Need to get 1584 kB of source archives. 160s Get:1 http://ftpmaster.internal/ubuntu plucky/main ovn 24.09.0-1 (dsc) [3140 B] 160s Get:2 http://ftpmaster.internal/ubuntu plucky/main ovn 24.09.0-1 (tar) [82.3 kB] 160s Get:3 http://ftpmaster.internal/ubuntu plucky/main ovn 24.09.0-1 (tar) [1483 kB] 160s Get:4 http://ftpmaster.internal/ubuntu plucky/main ovn 24.09.0-1 (diff) [16.2 kB] 160s Fetched 1584 kB in 1s (1522 kB/s) 160s Download complete and in download only mode 160s grep ^Get: 160s Get:1 http://ftpmaster.internal/ubuntu plucky/main ovn 24.09.0-1 (dsc) [3140 B] 160s Get:2 http://ftpmaster.internal/ubuntu plucky/main ovn 24.09.0-1 (tar) [82.3 kB] 160s Get:3 http://ftpmaster.internal/ubuntu plucky/main ovn 24.09.0-1 (tar) [1483 kB] 160s Get:4 http://ftpmaster.internal/ubuntu plucky/main ovn 24.09.0-1 (diff) [16.2 kB] 160s + dpkg-source -x ovn_24.09.0-1.dsc src 160s gpgv: Signature made Tue Sep 17 07:38:19 2024 UTC 160s gpgv: using RSA key AC24AAC7DDC420F18ECA6B91286BF7EFCD77241E 160s gpgv: Can't check signature: No public key 160s dpkg-source: warning: cannot verify inline signature for ./ovn_24.09.0-1.dsc: no acceptable signature found 160s + chmod -R a+rX . 160s + cd src/. 160s + pwd 160s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest [12:23:37]: testing package ovn version 24.09.0-1 160s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OLtj7m/build.w6l/src/debian/ /tmp/autopkgtest-work.9zp82_fv/out/pkg/debian/ 160s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest: DBG: processing dependency @ 161s autopkgtest: DBG: synthesised dependency ovn-central 161s autopkgtest: DBG: synthesised dependency ovn-common 161s autopkgtest: DBG: synthesised dependency ovn-controller-vtep 161s autopkgtest: DBG: synthesised dependency ovn-doc 161s autopkgtest: DBG: synthesised dependency ovn-docker 161s autopkgtest: DBG: synthesised dependency ovn-host 161s autopkgtest: DBG: synthesised dependency ovn-ic 161s autopkgtest: DBG: synthesised dependency ovn-ic-db 161s autopkgtest: DBG: processing dependency conntrack 161s autopkgtest: DBG: processing dependency curl 161s autopkgtest: DBG: processing dependency ethtool 161s autopkgtest: DBG: processing dependency net-tools 161s autopkgtest: DBG: processing dependency ncat 161s autopkgtest: DBG: processing dependency python3-pyftpdlib 161s autopkgtest: DBG: processing dependency python3-scapy 161s autopkgtest: DBG: processing dependency tcpdump 161s autopkgtest: DBG: processing dependency wget 161s autopkgtest: DBG: Test defined: name kmod path debian/tests/kmod command "None" restrictions ['allow-stderr', 'build-needed', 'isolation-machine', 'needs-root', 'rw-build-tree'] features [] depends ['ovn-central', 'ovn-common', 'ovn-controller-vtep', 'ovn-doc', 'ovn-docker', 'ovn-host', 'ovn-ic', 'ovn-ic-db', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'python3-scapy', 'tcpdump', 'wget'] 161s autopkgtest: DBG: processing dependency @ 161s autopkgtest: DBG: synthesised dependency ovn-central 161s autopkgtest: DBG: synthesised dependency ovn-common 161s autopkgtest: DBG: synthesised dependency ovn-controller-vtep 161s autopkgtest: DBG: synthesised dependency ovn-doc 161s autopkgtest: DBG: synthesised dependency ovn-docker 161s autopkgtest: DBG: synthesised dependency ovn-host 161s autopkgtest: DBG: synthesised dependency ovn-ic 161s autopkgtest: DBG: synthesised dependency ovn-ic-db 161s autopkgtest: DBG: processing dependency conntrack 161s autopkgtest: DBG: processing dependency curl 161s autopkgtest: DBG: processing dependency dpdk-dev [amd64 ppc64el arm64 riscv64] 161s autopkgtest: DBG: processing dependency ethtool 161s autopkgtest: DBG: processing dependency net-tools 161s autopkgtest: DBG: processing dependency ncat 161s autopkgtest: DBG: processing dependency openvswitch-switch-dpdk [amd64 ppc64el arm64 riscv64] 161s autopkgtest: DBG: processing dependency python3-pyftpdlib 161s autopkgtest: DBG: processing dependency python3-scapy 161s autopkgtest: DBG: processing dependency tcpdump 161s autopkgtest: DBG: processing dependency wget 161s autopkgtest: DBG: Test defined: name dpdk path debian/tests/dpdk command "None" restrictions ['allow-stderr', 'build-needed', 'isolation-machine', 'needs-root', 'rw-build-tree', 'skippable'] features [] depends ['ovn-central', 'ovn-common', 'ovn-controller-vtep', 'ovn-doc', 'ovn-docker', 'ovn-host', 'ovn-ic', 'ovn-ic-db', 'conntrack', 'curl', 'dpdk-dev [amd64 ppc64el arm64 riscv64]', 'ethtool', 'net-tools', 'ncat', 'openvswitch-switch-dpdk [amd64 ppc64el arm64 riscv64]', 'python3-pyftpdlib', 'python3-scapy', 'tcpdump', 'wget'] 161s autopkgtest [12:23:38]: build needed for tests 161s autopkgtest: DBG: needs_reset, previously=False, requested by build_source() line 763 161s autopkgtest: DBG: testbed command ['apt-get', '-q', '--simulate', 'build-dep', '/tmp/autopkgtest.OLtj7m/build.w6l/src'], kind short, sout pipe, serr pipe, env ['ADT_TEST_TRIGGERS=sphinx/8.1.3-5', 'DEB_BUILD_PROFILES=nocheck noudeb'] 162s autopkgtest: DBG: testbed command exited with code 0 162s 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', 'build-dep', '/tmp/autopkgtest.OLtj7m/build.w6l/src'], kind install, sout raw, serr pipe, env ['ADT_TEST_TRIGGERS=sphinx/8.1.3-5', 'DEB_BUILD_PROFILES=nocheck noudeb', 'DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 162s Note, using directory '/tmp/autopkgtest.OLtj7m/build.w6l/src' to get the build dependencies 163s Reading package lists... 163s Building dependency tree... 163s Reading state information... 163s Starting pkgProblemResolver with broken count: 0 163s Starting 2 pkgProblemResolver with broken count: 0 163s Done 163s The following NEW packages will be installed: 163s architecture-properties autoconf automake autopoint autotools-dev 163s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 163s debhelper debugedit dh-autoreconf dh-python dh-strip-nondeterminism 163s docutils-common dwz fontconfig fontconfig-config fonts-dejavu-core 163s fonts-dejavu-mono g++ g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc 163s gcc-14 gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext graphviz 163s intltool-debian libann0 libaom3 libarchive-zip-perl libasan8 libcairo2 163s libcap-dev libcap-ng-dev libcc1-0 libcdt5 libcgraph6 libdatrie1 libde265-0 163s libdebhelper-perl libdeflate0 libevent-2.1-7t64 libexpat1-dev 163s libfile-stripnondeterminism-perl libfontconfig1 libfreetype6 libgcc-14-dev 163s libgd3 libgomp1 libgraphite2-3 libgts-0.7-5t64 libgvc6 libgvpr2 163s libharfbuzz0b libheif-plugin-aomdec libheif-plugin-libde265 libheif1 libice6 163s libimagequant0 libisl23 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 163s libjs-jquery libjs-sphinxdoc libjs-underscore libjson-perl liblab-gamut1 163s libltdl7 libmpc3 libnsl2 libpango-1.0-0 libpangocairo-1.0-0 163s libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpkgconf3 libpython3-all-dev 163s libpython3-dev libpython3.12-dev libpython3.12-minimal libpython3.12-stdlib 163s libpython3.12t64 libpython3.13-dev libraqm0 libsharpyuv0 libsm6 libssl-dev 163s libstdc++-14-dev libthai-data libthai0 libtiff6 libtool libubsan1 163s libudev-dev libunbound-dev libunbound8 libwebp7 libxaw7 libxcb-render0 163s libxcb-shm0 libxmu6 libxpm4 libxrender1 libxt6t64 m4 openstack-pkg-tools 163s openvswitch-source pkgconf pkgconf-bin po-debconf python3-alabaster 163s python3-all python3-all-dev python3-defusedxml python3-dev python3-docutils 163s python3-imagesize python3-packaging python3-pip python3-roman python3-scapy 163s python3-snowballstemmer python3-sortedcontainers python3-sphinx 163s python3-wheel python3.12 python3.12-dev python3.12-minimal python3.13-dev 163s sgml-base sphinx-common x11-common xml-core zlib1g-dev 163s 0 upgraded, 141 newly installed, 0 to remove and 0 not upgraded. 163s Need to get 103 MB of archives. 163s After this operation, 440 MB of additional disk space will be used. 163s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 164s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 164s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 164s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 164s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 164s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 164s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x architecture-properties s390x 0.2.5 [2150 B] 164s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 164s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 164s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 164s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 164s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 164s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 164s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 164s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 165s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 165s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 165s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 165s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 165s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 165s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 165s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 165s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 165s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 165s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 166s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 166s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 166s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 166s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 166s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 166s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 166s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 166s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 166s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 166s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 166s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 166s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 166s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 166s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 166s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 166s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 166s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 166s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 167s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 167s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 167s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 167s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 167s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 167s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 167s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 167s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 167s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 167s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-2ubuntu1 [37.5 kB] 167s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-2ubuntu1 [150 kB] 167s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-2ubuntu1 [191 kB] 167s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x libann0 s390x 1.1.2+doc-9build1 [28.8 kB] 167s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x libcdt5 s390x 2.42.4-2build4 [23.3 kB] 167s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x libcgraph6 s390x 2.42.4-2build4 [47.0 kB] 167s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 167s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libaom3 s390x 3.12.0-1 [1492 kB] 167s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x libheif-plugin-aomdec s390x 1.19.5-1build1 [11.6 kB] 167s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libde265-0 s390x 1.0.15-1build4 [175 kB] 167s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x libheif-plugin-libde265 s390x 1.19.5-1build1 [9066 B] 167s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x libheif1 s390x 1.19.5-1build1 [410 kB] 167s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x libimagequant0 s390x 2.18.0-1build1 [43.3 kB] 167s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 167s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 167s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 167s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 167s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x libraqm0 s390x 0.10.2-1 [15.8 kB] 167s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 167s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 167s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 167s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 167s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x libxpm4 s390x 1:3.5.17-1build2 [41.2 kB] 167s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x libgd3 s390x 2.3.3-12ubuntu3 [141 kB] 167s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x libgts-0.7-5t64 s390x 0.7.6+darcs121130-5.2build1 [164 kB] 167s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 167s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 167s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 167s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 167s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 167s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl7 s390x 2.5.4-3build1 [43.9 kB] 167s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 167s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 167s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 167s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 167s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 167s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 167s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x libpathplan4 s390x 2.42.4-2build4 [26.6 kB] 167s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x libgvc6 s390x 2.42.4-2build4 [789 kB] 167s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x libgvpr2 s390x 2.42.4-2build4 [194 kB] 167s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x liblab-gamut1 s390x 2.42.4-2build4 [1837 kB] 167s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 167s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 167s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 167s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 167s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x libxmu6 s390x 2:1.1.3-3build2 [53.0 kB] 167s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x libxaw7 s390x 2:1.0.16-1 [201 kB] 167s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x graphviz s390x 2.42.4-2build4 [699 kB] 167s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x libcap-dev s390x 1:2.66-5ubuntu3 [563 kB] 168s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x libcap-ng-dev s390x 0.8.5-4 [30.8 kB] 168s Get:103 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-2.1-7t64 s390x 2.1.12-stable-10 [145 kB] 168s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 168s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 168s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 168s Get:107 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 168s Get:108 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 168s Get:109 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 168s Get:110 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 168s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.2-1 [5596 kB] 168s Get:112 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-dev s390x 3.13.1-1~exp2 [10.5 kB] 168s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 168s Get:114 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-dev s390x 3.12.9-1 [5849 kB] 169s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-all-dev s390x 3.13.1-1~exp2 [922 B] 169s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x libssl-dev s390x 3.4.0-1ubuntu2 [2427 kB] 169s Get:117 http://ftpmaster.internal/ubuntu plucky/main s390x libudev-dev s390x 257.2-3ubuntu1 [22.0 kB] 169s Get:118 http://ftpmaster.internal/ubuntu plucky/main s390x libunbound8 s390x 1.22.0-1ubuntu1 [462 kB] 169s Get:119 http://ftpmaster.internal/ubuntu plucky/main s390x libunbound-dev s390x 1.22.0-1ubuntu1 [586 kB] 169s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-source all 3.5.0~git20241129.2af7cef-2build1 [5351 kB] 169s Get:121 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 169s Get:122 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 169s Get:123 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 169s Get:124 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.2-1 [508 kB] 169s Get:125 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dev s390x 3.13.1-1~exp2 [26.7 kB] 169s Get:126 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-dev s390x 3.12.9-1 [504 kB] 169s Get:127 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all-dev s390x 3.13.1-1~exp2 [918 B] 169s Get:128 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 169s Get:129 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 169s Get:130 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 169s Get:131 http://ftpmaster.internal/ubuntu plucky/main s390x python3-imagesize all 1.4.1-1 [6844 B] 169s Get:132 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 169s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel all 0.45.1-1 [57.7 kB] 169s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip all 25.0+dfsg-1 [1417 kB] 169s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-scapy all 2.6.1+dfsg-1 [1907 kB] 169s Get:136 http://ftpmaster.internal/ubuntu plucky/main s390x python3-snowballstemmer all 2.2.0-4build1 [59.8 kB] 169s Get:137 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sortedcontainers all 2.4.0-2 [27.6 kB] 169s Get:138 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x sphinx-common all 8.1.3-5 [663 kB] 169s Get:139 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alabaster all 0.7.16-0.1 [18.5 kB] 169s Get:140 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-sphinx all 8.1.3-5 [474 kB] 169s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x openstack-pkg-tools all 123ubuntu2 [94.5 kB] 170s Fetched 103 MB in 6s (17.0 MB/s) 170s Selecting previously unselected package libpython3.12-minimal:s390x. 170s (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 ... 55929 files and directories currently installed.) 170s Preparing to unpack .../000-libpython3.12-minimal_3.12.9-1_s390x.deb ... 170s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 170s Selecting previously unselected package python3.12-minimal. 170s Preparing to unpack .../001-python3.12-minimal_3.12.9-1_s390x.deb ... 170s Unpacking python3.12-minimal (3.12.9-1) ... 170s Selecting previously unselected package sgml-base. 170s Preparing to unpack .../002-sgml-base_1.31_all.deb ... 170s Unpacking sgml-base (1.31) ... 170s Selecting previously unselected package libnsl2:s390x. 170s Preparing to unpack .../003-libnsl2_1.3.0-3build3_s390x.deb ... 170s Unpacking libnsl2:s390x (1.3.0-3build3) ... 170s Selecting previously unselected package libpython3.12-stdlib:s390x. 170s Preparing to unpack .../004-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 170s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 170s Selecting previously unselected package python3.12. 170s Preparing to unpack .../005-python3.12_3.12.9-1_s390x.deb ... 170s Unpacking python3.12 (3.12.9-1) ... 170s Selecting previously unselected package architecture-properties:s390x. 170s Preparing to unpack .../006-architecture-properties_0.2.5_s390x.deb ... 170s Unpacking architecture-properties:s390x (0.2.5) ... 170s Selecting previously unselected package m4. 170s Preparing to unpack .../007-m4_1.4.19-5_s390x.deb ... 170s Unpacking m4 (1.4.19-5) ... 170s Selecting previously unselected package autoconf. 170s Preparing to unpack .../008-autoconf_2.72-3_all.deb ... 170s Unpacking autoconf (2.72-3) ... 170s Selecting previously unselected package autotools-dev. 170s Preparing to unpack .../009-autotools-dev_20220109.1_all.deb ... 170s Unpacking autotools-dev (20220109.1) ... 170s Selecting previously unselected package automake. 170s Preparing to unpack .../010-automake_1%3a1.17-3_all.deb ... 170s Unpacking automake (1:1.17-3) ... 170s Selecting previously unselected package autopoint. 170s Preparing to unpack .../011-autopoint_0.23.1-1_all.deb ... 170s Unpacking autopoint (0.23.1-1) ... 170s Selecting previously unselected package libisl23:s390x. 170s Preparing to unpack .../012-libisl23_0.27-1_s390x.deb ... 170s Unpacking libisl23:s390x (0.27-1) ... 170s Selecting previously unselected package libmpc3:s390x. 170s Preparing to unpack .../013-libmpc3_1.3.1-1build2_s390x.deb ... 170s Unpacking libmpc3:s390x (1.3.1-1build2) ... 170s Selecting previously unselected package cpp-14-s390x-linux-gnu. 170s Preparing to unpack .../014-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 170s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 170s Selecting previously unselected package cpp-14. 170s Preparing to unpack .../015-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 170s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 170s Selecting previously unselected package cpp-s390x-linux-gnu. 170s Preparing to unpack .../016-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 170s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 170s Selecting previously unselected package cpp. 170s Preparing to unpack .../017-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 170s Unpacking cpp (4:14.2.0-1ubuntu1) ... 170s Selecting previously unselected package libcc1-0:s390x. 170s Preparing to unpack .../018-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 170s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 170s Selecting previously unselected package libgomp1:s390x. 170s Preparing to unpack .../019-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 170s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 170s Selecting previously unselected package libitm1:s390x. 170s Preparing to unpack .../020-libitm1_15-20250213-1ubuntu1_s390x.deb ... 170s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 170s Selecting previously unselected package libasan8:s390x. 170s Preparing to unpack .../021-libasan8_15-20250213-1ubuntu1_s390x.deb ... 170s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 171s Selecting previously unselected package libubsan1:s390x. 171s Preparing to unpack .../022-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 171s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 171s Selecting previously unselected package libgcc-14-dev:s390x. 171s Preparing to unpack .../023-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 171s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 171s Selecting previously unselected package gcc-14-s390x-linux-gnu. 171s Preparing to unpack .../024-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 171s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 171s Selecting previously unselected package gcc-14. 171s Preparing to unpack .../025-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 171s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 171s Selecting previously unselected package gcc-s390x-linux-gnu. 171s Preparing to unpack .../026-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 171s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 171s Selecting previously unselected package gcc. 171s Preparing to unpack .../027-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 171s Unpacking gcc (4:14.2.0-1ubuntu1) ... 171s Selecting previously unselected package libstdc++-14-dev:s390x. 171s Preparing to unpack .../028-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 171s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 171s Selecting previously unselected package g++-14-s390x-linux-gnu. 171s Preparing to unpack .../029-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 171s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 171s Selecting previously unselected package g++-14. 171s Preparing to unpack .../030-g++-14_14.2.0-17ubuntu1_s390x.deb ... 171s Unpacking g++-14 (14.2.0-17ubuntu1) ... 171s Selecting previously unselected package g++-s390x-linux-gnu. 171s Preparing to unpack .../031-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 171s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 171s Selecting previously unselected package g++. 171s Preparing to unpack .../032-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 171s Unpacking g++ (4:14.2.0-1ubuntu1) ... 171s Selecting previously unselected package build-essential. 171s Preparing to unpack .../033-build-essential_12.10ubuntu1_s390x.deb ... 171s Unpacking build-essential (12.10ubuntu1) ... 171s Selecting previously unselected package libdebhelper-perl. 171s Preparing to unpack .../034-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 171s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 171s Selecting previously unselected package libtool. 171s Preparing to unpack .../035-libtool_2.5.4-3build1_all.deb ... 171s Unpacking libtool (2.5.4-3build1) ... 171s Selecting previously unselected package dh-autoreconf. 171s Preparing to unpack .../036-dh-autoreconf_20_all.deb ... 171s Unpacking dh-autoreconf (20) ... 171s Selecting previously unselected package libarchive-zip-perl. 171s Preparing to unpack .../037-libarchive-zip-perl_1.68-1_all.deb ... 171s Unpacking libarchive-zip-perl (1.68-1) ... 171s Selecting previously unselected package libfile-stripnondeterminism-perl. 171s Preparing to unpack .../038-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 171s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 171s Selecting previously unselected package dh-strip-nondeterminism. 171s Preparing to unpack .../039-dh-strip-nondeterminism_1.14.1-2_all.deb ... 171s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 171s Selecting previously unselected package debugedit. 171s Preparing to unpack .../040-debugedit_1%3a5.1-2_s390x.deb ... 171s Unpacking debugedit (1:5.1-2) ... 172s Selecting previously unselected package dwz. 172s Preparing to unpack .../041-dwz_0.15-1build6_s390x.deb ... 172s Unpacking dwz (0.15-1build6) ... 172s Selecting previously unselected package gettext. 172s Preparing to unpack .../042-gettext_0.23.1-1_s390x.deb ... 172s Unpacking gettext (0.23.1-1) ... 172s Selecting previously unselected package intltool-debian. 172s Preparing to unpack .../043-intltool-debian_0.35.0+20060710.6_all.deb ... 172s Unpacking intltool-debian (0.35.0+20060710.6) ... 172s Selecting previously unselected package po-debconf. 172s Preparing to unpack .../044-po-debconf_1.0.21+nmu1_all.deb ... 172s Unpacking po-debconf (1.0.21+nmu1) ... 172s Selecting previously unselected package debhelper. 172s Preparing to unpack .../045-debhelper_13.24.1ubuntu2_all.deb ... 172s Unpacking debhelper (13.24.1ubuntu2) ... 172s Selecting previously unselected package dh-python. 172s Preparing to unpack .../046-dh-python_6.20250108_all.deb ... 172s Unpacking dh-python (6.20250108) ... 172s Selecting previously unselected package xml-core. 172s Preparing to unpack .../047-xml-core_0.19_all.deb ... 172s Unpacking xml-core (0.19) ... 172s Selecting previously unselected package docutils-common. 172s Preparing to unpack .../048-docutils-common_0.21.2+dfsg-2_all.deb ... 172s Unpacking docutils-common (0.21.2+dfsg-2) ... 172s Selecting previously unselected package libfreetype6:s390x. 172s Preparing to unpack .../049-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 172s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 172s Selecting previously unselected package fonts-dejavu-mono. 172s Preparing to unpack .../050-fonts-dejavu-mono_2.37-8_all.deb ... 172s Unpacking fonts-dejavu-mono (2.37-8) ... 172s Selecting previously unselected package fonts-dejavu-core. 172s Preparing to unpack .../051-fonts-dejavu-core_2.37-8_all.deb ... 172s Unpacking fonts-dejavu-core (2.37-8) ... 172s Selecting previously unselected package fontconfig-config. 172s Preparing to unpack .../052-fontconfig-config_2.15.0-2ubuntu1_s390x.deb ... 172s Unpacking fontconfig-config (2.15.0-2ubuntu1) ... 172s Selecting previously unselected package libfontconfig1:s390x. 172s Preparing to unpack .../053-libfontconfig1_2.15.0-2ubuntu1_s390x.deb ... 172s Unpacking libfontconfig1:s390x (2.15.0-2ubuntu1) ... 172s Selecting previously unselected package fontconfig. 172s Preparing to unpack .../054-fontconfig_2.15.0-2ubuntu1_s390x.deb ... 172s Unpacking fontconfig (2.15.0-2ubuntu1) ... 172s Selecting previously unselected package libann0. 172s Preparing to unpack .../055-libann0_1.1.2+doc-9build1_s390x.deb ... 172s Unpacking libann0 (1.1.2+doc-9build1) ... 172s Selecting previously unselected package libcdt5:s390x. 172s Preparing to unpack .../056-libcdt5_2.42.4-2build4_s390x.deb ... 172s Unpacking libcdt5:s390x (2.42.4-2build4) ... 172s Selecting previously unselected package libcgraph6:s390x. 172s Preparing to unpack .../057-libcgraph6_2.42.4-2build4_s390x.deb ... 172s Unpacking libcgraph6:s390x (2.42.4-2build4) ... 172s Selecting previously unselected package libsharpyuv0:s390x. 172s Preparing to unpack .../058-libsharpyuv0_1.5.0-0.1_s390x.deb ... 172s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 172s Selecting previously unselected package libaom3:s390x. 172s Preparing to unpack .../059-libaom3_3.12.0-1_s390x.deb ... 172s Unpacking libaom3:s390x (3.12.0-1) ... 172s Selecting previously unselected package libheif-plugin-aomdec:s390x. 172s Preparing to unpack .../060-libheif-plugin-aomdec_1.19.5-1build1_s390x.deb ... 172s Unpacking libheif-plugin-aomdec:s390x (1.19.5-1build1) ... 172s Selecting previously unselected package libde265-0:s390x. 172s Preparing to unpack .../061-libde265-0_1.0.15-1build4_s390x.deb ... 172s Unpacking libde265-0:s390x (1.0.15-1build4) ... 172s Selecting previously unselected package libheif-plugin-libde265:s390x. 172s Preparing to unpack .../062-libheif-plugin-libde265_1.19.5-1build1_s390x.deb ... 172s Unpacking libheif-plugin-libde265:s390x (1.19.5-1build1) ... 172s Selecting previously unselected package libheif1:s390x. 172s Preparing to unpack .../063-libheif1_1.19.5-1build1_s390x.deb ... 172s Unpacking libheif1:s390x (1.19.5-1build1) ... 172s Selecting previously unselected package libimagequant0:s390x. 172s Preparing to unpack .../064-libimagequant0_2.18.0-1build1_s390x.deb ... 172s Unpacking libimagequant0:s390x (2.18.0-1build1) ... 172s Selecting previously unselected package libjpeg-turbo8:s390x. 172s Preparing to unpack .../065-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 172s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 172s Selecting previously unselected package libjpeg8:s390x. 172s Preparing to unpack .../066-libjpeg8_8c-2ubuntu11_s390x.deb ... 172s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 172s Selecting previously unselected package libgraphite2-3:s390x. 172s Preparing to unpack .../067-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 172s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 172s Selecting previously unselected package libharfbuzz0b:s390x. 172s Preparing to unpack .../068-libharfbuzz0b_10.2.0-1_s390x.deb ... 172s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 172s Selecting previously unselected package libraqm0:s390x. 172s Preparing to unpack .../069-libraqm0_0.10.2-1_s390x.deb ... 172s Unpacking libraqm0:s390x (0.10.2-1) ... 172s Selecting previously unselected package libdeflate0:s390x. 172s Preparing to unpack .../070-libdeflate0_1.23-1_s390x.deb ... 172s Unpacking libdeflate0:s390x (1.23-1) ... 172s Selecting previously unselected package libjbig0:s390x. 172s Preparing to unpack .../071-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 172s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 172s Selecting previously unselected package libwebp7:s390x. 172s Preparing to unpack .../072-libwebp7_1.5.0-0.1_s390x.deb ... 172s Unpacking libwebp7:s390x (1.5.0-0.1) ... 172s Selecting previously unselected package libtiff6:s390x. 172s Preparing to unpack .../073-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 172s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 172s Selecting previously unselected package libxpm4:s390x. 172s Preparing to unpack .../074-libxpm4_1%3a3.5.17-1build2_s390x.deb ... 172s Unpacking libxpm4:s390x (1:3.5.17-1build2) ... 172s Selecting previously unselected package libgd3:s390x. 172s Preparing to unpack .../075-libgd3_2.3.3-12ubuntu3_s390x.deb ... 172s Unpacking libgd3:s390x (2.3.3-12ubuntu3) ... 172s Selecting previously unselected package libgts-0.7-5t64:s390x. 172s Preparing to unpack .../076-libgts-0.7-5t64_0.7.6+darcs121130-5.2build1_s390x.deb ... 172s Unpacking libgts-0.7-5t64:s390x (0.7.6+darcs121130-5.2build1) ... 172s Selecting previously unselected package libpixman-1-0:s390x. 172s Preparing to unpack .../077-libpixman-1-0_0.44.0-3_s390x.deb ... 172s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 172s Selecting previously unselected package libxcb-render0:s390x. 172s Preparing to unpack .../078-libxcb-render0_1.17.0-2_s390x.deb ... 172s Unpacking libxcb-render0:s390x (1.17.0-2) ... 172s Selecting previously unselected package libxcb-shm0:s390x. 172s Preparing to unpack .../079-libxcb-shm0_1.17.0-2_s390x.deb ... 172s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 172s Selecting previously unselected package libxrender1:s390x. 172s Preparing to unpack .../080-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 172s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 172s Selecting previously unselected package libcairo2:s390x. 172s Preparing to unpack .../081-libcairo2_1.18.2-2_s390x.deb ... 172s Unpacking libcairo2:s390x (1.18.2-2) ... 172s Selecting previously unselected package libltdl7:s390x. 172s Preparing to unpack .../082-libltdl7_2.5.4-3build1_s390x.deb ... 172s Unpacking libltdl7:s390x (2.5.4-3build1) ... 172s Selecting previously unselected package libthai-data. 172s Preparing to unpack .../083-libthai-data_0.1.29-2build1_all.deb ... 172s Unpacking libthai-data (0.1.29-2build1) ... 172s Selecting previously unselected package libdatrie1:s390x. 172s Preparing to unpack .../084-libdatrie1_0.2.13-3build1_s390x.deb ... 172s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 172s Selecting previously unselected package libthai0:s390x. 172s Preparing to unpack .../085-libthai0_0.1.29-2build1_s390x.deb ... 172s Unpacking libthai0:s390x (0.1.29-2build1) ... 172s Selecting previously unselected package libpango-1.0-0:s390x. 172s Preparing to unpack .../086-libpango-1.0-0_1.56.1-1_s390x.deb ... 172s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 172s Selecting previously unselected package libpangoft2-1.0-0:s390x. 172s Preparing to unpack .../087-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 172s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 172s Selecting previously unselected package libpangocairo-1.0-0:s390x. 172s Preparing to unpack .../088-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 172s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 172s Selecting previously unselected package libpathplan4:s390x. 172s Preparing to unpack .../089-libpathplan4_2.42.4-2build4_s390x.deb ... 172s Unpacking libpathplan4:s390x (2.42.4-2build4) ... 172s Selecting previously unselected package libgvc6. 172s Preparing to unpack .../090-libgvc6_2.42.4-2build4_s390x.deb ... 172s Unpacking libgvc6 (2.42.4-2build4) ... 172s Selecting previously unselected package libgvpr2:s390x. 172s Preparing to unpack .../091-libgvpr2_2.42.4-2build4_s390x.deb ... 172s Unpacking libgvpr2:s390x (2.42.4-2build4) ... 172s Selecting previously unselected package liblab-gamut1:s390x. 172s Preparing to unpack .../092-liblab-gamut1_2.42.4-2build4_s390x.deb ... 172s Unpacking liblab-gamut1:s390x (2.42.4-2build4) ... 172s Selecting previously unselected package x11-common. 172s Preparing to unpack .../093-x11-common_1%3a7.7+23ubuntu3_all.deb ... 172s Unpacking x11-common (1:7.7+23ubuntu3) ... 172s Selecting previously unselected package libice6:s390x. 172s Preparing to unpack .../094-libice6_2%3a1.1.1-1_s390x.deb ... 172s Unpacking libice6:s390x (2:1.1.1-1) ... 172s Selecting previously unselected package libsm6:s390x. 172s Preparing to unpack .../095-libsm6_2%3a1.2.4-1_s390x.deb ... 172s Unpacking libsm6:s390x (2:1.2.4-1) ... 172s Selecting previously unselected package libxt6t64:s390x. 172s Preparing to unpack .../096-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 172s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 172s Selecting previously unselected package libxmu6:s390x. 172s Preparing to unpack .../097-libxmu6_2%3a1.1.3-3build2_s390x.deb ... 172s Unpacking libxmu6:s390x (2:1.1.3-3build2) ... 172s Selecting previously unselected package libxaw7:s390x. 172s Preparing to unpack .../098-libxaw7_2%3a1.0.16-1_s390x.deb ... 172s Unpacking libxaw7:s390x (2:1.0.16-1) ... 172s Selecting previously unselected package graphviz. 172s Preparing to unpack .../099-graphviz_2.42.4-2build4_s390x.deb ... 172s Unpacking graphviz (2.42.4-2build4) ... 173s Selecting previously unselected package libcap-dev:s390x. 173s Preparing to unpack .../100-libcap-dev_1%3a2.66-5ubuntu3_s390x.deb ... 173s Unpacking libcap-dev:s390x (1:2.66-5ubuntu3) ... 173s Selecting previously unselected package libcap-ng-dev:s390x. 173s Preparing to unpack .../101-libcap-ng-dev_0.8.5-4_s390x.deb ... 173s Unpacking libcap-ng-dev:s390x (0.8.5-4) ... 173s Selecting previously unselected package libevent-2.1-7t64:s390x. 173s Preparing to unpack .../102-libevent-2.1-7t64_2.1.12-stable-10_s390x.deb ... 173s Unpacking libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 173s Selecting previously unselected package libexpat1-dev:s390x. 173s Preparing to unpack .../103-libexpat1-dev_2.6.4-1_s390x.deb ... 173s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 173s Selecting previously unselected package libjs-jquery. 173s Preparing to unpack .../104-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 173s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 173s Selecting previously unselected package libjs-underscore. 173s Preparing to unpack .../105-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 173s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 173s Selecting previously unselected package libjs-sphinxdoc. 173s Preparing to unpack .../106-libjs-sphinxdoc_8.1.3-5_all.deb ... 173s Unpacking libjs-sphinxdoc (8.1.3-5) ... 173s Selecting previously unselected package libjson-perl. 173s Preparing to unpack .../107-libjson-perl_4.10000-1_all.deb ... 173s Unpacking libjson-perl (4.10000-1) ... 173s Selecting previously unselected package libpkgconf3:s390x. 173s Preparing to unpack .../108-libpkgconf3_1.8.1-4_s390x.deb ... 173s Unpacking libpkgconf3:s390x (1.8.1-4) ... 173s Selecting previously unselected package zlib1g-dev:s390x. 173s Preparing to unpack .../109-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 173s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 173s Selecting previously unselected package libpython3.13-dev:s390x. 173s Preparing to unpack .../110-libpython3.13-dev_3.13.2-1_s390x.deb ... 173s Unpacking libpython3.13-dev:s390x (3.13.2-1) ... 173s Selecting previously unselected package libpython3-dev:s390x. 173s Preparing to unpack .../111-libpython3-dev_3.13.1-1~exp2_s390x.deb ... 173s Unpacking libpython3-dev:s390x (3.13.1-1~exp2) ... 173s Selecting previously unselected package libpython3.12t64:s390x. 173s Preparing to unpack .../112-libpython3.12t64_3.12.9-1_s390x.deb ... 173s Unpacking libpython3.12t64:s390x (3.12.9-1) ... 173s Selecting previously unselected package libpython3.12-dev:s390x. 173s Preparing to unpack .../113-libpython3.12-dev_3.12.9-1_s390x.deb ... 173s Unpacking libpython3.12-dev:s390x (3.12.9-1) ... 173s Selecting previously unselected package libpython3-all-dev:s390x. 173s Preparing to unpack .../114-libpython3-all-dev_3.13.1-1~exp2_s390x.deb ... 173s Unpacking libpython3-all-dev:s390x (3.13.1-1~exp2) ... 173s Selecting previously unselected package libssl-dev:s390x. 173s Preparing to unpack .../115-libssl-dev_3.4.0-1ubuntu2_s390x.deb ... 173s Unpacking libssl-dev:s390x (3.4.0-1ubuntu2) ... 173s Selecting previously unselected package libudev-dev:s390x. 173s Preparing to unpack .../116-libudev-dev_257.2-3ubuntu1_s390x.deb ... 173s Unpacking libudev-dev:s390x (257.2-3ubuntu1) ... 173s Selecting previously unselected package libunbound8:s390x. 173s Preparing to unpack .../117-libunbound8_1.22.0-1ubuntu1_s390x.deb ... 173s Unpacking libunbound8:s390x (1.22.0-1ubuntu1) ... 173s Selecting previously unselected package libunbound-dev:s390x. 173s Preparing to unpack .../118-libunbound-dev_1.22.0-1ubuntu1_s390x.deb ... 173s Unpacking libunbound-dev:s390x (1.22.0-1ubuntu1) ... 173s Selecting previously unselected package openvswitch-source. 173s Preparing to unpack .../119-openvswitch-source_3.5.0~git20241129.2af7cef-2build1_all.deb ... 173s Unpacking openvswitch-source (3.5.0~git20241129.2af7cef-2build1) ... 174s Selecting previously unselected package pkgconf-bin. 174s Preparing to unpack .../120-pkgconf-bin_1.8.1-4_s390x.deb ... 174s Unpacking pkgconf-bin (1.8.1-4) ... 174s Selecting previously unselected package pkgconf:s390x. 174s Preparing to unpack .../121-pkgconf_1.8.1-4_s390x.deb ... 174s Unpacking pkgconf:s390x (1.8.1-4) ... 174s Selecting previously unselected package python3-all. 174s Preparing to unpack .../122-python3-all_3.13.1-1~exp2_s390x.deb ... 174s Unpacking python3-all (3.13.1-1~exp2) ... 174s Selecting previously unselected package python3.13-dev. 174s Preparing to unpack .../123-python3.13-dev_3.13.2-1_s390x.deb ... 174s Unpacking python3.13-dev (3.13.2-1) ... 174s Selecting previously unselected package python3-dev. 174s Preparing to unpack .../124-python3-dev_3.13.1-1~exp2_s390x.deb ... 174s Unpacking python3-dev (3.13.1-1~exp2) ... 174s Selecting previously unselected package python3.12-dev. 174s Preparing to unpack .../125-python3.12-dev_3.12.9-1_s390x.deb ... 174s Unpacking python3.12-dev (3.12.9-1) ... 174s Selecting previously unselected package python3-all-dev. 174s Preparing to unpack .../126-python3-all-dev_3.13.1-1~exp2_s390x.deb ... 174s Unpacking python3-all-dev (3.13.1-1~exp2) ... 174s Selecting previously unselected package python3-defusedxml. 174s Preparing to unpack .../127-python3-defusedxml_0.7.1-3_all.deb ... 174s Unpacking python3-defusedxml (0.7.1-3) ... 174s Selecting previously unselected package python3-roman. 174s Preparing to unpack .../128-python3-roman_5.0-1_all.deb ... 174s Unpacking python3-roman (5.0-1) ... 174s Selecting previously unselected package python3-docutils. 174s Preparing to unpack .../129-python3-docutils_0.21.2+dfsg-2_all.deb ... 174s Unpacking python3-docutils (0.21.2+dfsg-2) ... 174s Selecting previously unselected package python3-imagesize. 174s Preparing to unpack .../130-python3-imagesize_1.4.1-1_all.deb ... 174s Unpacking python3-imagesize (1.4.1-1) ... 174s Selecting previously unselected package python3-packaging. 174s Preparing to unpack .../131-python3-packaging_24.2-1_all.deb ... 174s Unpacking python3-packaging (24.2-1) ... 174s Selecting previously unselected package python3-wheel. 174s Preparing to unpack .../132-python3-wheel_0.45.1-1_all.deb ... 174s Unpacking python3-wheel (0.45.1-1) ... 174s Selecting previously unselected package python3-pip. 174s Preparing to unpack .../133-python3-pip_25.0+dfsg-1_all.deb ... 174s Unpacking python3-pip (25.0+dfsg-1) ... 174s Selecting previously unselected package python3-scapy. 174s Preparing to unpack .../134-python3-scapy_2.6.1+dfsg-1_all.deb ... 174s Unpacking python3-scapy (2.6.1+dfsg-1) ... 174s Selecting previously unselected package python3-snowballstemmer. 174s Preparing to unpack .../135-python3-snowballstemmer_2.2.0-4build1_all.deb ... 174s Unpacking python3-snowballstemmer (2.2.0-4build1) ... 174s Selecting previously unselected package python3-sortedcontainers. 174s Preparing to unpack .../136-python3-sortedcontainers_2.4.0-2_all.deb ... 174s Unpacking python3-sortedcontainers (2.4.0-2) ... 174s Selecting previously unselected package sphinx-common. 174s Preparing to unpack .../137-sphinx-common_8.1.3-5_all.deb ... 174s Unpacking sphinx-common (8.1.3-5) ... 174s Selecting previously unselected package python3-alabaster. 174s Preparing to unpack .../138-python3-alabaster_0.7.16-0.1_all.deb ... 174s Unpacking python3-alabaster (0.7.16-0.1) ... 174s Selecting previously unselected package python3-sphinx. 174s Preparing to unpack .../139-python3-sphinx_8.1.3-5_all.deb ... 174s Unpacking python3-sphinx (8.1.3-5) ... 174s Selecting previously unselected package openstack-pkg-tools. 174s Preparing to unpack .../140-openstack-pkg-tools_123ubuntu2_all.deb ... 174s Unpacking openstack-pkg-tools (123ubuntu2) ... 174s Setting up dh-python (6.20250108) ... 174s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 174s Setting up libpixman-1-0:s390x (0.44.0-3) ... 174s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 174s Setting up libaom3:s390x (3.12.0-1) ... 174s Setting up libxpm4:s390x (1:3.5.17-1build2) ... 174s Setting up openvswitch-source (3.5.0~git20241129.2af7cef-2build1) ... 174s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 174s Setting up libdatrie1:s390x (0.2.13-3build1) ... 174s Setting up libxcb-render0:s390x (1.17.0-2) ... 174s Setting up python3-defusedxml (0.7.1-3) ... 175s Setting up libarchive-zip-perl (1.68-1) ... 175s Setting up architecture-properties:s390x (0.2.5) ... 175s Setting up python3-alabaster (0.7.16-0.1) ... 175s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 175s Setting up liblab-gamut1:s390x (2.42.4-2build4) ... 175s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 175s Setting up x11-common (1:7.7+23ubuntu3) ... 175s Setting up libdeflate0:s390x (1.23-1) ... 175s Setting up m4 (1.4.19-5) ... 175s Setting up libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 175s Setting up libxcb-shm0:s390x (1.17.0-2) ... 175s Setting up python3-sortedcontainers (2.4.0-2) ... 175s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 175s Setting up python3-wheel (0.45.1-1) ... 175s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 175s Setting up python3-roman (5.0-1) ... 176s Setting up autotools-dev (20220109.1) ... 176s Setting up python3-packaging (24.2-1) ... 176s Setting up libunbound8:s390x (1.22.0-1ubuntu1) ... 176s Setting up libpkgconf3:s390x (1.8.1-4) ... 176s Setting up libexpat1-dev:s390x (2.6.4-1) ... 176s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 176s Setting up python3-snowballstemmer (2.2.0-4build1) ... 176s Setting up libpathplan4:s390x (2.42.4-2build4) ... 176s Setting up libann0 (1.1.2+doc-9build1) ... 176s Setting up libimagequant0:s390x (2.18.0-1build1) ... 176s Setting up fonts-dejavu-mono (2.37-8) ... 176s Setting up libssl-dev:s390x (3.4.0-1ubuntu2) ... 176s Setting up libmpc3:s390x (1.3.1-1build2) ... 176s Setting up autopoint (0.23.1-1) ... 176s Setting up fonts-dejavu-core (2.37-8) ... 176s Setting up pkgconf-bin (1.8.1-4) ... 176s Setting up libunbound-dev:s390x (1.22.0-1ubuntu1) ... 176s Setting up python3-pip (25.0+dfsg-1) ... 179s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 179s Setting up libltdl7:s390x (2.5.4-3build1) ... 179s Setting up autoconf (2.72-3) ... 179s Setting up libwebp7:s390x (1.5.0-0.1) ... 179s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 179s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 179s Setting up python3-scapy (2.6.1+dfsg-1) ... 182s Setting up dwz (0.15-1build6) ... 182s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 182s Setting up libcap-ng-dev:s390x (0.8.5-4) ... 182s Setting up libjson-perl (4.10000-1) ... 182s Setting up libnsl2:s390x (1.3.0-3build3) ... 182s Setting up debugedit (1:5.1-2) ... 182s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 182s Setting up libthai-data (0.1.29-2build1) ... 182s Setting up libgts-0.7-5t64:s390x (0.7.6+darcs121130-5.2build1) ... 182s Setting up sgml-base (1.31) ... 182s Setting up libcdt5:s390x (2.42.4-2build4) ... 182s Setting up libcgraph6:s390x (2.42.4-2build4) ... 182s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 182s Setting up libisl23:s390x (0.27-1) ... 182s Setting up libde265-0:s390x (1.0.15-1build4) ... 182s Setting up libcap-dev:s390x (1:2.66-5ubuntu3) ... 182s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 182s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 182s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 182s Setting up python3-imagesize (1.4.1-1) ... 182s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 182s Setting up automake (1:1.17-3) ... 182s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 182s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 182s Setting up python3.12-minimal (3.12.9-1) ... 183s Setting up libice6:s390x (2:1.1.1-1) ... 183s Setting up gettext (0.23.1-1) ... 183s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 183s Setting up fontconfig-config (2.15.0-2ubuntu1) ... 183s Setting up python3.12 (3.12.9-1) ... 184s Setting up python3-all (3.13.1-1~exp2) ... 184s Setting up pkgconf:s390x (1.8.1-4) ... 184s Setting up intltool-debian (0.35.0+20060710.6) ... 184s Setting up libpython3.12t64:s390x (3.12.9-1) ... 184s Setting up libthai0:s390x (0.1.29-2build1) ... 184s Setting up libraqm0:s390x (0.10.2-1) ... 184s Setting up libpython3.13-dev:s390x (3.13.2-1) ... 184s Setting up libudev-dev:s390x (257.2-3ubuntu1) ... 184s Setting up libjs-sphinxdoc (8.1.3-5) ... 184s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 184s Setting up cpp-14 (14.2.0-17ubuntu1) ... 184s Setting up dh-strip-nondeterminism (1.14.1-2) ... 184s Setting up libgvpr2:s390x (2.42.4-2build4) ... 184s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 184s Setting up xml-core (0.19) ... 184s Setting up libfontconfig1:s390x (2.15.0-2ubuntu1) ... 184s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 184s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 184s Setting up libsm6:s390x (2:1.2.4-1) ... 184s Setting up fontconfig (2.15.0-2ubuntu1) ... 186s Regenerating fonts cache... done. 186s Setting up libpython3-dev:s390x (3.13.1-1~exp2) ... 186s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 186s Setting up python3.13-dev (3.13.2-1) ... 186s Setting up po-debconf (1.0.21+nmu1) ... 186s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 186s Setting up libpython3.12-dev:s390x (3.12.9-1) ... 186s Setting up libcairo2:s390x (1.18.2-2) ... 186s Setting up openstack-pkg-tools (123ubuntu2) ... 186s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 186s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 186s Setting up libpython3-all-dev:s390x (3.13.1-1~exp2) ... 186s Setting up sphinx-common (8.1.3-5) ... 186s Setting up python3-dev (3.13.1-1~exp2) ... 186s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 186s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 186s Setting up python3.12-dev (3.12.9-1) ... 186s Setting up cpp (4:14.2.0-1ubuntu1) ... 186s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 186s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 186s Setting up python3-all-dev (3.13.1-1~exp2) ... 186s Setting up libxmu6:s390x (2:1.1.3-3build2) ... 186s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 186s Setting up libxaw7:s390x (2:1.0.16-1) ... 186s Setting up gcc-14 (14.2.0-17ubuntu1) ... 186s Setting up g++-14 (14.2.0-17ubuntu1) ... 186s Setting up libtool (2.5.4-3build1) ... 186s Setting up gcc (4:14.2.0-1ubuntu1) ... 186s Setting up dh-autoreconf (20) ... 186s Setting up g++ (4:14.2.0-1ubuntu1) ... 186s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 186s Setting up build-essential (12.10ubuntu1) ... 186s Setting up debhelper (13.24.1ubuntu2) ... 186s Setting up libheif-plugin-aomdec:s390x (1.19.5-1build1) ... 186s Setting up libheif-plugin-libde265:s390x (1.19.5-1build1) ... 186s Setting up libheif1:s390x (1.19.5-1build1) ... 186s Setting up libgd3:s390x (2.3.3-12ubuntu3) ... 186s Setting up libgvc6 (2.42.4-2build4) ... 186s Setting up graphviz (2.42.4-2build4) ... 186s Processing triggers for libc-bin (2.40-4ubuntu1) ... 187s Processing triggers for systemd (257.2-3ubuntu1) ... 187s Processing triggers for man-db (2.13.0-1) ... 189s Processing triggers for install-info (7.1.1-1) ... 189s Processing triggers for sgml-base (1.31) ... 189s Setting up docutils-common (0.21.2+dfsg-2) ... 189s Processing triggers for sgml-base (1.31) ... 189s Setting up python3-docutils (0.21.2+dfsg-2) ... 189s Setting up python3-sphinx (8.1.3-5) ... 191s autopkgtest: DBG: testbed command exited with code 0 191s autopkgtest: DBG: ovn: satisfying fakeroot 191s autopkgtest: DBG: can use apt-get on testbed: True 191s 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', 'fakeroot'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 191s Reading package lists... 191s Building dependency tree... 191s Reading state information... 191s Starting pkgProblemResolver with broken count: 0 191s Starting 2 pkgProblemResolver with broken count: 0 191s Done 192s The following NEW packages will be installed: 192s fakeroot libfakeroot 192s 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 192s Need to get 100 kB of archives. 192s After this operation, 366 kB of additional disk space will be used. 192s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libfakeroot s390x 1.37-1 [32.5 kB] 192s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x fakeroot s390x 1.37-1 [67.8 kB] 193s Fetched 100 kB in 1s (185 kB/s) 193s Selecting previously unselected package libfakeroot:s390x. 193s (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 ... 64818 files and directories currently installed.) 193s Preparing to unpack .../libfakeroot_1.37-1_s390x.deb ... 193s Unpacking libfakeroot:s390x (1.37-1) ... 193s Selecting previously unselected package fakeroot. 193s Preparing to unpack .../fakeroot_1.37-1_s390x.deb ... 193s Unpacking fakeroot (1.37-1) ... 193s Setting up libfakeroot:s390x (1.37-1) ... 193s Setting up fakeroot (1.37-1) ... 193s update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 193s Processing triggers for man-db (2.13.0-1) ... 194s Processing triggers for libc-bin (2.40-4ubuntu1) ... 194s autopkgtest: DBG: testbed command exited with code 0 194s autopkgtest: DBG: testbed command ['sh', '-ec', 'su --shell=/bin/sh ubuntu -c \'set -e; exec 3>&1 >&2; set -x; cd /tmp/autopkgtest.OLtj7m/build.w6l/src; DEB_BUILD_OPTIONS="nocheck noautodbgsym noddebs $DEB_BUILD_OPTIONS" DEB_BUILD_PROFILES="noudeb nocheck parallel=4 $DEB_BUILD_PROFILES" dpkg-buildpackage -us -uc -b; dpkg-source --before-build .\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=sphinx/8.1.3-5'] 194s + cd /tmp/autopkgtest.OLtj7m/build.w6l/src 194s + DEB_BUILD_OPTIONS=nocheck noautodbgsym noddebs DEB_BUILD_PROFILES=noudeb nocheck parallel=4 dpkg-buildpackage -us -uc -b 194s dpkg-buildpackage: info: source package ovn 194s dpkg-buildpackage: info: source version 24.09.0-1 194s dpkg-buildpackage: info: source distribution unstable 194s dpkg-buildpackage: info: source changed by Frode Nordahl 194s dpkg-source --before-build . 194s dpkg-buildpackage: info: host architecture s390x 194s debian/rules clean 194s dh clean --with autoreconf,python3,sphinxdoc 194s debian/rules override_dh_auto_clean 194s make[1]: Entering directory '/tmp/autopkgtest.OLtj7m/build.w6l/src' 194s dh_auto_clean 194s cd ovn-vif && make distclean | : 194s rm -rf ovs 194s rm -rf ovn-vif/Documentation/_build 194s rm -rf ovn-vif/build-aux/compile 194s set -e ; set -x ; for i in config.guess config.sub depcomp install-sh ltmain.sh missing ; do rm rm -rf ovn-vif/build-aux/$i ; done 194s + rm rm -rf ovn-vif/build-aux/config.guess 194s + rm rm -rf ovn-vif/build-aux/config.sub 194s + rm rm -rf ovn-vif/build-aux/depcomp 194s + rm rm -rf ovn-vif/build-aux/install-sh 194s + rm rm -rf ovn-vif/build-aux/ltmain.sh 194s + rm rm -rf ovn-vif/build-aux/missing 194s rm -f ovn-vif/config.status ovn-vif/configure ovn-vif/docs-check ovn-vif/lib/.dirstamp 194s rm -rf ovn-vif/lib/.libs 194s rm -f ovn-vif/lib/*.o 194s rm -f ovn-vif/lib/vif-plug-providers/representor/.dirstamp ovn-vif/lib/vif-plug-providers/representor/tests_ovstest-vif-plug-representor.o ovn-vif/lib/vif-plug-providers/representor/vif-plug-representor.o \ 194s ovn-vif/tests/.dirstamp ovn-vif/tests/ovstest 194s rm -f ovn-vif/tests/*.o 194s rm -f ovn-vif/tests/system-kmod-testsuite 194s rm -f ovn-vif/utilities/devlink ovn-vif/utilities/devlink.o 194s rm -f tests/perf-testsuite tests/system-kmod-testsuite tests/system-userspace-testsuite tests/testsuite 194s rm -f ovn-vif/libtool ovn-vif/tests/testsuite ovn-vif/utilities/.dirstamp package.m4 rhel/ovn-fedora.spec 194s set -e ; set -x ; for i in Makefile Makefile.in aclocal.m4 config.h config.h.in config.log distfiles include/ovn-vif/version.h lib/libovn-vif.la lib/libovn-vif.sym lib/netlink-devlink.lo lib/ovn-vif.lo lib/vif-plug-providers/representor/vif-plug-representor.lo libtool m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 package.m4 stamp-h1 tests/atconfig tests/atlocal tests/testsuite ; do \ 194s rm -f ovn-vif/$i ; \ 194s done 195s + rm -f ovn-vif/Makefile 195s + rm -f ovn-vif/Makefile.in 195s + rm -f ovn-vif/aclocal.m4 195s + rm -f ovn-vif/config.h 195s + rm -f ovn-vif/config.h.in 195s + rm -f ovn-vif/config.log 195s + rm -f ovn-vif/distfiles 195s + rm -f ovn-vif/include/ovn-vif/version.h 195s + rm -f ovn-vif/lib/libovn-vif.la 195s + rm -f ovn-vif/lib/libovn-vif.sym 195s + rm -f ovn-vif/lib/netlink-devlink.lo 195s + rm -f ovn-vif/lib/ovn-vif.lo 195s + rm -f ovn-vif/lib/vif-plug-providers/representor/vif-plug-representor.lo 195s + rm -f ovn-vif/libtool 195s + rm -f ovn-vif/m4/libtool.m4 195s + rm -f ovn-vif/m4/ltoptions.m4 195s + rm -f ovn-vif/m4/ltsugar.m4 195s + rm -f ovn-vif/m4/ltversion.m4 195s + rm -f ovn-vif/m4/lt~obsolete.m4 195s + rm -f ovn-vif/package.m4 195s + rm -f ovn-vif/stamp-h1 195s + rm -f ovn-vif/tests/atconfig 195s + rm -f ovn-vif/tests/atlocal 195s + rm -f ovn-vif/tests/testsuite 195s make[1]: Leaving directory '/tmp/autopkgtest.OLtj7m/build.w6l/src' 195s dh_clean 195s debian/rules binary 195s dh binary --with autoreconf,python3,sphinxdoc 195s dh_update_autotools_config 195s dh_autoreconf 197s libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. 197s libtoolize: copying file 'build-aux/ltmain.sh' 198s libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. 198s libtoolize: copying file 'm4/libtool.m4' 198s libtoolize: copying file 'm4/ltoptions.m4' 198s libtoolize: copying file 'm4/ltsugar.m4' 198s libtoolize: copying file 'm4/ltversion.m4' 198s libtoolize: copying file 'm4/lt~obsolete.m4' 199s configure.ac:25: warning: The macro 'AC_PROG_CC_C99' is obsolete. 199s configure.ac:25: You should run autoupdate. 199s ./lib/autoconf/c.m4:1662: AC_PROG_CC_C99 is expanded from... 199s configure.ac:25: the top level 200s configure.ac:25: installing 'build-aux/compile' 200s configure.ac:40: installing 'build-aux/config.guess' 200s configure.ac:40: installing 'build-aux/config.sub' 200s configure.ac:21: installing 'build-aux/install-sh' 200s configure.ac:21: installing 'build-aux/missing' 200s Makefile.am: installing 'build-aux/depcomp' 200s debian/rules override_dh_auto_configure 200s make[1]: Entering directory '/tmp/autopkgtest.OLtj7m/build.w6l/src' 200s # Configure OVS before OVN 200s test -f /tmp/autopkgtest.OLtj7m/build.w6l/src/ovs/configure || \ 200s rm -rf /tmp/autopkgtest.OLtj7m/build.w6l/src/ovs && \ 200s cp -R /usr/src/openvswitch /tmp/autopkgtest.OLtj7m/build.w6l/src/ovs 200s cd ovs && ./configure --enable-ssl --localstatedir=/var --sysconfdir=/etc --prefix=/usr && make -j4 200s checking for a BSD-compatible install... /usr/bin/install -c 200s checking whether build environment is sane... yes 200s checking for a race-free mkdir -p... /usr/bin/mkdir -p 200s checking for gawk... gawk 200s checking whether make sets $(MAKE)... yes 200s checking whether make supports nested variables... yes 200s checking how to create a pax tar archive... gnutar 200s checking for gcc... gcc 200s checking whether the C compiler works... yes 200s checking for C compiler default output file name... a.out 200s checking for suffix of executables... 200s checking whether we are cross compiling... no 200s checking for suffix of object files... o 200s checking whether the compiler supports GNU C... yes 200s checking whether gcc accepts -g... yes 200s checking for gcc option to enable C11 features... none needed 200s checking whether gcc understands -c and -o together... yes 200s checking whether make supports the include directive... yes (GNU style) 200s checking dependency style of gcc... gcc3 200s checking for g++... g++ 200s checking whether the compiler supports GNU C++... yes 200s checking whether g++ accepts -g... yes 201s checking for g++ option to enable C++11 features... none needed 201s checking dependency style of g++... gcc3 201s checking how to run the C preprocessor... gcc -E 201s checking for grep that handles long lines and -e... /usr/bin/grep 201s checking for fgrep... /usr/bin/grep -F 201s checking for egrep... /usr/bin/grep -E 201s checking for pkg-config... /usr/bin/pkg-config 201s checking pkg-config is at least version 0.9.0... yes 201s checking for stdio.h... yes 201s checking for stdlib.h... yes 201s checking for string.h... yes 201s checking for inttypes.h... yes 201s checking for stdint.h... yes 201s checking for strings.h... yes 201s checking for sys/stat.h... yes 201s checking for sys/types.h... yes 201s checking for unistd.h... yes 201s checking for wchar.h... yes 201s checking for minix/config.h... no 201s checking whether it is safe to define __EXTENSIONS__... yes 201s checking whether _XOPEN_SOURCE should be defined... no 201s checking whether byte ordering is bigendian... yes 201s checking for gcc option to enable large file support... none needed 201s checking build system type... s390x-ibm-linux-gnu 201s checking host system type... s390x-ibm-linux-gnu 201s checking how to print strings... printf 201s checking for a sed that does not truncate output... /usr/bin/sed 201s checking for ld used by gcc... /usr/bin/ld 201s checking if the linker (/usr/bin/ld) is GNU ld... yes 201s checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 201s checking the name lister (/usr/bin/nm -B) interface... BSD nm 201s checking whether ln -s works... yes 201s checking the maximum length of command line arguments... 1572864 201s checking how to convert s390x-ibm-linux-gnu file names to s390x-ibm-linux-gnu format... func_convert_file_noop 201s checking how to convert s390x-ibm-linux-gnu file names to toolchain format... func_convert_file_noop 201s checking for /usr/bin/ld option to reload object files... -r 201s checking for file... file 201s checking for objdump... objdump 201s checking how to recognize dependent libraries... pass_all 201s checking for dlltool... no 201s checking how to associate runtime and link libraries... printf %s\n 201s checking for ranlib... ranlib 201s checking for ar... ar 201s checking for archiver @FILE support... @ 201s checking for strip... strip 201s checking command to parse /usr/bin/nm -B output from gcc object... ok 201s checking for sysroot... no 201s checking for a working dd... /usr/bin/dd 201s checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 201s checking for mt... mt 201s checking if mt is a manifest tool... no 201s checking for dlfcn.h... yes 201s checking for objdir... .libs 202s checking if gcc supports -fno-rtti -fno-exceptions... no 202s checking for gcc option to produce PIC... -fPIC -DPIC 202s checking if gcc PIC flag -fPIC -DPIC works... yes 202s checking if gcc static flag -static works... yes 202s checking if gcc supports -c -o file.o... yes 202s checking if gcc supports -c -o file.o... (cached) yes 202s checking whether the gcc linker (/usr/bin/ld -m elf64_s390) supports shared libraries... yes 202s checking dynamic linker characteristics... GNU/Linux ld.so 202s checking how to hardcode library paths into programs... immediate 202s checking whether stripping libraries is possible... yes 202s checking if libtool supports shared libraries... yes 202s checking whether to build shared libraries... no 202s checking whether to build static libraries... yes 202s checking how to run the C++ preprocessor... g++ -E 202s checking for ld used by g++... /usr/bin/ld -m elf64_s390 202s checking if the linker (/usr/bin/ld -m elf64_s390) is GNU ld... yes 202s checking whether the g++ linker (/usr/bin/ld -m elf64_s390) supports shared libraries... yes 202s checking for g++ option to produce PIC... -fPIC -DPIC 202s checking if g++ PIC flag -fPIC -DPIC works... yes 202s checking if g++ static flag -static works... yes 202s checking if g++ supports -c -o file.o... yes 202s checking if g++ supports -c -o file.o... (cached) yes 202s checking whether the g++ linker (/usr/bin/ld -m elf64_s390) supports shared libraries... yes 202s checking dynamic linker characteristics... (cached) GNU/Linux ld.so 202s checking how to hardcode library paths into programs... immediate 202s checking for library containing pow... -lm 202s checking for library containing clock_gettime... none required 202s checking for library containing timer_create... none required 203s checking for library containing pthread_rwlock_tryrdlock... none required 203s checking for library containing pthread_rwlockattr_destroy... none required 203s checking for library containing pthread_spin_lock... none required 203s checking for pthread_spin_lock... yes 203s checking for gcc options needed to detect all undeclared functions... none needed 203s checking whether strerror_r is declared... yes 203s checking whether strerror_r returns char *... yes 203s checking for MSVC x64 compiler... no 203s checking for windows.h... no 203s checking whether USDT probes are enabled... no 203s checking for linux/netlink.h... yes 203s checking for pkg-config... /usr/bin/pkg-config 203s checking whether compiling and linking against OpenSSL works... yes 203s checking whether SSL_set_tlsext_host_name is declared... yes 203s checking for capng_clear in -lcap-ng... yes 203s checking for Python 3 (version 3.6 or later)... /usr/bin/python3 203s checking for flake8... no 203s checking for sphinx-build-3... no 203s checking for sphinx-build-2... no 203s checking for sphinx-build... sphinx-build 203s checking for dot... yes 203s checking for net/if_dl.h... no 203s checking whether strtok_r macro segfaults on some inputs... no 203s checking whether AF_XDP is enabled... auto 203s checking for bpf/libbpf.h... no 203s configure: WARNING: Cannot find bpf/libbpf.h, netdev-afxdp will not be supported (use --disable-afxdp to suppress this warning). 203s checking whether sys_siglist is declared... no 203s checking for sigdescr_np... yes 203s checking whether malloc_trim is declared... yes 204s checking for struct stat.st_mtim.tv_nsec... yes 204s checking for struct stat.st_mtimensec... no 204s checking for struct ifreq.ifr_flagshigh... no 204s checking for struct mmsghdr.msg_len... yes 204s checking for struct sockaddr_in6.sin6_scope_id... yes 204s checking for mlockall... yes 204s checking for strnlen... yes 204s checking for getloadavg... yes 204s checking for statvfs... yes 204s checking for getmntent_r... yes 204s checking for sendmmsg... yes 204s checking for clock_gettime... yes 204s checking for mntent.h... yes 204s checking for sys/statvfs.h... yes 204s checking for linux/types.h... yes 204s checking for linux/if_ether.h... yes 204s checking for linux/net_namespace.h... yes 204s checking for stdatomic.h... yes 204s checking for bits/floatn-common.h... yes 204s checking for net/if_mib.h... no 204s checking for library containing backtrace... none required 204s checking for linux/perf_event.h... yes 204s checking for valgrind/valgrind.h... no 205s checking for connect in -lsocket... no 205s checking for library containing gethostbyname... none required 205s checking for groff... yes 205s checking whether gcc has that supports thread_local... yes 205s checking for library containing __atomic_load_8... -latomic 205s checking whether gcc supports GCC 4.0+ atomic built-ins... yes 205s checking value of __atomic_always_lock_free(1)... 1 205s checking value of __atomic_always_lock_free(2)... 1 205s checking value of __atomic_always_lock_free(4)... 1 205s checking value of __atomic_always_lock_free(8)... 1 205s checking for library containing aio_write... none required 205s checking for pthread_set_name_np... no 206s checking for pthread_setname_np() variant... glibc 206s checking whether __linux__ is defined... true 206s checking linker output version information... libX-3.4.so.0.0.90) 206s checking whether g++ supports C++11 features by default... yes 206s checking for working posix_memalign... yes 206s checking for ub_ctx_create in -lunbound... yes 206s checking for unw_backtrace in -lunwind... no 206s checking for egrep -e... (cached) /usr/bin/grep -E 206s checking whether the preprocessor supports include_next... yes 206s checking whether system header files limit the line length... no 206s checking whether gcc accepts -Werror... yes 206s checking whether gcc accepts -Wall... yes 206s checking whether gcc accepts -Wextra... yes 206s checking whether gcc accepts -Wno-sign-compare... yes 206s checking whether gcc accepts -Wpointer-arith... yes 206s checking whether gcc accepts -Wformat -Wformat-security... yes 206s checking whether gcc accepts -Wswitch-enum... yes 206s checking whether gcc accepts -Wunused-parameter... yes 206s checking whether gcc accepts -Wbad-function-cast... yes 206s checking whether gcc accepts -Wcast-align... yes 206s checking whether gcc accepts -Wstrict-prototypes... yes 206s checking whether gcc accepts -Wold-style-definition... yes 206s checking whether gcc accepts -Wmissing-prototypes... yes 206s checking whether gcc accepts -Wmissing-field-initializers... yes 206s checking whether gcc accepts -Wthread-safety... no 206s checking whether gcc accepts -fno-strict-aliasing... yes 206s checking whether gcc accepts -Wswitch-bool... yes 206s checking whether gcc accepts -Wlogical-not-parentheses... yes 206s checking whether gcc accepts -Wsizeof-array-argument... yes 206s checking whether gcc accepts -Wbool-compare... yes 206s checking whether gcc accepts -Wshift-negative-value... yes 206s checking whether gcc accepts -Wduplicated-cond... yes 206s checking whether gcc accepts -Qunused-arguments... no 206s checking whether gcc accepts -Wshadow... yes 206s checking whether gcc accepts -Wmultistatement-macros... yes 206s checking whether gcc accepts -Wcast-align=strict... yes 206s checking whether gcc accepts -Wno-null-pointer-arithmetic... no 206s checking whether gcc accepts -Warray-bounds-pointer-arithmetic... no 206s checking whether gcc accepts -Wno-unused... yes 206s checking whether gcc accepts -Wno-unused-parameter... yes 206s checking target hint for cgcc... other 206s checking vector options for cgcc... 206s checking whether actions Autovalidator is default implementation... no 206s checking whether DPCLS Autovalidator is default implementation... no 206s checking whether DPIF AVX512 is default implementation... no 206s checking whether MFEX Autovalidator is default implementation... no 206s checking binutils avx512 assembler checks passing... no 206s checking whether compiler correctly emits AVX512-VL... no 206s checking whether gcc accepts -mavx512f... no 206s checking whether gcc accepts -mavx512bw... no 206s checking whether gcc accepts -mavx512vl... no 206s checking whether gcc accepts -mavx512vbmi... no 206s checking whether compiler correctly emits AVX512-VPOPCNTDQ... no 206s checking for struct tcf_t.firstuse... yes 207s checking whether dpdk is enabled... no 207s checking whether make supports nested variables... (cached) yes 207s checking that generated files are newer than configure... done 207s configure: creating ./config.status 207s config.status: creating lib/stdio.h 207s config.status: creating lib/string.h 207s config.status: creating ovsdb/libovsdb.sym 207s config.status: creating ofproto/libofproto.sym 207s config.status: creating lib/libsflow.sym 207s config.status: creating lib/libopenvswitch.sym 207s config.status: creating vtep/libvtep.sym 207s config.status: creating Makefile 207s config.status: creating tests/atlocal 207s config.status: creating lib/libopenvswitch.pc 207s config.status: creating lib/libsflow.pc 207s config.status: creating ofproto/libofproto.pc 207s config.status: creating ovsdb/libovsdb.pc 207s config.status: creating include/openvswitch/version.h 207s config.status: creating config.h 207s config.status: executing tests/atconfig commands 207s config.status: executing depfiles commands 208s config.status: executing libtool commands 208s config.status: executing include/openflow/openflow.h.stamp commands 208s config.status: executing utilities/bugtool/dummy commands 208s config.status: executing ipsec/dummy commands 208s make[2]: Entering directory '/tmp/autopkgtest.OLtj7m/build.w6l/src/ovs' 208s CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/tmp/autopkgtest.OLtj7m/build.w6l/src/ovs/build-aux/missing' aclocal-1.16 -I m4 208s /tmp/autopkgtest.OLtj7m/build.w6l/src/ovs/build-aux/missing: line 81: aclocal-1.16: command not found 208s WARNING: 'aclocal-1.16' is missing on your system. 208s You should only need it if you modified 'acinclude.m4' or 208s 'configure.ac' or m4 files included by 'configure.ac'. 208s The 'aclocal' program is part of the GNU Automake package: 208s 208s It also requires GNU Autoconf, GNU m4 and Perl in order to run: 208s 208s 208s 208s make[2]: *** [Makefile:3148: aclocal.m4] Error 127 208s make[2]: Leaving directory '/tmp/autopkgtest.OLtj7m/build.w6l/src/ovs' 208s make[1]: *** [debian/rules:18: override_dh_auto_configure] Error 2 208s make[1]: Leaving directory '/tmp/autopkgtest.OLtj7m/build.w6l/src' 208s make: *** [debian/rules:7: binary] Error 2 208s dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 208s blame: ovn 208s autopkgtest: DBG: testbed command exited with code 2 208s autopkgtest [12:24:25]: ERROR: erroneous package: rules build failed with exit code 2 208s autopkgtest: DBG: testbed stop 208s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.OLtj7m 208s autopkgtest: DBG: sending command to testbed: close 208s badpkg: rules build failed with exit code 2 225s autopkgtest: DBG: got reply from testbed: ok 225s autopkgtest: DBG: sending command to testbed: quit 225s nova [W] Using flock in prodstack6-s390x 225s Creating nova instance adt-plucky-s390x-ovn-20250219-122057-juju-7f2275-prod-proposed-migration-environment-15-6a7b980e-7003-4015-b42d-2c1f7df304a9 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 225s nova [W] Timed out waiting for f8ee7194-f30a-494c-9f39-564ce694979e to get deleted.