0s autopkgtest: DBG: testbed init 0s autopkgtest [12:20:39]: starting date and time: 2025-02-19 12:20:39+0000 0s autopkgtest [12:20:39]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:20:39]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.jqdnc4lc/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade openvswitch --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-19.secgroup --name adt-plucky-s390x-openvswitch-20250219-122039-juju-7f2275-prod-proposed-migration-environment-15-be87cf82-3d5d-438c-b3ca-9cf6f467b2b7 --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 0s autopkgtest: DBG: got reply from testbed: ok 0s autopkgtest: DBG: testbed open, scratch=None 0s autopkgtest: DBG: sending command to testbed: open 77s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.GlFz2E 77s autopkgtest: DBG: sending command to testbed: print-execute-command 77s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.0rwts9oh/runcmd 77s autopkgtest: DBG: sending command to testbed: capabilities 77s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu revert-full-system revert reboot isolation-machine root-on-testbed 77s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'revert-full-system', 'revert', 'reboot', 'isolation-machine', 'root-on-testbed', 'has_internet'] 77s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 77s autopkgtest: DBG: testbed command exited with code 0 77s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.GlFz2E/wrapper.sh 78s autopkgtest: DBG: got reply from testbed: ok 78s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/wrapper.sh'], kind short, sout raw, serr pipe, env [] 78s autopkgtest: DBG: testbed command exited with code 0 78s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 78s autopkgtest: DBG: testbed command exited with code 0 78s autopkgtest [12:21:57]: testbed dpkg architecture: s390x 78s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 78s autopkgtest: DBG: testbed command exited with code 0 78s autopkgtest [12:21:57]: testbed apt version: 2.9.30 78s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 78s autopkgtest: DBG: testbed command exited with code 0 78s autopkgtest: DBG: testbed has eatmydata 78s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 78s autopkgtest: DBG: testbed command exited with code 0 78s autopkgtest [12:21:57]: @@@@@@@@@@@@@@@@@@@@ test bed setup 78s 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 [] 79s autopkgtest: DBG: testbed command exited with code 0 79s autopkgtest [12:21:58]: testbed release detected to be: None 79s 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 [] 79s autopkgtest: DBG: testbed command exited with code 0 79s 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 [] 79s autopkgtest: DBG: testbed command exited with code 0 79s autopkgtest: DBG: adding APT source: Types: deb deb-src 79s URIs: http://ftpmaster.internal/ubuntu/ 79s Suites: plucky-proposed 79s Components: main restricted universe multiverse 79s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 79s 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 [] 79s autopkgtest: DBG: testbed command exited with code 0 79s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 79s Package: * 79s Pin: release plucky-proposed 79s Pin-Priority: 500 79s 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 [] 79s autopkgtest: DBG: testbed command exited with code 0 79s autopkgtest [12:21:58]: updating testbed package index (apt update) 79s 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'] 80s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 80s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 80s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 80s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 80s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 80s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 80s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 80s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 80s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 80s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 80s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 80s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 81s Fetched 1700 kB in 1s (1657 kB/s) 81s Reading package lists... 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 81s Package: * 81s Pin: release plucky-proposed 81s Pin-Priority: 100 81s 81s Package: src:sphinx:any 81s Pin: release plucky-proposed 81s Pin-Priority: 995 81s 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 [] 81s autopkgtest: DBG: testbed command exited with code 0 81s 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.GlFz2E/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s 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'] 82s + lsb_release --codename --short 82s + RELEASE=plucky 82s + cat 82s + [ plucky != trusty ] 82s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 82s Reading package lists... 82s Building dependency tree... 82s Reading state information... 82s Calculating upgrade... 82s The following packages were automatically installed and are no longer required: 82s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 82s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 82s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 82s linux-tools-6.11.0-8-generic 82s Use 'sudo apt autoremove' to remove them. 82s The following packages will be upgraded: 82s iproute2 liblsof0 libp11-kit0 lsof 82s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 82s Need to get 1791 kB of archives. 82s After this operation, 17.4 kB of additional disk space will be used. 82s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 83s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 84s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 84s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 84s Preconfiguring packages ... 84s Fetched 1791 kB in 1s (1214 kB/s) 84s (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.) 84s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 84s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 84s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 84s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 84s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 84s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 84s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 84s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 84s Setting up liblsof0 (4.99.4+dfsg-1) ... 84s Setting up iproute2 (6.13.0-1ubuntu1) ... 85s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 85s Setting up lsof (4.99.4+dfsg-1) ... 85s Processing triggers for man-db (2.13.0-1) ... 85s Processing triggers for libc-bin (2.40-4ubuntu1) ... 85s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 85s + /usr/lib/apt/apt-helper analyze-pattern ?true 85s + uname -r 85s + sed s/\./\\./g 85s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 85s + apt list ?obsolete 85s + tail -n+2 85s + cut -d/ -f1 85s + grep -v ^linux-.*6\.12\.0-15-generic.* 85s + true 85s + obsolete_pkgs= 85s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 85s Reading package lists... 86s Building dependency tree... 86s Reading state information... 86s The following packages will be REMOVED: 86s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 86s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 86s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 86s linux-tools-6.11.0-8-generic* 86s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 86s After this operation, 167 MB disk space will be freed. 86s (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.) 86s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 86s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 86s Removing libpython3.12t64:s390x (3.12.9-1) ... 86s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 86s Removing libnsl2:s390x (1.3.0-3build3) ... 86s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 86s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 86s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 87s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 87s Processing triggers for libc-bin (2.40-4ubuntu1) ... 87s (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.) 87s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 87s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 88s + grep -q trusty /etc/lsb-release 88s + [ ! -d /usr/share/doc/unattended-upgrades ] 88s + [ ! -d /usr/share/doc/lxd ] 88s + [ ! -d /usr/share/doc/lxd-client ] 88s + [ ! -d /usr/share/doc/snapd ] 88s + type iptables 88s + cat 88s + chmod 755 /etc/rc.local 88s + . /etc/rc.local 88s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 88s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 88s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 88s + uname -m 88s + [ s390x = ppc64le ] 88s + [ -d /run/systemd/system ] 88s + systemd-detect-virt --quiet --vm 88s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 88s + cat 88s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 88s + echo COMPRESS=lz4 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest [12:22:07]: upgrading testbed (apt dist-upgrade and autopurge) 88s 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'] 88s Reading package lists... 88s Building dependency tree... 88s Reading state information... 88s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 88s Starting 2 pkgProblemResolver with broken count: 0 88s Done 89s Entering ResolveByKeep 89s 89s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 89s autopkgtest: DBG: testbed command exited with code 0 89s 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'] 89s Reading package lists... 89s Building dependency tree... 89s Reading state information... 89s Starting pkgProblemResolver with broken count: 0 89s Starting 2 pkgProblemResolver with broken count: 0 89s Done 90s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 90s autopkgtest: DBG: testbed command exited with code 0 90s 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.GlFz2E/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 90s autopkgtest: DBG: testbed command exited with code 1 90s autopkgtest [12:22:09]: rebooting testbed after setup commands that affected boot 90s autopkgtest: DBG: sending command to testbed: reboot 108s autopkgtest: DBG: got reply from testbed: ok 108s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 108s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.GlFz2E/autopkgtest-reboot 108s autopkgtest: DBG: got reply from testbed: ok 108s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare 109s autopkgtest: DBG: got reply from testbed: ok 109s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest [12:22:29]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 110s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.GlFz2E/testbed-packages"], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/testbed-packages /tmp/autopkgtest-work.jqdnc4lc/out/testbed-packages 110s autopkgtest: DBG: got reply from testbed: ok 110s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 110s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.GlFz2E/autopkgtest-reboot 111s autopkgtest: DBG: got reply from testbed: ok 111s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare 111s autopkgtest: DBG: got reply from testbed: ok 111s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: Binaries: initialising 112s autopkgtest [12:22:31]: @@@@@@@@@@@@@@@@@@@@ apt-source openvswitch 112s autopkgtest: DBG: blame += openvswitch 112s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 112s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'openvswitch'], kind short, sout pipe, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^openvswitch-vtep$'], kind short, sout pipe, serr raw, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'openvswitch-vtep=3.5.0~git20241129.2af7cef-2build1'], kind short, sout pipe, serr raw, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^openvswitch-source$'], kind short, sout pipe, serr raw, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'openvswitch-source=3.5.0~git20241129.2af7cef-2build1'], kind short, sout pipe, serr raw, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^openvswitch-pki$'], kind short, sout pipe, serr raw, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'openvswitch-pki=3.5.0~git20241129.2af7cef-2build1'], kind short, sout pipe, serr raw, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^openvswitch-doc$'], kind short, sout pipe, serr raw, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'openvswitch-doc=3.5.0~git20241129.2af7cef-2build1'], kind short, sout pipe, serr raw, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-openvswitch$'], kind short, sout pipe, serr raw, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-openvswitch=3.5.0~git20241129.2af7cef-2build1'], kind short, sout pipe, serr raw, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^openvswitch-switch$'], kind short, sout pipe, serr raw, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'openvswitch-switch=3.5.0~git20241129.2af7cef-2build1'], kind short, sout pipe, serr raw, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^openvswitch-ipsec$'], kind short, sout pipe, serr raw, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'openvswitch-ipsec=3.5.0~git20241129.2af7cef-2build1'], kind short, sout pipe, serr raw, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^openvswitch-common$'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'openvswitch-common=3.5.0~git20241129.2af7cef-2build1'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^openvswitch-test$'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'openvswitch-test=3.5.0~git20241129.2af7cef-2build1'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^openvswitch-testcontroller$'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'openvswitch-testcontroller=3.5.0~git20241129.2af7cef-2build1'], kind short, sout pipe, serr raw, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: install_deps: deps_new=[] 117s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s 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.GlFz2E/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source openvswitch=3.5.0~git20241129.2af7cef-2build1 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 openvswitch_*.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'] 117s + cd / 117s + mktemp -d /tmp/autopkgtest.GlFz2E/build.XXX 117s + builddir=/tmp/autopkgtest.GlFz2E/build.uzZ 117s + cd /tmp/autopkgtest.GlFz2E/build.uzZ 117s + apt-get source -d -q --only-source openvswitch=3.5.0~git20241129.2af7cef-2build1 119s + OUT=Reading package lists... 119s NOTICE: 'openvswitch' packaging is maintained in the 'Git' version control system at: 119s https://salsa.debian.org/openstack-team/third-party/openvswitch.git 119s Please use: 119s git clone https://salsa.debian.org/openstack-team/third-party/openvswitch.git 119s to retrieve the latest (possibly unreleased) updates to the package. 119s Need to get 5416 kB of source archives. 119s Get:1 http://ftpmaster.internal/ubuntu plucky/main openvswitch 3.5.0~git20241129.2af7cef-2build1 (dsc) [3830 B] 119s Get:2 http://ftpmaster.internal/ubuntu plucky/main openvswitch 3.5.0~git20241129.2af7cef-2build1 (tar) [5338 kB] 119s Get:3 http://ftpmaster.internal/ubuntu plucky/main openvswitch 3.5.0~git20241129.2af7cef-2build1 (diff) [74.3 kB] 119s Fetched 5416 kB in 2s (2345 kB/s) 119s Download complete and in download only mode 119s + [ -n ] 119s + echo Reading package lists... 119s NOTICE: 'openvswitch' packaging is maintained in the 'Git' version control system at: 119s https://salsa.debian.org/openstack-team/third-party/openvswitch.git 119s Please use: 119s git clone https://salsa.debian.org/openstack-team/third-party/openvswitch.git 119s to retrieve the latest (possibly unreleased) updates to the package. 119s Need to get 5416 kB of source archives. 119s Get:1 http://ftpmaster.internal/ubuntu plucky/main openvswitch 3.5.0~git20241129.2af7cef-2build1 (dsc) [3830 B] 119s Get:2 http://ftpmaster.internal/ubuntu plucky/main openvswitch 3.5.0~git20241129.2af7cef-2build1 (tar) [5338 kB] 119s Get:3 http://ftpmaster.internal/ubuntu plucky/main openvswitch 3.5.0~git20241129.2af7cef-2build1 (diff) [74.3 kB] 119s Fetched 5416 kB in 2s (2345 kB/s) 119s Download complete and in download only mode 119s + grep ^Get: 119s Get:1 http://ftpmaster.internal/ubuntu plucky/main openvswitch 3.5.0~git20241129.2af7cef-2build1 (dsc) [3830 B] 119s Get:2 http://ftpmaster.internal/ubuntu plucky/main openvswitch 3.5.0~git20241129.2af7cef-2build1 (tar) [5338 kB] 119s Get:3 http://ftpmaster.internal/ubuntu plucky/main openvswitch 3.5.0~git20241129.2af7cef-2build1 (diff) [74.3 kB] 119s + dpkg-source -x openvswitch_3.5.0~git20241129.2af7cef-2build1.dsc src 120s gpgv: Signature made Fri Jan 10 06:39:34 2025 UTC 120s gpgv: using RSA key 92D618F668F22F8ED80BEEF5BA3E29338280B242 120s gpgv: Can't check signature: No public key 120s dpkg-source: warning: cannot verify inline signature for ./openvswitch_3.5.0~git20241129.2af7cef-2build1.dsc: no acceptable signature found 120s + chmod -R a+rX . 120s + cd src/. 120s + pwd 120s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest [12:22:39]: testing package openvswitch version 3.5.0~git20241129.2af7cef-2build1 120s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/ /tmp/autopkgtest-work.jqdnc4lc/out/pkg/debian/ 120s autopkgtest: DBG: got reply from testbed: ok 120s autopkgtest: DBG: processing dependency @ 120s autopkgtest: DBG: synthesised dependency openvswitch-common 120s autopkgtest: DBG: synthesised dependency openvswitch-doc 120s autopkgtest: DBG: synthesised dependency openvswitch-ipsec 120s autopkgtest: DBG: synthesised dependency openvswitch-pki 120s autopkgtest: DBG: synthesised dependency openvswitch-source 120s autopkgtest: DBG: synthesised dependency openvswitch-switch 120s autopkgtest: DBG: synthesised dependency openvswitch-test 120s autopkgtest: DBG: synthesised dependency openvswitch-testcontroller 120s autopkgtest: DBG: synthesised dependency openvswitch-vtep 120s autopkgtest: DBG: synthesised dependency python3-openvswitch 120s autopkgtest: DBG: processing dependency conntrack 120s autopkgtest: DBG: processing dependency curl 120s autopkgtest: DBG: processing dependency ethtool 120s autopkgtest: DBG: processing dependency net-tools 120s autopkgtest: DBG: processing dependency ncat 120s autopkgtest: DBG: processing dependency python3-pyftpdlib 120s autopkgtest: DBG: processing dependency tcpdump 120s autopkgtest: DBG: processing dependency wget 120s autopkgtest: DBG: Test defined: name afxdp path debian/tests/afxdp command "None" restrictions ['allow-stderr', 'build-needed', 'isolation-machine', 'needs-root', 'rw-build-tree'] features [] depends ['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 120s 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 ['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 120s autopkgtest: DBG: Test defined: name offloads path debian/tests/offloads command "None" restrictions ['allow-stderr', 'build-needed', 'isolation-machine', 'needs-root', 'rw-build-tree'] features [] depends ['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 120s autopkgtest: DBG: Test defined: name userspace path debian/tests/userspace command "None" restrictions ['allow-stderr', 'build-needed', 'isolation-machine', 'needs-root', 'rw-build-tree'] features [] depends ['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 121s autopkgtest: DBG: processing dependency @ 121s autopkgtest: DBG: synthesised dependency openvswitch-common 121s autopkgtest: DBG: synthesised dependency openvswitch-doc 121s autopkgtest: DBG: synthesised dependency openvswitch-ipsec 121s autopkgtest: DBG: synthesised dependency openvswitch-pki 121s autopkgtest: DBG: synthesised dependency openvswitch-source 121s autopkgtest: DBG: synthesised dependency openvswitch-switch 121s autopkgtest: DBG: synthesised dependency openvswitch-test 121s autopkgtest: DBG: synthesised dependency openvswitch-testcontroller 121s autopkgtest: DBG: synthesised dependency openvswitch-vtep 121s autopkgtest: DBG: synthesised dependency python3-openvswitch 121s autopkgtest: DBG: processing dependency conntrack 121s autopkgtest: DBG: processing dependency curl 121s autopkgtest: DBG: processing dependency dpdk-dev [amd64 i386 ppc64el arm64 riscv64] 121s autopkgtest: DBG: processing dependency ethtool 121s autopkgtest: DBG: processing dependency net-tools 121s autopkgtest: DBG: processing dependency ncat 121s autopkgtest: DBG: processing dependency python3-pyftpdlib 121s autopkgtest: DBG: processing dependency tcpdump 121s autopkgtest: DBG: processing dependency wget 121s 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 ['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'dpdk-dev [amd64 i386 ppc64el arm64 riscv64]', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 121s autopkgtest: DBG: processing dependency @ 121s autopkgtest: DBG: synthesised dependency openvswitch-common 121s autopkgtest: DBG: synthesised dependency openvswitch-doc 121s autopkgtest: DBG: synthesised dependency openvswitch-ipsec 121s autopkgtest: DBG: synthesised dependency openvswitch-pki 121s autopkgtest: DBG: synthesised dependency openvswitch-source 121s autopkgtest: DBG: synthesised dependency openvswitch-switch 121s autopkgtest: DBG: synthesised dependency openvswitch-test 121s autopkgtest: DBG: synthesised dependency openvswitch-testcontroller 121s autopkgtest: DBG: synthesised dependency openvswitch-vtep 121s autopkgtest: DBG: synthesised dependency python3-openvswitch 121s autopkgtest: DBG: Test defined: name python-extension path debian/tests/python-extension command "None" restrictions [] features [] depends ['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch'] 121s autopkgtest [12:22:40]: build needed for tests 121s autopkgtest: DBG: needs_reset, previously=False, requested by build_source() line 763 121s autopkgtest: DBG: testbed command ['apt-get', '-q', '--simulate', 'build-dep', '/tmp/autopkgtest.GlFz2E/build.uzZ/src'], kind short, sout pipe, serr pipe, env ['ADT_TEST_TRIGGERS=sphinx/8.1.3-5', 'DEB_BUILD_PROFILES=nocheck noudeb'] 122s autopkgtest: DBG: testbed command exited with code 0 122s 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.GlFz2E/build.uzZ/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'] 123s Note, using directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' to get the build dependencies 123s Reading package lists... 123s Building dependency tree... 123s Reading state information... 123s Starting pkgProblemResolver with broken count: 0 123s Starting 2 pkgProblemResolver with broken count: 0 123s Done 123s The following NEW packages will be installed: 123s architecture-properties autoconf automake autopoint autotools-dev 123s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 123s debhelper debugedit dh-autoreconf dh-exec dh-python dh-strip-nondeterminism 123s docutils-common dwz fontconfig fontconfig-config fonts-dejavu-core 123s fonts-dejavu-mono g++ g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc 123s gcc-14 gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext graphviz 123s intltool-debian libann0 libaom3 libarchive-zip-perl libasan8 libbpf-dev 123s libcairo2 libcap-ng-dev libcc1-0 libcdt5 libcgraph6 libdatrie1 libde265-0 123s libdebhelper-perl libdeflate0 libelf-dev libevent-2.1-7t64 libexpat1-dev 123s libfile-stripnondeterminism-perl libfontconfig1 libfreetype6 libgcc-14-dev 123s libgd3 libgomp1 libgraphite2-3 libgts-0.7-5t64 libgvc6 libgvpr2 123s libharfbuzz0b libheif-plugin-aomdec libheif-plugin-libde265 libheif1 libice6 123s libimagequant0 libisl23 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 123s libjs-jquery libjs-sphinxdoc libjs-underscore libjson-perl liblab-gamut1 123s libltdl7 libmpc3 libnsl2 libnuma-dev libpango-1.0-0 libpangocairo-1.0-0 123s libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpkgconf3 libpython3-all-dev 123s libpython3-dev libpython3.12-dev libpython3.12-minimal libpython3.12-stdlib 123s libpython3.12t64 libpython3.13-dev libraqm0 libsharpyuv0 libsm6 libssl-dev 123s libstdc++-14-dev libthai-data libthai0 libtiff6 libtool libubsan1 123s libunbound-dev libunbound8 libwebp7 libxaw7 libxcb-render0 libxcb-shm0 123s libxdp-dev libxdp1 libxmu6 libxpm4 libxrender1 libxt6t64 libzstd-dev m4 123s pkgconf pkgconf-bin po-debconf python3-alabaster python3-all python3-all-dev 123s python3-defusedxml python3-dev python3-docutils python3-imagesize 123s python3-packaging python3-roman python3-snowballstemmer 123s python3-sortedcontainers python3-sphinx python3.12 python3.12-dev 123s python3.12-minimal python3.13-dev sgml-base sphinx-common x11-common 123s xml-core zlib1g-dev 123s 0 upgraded, 141 newly installed, 0 to remove and 0 not upgraded. 123s Need to get 94.3 MB of archives. 123s After this operation, 326 MB of additional disk space will be used. 123s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 124s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 125s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 125s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 125s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 125s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 125s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x architecture-properties s390x 0.2.5 [2150 B] 125s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 125s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 125s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 125s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 125s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 125s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 125s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 125s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 126s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 126s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 126s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 126s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 127s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 127s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 127s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 127s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 127s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 127s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 128s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 128s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 128s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 128s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 128s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 128s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 128s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 128s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 128s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 128s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 128s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 128s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 128s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 128s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 128s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 128s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 128s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 128s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 128s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 128s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 128s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 128s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 128s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 128s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 128s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 128s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 128s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 128s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-2ubuntu1 [37.5 kB] 128s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-2ubuntu1 [150 kB] 128s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-2ubuntu1 [191 kB] 128s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x libann0 s390x 1.1.2+doc-9build1 [28.8 kB] 128s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x libcdt5 s390x 2.42.4-2build4 [23.3 kB] 128s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x libcgraph6 s390x 2.42.4-2build4 [47.0 kB] 128s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 128s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libaom3 s390x 3.12.0-1 [1492 kB] 128s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x libheif-plugin-aomdec s390x 1.19.5-1build1 [11.6 kB] 128s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libde265-0 s390x 1.0.15-1build4 [175 kB] 128s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x libheif-plugin-libde265 s390x 1.19.5-1build1 [9066 B] 128s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x libheif1 s390x 1.19.5-1build1 [410 kB] 128s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x libimagequant0 s390x 2.18.0-1build1 [43.3 kB] 128s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 128s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 128s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 128s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 128s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x libraqm0 s390x 0.10.2-1 [15.8 kB] 128s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 128s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 128s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 128s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 129s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x libxpm4 s390x 1:3.5.17-1build2 [41.2 kB] 129s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x libgd3 s390x 2.3.3-12ubuntu3 [141 kB] 129s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x libgts-0.7-5t64 s390x 0.7.6+darcs121130-5.2build1 [164 kB] 129s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 129s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 129s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 129s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 129s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 129s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl7 s390x 2.5.4-3build1 [43.9 kB] 129s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 129s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 129s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 129s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 129s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 129s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 129s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x libpathplan4 s390x 2.42.4-2build4 [26.6 kB] 129s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x libgvc6 s390x 2.42.4-2build4 [789 kB] 129s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x libgvpr2 s390x 2.42.4-2build4 [194 kB] 129s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x liblab-gamut1 s390x 2.42.4-2build4 [1837 kB] 129s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 129s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 129s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 129s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 129s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x libxmu6 s390x 2:1.1.3-3build2 [53.0 kB] 129s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x libxaw7 s390x 2:1.0.16-1 [201 kB] 129s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x graphviz s390x 2.42.4-2build4 [699 kB] 129s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 129s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x libzstd-dev s390x 1.5.6+dfsg-2 [408 kB] 129s Get:103 http://ftpmaster.internal/ubuntu plucky/main s390x libelf-dev s390x 0.192-4 [93.4 kB] 130s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x libbpf-dev s390x 1:1.5.0-2 [287 kB] 130s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x libcap-ng-dev s390x 0.8.5-4 [30.8 kB] 130s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-2.1-7t64 s390x 2.1.12-stable-10 [145 kB] 130s Get:107 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 130s Get:108 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 130s Get:109 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 130s Get:110 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 130s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 130s Get:112 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 130s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.2-1 [5596 kB] 130s Get:114 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-dev s390x 3.13.1-1~exp2 [10.5 kB] 130s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 130s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-dev s390x 3.12.9-1 [5849 kB] 130s Get:117 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-all-dev s390x 3.13.1-1~exp2 [922 B] 130s Get:118 http://ftpmaster.internal/ubuntu plucky/main s390x libssl-dev s390x 3.4.0-1ubuntu2 [2427 kB] 130s Get:119 http://ftpmaster.internal/ubuntu plucky/main s390x libunbound8 s390x 1.22.0-1ubuntu1 [462 kB] 130s Get:120 http://ftpmaster.internal/ubuntu plucky/main s390x libunbound-dev s390x 1.22.0-1ubuntu1 [586 kB] 130s Get:121 http://ftpmaster.internal/ubuntu plucky/main s390x libxdp1 s390x 1.5.1-1ubuntu1 [60.5 kB] 130s Get:122 http://ftpmaster.internal/ubuntu plucky/main s390x libxdp-dev s390x 1.5.1-1ubuntu1 [58.6 kB] 130s Get:123 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 130s Get:124 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 130s Get:125 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 130s Get:126 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.2-1 [508 kB] 130s Get:127 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dev s390x 3.13.1-1~exp2 [26.7 kB] 130s Get:128 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-dev s390x 3.12.9-1 [504 kB] 130s Get:129 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all-dev s390x 3.13.1-1~exp2 [918 B] 130s Get:130 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 130s Get:131 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 130s Get:132 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 130s Get:133 http://ftpmaster.internal/ubuntu plucky/main s390x python3-imagesize all 1.4.1-1 [6844 B] 130s Get:134 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 130s Get:135 http://ftpmaster.internal/ubuntu plucky/main s390x python3-snowballstemmer all 2.2.0-4build1 [59.8 kB] 130s Get:136 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sortedcontainers all 2.4.0-2 [27.6 kB] 130s Get:137 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x sphinx-common all 8.1.3-5 [663 kB] 131s Get:138 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alabaster all 0.7.16-0.1 [18.5 kB] 131s Get:139 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-sphinx all 8.1.3-5 [474 kB] 131s Get:140 http://ftpmaster.internal/ubuntu plucky/main s390x dh-exec s390x 0.30 [25.8 kB] 131s Get:141 http://ftpmaster.internal/ubuntu plucky/main s390x libnuma-dev s390x 2.0.18-1build1 [38.9 kB] 131s Fetched 94.3 MB in 7s (12.9 MB/s) 131s Selecting previously unselected package libpython3.12-minimal:s390x. 131s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55929 files and directories currently installed.) 131s Preparing to unpack .../000-libpython3.12-minimal_3.12.9-1_s390x.deb ... 131s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 131s Selecting previously unselected package python3.12-minimal. 131s Preparing to unpack .../001-python3.12-minimal_3.12.9-1_s390x.deb ... 131s Unpacking python3.12-minimal (3.12.9-1) ... 131s Selecting previously unselected package sgml-base. 131s Preparing to unpack .../002-sgml-base_1.31_all.deb ... 131s Unpacking sgml-base (1.31) ... 131s Selecting previously unselected package libnsl2:s390x. 131s Preparing to unpack .../003-libnsl2_1.3.0-3build3_s390x.deb ... 131s Unpacking libnsl2:s390x (1.3.0-3build3) ... 131s Selecting previously unselected package libpython3.12-stdlib:s390x. 131s Preparing to unpack .../004-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 131s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 131s Selecting previously unselected package python3.12. 131s Preparing to unpack .../005-python3.12_3.12.9-1_s390x.deb ... 131s Unpacking python3.12 (3.12.9-1) ... 131s Selecting previously unselected package architecture-properties:s390x. 131s Preparing to unpack .../006-architecture-properties_0.2.5_s390x.deb ... 131s Unpacking architecture-properties:s390x (0.2.5) ... 131s Selecting previously unselected package m4. 131s Preparing to unpack .../007-m4_1.4.19-5_s390x.deb ... 131s Unpacking m4 (1.4.19-5) ... 131s Selecting previously unselected package autoconf. 131s Preparing to unpack .../008-autoconf_2.72-3_all.deb ... 131s Unpacking autoconf (2.72-3) ... 131s Selecting previously unselected package autotools-dev. 131s Preparing to unpack .../009-autotools-dev_20220109.1_all.deb ... 131s Unpacking autotools-dev (20220109.1) ... 131s Selecting previously unselected package automake. 131s Preparing to unpack .../010-automake_1%3a1.17-3_all.deb ... 131s Unpacking automake (1:1.17-3) ... 132s Selecting previously unselected package autopoint. 132s Preparing to unpack .../011-autopoint_0.23.1-1_all.deb ... 132s Unpacking autopoint (0.23.1-1) ... 132s Selecting previously unselected package libisl23:s390x. 132s Preparing to unpack .../012-libisl23_0.27-1_s390x.deb ... 132s Unpacking libisl23:s390x (0.27-1) ... 132s Selecting previously unselected package libmpc3:s390x. 132s Preparing to unpack .../013-libmpc3_1.3.1-1build2_s390x.deb ... 132s Unpacking libmpc3:s390x (1.3.1-1build2) ... 132s Selecting previously unselected package cpp-14-s390x-linux-gnu. 132s Preparing to unpack .../014-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 132s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 132s Selecting previously unselected package cpp-14. 132s Preparing to unpack .../015-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 132s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 132s Selecting previously unselected package cpp-s390x-linux-gnu. 132s Preparing to unpack .../016-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 132s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 132s Selecting previously unselected package cpp. 132s Preparing to unpack .../017-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 132s Unpacking cpp (4:14.2.0-1ubuntu1) ... 132s Selecting previously unselected package libcc1-0:s390x. 132s Preparing to unpack .../018-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 132s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 132s Selecting previously unselected package libgomp1:s390x. 132s Preparing to unpack .../019-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 132s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 132s Selecting previously unselected package libitm1:s390x. 132s Preparing to unpack .../020-libitm1_15-20250213-1ubuntu1_s390x.deb ... 132s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 132s Selecting previously unselected package libasan8:s390x. 132s Preparing to unpack .../021-libasan8_15-20250213-1ubuntu1_s390x.deb ... 132s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 132s Selecting previously unselected package libubsan1:s390x. 132s Preparing to unpack .../022-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 132s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 132s Selecting previously unselected package libgcc-14-dev:s390x. 132s Preparing to unpack .../023-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 132s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 132s Selecting previously unselected package gcc-14-s390x-linux-gnu. 132s Preparing to unpack .../024-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 132s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 132s Selecting previously unselected package gcc-14. 132s Preparing to unpack .../025-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 132s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 132s Selecting previously unselected package gcc-s390x-linux-gnu. 132s Preparing to unpack .../026-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 132s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 132s Selecting previously unselected package gcc. 132s Preparing to unpack .../027-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 132s Unpacking gcc (4:14.2.0-1ubuntu1) ... 132s Selecting previously unselected package libstdc++-14-dev:s390x. 132s Preparing to unpack .../028-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 132s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 132s Selecting previously unselected package g++-14-s390x-linux-gnu. 132s Preparing to unpack .../029-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 132s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 133s Selecting previously unselected package g++-14. 133s Preparing to unpack .../030-g++-14_14.2.0-17ubuntu1_s390x.deb ... 133s Unpacking g++-14 (14.2.0-17ubuntu1) ... 133s Selecting previously unselected package g++-s390x-linux-gnu. 133s Preparing to unpack .../031-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 133s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 133s Selecting previously unselected package g++. 133s Preparing to unpack .../032-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 133s Unpacking g++ (4:14.2.0-1ubuntu1) ... 133s Selecting previously unselected package build-essential. 133s Preparing to unpack .../033-build-essential_12.10ubuntu1_s390x.deb ... 133s Unpacking build-essential (12.10ubuntu1) ... 133s Selecting previously unselected package libdebhelper-perl. 133s Preparing to unpack .../034-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 133s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 133s Selecting previously unselected package libtool. 133s Preparing to unpack .../035-libtool_2.5.4-3build1_all.deb ... 133s Unpacking libtool (2.5.4-3build1) ... 133s Selecting previously unselected package dh-autoreconf. 133s Preparing to unpack .../036-dh-autoreconf_20_all.deb ... 133s Unpacking dh-autoreconf (20) ... 133s Selecting previously unselected package libarchive-zip-perl. 133s Preparing to unpack .../037-libarchive-zip-perl_1.68-1_all.deb ... 133s Unpacking libarchive-zip-perl (1.68-1) ... 133s Selecting previously unselected package libfile-stripnondeterminism-perl. 133s Preparing to unpack .../038-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 133s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 133s Selecting previously unselected package dh-strip-nondeterminism. 133s Preparing to unpack .../039-dh-strip-nondeterminism_1.14.1-2_all.deb ... 133s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 133s Selecting previously unselected package debugedit. 133s Preparing to unpack .../040-debugedit_1%3a5.1-2_s390x.deb ... 133s Unpacking debugedit (1:5.1-2) ... 133s Selecting previously unselected package dwz. 133s Preparing to unpack .../041-dwz_0.15-1build6_s390x.deb ... 133s Unpacking dwz (0.15-1build6) ... 133s Selecting previously unselected package gettext. 133s Preparing to unpack .../042-gettext_0.23.1-1_s390x.deb ... 133s Unpacking gettext (0.23.1-1) ... 133s Selecting previously unselected package intltool-debian. 133s Preparing to unpack .../043-intltool-debian_0.35.0+20060710.6_all.deb ... 133s Unpacking intltool-debian (0.35.0+20060710.6) ... 133s Selecting previously unselected package po-debconf. 133s Preparing to unpack .../044-po-debconf_1.0.21+nmu1_all.deb ... 133s Unpacking po-debconf (1.0.21+nmu1) ... 133s Selecting previously unselected package debhelper. 133s Preparing to unpack .../045-debhelper_13.24.1ubuntu2_all.deb ... 133s Unpacking debhelper (13.24.1ubuntu2) ... 133s Selecting previously unselected package dh-python. 133s Preparing to unpack .../046-dh-python_6.20250108_all.deb ... 133s Unpacking dh-python (6.20250108) ... 133s Selecting previously unselected package xml-core. 133s Preparing to unpack .../047-xml-core_0.19_all.deb ... 133s Unpacking xml-core (0.19) ... 133s Selecting previously unselected package docutils-common. 133s Preparing to unpack .../048-docutils-common_0.21.2+dfsg-2_all.deb ... 133s Unpacking docutils-common (0.21.2+dfsg-2) ... 133s Selecting previously unselected package libfreetype6:s390x. 133s Preparing to unpack .../049-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 133s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 133s Selecting previously unselected package fonts-dejavu-mono. 133s Preparing to unpack .../050-fonts-dejavu-mono_2.37-8_all.deb ... 133s Unpacking fonts-dejavu-mono (2.37-8) ... 133s Selecting previously unselected package fonts-dejavu-core. 133s Preparing to unpack .../051-fonts-dejavu-core_2.37-8_all.deb ... 133s Unpacking fonts-dejavu-core (2.37-8) ... 133s Selecting previously unselected package fontconfig-config. 133s Preparing to unpack .../052-fontconfig-config_2.15.0-2ubuntu1_s390x.deb ... 133s Unpacking fontconfig-config (2.15.0-2ubuntu1) ... 133s Selecting previously unselected package libfontconfig1:s390x. 133s Preparing to unpack .../053-libfontconfig1_2.15.0-2ubuntu1_s390x.deb ... 133s Unpacking libfontconfig1:s390x (2.15.0-2ubuntu1) ... 133s Selecting previously unselected package fontconfig. 133s Preparing to unpack .../054-fontconfig_2.15.0-2ubuntu1_s390x.deb ... 133s Unpacking fontconfig (2.15.0-2ubuntu1) ... 133s Selecting previously unselected package libann0. 133s Preparing to unpack .../055-libann0_1.1.2+doc-9build1_s390x.deb ... 133s Unpacking libann0 (1.1.2+doc-9build1) ... 133s Selecting previously unselected package libcdt5:s390x. 133s Preparing to unpack .../056-libcdt5_2.42.4-2build4_s390x.deb ... 133s Unpacking libcdt5:s390x (2.42.4-2build4) ... 133s Selecting previously unselected package libcgraph6:s390x. 133s Preparing to unpack .../057-libcgraph6_2.42.4-2build4_s390x.deb ... 133s Unpacking libcgraph6:s390x (2.42.4-2build4) ... 133s Selecting previously unselected package libsharpyuv0:s390x. 133s Preparing to unpack .../058-libsharpyuv0_1.5.0-0.1_s390x.deb ... 133s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 133s Selecting previously unselected package libaom3:s390x. 133s Preparing to unpack .../059-libaom3_3.12.0-1_s390x.deb ... 133s Unpacking libaom3:s390x (3.12.0-1) ... 133s Selecting previously unselected package libheif-plugin-aomdec:s390x. 133s Preparing to unpack .../060-libheif-plugin-aomdec_1.19.5-1build1_s390x.deb ... 133s Unpacking libheif-plugin-aomdec:s390x (1.19.5-1build1) ... 133s Selecting previously unselected package libde265-0:s390x. 133s Preparing to unpack .../061-libde265-0_1.0.15-1build4_s390x.deb ... 133s Unpacking libde265-0:s390x (1.0.15-1build4) ... 133s Selecting previously unselected package libheif-plugin-libde265:s390x. 133s Preparing to unpack .../062-libheif-plugin-libde265_1.19.5-1build1_s390x.deb ... 133s Unpacking libheif-plugin-libde265:s390x (1.19.5-1build1) ... 133s Selecting previously unselected package libheif1:s390x. 133s Preparing to unpack .../063-libheif1_1.19.5-1build1_s390x.deb ... 133s Unpacking libheif1:s390x (1.19.5-1build1) ... 133s Selecting previously unselected package libimagequant0:s390x. 133s Preparing to unpack .../064-libimagequant0_2.18.0-1build1_s390x.deb ... 133s Unpacking libimagequant0:s390x (2.18.0-1build1) ... 133s Selecting previously unselected package libjpeg-turbo8:s390x. 133s Preparing to unpack .../065-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 133s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 133s Selecting previously unselected package libjpeg8:s390x. 133s Preparing to unpack .../066-libjpeg8_8c-2ubuntu11_s390x.deb ... 133s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 133s Selecting previously unselected package libgraphite2-3:s390x. 133s Preparing to unpack .../067-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 133s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 133s Selecting previously unselected package libharfbuzz0b:s390x. 133s Preparing to unpack .../068-libharfbuzz0b_10.2.0-1_s390x.deb ... 133s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 133s Selecting previously unselected package libraqm0:s390x. 133s Preparing to unpack .../069-libraqm0_0.10.2-1_s390x.deb ... 133s Unpacking libraqm0:s390x (0.10.2-1) ... 133s Selecting previously unselected package libdeflate0:s390x. 133s Preparing to unpack .../070-libdeflate0_1.23-1_s390x.deb ... 133s Unpacking libdeflate0:s390x (1.23-1) ... 133s Selecting previously unselected package libjbig0:s390x. 133s Preparing to unpack .../071-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 133s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 133s Selecting previously unselected package libwebp7:s390x. 133s Preparing to unpack .../072-libwebp7_1.5.0-0.1_s390x.deb ... 133s Unpacking libwebp7:s390x (1.5.0-0.1) ... 133s Selecting previously unselected package libtiff6:s390x. 133s Preparing to unpack .../073-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 133s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 133s Selecting previously unselected package libxpm4:s390x. 133s Preparing to unpack .../074-libxpm4_1%3a3.5.17-1build2_s390x.deb ... 133s Unpacking libxpm4:s390x (1:3.5.17-1build2) ... 134s Selecting previously unselected package libgd3:s390x. 134s Preparing to unpack .../075-libgd3_2.3.3-12ubuntu3_s390x.deb ... 134s Unpacking libgd3:s390x (2.3.3-12ubuntu3) ... 134s Selecting previously unselected package libgts-0.7-5t64:s390x. 134s Preparing to unpack .../076-libgts-0.7-5t64_0.7.6+darcs121130-5.2build1_s390x.deb ... 134s Unpacking libgts-0.7-5t64:s390x (0.7.6+darcs121130-5.2build1) ... 134s Selecting previously unselected package libpixman-1-0:s390x. 134s Preparing to unpack .../077-libpixman-1-0_0.44.0-3_s390x.deb ... 134s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 134s Selecting previously unselected package libxcb-render0:s390x. 134s Preparing to unpack .../078-libxcb-render0_1.17.0-2_s390x.deb ... 134s Unpacking libxcb-render0:s390x (1.17.0-2) ... 134s Selecting previously unselected package libxcb-shm0:s390x. 134s Preparing to unpack .../079-libxcb-shm0_1.17.0-2_s390x.deb ... 134s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 134s Selecting previously unselected package libxrender1:s390x. 134s Preparing to unpack .../080-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 134s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 134s Selecting previously unselected package libcairo2:s390x. 134s Preparing to unpack .../081-libcairo2_1.18.2-2_s390x.deb ... 134s Unpacking libcairo2:s390x (1.18.2-2) ... 134s Selecting previously unselected package libltdl7:s390x. 134s Preparing to unpack .../082-libltdl7_2.5.4-3build1_s390x.deb ... 134s Unpacking libltdl7:s390x (2.5.4-3build1) ... 134s Selecting previously unselected package libthai-data. 134s Preparing to unpack .../083-libthai-data_0.1.29-2build1_all.deb ... 134s Unpacking libthai-data (0.1.29-2build1) ... 134s Selecting previously unselected package libdatrie1:s390x. 134s Preparing to unpack .../084-libdatrie1_0.2.13-3build1_s390x.deb ... 134s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 134s Selecting previously unselected package libthai0:s390x. 134s Preparing to unpack .../085-libthai0_0.1.29-2build1_s390x.deb ... 134s Unpacking libthai0:s390x (0.1.29-2build1) ... 134s Selecting previously unselected package libpango-1.0-0:s390x. 134s Preparing to unpack .../086-libpango-1.0-0_1.56.1-1_s390x.deb ... 134s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 134s Selecting previously unselected package libpangoft2-1.0-0:s390x. 134s Preparing to unpack .../087-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 134s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 134s Selecting previously unselected package libpangocairo-1.0-0:s390x. 134s Preparing to unpack .../088-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 134s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 134s Selecting previously unselected package libpathplan4:s390x. 134s Preparing to unpack .../089-libpathplan4_2.42.4-2build4_s390x.deb ... 134s Unpacking libpathplan4:s390x (2.42.4-2build4) ... 134s Selecting previously unselected package libgvc6. 134s Preparing to unpack .../090-libgvc6_2.42.4-2build4_s390x.deb ... 134s Unpacking libgvc6 (2.42.4-2build4) ... 134s Selecting previously unselected package libgvpr2:s390x. 134s Preparing to unpack .../091-libgvpr2_2.42.4-2build4_s390x.deb ... 134s Unpacking libgvpr2:s390x (2.42.4-2build4) ... 134s Selecting previously unselected package liblab-gamut1:s390x. 134s Preparing to unpack .../092-liblab-gamut1_2.42.4-2build4_s390x.deb ... 134s Unpacking liblab-gamut1:s390x (2.42.4-2build4) ... 134s Selecting previously unselected package x11-common. 134s Preparing to unpack .../093-x11-common_1%3a7.7+23ubuntu3_all.deb ... 134s Unpacking x11-common (1:7.7+23ubuntu3) ... 134s Selecting previously unselected package libice6:s390x. 134s Preparing to unpack .../094-libice6_2%3a1.1.1-1_s390x.deb ... 134s Unpacking libice6:s390x (2:1.1.1-1) ... 134s Selecting previously unselected package libsm6:s390x. 134s Preparing to unpack .../095-libsm6_2%3a1.2.4-1_s390x.deb ... 134s Unpacking libsm6:s390x (2:1.2.4-1) ... 134s Selecting previously unselected package libxt6t64:s390x. 134s Preparing to unpack .../096-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 134s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 134s Selecting previously unselected package libxmu6:s390x. 134s Preparing to unpack .../097-libxmu6_2%3a1.1.3-3build2_s390x.deb ... 134s Unpacking libxmu6:s390x (2:1.1.3-3build2) ... 134s Selecting previously unselected package libxaw7:s390x. 134s Preparing to unpack .../098-libxaw7_2%3a1.0.16-1_s390x.deb ... 134s Unpacking libxaw7:s390x (2:1.0.16-1) ... 134s Selecting previously unselected package graphviz. 134s Preparing to unpack .../099-graphviz_2.42.4-2build4_s390x.deb ... 134s Unpacking graphviz (2.42.4-2build4) ... 134s Selecting previously unselected package zlib1g-dev:s390x. 134s Preparing to unpack .../100-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 134s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 134s Selecting previously unselected package libzstd-dev:s390x. 134s Preparing to unpack .../101-libzstd-dev_1.5.6+dfsg-2_s390x.deb ... 134s Unpacking libzstd-dev:s390x (1.5.6+dfsg-2) ... 134s Selecting previously unselected package libelf-dev:s390x. 134s Preparing to unpack .../102-libelf-dev_0.192-4_s390x.deb ... 134s Unpacking libelf-dev:s390x (0.192-4) ... 134s Selecting previously unselected package libbpf-dev:s390x. 134s Preparing to unpack .../103-libbpf-dev_1%3a1.5.0-2_s390x.deb ... 134s Unpacking libbpf-dev:s390x (1:1.5.0-2) ... 134s Selecting previously unselected package libcap-ng-dev:s390x. 134s Preparing to unpack .../104-libcap-ng-dev_0.8.5-4_s390x.deb ... 134s Unpacking libcap-ng-dev:s390x (0.8.5-4) ... 134s Selecting previously unselected package libevent-2.1-7t64:s390x. 134s Preparing to unpack .../105-libevent-2.1-7t64_2.1.12-stable-10_s390x.deb ... 134s Unpacking libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 134s Selecting previously unselected package libexpat1-dev:s390x. 134s Preparing to unpack .../106-libexpat1-dev_2.6.4-1_s390x.deb ... 134s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 134s Selecting previously unselected package libjs-jquery. 134s Preparing to unpack .../107-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 134s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 134s Selecting previously unselected package libjs-underscore. 134s Preparing to unpack .../108-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 134s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 134s Selecting previously unselected package libjs-sphinxdoc. 134s Preparing to unpack .../109-libjs-sphinxdoc_8.1.3-5_all.deb ... 134s Unpacking libjs-sphinxdoc (8.1.3-5) ... 134s Selecting previously unselected package libjson-perl. 134s Preparing to unpack .../110-libjson-perl_4.10000-1_all.deb ... 134s Unpacking libjson-perl (4.10000-1) ... 134s Selecting previously unselected package libpkgconf3:s390x. 134s Preparing to unpack .../111-libpkgconf3_1.8.1-4_s390x.deb ... 134s Unpacking libpkgconf3:s390x (1.8.1-4) ... 134s Selecting previously unselected package libpython3.13-dev:s390x. 134s Preparing to unpack .../112-libpython3.13-dev_3.13.2-1_s390x.deb ... 134s Unpacking libpython3.13-dev:s390x (3.13.2-1) ... 134s Selecting previously unselected package libpython3-dev:s390x. 134s Preparing to unpack .../113-libpython3-dev_3.13.1-1~exp2_s390x.deb ... 134s Unpacking libpython3-dev:s390x (3.13.1-1~exp2) ... 134s Selecting previously unselected package libpython3.12t64:s390x. 134s Preparing to unpack .../114-libpython3.12t64_3.12.9-1_s390x.deb ... 134s Unpacking libpython3.12t64:s390x (3.12.9-1) ... 134s Selecting previously unselected package libpython3.12-dev:s390x. 134s Preparing to unpack .../115-libpython3.12-dev_3.12.9-1_s390x.deb ... 134s Unpacking libpython3.12-dev:s390x (3.12.9-1) ... 134s Selecting previously unselected package libpython3-all-dev:s390x. 134s Preparing to unpack .../116-libpython3-all-dev_3.13.1-1~exp2_s390x.deb ... 134s Unpacking libpython3-all-dev:s390x (3.13.1-1~exp2) ... 134s Selecting previously unselected package libssl-dev:s390x. 134s Preparing to unpack .../117-libssl-dev_3.4.0-1ubuntu2_s390x.deb ... 134s Unpacking libssl-dev:s390x (3.4.0-1ubuntu2) ... 134s Selecting previously unselected package libunbound8:s390x. 135s Preparing to unpack .../118-libunbound8_1.22.0-1ubuntu1_s390x.deb ... 135s Unpacking libunbound8:s390x (1.22.0-1ubuntu1) ... 135s Selecting previously unselected package libunbound-dev:s390x. 135s Preparing to unpack .../119-libunbound-dev_1.22.0-1ubuntu1_s390x.deb ... 135s Unpacking libunbound-dev:s390x (1.22.0-1ubuntu1) ... 135s Selecting previously unselected package libxdp1:s390x. 135s Preparing to unpack .../120-libxdp1_1.5.1-1ubuntu1_s390x.deb ... 135s Unpacking libxdp1:s390x (1.5.1-1ubuntu1) ... 135s Selecting previously unselected package libxdp-dev:s390x. 135s Preparing to unpack .../121-libxdp-dev_1.5.1-1ubuntu1_s390x.deb ... 135s Unpacking libxdp-dev:s390x (1.5.1-1ubuntu1) ... 135s Selecting previously unselected package pkgconf-bin. 135s Preparing to unpack .../122-pkgconf-bin_1.8.1-4_s390x.deb ... 135s Unpacking pkgconf-bin (1.8.1-4) ... 135s Selecting previously unselected package pkgconf:s390x. 135s Preparing to unpack .../123-pkgconf_1.8.1-4_s390x.deb ... 135s Unpacking pkgconf:s390x (1.8.1-4) ... 135s Selecting previously unselected package python3-all. 135s Preparing to unpack .../124-python3-all_3.13.1-1~exp2_s390x.deb ... 135s Unpacking python3-all (3.13.1-1~exp2) ... 135s Selecting previously unselected package python3.13-dev. 135s Preparing to unpack .../125-python3.13-dev_3.13.2-1_s390x.deb ... 135s Unpacking python3.13-dev (3.13.2-1) ... 135s Selecting previously unselected package python3-dev. 135s Preparing to unpack .../126-python3-dev_3.13.1-1~exp2_s390x.deb ... 135s Unpacking python3-dev (3.13.1-1~exp2) ... 135s Selecting previously unselected package python3.12-dev. 135s Preparing to unpack .../127-python3.12-dev_3.12.9-1_s390x.deb ... 135s Unpacking python3.12-dev (3.12.9-1) ... 135s Selecting previously unselected package python3-all-dev. 135s Preparing to unpack .../128-python3-all-dev_3.13.1-1~exp2_s390x.deb ... 135s Unpacking python3-all-dev (3.13.1-1~exp2) ... 135s Selecting previously unselected package python3-defusedxml. 135s Preparing to unpack .../129-python3-defusedxml_0.7.1-3_all.deb ... 135s Unpacking python3-defusedxml (0.7.1-3) ... 135s Selecting previously unselected package python3-roman. 135s Preparing to unpack .../130-python3-roman_5.0-1_all.deb ... 135s Unpacking python3-roman (5.0-1) ... 135s Selecting previously unselected package python3-docutils. 135s Preparing to unpack .../131-python3-docutils_0.21.2+dfsg-2_all.deb ... 135s Unpacking python3-docutils (0.21.2+dfsg-2) ... 135s Selecting previously unselected package python3-imagesize. 135s Preparing to unpack .../132-python3-imagesize_1.4.1-1_all.deb ... 135s Unpacking python3-imagesize (1.4.1-1) ... 135s Selecting previously unselected package python3-packaging. 135s Preparing to unpack .../133-python3-packaging_24.2-1_all.deb ... 135s Unpacking python3-packaging (24.2-1) ... 135s Selecting previously unselected package python3-snowballstemmer. 135s Preparing to unpack .../134-python3-snowballstemmer_2.2.0-4build1_all.deb ... 135s Unpacking python3-snowballstemmer (2.2.0-4build1) ... 135s Selecting previously unselected package python3-sortedcontainers. 135s Preparing to unpack .../135-python3-sortedcontainers_2.4.0-2_all.deb ... 135s Unpacking python3-sortedcontainers (2.4.0-2) ... 135s Selecting previously unselected package sphinx-common. 135s Preparing to unpack .../136-sphinx-common_8.1.3-5_all.deb ... 135s Unpacking sphinx-common (8.1.3-5) ... 135s Selecting previously unselected package python3-alabaster. 135s Preparing to unpack .../137-python3-alabaster_0.7.16-0.1_all.deb ... 135s Unpacking python3-alabaster (0.7.16-0.1) ... 135s Selecting previously unselected package python3-sphinx. 135s Preparing to unpack .../138-python3-sphinx_8.1.3-5_all.deb ... 135s Unpacking python3-sphinx (8.1.3-5) ... 135s Selecting previously unselected package dh-exec. 135s Preparing to unpack .../139-dh-exec_0.30_s390x.deb ... 135s Unpacking dh-exec (0.30) ... 135s Selecting previously unselected package libnuma-dev:s390x. 135s Preparing to unpack .../140-libnuma-dev_2.0.18-1build1_s390x.deb ... 135s Unpacking libnuma-dev:s390x (2.0.18-1build1) ... 135s Setting up dh-python (6.20250108) ... 135s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 135s Setting up libpixman-1-0:s390x (0.44.0-3) ... 135s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 135s Setting up libaom3:s390x (3.12.0-1) ... 135s Setting up libzstd-dev:s390x (1.5.6+dfsg-2) ... 135s Setting up libxpm4:s390x (1:3.5.17-1build2) ... 135s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 135s Setting up libdatrie1:s390x (0.2.13-3build1) ... 135s Setting up libxcb-render0:s390x (1.17.0-2) ... 135s Setting up python3-defusedxml (0.7.1-3) ... 135s Setting up libarchive-zip-perl (1.68-1) ... 135s Setting up architecture-properties:s390x (0.2.5) ... 135s Setting up python3-alabaster (0.7.16-0.1) ... 135s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 135s Setting up liblab-gamut1:s390x (2.42.4-2build4) ... 135s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 135s Setting up x11-common (1:7.7+23ubuntu3) ... 136s Setting up libdeflate0:s390x (1.23-1) ... 136s Setting up m4 (1.4.19-5) ... 136s Setting up libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 136s Setting up libxcb-shm0:s390x (1.17.0-2) ... 136s Setting up python3-sortedcontainers (2.4.0-2) ... 136s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 136s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 136s Setting up libnuma-dev:s390x (2.0.18-1build1) ... 136s Setting up libxdp1:s390x (1.5.1-1ubuntu1) ... 136s Setting up python3-roman (5.0-1) ... 136s Setting up autotools-dev (20220109.1) ... 136s Setting up python3-packaging (24.2-1) ... 136s Setting up libunbound8:s390x (1.22.0-1ubuntu1) ... 136s Setting up libpkgconf3:s390x (1.8.1-4) ... 136s Setting up libexpat1-dev:s390x (2.6.4-1) ... 136s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 136s Setting up python3-snowballstemmer (2.2.0-4build1) ... 136s Setting up libpathplan4:s390x (2.42.4-2build4) ... 136s Setting up libann0 (1.1.2+doc-9build1) ... 136s Setting up libimagequant0:s390x (2.18.0-1build1) ... 136s Setting up fonts-dejavu-mono (2.37-8) ... 136s Setting up libssl-dev:s390x (3.4.0-1ubuntu2) ... 136s Setting up libmpc3:s390x (1.3.1-1build2) ... 136s Setting up autopoint (0.23.1-1) ... 136s Setting up fonts-dejavu-core (2.37-8) ... 136s Setting up pkgconf-bin (1.8.1-4) ... 137s Setting up libunbound-dev:s390x (1.22.0-1ubuntu1) ... 137s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 137s Setting up libltdl7:s390x (2.5.4-3build1) ... 137s Setting up autoconf (2.72-3) ... 137s Setting up libwebp7:s390x (1.5.0-0.1) ... 137s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 137s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 137s Setting up dwz (0.15-1build6) ... 137s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 137s Setting up libcap-ng-dev:s390x (0.8.5-4) ... 137s Setting up libjson-perl (4.10000-1) ... 137s Setting up libnsl2:s390x (1.3.0-3build3) ... 137s Setting up debugedit (1:5.1-2) ... 137s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 137s Setting up libthai-data (0.1.29-2build1) ... 137s Setting up libgts-0.7-5t64:s390x (0.7.6+darcs121130-5.2build1) ... 137s Setting up sgml-base (1.31) ... 137s Setting up libcdt5:s390x (2.42.4-2build4) ... 137s Setting up libcgraph6:s390x (2.42.4-2build4) ... 137s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 137s Setting up libisl23:s390x (0.27-1) ... 137s Setting up libde265-0:s390x (1.0.15-1build4) ... 137s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 137s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 137s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 137s Setting up python3-imagesize (1.4.1-1) ... 137s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 137s Setting up automake (1:1.17-3) ... 137s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 137s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 137s Setting up python3.12-minimal (3.12.9-1) ... 138s Setting up libice6:s390x (2:1.1.1-1) ... 138s Setting up gettext (0.23.1-1) ... 138s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 138s Setting up fontconfig-config (2.15.0-2ubuntu1) ... 138s Setting up python3.12 (3.12.9-1) ... 139s Setting up python3-all (3.13.1-1~exp2) ... 139s Setting up pkgconf:s390x (1.8.1-4) ... 139s Setting up intltool-debian (0.35.0+20060710.6) ... 139s Setting up libpython3.12t64:s390x (3.12.9-1) ... 139s Setting up libthai0:s390x (0.1.29-2build1) ... 139s Setting up libraqm0:s390x (0.10.2-1) ... 139s Setting up libpython3.13-dev:s390x (3.13.2-1) ... 139s Setting up libelf-dev:s390x (0.192-4) ... 139s Setting up libjs-sphinxdoc (8.1.3-5) ... 139s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 139s Setting up cpp-14 (14.2.0-17ubuntu1) ... 139s Setting up dh-strip-nondeterminism (1.14.1-2) ... 139s Setting up libgvpr2:s390x (2.42.4-2build4) ... 139s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 139s Setting up xml-core (0.19) ... 139s Setting up libfontconfig1:s390x (2.15.0-2ubuntu1) ... 139s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 139s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 139s Setting up libsm6:s390x (2:1.2.4-1) ... 139s Setting up fontconfig (2.15.0-2ubuntu1) ... 141s Regenerating fonts cache... done. 141s Setting up libpython3-dev:s390x (3.13.1-1~exp2) ... 141s Setting up libbpf-dev:s390x (1:1.5.0-2) ... 141s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 141s Setting up python3.13-dev (3.13.2-1) ... 141s Setting up po-debconf (1.0.21+nmu1) ... 141s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 141s Setting up libpython3.12-dev:s390x (3.12.9-1) ... 141s Setting up libcairo2:s390x (1.18.2-2) ... 141s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 141s Setting up libxdp-dev:s390x (1.5.1-1ubuntu1) ... 141s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 141s Setting up libpython3-all-dev:s390x (3.13.1-1~exp2) ... 141s Setting up sphinx-common (8.1.3-5) ... 141s Setting up python3-dev (3.13.1-1~exp2) ... 141s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 141s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 141s Setting up python3.12-dev (3.12.9-1) ... 141s Setting up cpp (4:14.2.0-1ubuntu1) ... 141s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 141s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 141s Setting up python3-all-dev (3.13.1-1~exp2) ... 141s Setting up libxmu6:s390x (2:1.1.3-3build2) ... 141s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 141s Setting up libxaw7:s390x (2:1.0.16-1) ... 141s Setting up gcc-14 (14.2.0-17ubuntu1) ... 141s Setting up g++-14 (14.2.0-17ubuntu1) ... 141s Setting up libtool (2.5.4-3build1) ... 141s Setting up gcc (4:14.2.0-1ubuntu1) ... 141s Setting up dh-autoreconf (20) ... 141s Setting up g++ (4:14.2.0-1ubuntu1) ... 141s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 141s Setting up build-essential (12.10ubuntu1) ... 141s Setting up debhelper (13.24.1ubuntu2) ... 141s Setting up dh-exec (0.30) ... 141s Setting up libheif-plugin-aomdec:s390x (1.19.5-1build1) ... 141s Setting up libheif-plugin-libde265:s390x (1.19.5-1build1) ... 141s Setting up libheif1:s390x (1.19.5-1build1) ... 141s Setting up libgd3:s390x (2.3.3-12ubuntu3) ... 141s Setting up libgvc6 (2.42.4-2build4) ... 141s Setting up graphviz (2.42.4-2build4) ... 141s Processing triggers for libc-bin (2.40-4ubuntu1) ... 141s Processing triggers for systemd (257.2-3ubuntu1) ... 141s Processing triggers for man-db (2.13.0-1) ... 143s Processing triggers for install-info (7.1.1-1) ... 143s Processing triggers for sgml-base (1.31) ... 143s Setting up docutils-common (0.21.2+dfsg-2) ... 143s Processing triggers for sgml-base (1.31) ... 143s Setting up python3-docutils (0.21.2+dfsg-2) ... 143s Setting up python3-sphinx (8.1.3-5) ... 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: openvswitch: satisfying fakeroot 145s autopkgtest: DBG: can use apt-get on testbed: True 145s 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'] 145s Reading package lists... 145s Building dependency tree... 145s Reading state information... 145s Starting pkgProblemResolver with broken count: 0 145s Starting 2 pkgProblemResolver with broken count: 0 145s Done 146s The following NEW packages will be installed: 146s fakeroot libfakeroot 146s 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 146s Need to get 100 kB of archives. 146s After this operation, 366 kB of additional disk space will be used. 146s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libfakeroot s390x 1.37-1 [32.5 kB] 146s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x fakeroot s390x 1.37-1 [67.8 kB] 146s Fetched 100 kB in 0s (295 kB/s) 146s Selecting previously unselected package libfakeroot:s390x. 146s (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 ... 61891 files and directories currently installed.) 146s Preparing to unpack .../libfakeroot_1.37-1_s390x.deb ... 146s Unpacking libfakeroot:s390x (1.37-1) ... 146s Selecting previously unselected package fakeroot. 146s Preparing to unpack .../fakeroot_1.37-1_s390x.deb ... 146s Unpacking fakeroot (1.37-1) ... 146s Setting up libfakeroot:s390x (1.37-1) ... 146s Setting up fakeroot (1.37-1) ... 146s update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 146s Processing triggers for man-db (2.13.0-1) ... 147s Processing triggers for libc-bin (2.40-4ubuntu1) ... 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['sh', '-ec', 'su --shell=/bin/sh ubuntu -c \'set -e; exec 3>&1 >&2; set -x; cd /tmp/autopkgtest.GlFz2E/build.uzZ/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'] 148s + cd /tmp/autopkgtest.GlFz2E/build.uzZ/src 148s + DEB_BUILD_OPTIONS=nocheck noautodbgsym noddebs DEB_BUILD_PROFILES=noudeb nocheck parallel=4 dpkg-buildpackage -us -uc -b 148s dpkg-buildpackage: info: source package openvswitch 148s dpkg-buildpackage: info: source version 3.5.0~git20241129.2af7cef-2build1 148s dpkg-buildpackage: info: source distribution plucky 148s dpkg-buildpackage: info: source changed by Christian Ehrhardt 148s dpkg-source --before-build . 148s dpkg-buildpackage: info: host architecture s390x 148s debian/rules clean 148s py3versions: no X-Python3-Version in control file, using supported versions 148s dh clean 148s debian/rules execute_before_dh_auto_clean 148s make[1]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 148s py3versions: no X-Python3-Version in control file, using supported versions 148s find . -name "*.pyc" -delete 148s rm -f package.m4 148s rm -f python/ovs/dirs.py python/ovs/flow/ofp_fields.py python/ovs/version.py 148s rm -rf python/ovs.egg-info python/ovs_build_helpers/__pycache__ python/build 148s rm -f rhel/openvswitch-fedora.spec rhel/openvswitch.spec 148s rm -f tests/ovsdb-cluster-testsuite tests/system-afxdp-testsuite tests/system-dpdk-testsuite tests/system-kmod-testsuite tests/system-offloads-testsuite tests/system-tso-testsuite tests/system-userspace-testsuite tests/testsuite 148s if test -d /tmp/autopkgtest.GlFz2E/build.uzZ/src/python/build; then \ 148s pybuild --clean ; \ 148s fi 148s make[1]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 148s dh_clean 148s debian/rules binary 148s py3versions: no X-Python3-Version in control file, using supported versions 148s dh binary 148s dh_update_autotools_config 148s dh_autoreconf 151s libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. 151s libtoolize: copying file 'build-aux/ltmain.sh' 151s libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. 151s libtoolize: copying file 'm4/libtool.m4' 151s libtoolize: copying file 'm4/ltoptions.m4' 151s libtoolize: copying file 'm4/ltsugar.m4' 151s libtoolize: copying file 'm4/ltversion.m4' 151s libtoolize: copying file 'm4/lt~obsolete.m4' 154s configure.ac:27: installing 'build-aux/compile' 154s configure.ac:43: installing 'build-aux/config.guess' 154s configure.ac:43: installing 'build-aux/config.sub' 154s configure.ac:22: installing 'build-aux/install-sh' 154s configure.ac:22: installing 'build-aux/missing' 154s Makefile.am: installing 'build-aux/depcomp' 154s debian/rules execute_after_dh_autoreconf 154s make[1]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 154s py3versions: no X-Python3-Version in control file, using supported versions 154s patch -f --no-backup-if-mismatch -i /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/ltmain-whole-archive.diff build-aux/ltmain.sh 154s patching file build-aux/ltmain.sh 154s Hunk #1 succeeded at 7625 (offset 329 lines). 154s Hunk #2 succeeded at 8087 (offset 347 lines). 154s make[1]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 154s debian/rules override_dh_auto_configure 154s make[1]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 154s py3versions: no X-Python3-Version in control file, using supported versions 154s test -d _debian || mkdir _debian 154s cd _debian && ( \ 154s test -e Makefile || \ 154s ../configure --prefix=/usr --localstatedir=/var --enable-ssl \ 154s --sysconfdir=/etc \ 154s \ 154s \ 154s ) 154s checking for a BSD-compatible install... /usr/bin/install -c 154s checking whether sleep supports fractional seconds... yes 154s checking filesystem timestamp resolution... 0.01 154s checking whether build environment is sane... yes 154s checking for a race-free mkdir -p... /usr/bin/mkdir -p 154s checking for gawk... gawk 154s checking whether make sets $(MAKE)... yes 154s checking whether make supports nested variables... yes 154s checking xargs -n works... yes 154s checking how to create a pax tar archive... gnutar 154s checking for gcc... gcc 154s checking whether the C compiler works... yes 154s checking for C compiler default output file name... a.out 154s checking for suffix of executables... 154s checking whether we are cross compiling... no 154s checking for suffix of object files... o 154s checking whether the compiler supports GNU C... yes 154s checking whether gcc accepts -g... yes 154s checking for gcc option to enable C11 features... none needed 154s checking whether gcc understands -c and -o together... yes 154s checking whether make supports the include directive... yes (GNU style) 155s checking dependency style of gcc... gcc3 155s checking for g++... g++ 155s checking whether the compiler supports GNU C++... yes 155s checking whether g++ accepts -g... yes 155s checking for g++ option to enable C++11 features... none needed 155s checking dependency style of g++... gcc3 155s checking how to run the C preprocessor... gcc -E 155s checking for grep that handles long lines and -e... /usr/bin/grep 155s checking for fgrep... /usr/bin/grep -F 155s checking for egrep... /usr/bin/grep -E 155s checking for pkg-config... /usr/bin/pkg-config 155s checking pkg-config is at least version 0.9.0... yes 155s checking for stdio.h... yes 155s checking for stdlib.h... yes 155s checking for string.h... yes 155s checking for inttypes.h... yes 155s checking for stdint.h... yes 155s checking for strings.h... yes 155s checking for sys/stat.h... yes 155s checking for sys/types.h... yes 155s checking for unistd.h... yes 155s checking for wchar.h... yes 155s checking for minix/config.h... no 155s checking whether it is safe to define __EXTENSIONS__... yes 155s checking whether _XOPEN_SOURCE should be defined... no 155s checking whether byte ordering is bigendian... yes 155s checking for gcc option to enable large file support... none needed 155s checking build system type... s390x-ibm-linux-gnu 155s checking host system type... s390x-ibm-linux-gnu 155s checking how to print strings... printf 155s checking for a sed that does not truncate output... /usr/bin/sed 155s checking for ld used by gcc... /usr/bin/ld 155s checking if the linker (/usr/bin/ld) is GNU ld... yes 155s checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 155s checking the name lister (/usr/bin/nm -B) interface... BSD nm 155s checking whether ln -s works... yes 155s checking the maximum length of command line arguments... 1572864 155s checking how to convert s390x-ibm-linux-gnu file names to s390x-ibm-linux-gnu format... func_convert_file_noop 155s checking how to convert s390x-ibm-linux-gnu file names to toolchain format... func_convert_file_noop 155s checking for /usr/bin/ld option to reload object files... -r 155s checking for file... file 155s checking for objdump... objdump 155s checking how to recognize dependent libraries... pass_all 155s checking for dlltool... no 155s checking how to associate runtime and link libraries... printf %s\n 155s checking for ranlib... ranlib 155s checking for ar... ar 155s checking for archiver @FILE support... @ 155s checking for strip... strip 155s checking command to parse /usr/bin/nm -B output from gcc object... ok 155s checking for sysroot... no 155s checking for a working dd... /usr/bin/dd 155s checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 155s checking for mt... mt 155s checking if mt is a manifest tool... no 155s checking for dlfcn.h... yes 155s checking for objdir... .libs 155s checking if gcc supports -fno-rtti -fno-exceptions... no 155s checking for gcc option to produce PIC... -fPIC -DPIC 155s checking if gcc PIC flag -fPIC -DPIC works... yes 156s checking if gcc static flag -static works... yes 156s checking if gcc supports -c -o file.o... yes 156s checking if gcc supports -c -o file.o... (cached) yes 156s checking whether the gcc linker (/usr/bin/ld -m elf64_s390) supports shared libraries... yes 156s checking dynamic linker characteristics... GNU/Linux ld.so 156s checking how to hardcode library paths into programs... immediate 156s checking whether stripping libraries is possible... yes 156s checking if libtool supports shared libraries... yes 156s checking whether to build shared libraries... no 156s checking whether to build static libraries... yes 156s checking how to run the C++ preprocessor... g++ -E 156s checking for ld used by g++... /usr/bin/ld -m elf64_s390 156s checking if the linker (/usr/bin/ld -m elf64_s390) is GNU ld... yes 156s checking whether the g++ linker (/usr/bin/ld -m elf64_s390) supports shared libraries... yes 156s checking for g++ option to produce PIC... -fPIC -DPIC 156s checking if g++ PIC flag -fPIC -DPIC works... yes 156s checking if g++ static flag -static works... yes 156s checking if g++ supports -c -o file.o... yes 156s checking if g++ supports -c -o file.o... (cached) yes 156s checking whether the g++ linker (/usr/bin/ld -m elf64_s390) supports shared libraries... yes 156s checking dynamic linker characteristics... (cached) GNU/Linux ld.so 156s checking how to hardcode library paths into programs... immediate 156s checking for library containing pow... -lm 156s checking for library containing clock_gettime... none required 156s checking for library containing timer_create... none required 156s checking for library containing pthread_rwlock_tryrdlock... none required 156s checking for library containing pthread_rwlockattr_destroy... none required 156s checking for library containing pthread_spin_lock... none required 156s checking for pthread_spin_lock... yes 156s checking for gcc options needed to detect all undeclared functions... none needed 156s checking whether strerror_r is declared... yes 156s checking whether strerror_r returns char *... yes 156s checking for MSVC x64 compiler... no 156s checking for windows.h... no 156s checking whether USDT probes are enabled... no 157s checking for linux/netlink.h... yes 157s checking for pkg-config... /usr/bin/pkg-config 157s checking whether compiling and linking against OpenSSL works... yes 157s checking whether SSL_set_tlsext_host_name is declared... yes 157s checking for capng_clear in -lcap-ng... yes 157s checking for Python 3 (version 3.6 or later)... /usr/bin/python3 157s checking for flake8... no 157s checking for sphinx-build-3... no 157s checking for sphinx-build-2... no 157s checking for sphinx-build... sphinx-build 157s checking for dot... yes 157s checking for net/if_dl.h... no 157s checking whether strtok_r macro segfaults on some inputs... no 157s checking whether AF_XDP is enabled... auto 157s checking for bpf/libbpf.h... yes 157s checking for linux/if_xdp.h... yes 157s checking for library containing libbpf_strerror... -lbpf 157s checking for bpf_xdp_query_id... yes 157s checking for bpf_xdp_detach... yes 157s checking for library containing libxdp_strerror... -lxdp 157s checking for xdp/xsk.h... yes 157s checking for pthread_spin_lock... (cached) yes 158s checking for library containing numa_alloc_onnode... -lnuma 158s checking whether sys_siglist is declared... no 158s checking for sigdescr_np... yes 158s checking whether malloc_trim is declared... yes 158s checking for struct stat.st_mtim.tv_nsec... yes 158s checking for struct stat.st_mtimensec... no 158s checking for struct ifreq.ifr_flagshigh... no 158s checking for struct mmsghdr.msg_len... yes 158s checking for struct sockaddr_in6.sin6_scope_id... yes 158s checking for mlockall... yes 158s checking for strnlen... yes 158s checking for getloadavg... yes 158s checking for statvfs... yes 158s checking for getmntent_r... yes 158s checking for sendmmsg... yes 158s checking for clock_gettime... yes 158s checking for mntent.h... yes 158s checking for sys/statvfs.h... yes 158s checking for linux/types.h... yes 158s checking for linux/if_ether.h... yes 158s checking for linux/net_namespace.h... yes 158s checking for stdatomic.h... yes 158s checking for bits/floatn-common.h... yes 158s checking for net/if_mib.h... no 158s checking for library containing backtrace... none required 158s checking for linux/perf_event.h... yes 159s checking for valgrind/valgrind.h... no 159s checking for connect in -lsocket... no 159s checking for library containing gethostbyname... none required 159s checking for groff... yes 159s checking whether gcc has that supports thread_local... yes 159s checking for library containing __atomic_load_8... -latomic 159s checking whether gcc supports GCC 4.0+ atomic built-ins... yes 159s checking value of __atomic_always_lock_free(1)... 1 159s checking value of __atomic_always_lock_free(2)... 1 159s checking value of __atomic_always_lock_free(4)... 1 159s checking value of __atomic_always_lock_free(8)... 1 159s checking for library containing aio_write... none required 159s checking for pthread_set_name_np... no 160s checking for pthread_setname_np() variant... glibc 160s checking whether __linux__ is defined... true 160s checking linker output version information... libX-3.4.so.0.0.90) 160s checking whether g++ supports C++11 features by default... yes 160s checking for working posix_memalign... yes 160s checking for ub_ctx_create in -lunbound... yes 160s checking for unw_backtrace in -lunwind... no 160s checking for egrep -e... (cached) /usr/bin/grep -E 160s checking whether the preprocessor supports include_next... yes 160s checking whether system header files limit the line length... no 160s checking whether gcc accepts -Werror... yes 160s checking whether gcc accepts -Wall... yes 160s checking whether gcc accepts -Wextra... yes 160s checking whether gcc accepts -Wno-sign-compare... yes 160s checking whether gcc accepts -Wpointer-arith... yes 160s checking whether gcc accepts -Wformat -Wformat-security... yes 160s checking whether gcc accepts -Wswitch-enum... yes 160s checking whether gcc accepts -Wunused-parameter... yes 160s checking whether gcc accepts -Wbad-function-cast... yes 160s checking whether gcc accepts -Wcast-align... yes 160s checking whether gcc accepts -Wstrict-prototypes... yes 160s checking whether gcc accepts -Wold-style-definition... yes 160s checking whether gcc accepts -Wmissing-prototypes... yes 160s checking whether gcc accepts -Wmissing-field-initializers... yes 160s checking whether gcc accepts -Wthread-safety... no 160s checking whether gcc accepts -fno-strict-aliasing... yes 160s checking whether gcc accepts -Wswitch-bool... yes 160s checking whether gcc accepts -Wlogical-not-parentheses... yes 160s checking whether gcc accepts -Wsizeof-array-argument... yes 160s checking whether gcc accepts -Wbool-compare... yes 160s checking whether gcc accepts -Wshift-negative-value... yes 160s checking whether gcc accepts -Wduplicated-cond... yes 160s checking whether gcc accepts -Qunused-arguments... no 160s checking whether gcc accepts -Wshadow... yes 160s checking whether gcc accepts -Wmultistatement-macros... yes 160s checking whether gcc accepts -Wcast-align=strict... yes 160s checking whether gcc accepts -Wno-null-pointer-arithmetic... no 160s checking whether gcc accepts -Warray-bounds-pointer-arithmetic... no 160s checking whether gcc accepts -Wno-unused... yes 160s checking whether gcc accepts -Wno-unused-parameter... yes 160s checking target hint for cgcc... other 160s checking vector options for cgcc... 160s checking whether actions Autovalidator is default implementation... no 160s checking whether DPCLS Autovalidator is default implementation... no 160s checking whether DPIF AVX512 is default implementation... no 160s checking whether MFEX Autovalidator is default implementation... no 160s checking binutils avx512 assembler checks passing... no 160s checking whether compiler correctly emits AVX512-VL... no 160s checking whether gcc accepts -mavx512f... no 160s checking whether gcc accepts -mavx512bw... no 160s checking whether gcc accepts -mavx512vl... no 160s checking whether gcc accepts -mavx512vbmi... no 160s checking whether compiler correctly emits AVX512-VPOPCNTDQ... no 160s checking for struct tcf_t.firstuse... yes 161s checking whether dpdk is enabled... no 161s checking that generated files are newer than configure... done 161s configure: creating ./config.status 161s config.status: creating lib/stdio.h 161s config.status: creating lib/string.h 161s config.status: creating ovsdb/libovsdb.sym 161s config.status: creating ofproto/libofproto.sym 161s config.status: creating lib/libsflow.sym 161s config.status: creating lib/libopenvswitch.sym 161s config.status: creating vtep/libvtep.sym 161s config.status: creating Makefile 161s config.status: creating tests/atlocal 161s config.status: creating lib/libopenvswitch.pc 161s config.status: creating lib/libsflow.pc 161s config.status: creating ofproto/libofproto.pc 161s config.status: creating ovsdb/libovsdb.pc 161s config.status: creating include/openvswitch/version.h 161s config.status: creating config.h 161s config.status: executing tests/atconfig commands 161s config.status: executing depfiles commands 162s config.status: executing libtool commands 162s config.status: executing include/openflow/openflow.h.stamp commands 162s config.status: executing utilities/bugtool/dummy commands 162s config.status: executing ipsec/dummy commands 162s make[1]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 162s debian/rules override_dh_auto_build 162s make[1]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 162s py3versions: no X-Python3-Version in control file, using supported versions 162s dh_auto_build --sourcedirectory=_debian -- distdir-am distdir=openvswitch 162s cd _debian && make -j4 "INSTALL=install --strip-program=true" distdir-am distdir=openvswitch 162s make[2]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 162s make[2]: Warning: File 'utilities/ovs-ctl.in' has modification time 42 s in the future 162s :;{ \ 162s echo '# Signature of the current package.' && \ 162s echo 'm4_define([AT_PACKAGE_NAME], [openvswitch])' && \ 162s echo 'm4_define([AT_PACKAGE_TARNAME], [openvswitch])' && \ 162s echo 'm4_define([AT_PACKAGE_VERSION], [3.4.90])' && \ 162s echo 'm4_define([AT_PACKAGE_STRING], [openvswitch 3.4.90])' && \ 162s echo 'm4_define([AT_PACKAGE_BUGREPORT], [bugs@openvswitch.org])'; \ 162s } >'../package.m4' 162s sed \ 162s -e '/^##/d' \ 162s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 162s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 162s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 162s -e 's,[@]bindir[@],/usr/bin,g' \ 162s -e 's,[@]sysconfdir[@],/etc,g' \ 162s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 162s < ../python/ovs/dirs.py.template > ../python/ovs/dirs.py.tmp && \ 162s mv ../python/ovs/dirs.py.tmp ../python/ovs/dirs.py 162s (printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n' && sed -e 's,[@]VERSION[@],3.4.90,g') < ../rhel/openvswitch.spec.in > openvswitch.spec.tmp || exit 1; if cmp -s openvswitch.spec.tmp ../rhel/openvswitch.spec; then touch ../rhel/openvswitch.spec; rm openvswitch.spec.tmp; else mv openvswitch.spec.tmp ../rhel/openvswitch.spec; fi 162s (printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n' && sed -e 's,[@]VERSION[@],3.4.90,g') < ../rhel/openvswitch-fedora.spec.in > openvswitch-fedora.spec.tmp || exit 1; if cmp -s openvswitch-fedora.spec.tmp ../rhel/openvswitch-fedora.spec; then touch ../rhel/openvswitch-fedora.spec; rm openvswitch-fedora.spec.tmp; else mv openvswitch-fedora.spec.tmp ../rhel/openvswitch-fedora.spec; fi 162s sed \ 162s -e 's,[@]VERSION[@],3.4.90,g' \ 162s < ../python/setup.py.template > setup.py.tmp && \ 162s if cmp -s setup.py.tmp ../python/setup.py; then touch ../python/setup.py; else cp setup.py.tmp ../python/setup.py; fi; rm setup.py.tmp 162s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/gen_ofp_field_decoders ../include/openvswitch/meta-flow.h > ../python/ovs/flow/ofp_fields.py.tmp 162s printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n' > version.py.tmp && \ 162s echo 'VERSION = "3.4.90"' >> version.py.tmp && \ 162s if cmp -s version.py.tmp ../python/ovs/version.py; then touch ../python/ovs/version.py; else cp version.py.tmp ../python/ovs/version.py; fi; rm version.py.tmp 162s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ofproto/ipfix-gen-entities ../ofproto/ipfix.xml > ofproto/ipfix-entities.def.tmp && \ 162s mv ofproto/ipfix-entities.def.tmp ofproto/ipfix-entities.def 162s /bin/bash '/tmp/autopkgtest.GlFz2E/build.uzZ/src/build-aux/missing' autom4te --language=autotest -I '..' -o ../tests/testsuite.tmp ../tests/testsuite.at 162s /bin/bash '/tmp/autopkgtest.GlFz2E/build.uzZ/src/build-aux/missing' autom4te --language=autotest -I '..' -o ../tests/system-kmod-testsuite.tmp ../tests/system-kmod-testsuite.at 162s mv ../python/ovs/flow/ofp_fields.py.tmp ../python/ovs/flow/ofp_fields.py 162s /bin/bash '/tmp/autopkgtest.GlFz2E/build.uzZ/src/build-aux/missing' autom4te --language=autotest -I '..' -o ../tests/system-userspace-testsuite.tmp ../tests/system-userspace-testsuite.at 162s /bin/bash '/tmp/autopkgtest.GlFz2E/build.uzZ/src/build-aux/missing' autom4te --language=autotest -I '..' -o ../tests/system-tso-testsuite.tmp ../tests/system-tso-testsuite.at 166s mv ../tests/system-userspace-testsuite.tmp ../tests/system-userspace-testsuite 166s /bin/bash '/tmp/autopkgtest.GlFz2E/build.uzZ/src/build-aux/missing' autom4te --language=autotest -I '..' -o ../tests/system-afxdp-testsuite.tmp ../tests/system-afxdp-testsuite.at 166s mv ../tests/system-tso-testsuite.tmp ../tests/system-tso-testsuite 166s /bin/bash '/tmp/autopkgtest.GlFz2E/build.uzZ/src/build-aux/missing' autom4te --language=autotest -I '..' -o ../tests/system-offloads-testsuite.tmp ../tests/system-offloads-testsuite.at 166s mv ../tests/system-kmod-testsuite.tmp ../tests/system-kmod-testsuite 166s /bin/bash '/tmp/autopkgtest.GlFz2E/build.uzZ/src/build-aux/missing' autom4te --language=autotest -I '..' -o ../tests/system-dpdk-testsuite.tmp ../tests/system-dpdk-testsuite.at 169s mv ../tests/system-afxdp-testsuite.tmp ../tests/system-afxdp-testsuite 169s /bin/bash '/tmp/autopkgtest.GlFz2E/build.uzZ/src/build-aux/missing' autom4te --language=autotest -I '..' -o ../tests/ovsdb-cluster-testsuite.tmp ../tests/ovsdb-cluster-testsuite.at 169s mv ../tests/ovsdb-cluster-testsuite.tmp ../tests/ovsdb-cluster-testsuite 169s mv ../tests/system-offloads-testsuite.tmp ../tests/system-offloads-testsuite 170s mv ../tests/system-dpdk-testsuite.tmp ../tests/system-dpdk-testsuite 173s mv ../tests/testsuite.tmp ../tests/testsuite 173s if test -d "openvswitch"; then find "openvswitch" -type d ! -perm -700 -exec chmod u+rwx {} ';' ; rm -rf "openvswitch" || { sleep 5 && rm -rf "openvswitch"; }; else :; fi 173s /usr/bin/mkdir -p "openvswitch" 175s make \ 175s top_distdir="openvswitch" distdir="openvswitch" \ 175s dist-hook 175s make[3]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 175s make[3]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 175s test -n "" \ 175s || find "openvswitch" -type d ! -perm -755 \ 175s -exec chmod u+rwx,go+rx {} \; -o \ 175s ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 175s ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 175s ! -type d ! -perm -444 -exec /bin/bash /tmp/autopkgtest.GlFz2E/build.uzZ/src/build-aux/install-sh -c -m a+r {} {} \; \ 175s || chmod -R a+r "openvswitch" 175s make[2]: warning: Clock skew detected. Your build may be incomplete. 175s make[2]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 175s dh_auto_build --sourcedirectory=_debian 175s cd _debian && make -j4 "INSTALL=install --strip-program=true" 175s make[2]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 175s sed -f ../build-aux/extract-odp-netlink-h < ../include/linux/openvswitch.h > include/odp-netlink.h 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-idlc.in annotate ../vswitchd/vswitch.ovsschema ../lib/vswitch-idl.ann > lib/vswitch-idl.ovsidl.tmp && mv lib/vswitch-idl.ovsidl.tmp lib/vswitch-idl.ovsidl 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-idlc.in annotate ../ovsdb/_server.ovsschema ../lib/ovsdb-server-idl.ann > lib/ovsdb-server-idl.ovsidl.tmp && mv lib/ovsdb-server-idl.ovsidl.tmp lib/ovsdb-server-idl.ovsidl 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-idlc.in -C .. annotate tests/idltest.ovsschema tests/idltest.ann > tests/idltest.ovsidl.tmp && \ 175s mv tests/idltest.ovsidl.tmp tests/idltest.ovsidl 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-idlc.in annotate ../vtep/vtep.ovsschema ../vtep/vtep-idl.ann > vtep/vtep-idl.ovsidl.tmp && \ 175s mv vtep/vtep-idl.ovsidl.tmp vtep/vtep-idl.ovsidl 175s sh -f ../build-aux/extract-odp-netlink-macros-h include/odp-netlink.h > include/odp-netlink-macros.h 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-idlc.in c-idl-source lib/ovsdb-server-idl.ovsidl > lib/ovsdb-server-idl.c.tmp && mv lib/ovsdb-server-idl.c.tmp lib/ovsdb-server-idl.c 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-idlc.in c-idl-header lib/ovsdb-server-idl.ovsidl > lib/ovsdb-server-idl.h.tmp && mv lib/ovsdb-server-idl.h.tmp lib/ovsdb-server-idl.h 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-idlc.in c-idl-header tests/idltest.ovsidl > tests/idltest.h.tmp && mv tests/idltest.h.tmp tests/idltest.h 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-idlc.in c-idl-source vtep/vtep-idl.ovsidl > vtep/vtep-idl.c.tmp && mv vtep/vtep-idl.c.tmp vtep/vtep-idl.c 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-idlc.in c-idl-header vtep/vtep-idl.ovsidl > vtep/vtep-idl.h.tmp && mv vtep/vtep-idl.h.tmp vtep/vtep-idl.h 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-idlc.in c-idl-source lib/vswitch-idl.ovsidl > lib/vswitch-idl.c.tmp && mv lib/vswitch-idl.c.tmp lib/vswitch-idl.c 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-idlc.in c-idl-header lib/vswitch-idl.ovsidl > lib/vswitch-idl.h.tmp && mv lib/vswitch-idl.h.tmp lib/vswitch-idl.h 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-idlc.in c-idl-source tests/idltest.ovsidl > tests/idltest.c.tmp && mv tests/idltest.c.tmp tests/idltest.c 175s make all-am 175s make[3]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/extract-ofp-fields meta-flow ../include/openvswitch/meta-flow.h > lib/meta-flow.inc.tmp 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/extract-ofp-fields nx-match ../include/openvswitch/meta-flow.h > lib/nx-match.inc.tmp 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/extract-ofp-actions prototypes ../lib/ofp-actions.c > lib/ofp-actions.inc1.tmp && mv lib/ofp-actions.inc1.tmp lib/ofp-actions.inc1 175s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/extract-ofp-actions definitions ../lib/ofp-actions.c > lib/ofp-actions.inc2.tmp && mv lib/ofp-actions.inc2.tmp lib/ofp-actions.inc2 175s /tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/../build-aux/extract-ofp-actions:279: DeprecationWarning: 'count' is passed as positional argument 175s % re.sub(r'_RAW[0-9]*', '', d["enum"], 1)) 175s depbase=`echo lib/ofp-bundle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 175s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-bundle.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-bundle.lo ../lib/ofp-bundle.c &&\ 175s mv -f $depbase.Tpo $depbase.Plo 175s depbase=`echo lib/ofp-connection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 175s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-connection.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-connection.lo ../lib/ofp-connection.c &&\ 175s mv -f $depbase.Tpo $depbase.Plo 175s mv lib/nx-match.inc.tmp lib/nx-match.inc 175s depbase=`echo lib/ofp-ct.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 175s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-ct.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-ct.lo ../lib/ofp-ct.c &&\ 175s mv -f $depbase.Tpo $depbase.Plo 175s mv lib/meta-flow.inc.tmp lib/meta-flow.inc 175s depbase=`echo lib/ofp-ed-props.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 175s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-ed-props.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-ed-props.lo ../lib/ofp-ed-props.c &&\ 175s mv -f $depbase.Tpo $depbase.Plo 175s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-bundle.lo -MD -MP -MF lib/.deps/ofp-bundle.Tpo -c ../lib/ofp-bundle.c -o lib/ofp-bundle.o 175s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-connection.lo -MD -MP -MF lib/.deps/ofp-connection.Tpo -c ../lib/ofp-connection.c -o lib/ofp-connection.o 175s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-ct.lo -MD -MP -MF lib/.deps/ofp-ct.Tpo -c ../lib/ofp-ct.c -o lib/ofp-ct.o 175s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-ed-props.lo -MD -MP -MF lib/.deps/ofp-ed-props.Tpo -c ../lib/ofp-ed-props.c -o lib/ofp-ed-props.o 176s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/extract-ofp-errors \ 176s ../include/openvswitch/ofp-errors.h \ 176s ../include/openflow/openflow-common.h > lib/ofp-errors.inc.tmp && \ 176s mv lib/ofp-errors.inc.tmp lib/ofp-errors.inc 176s depbase=`echo lib/ofp-flow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 176s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-flow.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-flow.lo ../lib/ofp-flow.c &&\ 176s mv -f $depbase.Tpo $depbase.Plo 176s depbase=`echo lib/ofp-group.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 176s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-group.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-group.lo ../lib/ofp-group.c &&\ 176s mv -f $depbase.Tpo $depbase.Plo 176s depbase=`echo lib/ofp-ipfix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 176s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-ipfix.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-ipfix.lo ../lib/ofp-ipfix.c &&\ 176s mv -f $depbase.Tpo $depbase.Plo 176s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-flow.lo -MD -MP -MF lib/.deps/ofp-flow.Tpo -c ../lib/ofp-flow.c -o lib/ofp-flow.o 176s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-group.lo -MD -MP -MF lib/.deps/ofp-group.Tpo -c ../lib/ofp-group.c -o lib/ofp-group.o 176s depbase=`echo lib/ofp-match.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 176s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-match.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-match.lo ../lib/ofp-match.c &&\ 176s mv -f $depbase.Tpo $depbase.Plo 176s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-ipfix.lo -MD -MP -MF lib/.deps/ofp-ipfix.Tpo -c ../lib/ofp-ipfix.c -o lib/ofp-ipfix.o 176s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-match.lo -MD -MP -MF lib/.deps/ofp-match.Tpo -c ../lib/ofp-match.c -o lib/ofp-match.o 176s depbase=`echo lib/ofp-meter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 176s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-meter.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-meter.lo ../lib/ofp-meter.c &&\ 176s mv -f $depbase.Tpo $depbase.Plo 176s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-meter.lo -MD -MP -MF lib/.deps/ofp-meter.Tpo -c ../lib/ofp-meter.c -o lib/ofp-meter.o 176s depbase=`echo lib/ofp-monitor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 176s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-monitor.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-monitor.lo ../lib/ofp-monitor.c &&\ 176s mv -f $depbase.Tpo $depbase.Plo 176s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/extract-ofp-msgs \ 176s ../include/openvswitch/ofp-msgs.h lib/ofp-msgs.inc > lib/ofp-msgs.inc.tmp && mv lib/ofp-msgs.inc.tmp lib/ofp-msgs.inc 176s depbase=`echo lib/ofp-packet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 176s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-packet.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-packet.lo ../lib/ofp-packet.c &&\ 176s mv -f $depbase.Tpo $depbase.Plo 176s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-monitor.lo -MD -MP -MF lib/.deps/ofp-monitor.Tpo -c ../lib/ofp-monitor.c -o lib/ofp-monitor.o 176s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-packet.lo -MD -MP -MF lib/.deps/ofp-packet.Tpo -c ../lib/ofp-packet.c -o lib/ofp-packet.o 176s depbase=`echo lib/ofp-parse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 176s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-parse.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-parse.lo ../lib/ofp-parse.c &&\ 176s mv -f $depbase.Tpo $depbase.Plo 176s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-parse.lo -MD -MP -MF lib/.deps/ofp-parse.Tpo -c ../lib/ofp-parse.c -o lib/ofp-parse.o 176s depbase=`echo lib/ofp-port.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 176s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-port.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-port.lo ../lib/ofp-port.c &&\ 176s mv -f $depbase.Tpo $depbase.Plo 176s depbase=`echo lib/ofp-print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 176s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-print.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-print.lo ../lib/ofp-print.c &&\ 176s mv -f $depbase.Tpo $depbase.Plo 176s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-port.lo -MD -MP -MF lib/.deps/ofp-port.Tpo -c ../lib/ofp-port.c -o lib/ofp-port.o 176s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-print.lo -MD -MP -MF lib/.deps/ofp-print.Tpo -c ../lib/ofp-print.c -o lib/ofp-print.o 177s depbase=`echo lib/ofp-prop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 177s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-prop.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-prop.lo ../lib/ofp-prop.c &&\ 177s mv -f $depbase.Tpo $depbase.Plo 177s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-prop.lo -MD -MP -MF lib/.deps/ofp-prop.Tpo -c ../lib/ofp-prop.c -o lib/ofp-prop.o 177s depbase=`echo lib/ofp-protocol.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 177s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-protocol.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-protocol.lo ../lib/ofp-protocol.c &&\ 177s mv -f $depbase.Tpo $depbase.Plo 177s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-protocol.lo -MD -MP -MF lib/.deps/ofp-protocol.Tpo -c ../lib/ofp-protocol.c -o lib/ofp-protocol.o 177s depbase=`echo lib/ofp-queue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 177s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-queue.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-queue.lo ../lib/ofp-queue.c &&\ 177s mv -f $depbase.Tpo $depbase.Plo 177s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-queue.lo -MD -MP -MF lib/.deps/ofp-queue.Tpo -c ../lib/ofp-queue.c -o lib/ofp-queue.o 177s depbase=`echo lib/ofp-switch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 177s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-switch.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-switch.lo ../lib/ofp-switch.c &&\ 177s mv -f $depbase.Tpo $depbase.Plo 177s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-switch.lo -MD -MP -MF lib/.deps/ofp-switch.Tpo -c ../lib/ofp-switch.c -o lib/ofp-switch.o 177s depbase=`echo lib/ofp-table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 177s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-table.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-table.lo ../lib/ofp-table.c &&\ 177s mv -f $depbase.Tpo $depbase.Plo 177s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-table.lo -MD -MP -MF lib/.deps/ofp-table.Tpo -c ../lib/ofp-table.c -o lib/ofp-table.o 177s depbase=`echo lib/ofp-util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 177s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-util.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-util.lo ../lib/ofp-util.c &&\ 177s mv -f $depbase.Tpo $depbase.Plo 177s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-util.lo -MD -MP -MF lib/.deps/ofp-util.Tpo -c ../lib/ofp-util.c -o lib/ofp-util.o 177s depbase=`echo lib/ofp-version-opt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 177s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-version-opt.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-version-opt.lo ../lib/ofp-version-opt.c &&\ 177s mv -f $depbase.Tpo $depbase.Plo 177s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-version-opt.lo -MD -MP -MF lib/.deps/ofp-version-opt.Tpo -c ../lib/ofp-version-opt.c -o lib/ofp-version-opt.o 177s depbase=`echo lib/ofpbuf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 177s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofpbuf.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofpbuf.lo ../lib/ofpbuf.c &&\ 177s mv -f $depbase.Tpo $depbase.Plo 177s depbase=`echo lib/ovs-atomic-locked.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 177s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovs-atomic-locked.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-atomic-locked.lo ../lib/ovs-atomic-locked.c &&\ 177s mv -f $depbase.Tpo $depbase.Plo 177s depbase=`echo lib/ovs-lldp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 177s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovs-lldp.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-lldp.lo ../lib/ovs-lldp.c &&\ 177s mv -f $depbase.Tpo $depbase.Plo 177s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofpbuf.lo -MD -MP -MF lib/.deps/ofpbuf.Tpo -c ../lib/ofpbuf.c -o lib/ofpbuf.o 177s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovs-atomic-locked.lo -MD -MP -MF lib/.deps/ovs-atomic-locked.Tpo -c ../lib/ovs-atomic-locked.c -o lib/ovs-atomic-locked.o 177s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovs-lldp.lo -MD -MP -MF lib/.deps/ovs-lldp.Tpo -c ../lib/ovs-lldp.c -o lib/ovs-lldp.o 177s depbase=`echo lib/ovs-numa.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 177s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovs-numa.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-numa.lo ../lib/ovs-numa.c &&\ 177s mv -f $depbase.Tpo $depbase.Plo 177s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovs-numa.lo -MD -MP -MF lib/.deps/ovs-numa.Tpo -c ../lib/ovs-numa.c -o lib/ovs-numa.o 177s depbase=`echo lib/ovs-rcu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 177s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovs-rcu.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-rcu.lo ../lib/ovs-rcu.c &&\ 177s mv -f $depbase.Tpo $depbase.Plo 177s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovs-rcu.lo -MD -MP -MF lib/.deps/ovs-rcu.Tpo -c ../lib/ovs-rcu.c -o lib/ovs-rcu.o 178s depbase=`echo lib/ovs-replay.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 178s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovs-replay.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-replay.lo ../lib/ovs-replay.c &&\ 178s mv -f $depbase.Tpo $depbase.Plo 178s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovs-replay.lo -MD -MP -MF lib/.deps/ovs-replay.Tpo -c ../lib/ovs-replay.c -o lib/ovs-replay.o 178s depbase=`echo lib/ovs-router.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 178s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovs-router.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-router.lo ../lib/ovs-router.c &&\ 178s mv -f $depbase.Tpo $depbase.Plo 178s depbase=`echo lib/ovs-thread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 178s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovs-thread.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-thread.lo ../lib/ovs-thread.c &&\ 178s mv -f $depbase.Tpo $depbase.Plo 178s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovs-router.lo -MD -MP -MF lib/.deps/ovs-router.Tpo -c ../lib/ovs-router.c -o lib/ovs-router.o 178s depbase=`echo lib/ovsdb-cs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 178s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovsdb-cs.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-cs.lo ../lib/ovsdb-cs.c &&\ 178s mv -f $depbase.Tpo $depbase.Plo 178s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovs-thread.lo -MD -MP -MF lib/.deps/ovs-thread.Tpo -c ../lib/ovs-thread.c -o lib/ovs-thread.o 178s depbase=`echo lib/ovsdb-data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 178s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovsdb-data.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-data.lo ../lib/ovsdb-data.c &&\ 178s mv -f $depbase.Tpo $depbase.Plo 178s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovsdb-cs.lo -MD -MP -MF lib/.deps/ovsdb-cs.Tpo -c ../lib/ovsdb-cs.c -o lib/ovsdb-cs.o 178s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovsdb-data.lo -MD -MP -MF lib/.deps/ovsdb-data.Tpo -c ../lib/ovsdb-data.c -o lib/ovsdb-data.o 178s depbase=`echo lib/ovsdb-error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 178s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovsdb-error.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-error.lo ../lib/ovsdb-error.c &&\ 178s mv -f $depbase.Tpo $depbase.Plo 178s depbase=`echo lib/ovsdb-idl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 178s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovsdb-idl.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-idl.lo ../lib/ovsdb-idl.c &&\ 178s mv -f $depbase.Tpo $depbase.Plo 178s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovsdb-error.lo -MD -MP -MF lib/.deps/ovsdb-error.Tpo -c ../lib/ovsdb-error.c -o lib/ovsdb-error.o 178s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovsdb-idl.lo -MD -MP -MF lib/.deps/ovsdb-idl.Tpo -c ../lib/ovsdb-idl.c -o lib/ovsdb-idl.o 178s depbase=`echo lib/ovsdb-map-op.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 178s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovsdb-map-op.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-map-op.lo ../lib/ovsdb-map-op.c &&\ 178s mv -f $depbase.Tpo $depbase.Plo 178s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovsdb-map-op.lo -MD -MP -MF lib/.deps/ovsdb-map-op.Tpo -c ../lib/ovsdb-map-op.c -o lib/ovsdb-map-op.o 178s depbase=`echo lib/ovsdb-set-op.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 178s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovsdb-set-op.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-set-op.lo ../lib/ovsdb-set-op.c &&\ 178s mv -f $depbase.Tpo $depbase.Plo 179s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovsdb-set-op.lo -MD -MP -MF lib/.deps/ovsdb-set-op.Tpo -c ../lib/ovsdb-set-op.c -o lib/ovsdb-set-op.o 179s depbase=`echo lib/ovsdb-condition.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 179s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovsdb-condition.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-condition.lo ../lib/ovsdb-condition.c &&\ 179s mv -f $depbase.Tpo $depbase.Plo 179s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovsdb-condition.lo -MD -MP -MF lib/.deps/ovsdb-condition.Tpo -c ../lib/ovsdb-condition.c -o lib/ovsdb-condition.o 179s depbase=`echo lib/ovsdb-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 179s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovsdb-parser.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-parser.lo ../lib/ovsdb-parser.c &&\ 179s mv -f $depbase.Tpo $depbase.Plo 179s depbase=`echo lib/ovsdb-session.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 179s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovsdb-session.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-session.lo ../lib/ovsdb-session.c &&\ 179s mv -f $depbase.Tpo $depbase.Plo 179s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovsdb-parser.lo -MD -MP -MF lib/.deps/ovsdb-parser.Tpo -c ../lib/ovsdb-parser.c -o lib/ovsdb-parser.o 179s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovsdb-session.lo -MD -MP -MF lib/.deps/ovsdb-session.Tpo -c ../lib/ovsdb-session.c -o lib/ovsdb-session.o 179s depbase=`echo lib/ovsdb-types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 179s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovsdb-types.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-types.lo ../lib/ovsdb-types.c &&\ 179s mv -f $depbase.Tpo $depbase.Plo 179s depbase=`echo lib/ox-stat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 179s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ox-stat.lo -MD -MP -MF $depbase.Tpo -c -o lib/ox-stat.lo ../lib/ox-stat.c &&\ 179s mv -f $depbase.Tpo $depbase.Plo 179s depbase=`echo lib/packets.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 179s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/packets.lo -MD -MP -MF $depbase.Tpo -c -o lib/packets.lo ../lib/packets.c &&\ 179s mv -f $depbase.Tpo $depbase.Plo 179s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovsdb-types.lo -MD -MP -MF lib/.deps/ovsdb-types.Tpo -c ../lib/ovsdb-types.c -o lib/ovsdb-types.o 179s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ox-stat.lo -MD -MP -MF lib/.deps/ox-stat.Tpo -c ../lib/ox-stat.c -o lib/ox-stat.o 179s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/packets.lo -MD -MP -MF lib/.deps/packets.Tpo -c ../lib/packets.c -o lib/packets.o 179s depbase=`echo lib/pcap-file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 179s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/pcap-file.lo -MD -MP -MF $depbase.Tpo -c -o lib/pcap-file.lo ../lib/pcap-file.c &&\ 179s mv -f $depbase.Tpo $depbase.Plo 179s depbase=`echo lib/perf-counter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 179s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/perf-counter.lo -MD -MP -MF $depbase.Tpo -c -o lib/perf-counter.lo ../lib/perf-counter.c &&\ 179s mv -f $depbase.Tpo $depbase.Plo 179s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/pcap-file.lo -MD -MP -MF lib/.deps/pcap-file.Tpo -c ../lib/pcap-file.c -o lib/pcap-file.o 179s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/perf-counter.lo -MD -MP -MF lib/.deps/perf-counter.Tpo -c ../lib/perf-counter.c -o lib/perf-counter.o 179s depbase=`echo lib/stopwatch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 179s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/stopwatch.lo -MD -MP -MF $depbase.Tpo -c -o lib/stopwatch.lo ../lib/stopwatch.c &&\ 179s mv -f $depbase.Tpo $depbase.Plo 179s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/stopwatch.lo -MD -MP -MF lib/.deps/stopwatch.Tpo -c ../lib/stopwatch.c -o lib/stopwatch.o 179s depbase=`echo lib/poll-loop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 179s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/poll-loop.lo -MD -MP -MF $depbase.Tpo -c -o lib/poll-loop.lo ../lib/poll-loop.c &&\ 179s mv -f $depbase.Tpo $depbase.Plo 179s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/poll-loop.lo -MD -MP -MF lib/.deps/poll-loop.Tpo -c ../lib/poll-loop.c -o lib/poll-loop.o 179s depbase=`echo lib/process.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 179s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/process.lo -MD -MP -MF $depbase.Tpo -c -o lib/process.lo ../lib/process.c &&\ 179s mv -f $depbase.Tpo $depbase.Plo 180s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/process.lo -MD -MP -MF lib/.deps/process.Tpo -c ../lib/process.c -o lib/process.o 180s depbase=`echo lib/pvector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 180s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/pvector.lo -MD -MP -MF $depbase.Tpo -c -o lib/pvector.lo ../lib/pvector.c &&\ 180s mv -f $depbase.Tpo $depbase.Plo 180s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/pvector.lo -MD -MP -MF lib/.deps/pvector.Tpo -c ../lib/pvector.c -o lib/pvector.o 180s depbase=`echo lib/random.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 180s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/random.lo -MD -MP -MF $depbase.Tpo -c -o lib/random.lo ../lib/random.c &&\ 180s mv -f $depbase.Tpo $depbase.Plo 180s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/random.lo -MD -MP -MF lib/.deps/random.Tpo -c ../lib/random.c -o lib/random.o 180s depbase=`echo lib/rconn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 180s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/rconn.lo -MD -MP -MF $depbase.Tpo -c -o lib/rconn.lo ../lib/rconn.c &&\ 180s mv -f $depbase.Tpo $depbase.Plo 180s depbase=`echo lib/reconnect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 180s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/reconnect.lo -MD -MP -MF $depbase.Tpo -c -o lib/reconnect.lo ../lib/reconnect.c &&\ 180s mv -f $depbase.Tpo $depbase.Plo 180s depbase=`echo lib/rstp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 180s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/rstp.lo -MD -MP -MF $depbase.Tpo -c -o lib/rstp.lo ../lib/rstp.c &&\ 180s mv -f $depbase.Tpo $depbase.Plo 180s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/rconn.lo -MD -MP -MF lib/.deps/rconn.Tpo -c ../lib/rconn.c -o lib/rconn.o 180s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/reconnect.lo -MD -MP -MF lib/.deps/reconnect.Tpo -c ../lib/reconnect.c -o lib/reconnect.o 180s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/rstp.lo -MD -MP -MF lib/.deps/rstp.Tpo -c ../lib/rstp.c -o lib/rstp.o 180s depbase=`echo lib/rstp-state-machines.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 180s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/rstp-state-machines.lo -MD -MP -MF $depbase.Tpo -c -o lib/rstp-state-machines.lo ../lib/rstp-state-machines.c &&\ 180s mv -f $depbase.Tpo $depbase.Plo 180s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/rstp-state-machines.lo -MD -MP -MF lib/.deps/rstp-state-machines.Tpo -c ../lib/rstp-state-machines.c -o lib/rstp-state-machines.o 180s depbase=`echo lib/seq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 180s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/seq.lo -MD -MP -MF $depbase.Tpo -c -o lib/seq.lo ../lib/seq.c &&\ 180s mv -f $depbase.Tpo $depbase.Plo 180s depbase=`echo lib/sha1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 180s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/sha1.lo -MD -MP -MF $depbase.Tpo -c -o lib/sha1.lo ../lib/sha1.c &&\ 180s mv -f $depbase.Tpo $depbase.Plo 180s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/seq.lo -MD -MP -MF lib/.deps/seq.Tpo -c ../lib/seq.c -o lib/seq.o 180s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/sha1.lo -MD -MP -MF lib/.deps/sha1.Tpo -c ../lib/sha1.c -o lib/sha1.o 180s depbase=`echo lib/shash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 180s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/shash.lo -MD -MP -MF $depbase.Tpo -c -o lib/shash.lo ../lib/shash.c &&\ 180s mv -f $depbase.Tpo $depbase.Plo 180s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/shash.lo -MD -MP -MF lib/.deps/shash.Tpo -c ../lib/shash.c -o lib/shash.o 180s depbase=`echo lib/simap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 180s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/simap.lo -MD -MP -MF $depbase.Tpo -c -o lib/simap.lo ../lib/simap.c &&\ 180s mv -f $depbase.Tpo $depbase.Plo 180s depbase=`echo lib/skiplist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 180s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/skiplist.lo -MD -MP -MF $depbase.Tpo -c -o lib/skiplist.lo ../lib/skiplist.c &&\ 180s mv -f $depbase.Tpo $depbase.Plo 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/simap.lo -MD -MP -MF lib/.deps/simap.Tpo -c ../lib/simap.c -o lib/simap.o 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/skiplist.lo -MD -MP -MF lib/.deps/skiplist.Tpo -c ../lib/skiplist.c -o lib/skiplist.o 181s depbase=`echo lib/smap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/smap.lo -MD -MP -MF $depbase.Tpo -c -o lib/smap.lo ../lib/smap.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/smap.lo -MD -MP -MF lib/.deps/smap.Tpo -c ../lib/smap.c -o lib/smap.o 181s depbase=`echo lib/socket-util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/socket-util.lo -MD -MP -MF $depbase.Tpo -c -o lib/socket-util.lo ../lib/socket-util.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/socket-util.lo -MD -MP -MF lib/.deps/socket-util.Tpo -c ../lib/socket-util.c -o lib/socket-util.o 181s depbase=`echo lib/sort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/sort.lo -MD -MP -MF $depbase.Tpo -c -o lib/sort.lo ../lib/sort.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/sort.lo -MD -MP -MF lib/.deps/sort.Tpo -c ../lib/sort.c -o lib/sort.o 181s depbase=`echo lib/sset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/sset.lo -MD -MP -MF $depbase.Tpo -c -o lib/sset.lo ../lib/sset.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/sset.lo -MD -MP -MF lib/.deps/sset.Tpo -c ../lib/sset.c -o lib/sset.o 181s depbase=`echo lib/stp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/stp.lo -MD -MP -MF $depbase.Tpo -c -o lib/stp.lo ../lib/stp.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/stp.lo -MD -MP -MF lib/.deps/stp.Tpo -c ../lib/stp.c -o lib/stp.o 181s depbase=`echo lib/stream-fd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/stream-fd.lo -MD -MP -MF $depbase.Tpo -c -o lib/stream-fd.lo ../lib/stream-fd.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s depbase=`echo lib/stream-replay.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/stream-replay.lo -MD -MP -MF $depbase.Tpo -c -o lib/stream-replay.lo ../lib/stream-replay.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s depbase=`echo lib/stream-tcp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/stream-tcp.lo -MD -MP -MF $depbase.Tpo -c -o lib/stream-tcp.lo ../lib/stream-tcp.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/stream-fd.lo -MD -MP -MF lib/.deps/stream-fd.Tpo -c ../lib/stream-fd.c -o lib/stream-fd.o 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/stream-replay.lo -MD -MP -MF lib/.deps/stream-replay.Tpo -c ../lib/stream-replay.c -o lib/stream-replay.o 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/stream-tcp.lo -MD -MP -MF lib/.deps/stream-tcp.Tpo -c ../lib/stream-tcp.c -o lib/stream-tcp.o 181s depbase=`echo lib/stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/stream.lo -MD -MP -MF $depbase.Tpo -c -o lib/stream.lo ../lib/stream.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s depbase=`echo lib/stdio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/stdio.lo -MD -MP -MF $depbase.Tpo -c -o lib/stdio.lo ../lib/stdio.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/stream.lo -MD -MP -MF lib/.deps/stream.Tpo -c ../lib/stream.c -o lib/stream.o 181s depbase=`echo lib/string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/string.lo -MD -MP -MF $depbase.Tpo -c -o lib/string.lo ../lib/string.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/stdio.lo -MD -MP -MF lib/.deps/stdio.Tpo -c ../lib/stdio.c -o lib/stdio.o 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/string.lo -MD -MP -MF lib/.deps/string.Tpo -c ../lib/string.c -o lib/string.o 181s depbase=`echo lib/svec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/svec.lo -MD -MP -MF $depbase.Tpo -c -o lib/svec.lo ../lib/svec.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s depbase=`echo lib/syslog-direct.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/syslog-direct.lo -MD -MP -MF $depbase.Tpo -c -o lib/syslog-direct.lo ../lib/syslog-direct.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/svec.lo -MD -MP -MF lib/.deps/svec.Tpo -c ../lib/svec.c -o lib/svec.o 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/syslog-direct.lo -MD -MP -MF lib/.deps/syslog-direct.Tpo -c ../lib/syslog-direct.c -o lib/syslog-direct.o 181s depbase=`echo lib/syslog-libc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/syslog-libc.lo -MD -MP -MF $depbase.Tpo -c -o lib/syslog-libc.lo ../lib/syslog-libc.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s depbase=`echo lib/syslog-null.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/syslog-null.lo -MD -MP -MF $depbase.Tpo -c -o lib/syslog-null.lo ../lib/syslog-null.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s depbase=`echo lib/table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 181s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/table.lo -MD -MP -MF $depbase.Tpo -c -o lib/table.lo ../lib/table.c &&\ 181s mv -f $depbase.Tpo $depbase.Plo 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/syslog-libc.lo -MD -MP -MF lib/.deps/syslog-libc.Tpo -c ../lib/syslog-libc.c -o lib/syslog-libc.o 181s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/syslog-null.lo -MD -MP -MF lib/.deps/syslog-null.Tpo -c ../lib/syslog-null.c -o lib/syslog-null.o 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/table.lo -MD -MP -MF lib/.deps/table.Tpo -c ../lib/table.c -o lib/table.o 182s depbase=`echo lib/timer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/timer.lo -MD -MP -MF $depbase.Tpo -c -o lib/timer.lo ../lib/timer.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s depbase=`echo lib/timeval.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/timeval.lo -MD -MP -MF $depbase.Tpo -c -o lib/timeval.lo ../lib/timeval.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s depbase=`echo lib/tnl-neigh-cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/tnl-neigh-cache.lo -MD -MP -MF $depbase.Tpo -c -o lib/tnl-neigh-cache.lo ../lib/tnl-neigh-cache.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/timeval.lo -MD -MP -MF lib/.deps/timeval.Tpo -c ../lib/timeval.c -o lib/timeval.o 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/timer.lo -MD -MP -MF lib/.deps/timer.Tpo -c ../lib/timer.c -o lib/timer.o 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/tnl-neigh-cache.lo -MD -MP -MF lib/.deps/tnl-neigh-cache.Tpo -c ../lib/tnl-neigh-cache.c -o lib/tnl-neigh-cache.o 182s depbase=`echo lib/tnl-ports.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/tnl-ports.lo -MD -MP -MF $depbase.Tpo -c -o lib/tnl-ports.lo ../lib/tnl-ports.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/tnl-ports.lo -MD -MP -MF lib/.deps/tnl-ports.Tpo -c ../lib/tnl-ports.c -o lib/tnl-ports.o 182s depbase=`echo lib/netdev-native-tnl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netdev-native-tnl.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev-native-tnl.lo ../lib/netdev-native-tnl.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s depbase=`echo lib/token-bucket.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/token-bucket.lo -MD -MP -MF $depbase.Tpo -c -o lib/token-bucket.lo ../lib/token-bucket.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s depbase=`echo lib/tun-metadata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/tun-metadata.lo -MD -MP -MF $depbase.Tpo -c -o lib/tun-metadata.lo ../lib/tun-metadata.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netdev-native-tnl.lo -MD -MP -MF lib/.deps/netdev-native-tnl.Tpo -c ../lib/netdev-native-tnl.c -o lib/netdev-native-tnl.o 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/token-bucket.lo -MD -MP -MF lib/.deps/token-bucket.Tpo -c ../lib/token-bucket.c -o lib/token-bucket.o 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/tun-metadata.lo -MD -MP -MF lib/.deps/tun-metadata.Tpo -c ../lib/tun-metadata.c -o lib/tun-metadata.o 182s depbase=`echo lib/unicode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/unicode.lo -MD -MP -MF $depbase.Tpo -c -o lib/unicode.lo ../lib/unicode.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s depbase=`echo lib/unixctl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/unixctl.lo -MD -MP -MF $depbase.Tpo -c -o lib/unixctl.lo ../lib/unixctl.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/unicode.lo -MD -MP -MF lib/.deps/unicode.Tpo -c ../lib/unicode.c -o lib/unicode.o 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/unixctl.lo -MD -MP -MF lib/.deps/unixctl.Tpo -c ../lib/unixctl.c -o lib/unixctl.o 182s depbase=`echo lib/userspace-tso.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/userspace-tso.lo -MD -MP -MF $depbase.Tpo -c -o lib/userspace-tso.lo ../lib/userspace-tso.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/userspace-tso.lo -MD -MP -MF lib/.deps/userspace-tso.Tpo -c ../lib/userspace-tso.c -o lib/userspace-tso.o 182s depbase=`echo lib/util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/util.lo -MD -MP -MF $depbase.Tpo -c -o lib/util.lo ../lib/util.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s depbase=`echo lib/uuid.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/uuid.lo -MD -MP -MF $depbase.Tpo -c -o lib/uuid.lo ../lib/uuid.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/util.lo -MD -MP -MF lib/.deps/util.Tpo -c ../lib/util.c -o lib/util.o 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/uuid.lo -MD -MP -MF lib/.deps/uuid.Tpo -c ../lib/uuid.c -o lib/uuid.o 182s depbase=`echo lib/uuidset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/uuidset.lo -MD -MP -MF $depbase.Tpo -c -o lib/uuidset.lo ../lib/uuidset.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/uuidset.lo -MD -MP -MF lib/.deps/uuidset.Tpo -c ../lib/uuidset.c -o lib/uuidset.o 182s depbase=`echo lib/vconn-stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/vconn-stream.lo -MD -MP -MF $depbase.Tpo -c -o lib/vconn-stream.lo ../lib/vconn-stream.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s depbase=`echo lib/vconn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/vconn.lo -MD -MP -MF $depbase.Tpo -c -o lib/vconn.lo ../lib/vconn.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s depbase=`echo lib/vlan-bitmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 182s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/vlan-bitmap.lo -MD -MP -MF $depbase.Tpo -c -o lib/vlan-bitmap.lo ../lib/vlan-bitmap.c &&\ 182s mv -f $depbase.Tpo $depbase.Plo 182s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/vconn-stream.lo -MD -MP -MF lib/.deps/vconn-stream.Tpo -c ../lib/vconn-stream.c -o lib/vconn-stream.o 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/vconn.lo -MD -MP -MF lib/.deps/vconn.Tpo -c ../lib/vconn.c -o lib/vconn.o 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/vlan-bitmap.lo -MD -MP -MF lib/.deps/vlan-bitmap.Tpo -c ../lib/vlan-bitmap.c -o lib/vlan-bitmap.o 183s depbase=`echo lib/vlog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 183s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/vlog.lo -MD -MP -MF $depbase.Tpo -c -o lib/vlog.lo ../lib/vlog.c &&\ 183s mv -f $depbase.Tpo $depbase.Plo 183s depbase=`echo lib/daemon-unix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 183s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/daemon-unix.lo -MD -MP -MF $depbase.Tpo -c -o lib/daemon-unix.lo ../lib/daemon-unix.c &&\ 183s mv -f $depbase.Tpo $depbase.Plo 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/vlog.lo -MD -MP -MF lib/.deps/vlog.Tpo -c ../lib/vlog.c -o lib/vlog.o 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/daemon-unix.lo -MD -MP -MF lib/.deps/daemon-unix.Tpo -c ../lib/daemon-unix.c -o lib/daemon-unix.o 183s depbase=`echo lib/latch-unix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 183s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/latch-unix.lo -MD -MP -MF $depbase.Tpo -c -o lib/latch-unix.lo ../lib/latch-unix.c &&\ 183s mv -f $depbase.Tpo $depbase.Plo 183s depbase=`echo lib/signals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 183s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/signals.lo -MD -MP -MF $depbase.Tpo -c -o lib/signals.lo ../lib/signals.c &&\ 183s mv -f $depbase.Tpo $depbase.Plo 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/latch-unix.lo -MD -MP -MF lib/.deps/latch-unix.Tpo -c ../lib/latch-unix.c -o lib/latch-unix.o 183s depbase=`echo lib/socket-util-unix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 183s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/socket-util-unix.lo -MD -MP -MF $depbase.Tpo -c -o lib/socket-util-unix.lo ../lib/socket-util-unix.c &&\ 183s mv -f $depbase.Tpo $depbase.Plo 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/signals.lo -MD -MP -MF lib/.deps/signals.Tpo -c ../lib/signals.c -o lib/signals.o 183s depbase=`echo lib/stream-unix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 183s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/stream-unix.lo -MD -MP -MF $depbase.Tpo -c -o lib/stream-unix.lo ../lib/stream-unix.c &&\ 183s mv -f $depbase.Tpo $depbase.Plo 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/socket-util-unix.lo -MD -MP -MF lib/.deps/socket-util-unix.Tpo -c ../lib/socket-util-unix.c -o lib/socket-util-unix.o 183s depbase=`echo lib/dpif-netlink.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 183s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpif-netlink.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netlink.lo ../lib/dpif-netlink.c &&\ 183s mv -f $depbase.Tpo $depbase.Plo 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/stream-unix.lo -MD -MP -MF lib/.deps/stream-unix.Tpo -c ../lib/stream-unix.c -o lib/stream-unix.o 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpif-netlink.lo -MD -MP -MF lib/.deps/dpif-netlink.Tpo -c ../lib/dpif-netlink.c -o lib/dpif-netlink.o 183s depbase=`echo lib/dpif-netlink-rtnl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 183s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpif-netlink-rtnl.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netlink-rtnl.lo ../lib/dpif-netlink-rtnl.c &&\ 183s mv -f $depbase.Tpo $depbase.Plo 183s depbase=`echo lib/if-notifier.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 183s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/if-notifier.lo -MD -MP -MF $depbase.Tpo -c -o lib/if-notifier.lo ../lib/if-notifier.c &&\ 183s mv -f $depbase.Tpo $depbase.Plo 183s depbase=`echo lib/netdev-linux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 183s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netdev-linux.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev-linux.lo ../lib/netdev-linux.c &&\ 183s mv -f $depbase.Tpo $depbase.Plo 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpif-netlink-rtnl.lo -MD -MP -MF lib/.deps/dpif-netlink-rtnl.Tpo -c ../lib/dpif-netlink-rtnl.c -o lib/dpif-netlink-rtnl.o 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/if-notifier.lo -MD -MP -MF lib/.deps/if-notifier.Tpo -c ../lib/if-notifier.c -o lib/if-notifier.o 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netdev-linux.lo -MD -MP -MF lib/.deps/netdev-linux.Tpo -c ../lib/netdev-linux.c -o lib/netdev-linux.o 183s depbase=`echo lib/netdev-offload-tc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 183s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netdev-offload-tc.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev-offload-tc.lo ../lib/netdev-offload-tc.c &&\ 183s mv -f $depbase.Tpo $depbase.Plo 183s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netdev-offload-tc.lo -MD -MP -MF lib/.deps/netdev-offload-tc.Tpo -c ../lib/netdev-offload-tc.c -o lib/netdev-offload-tc.o 184s depbase=`echo lib/netlink-conntrack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 184s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netlink-conntrack.lo -MD -MP -MF $depbase.Tpo -c -o lib/netlink-conntrack.lo ../lib/netlink-conntrack.c &&\ 184s mv -f $depbase.Tpo $depbase.Plo 184s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netlink-conntrack.lo -MD -MP -MF lib/.deps/netlink-conntrack.Tpo -c ../lib/netlink-conntrack.c -o lib/netlink-conntrack.o 184s depbase=`echo lib/netlink-notifier.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 184s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netlink-notifier.lo -MD -MP -MF $depbase.Tpo -c -o lib/netlink-notifier.lo ../lib/netlink-notifier.c &&\ 184s mv -f $depbase.Tpo $depbase.Plo 184s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netlink-notifier.lo -MD -MP -MF lib/.deps/netlink-notifier.Tpo -c ../lib/netlink-notifier.c -o lib/netlink-notifier.o 184s depbase=`echo lib/netlink-socket.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 184s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netlink-socket.lo -MD -MP -MF $depbase.Tpo -c -o lib/netlink-socket.lo ../lib/netlink-socket.c &&\ 184s mv -f $depbase.Tpo $depbase.Plo 184s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netlink-socket.lo -MD -MP -MF lib/.deps/netlink-socket.Tpo -c ../lib/netlink-socket.c -o lib/netlink-socket.o 185s depbase=`echo lib/rtnetlink.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 185s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/rtnetlink.lo -MD -MP -MF $depbase.Tpo -c -o lib/rtnetlink.lo ../lib/rtnetlink.c &&\ 185s mv -f $depbase.Tpo $depbase.Plo 185s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/rtnetlink.lo -MD -MP -MF lib/.deps/rtnetlink.Tpo -c ../lib/rtnetlink.c -o lib/rtnetlink.o 185s depbase=`echo lib/route-table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 185s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/route-table.lo -MD -MP -MF $depbase.Tpo -c -o lib/route-table.lo ../lib/route-table.c &&\ 185s mv -f $depbase.Tpo $depbase.Plo 185s depbase=`echo lib/tc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 185s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/tc.lo -MD -MP -MF $depbase.Tpo -c -o lib/tc.lo ../lib/tc.c &&\ 185s mv -f $depbase.Tpo $depbase.Plo 185s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/route-table.lo -MD -MP -MF lib/.deps/route-table.Tpo -c ../lib/route-table.c -o lib/route-table.o 185s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/tc.lo -MD -MP -MF lib/.deps/tc.Tpo -c ../lib/tc.c -o lib/tc.o 185s depbase=`echo lib/netdev-afxdp-pool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 185s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netdev-afxdp-pool.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev-afxdp-pool.lo ../lib/netdev-afxdp-pool.c &&\ 185s mv -f $depbase.Tpo $depbase.Plo 185s depbase=`echo lib/netdev-afxdp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 185s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netdev-afxdp.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev-afxdp.lo ../lib/netdev-afxdp.c &&\ 185s mv -f $depbase.Tpo $depbase.Plo 185s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netdev-afxdp-pool.lo -MD -MP -MF lib/.deps/netdev-afxdp-pool.Tpo -c ../lib/netdev-afxdp-pool.c -o lib/netdev-afxdp-pool.o 185s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netdev-afxdp.lo -MD -MP -MF lib/.deps/netdev-afxdp.Tpo -c ../lib/netdev-afxdp.c -o lib/netdev-afxdp.o 185s depbase=`echo lib/dpdk-stub.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 185s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpdk-stub.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpdk-stub.lo ../lib/dpdk-stub.c &&\ 185s mv -f $depbase.Tpo $depbase.Plo 185s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpdk-stub.lo -MD -MP -MF lib/.deps/dpdk-stub.Tpo -c ../lib/dpdk-stub.c -o lib/dpdk-stub.o 185s depbase=`echo lib/async-append-aio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 185s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/async-append-aio.lo -MD -MP -MF $depbase.Tpo -c -o lib/async-append-aio.lo ../lib/async-append-aio.c &&\ 185s mv -f $depbase.Tpo $depbase.Plo 185s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/async-append-aio.lo -MD -MP -MF lib/.deps/async-append-aio.Tpo -c ../lib/async-append-aio.c -o lib/async-append-aio.o 185s depbase=`echo lib/stream-ssl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 185s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/stream-ssl.lo -MD -MP -MF $depbase.Tpo -c -o lib/stream-ssl.lo ../lib/stream-ssl.c &&\ 185s mv -f $depbase.Tpo $depbase.Plo 185s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/stream-ssl.lo -MD -MP -MF lib/.deps/stream-ssl.Tpo -c ../lib/stream-ssl.c -o lib/stream-ssl.o 186s depbase=`echo lib/dhparams.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 186s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dhparams.lo -MD -MP -MF $depbase.Tpo -c -o lib/dhparams.lo ../lib/dhparams.c &&\ 186s mv -f $depbase.Tpo $depbase.Plo 186s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dhparams.lo -MD -MP -MF lib/.deps/dhparams.Tpo -c ../lib/dhparams.c -o lib/dhparams.o 186s depbase=`echo lib/dns-resolve.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 186s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dns-resolve.lo -MD -MP -MF $depbase.Tpo -c -o lib/dns-resolve.lo ../lib/dns-resolve.c &&\ 186s mv -f $depbase.Tpo $depbase.Plo 186s (echo '/* -*- mode: c; buffer-read-only: t -*- */' && sed < ../lib/dirs.c.in \ 186s -e 's,[@]srcdir[@],..,g' \ 186s -e 's,[@]LOGDIR[@],"/var/log/openvswitch",g' \ 186s -e 's,[@]RUNDIR[@],"/var/run/openvswitch",g' \ 186s -e 's,[@]DBDIR[@],"/etc/openvswitch",g' \ 186s -e 's,[@]bindir[@],"/usr/bin",g' \ 186s -e 's,[@]sysconfdir[@],"/etc",g' \ 186s -e 's,[@]pkgdatadir[@],"/usr/share/openvswitch",g') \ 186s > lib/dirs.c.tmp && \ 186s mv -f lib/dirs.c.tmp lib/dirs.c 186s depbase=`echo lib/ovsdb-server-idl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 186s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ovsdb-server-idl.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-server-idl.lo lib/ovsdb-server-idl.c &&\ 186s mv -f $depbase.Tpo $depbase.Plo 186s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dns-resolve.lo -MD -MP -MF lib/.deps/dns-resolve.Tpo -c ../lib/dns-resolve.c -o lib/dns-resolve.o 186s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ovsdb-server-idl.lo -MD -MP -MF lib/.deps/ovsdb-server-idl.Tpo -c lib/ovsdb-server-idl.c -o lib/ovsdb-server-idl.o 186s depbase=`echo lib/vswitch-idl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 186s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/vswitch-idl.lo -MD -MP -MF $depbase.Tpo -c -o lib/vswitch-idl.lo lib/vswitch-idl.c &&\ 186s mv -f $depbase.Tpo $depbase.Plo 186s depbase=`echo utilities/ovs-testcontroller.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 186s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT utilities/ovs-testcontroller.o -MD -MP -MF $depbase.Tpo -c -o utilities/ovs-testcontroller.o ../utilities/ovs-testcontroller.c &&\ 186s mv -f $depbase.Tpo $depbase.Po 186s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/vswitch-idl.lo -MD -MP -MF lib/.deps/vswitch-idl.Tpo -c lib/vswitch-idl.c -o lib/vswitch-idl.o 186s depbase=`echo utilities/ovs-dpctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 186s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT utilities/ovs-dpctl.o -MD -MP -MF $depbase.Tpo -c -o utilities/ovs-dpctl.o ../utilities/ovs-dpctl.c &&\ 186s mv -f $depbase.Tpo $depbase.Po 186s depbase=`echo utilities/ovs-ofctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 186s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT utilities/ovs-ofctl.o -MD -MP -MF $depbase.Tpo -c -o utilities/ovs-ofctl.o ../utilities/ovs-ofctl.c &&\ 186s mv -f $depbase.Tpo $depbase.Po 186s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wno-unused -Wno-unused-parameter -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/libsflow_la-sflow_agent.lo -MD -MP -MF lib/.deps/libsflow_la-sflow_agent.Tpo -c -o lib/libsflow_la-sflow_agent.lo `test -f 'lib/sflow_agent.c' || echo '../'`lib/sflow_agent.c 186s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wno-unused -Wno-unused-parameter -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/libsflow_la-sflow_agent.lo -MD -MP -MF lib/.deps/libsflow_la-sflow_agent.Tpo -c ../lib/sflow_agent.c -o lib/libsflow_la-sflow_agent.o 186s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wno-unused -Wno-unused-parameter -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/libsflow_la-sflow_sampler.lo -MD -MP -MF lib/.deps/libsflow_la-sflow_sampler.Tpo -c -o lib/libsflow_la-sflow_sampler.lo `test -f 'lib/sflow_sampler.c' || echo '../'`lib/sflow_sampler.c 186s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wno-unused -Wno-unused-parameter -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/libsflow_la-sflow_sampler.lo -MD -MP -MF lib/.deps/libsflow_la-sflow_sampler.Tpo -c ../lib/sflow_sampler.c -o lib/libsflow_la-sflow_sampler.o 186s mv -f lib/.deps/libsflow_la-sflow_sampler.Tpo lib/.deps/libsflow_la-sflow_sampler.Plo 186s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wno-unused -Wno-unused-parameter -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/libsflow_la-sflow_poller.lo -MD -MP -MF lib/.deps/libsflow_la-sflow_poller.Tpo -c -o lib/libsflow_la-sflow_poller.lo `test -f 'lib/sflow_poller.c' || echo '../'`lib/sflow_poller.c 186s mv -f lib/.deps/libsflow_la-sflow_agent.Tpo lib/.deps/libsflow_la-sflow_agent.Plo 186s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wno-unused -Wno-unused-parameter -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/libsflow_la-sflow_receiver.lo -MD -MP -MF lib/.deps/libsflow_la-sflow_receiver.Tpo -c -o lib/libsflow_la-sflow_receiver.lo `test -f 'lib/sflow_receiver.c' || echo '../'`lib/sflow_receiver.c 186s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wno-unused -Wno-unused-parameter -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/libsflow_la-sflow_poller.lo -MD -MP -MF lib/.deps/libsflow_la-sflow_poller.Tpo -c ../lib/sflow_poller.c -o lib/libsflow_la-sflow_poller.o 186s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wno-unused -Wno-unused-parameter -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/libsflow_la-sflow_receiver.lo -MD -MP -MF lib/.deps/libsflow_la-sflow_receiver.Tpo -c ../lib/sflow_receiver.c -o lib/libsflow_la-sflow_receiver.o 186s mv -f lib/.deps/libsflow_la-sflow_poller.Tpo lib/.deps/libsflow_la-sflow_poller.Plo 186s depbase=`echo utilities/ovs-vsctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 186s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT utilities/ovs-vsctl.o -MD -MP -MF $depbase.Tpo -c -o utilities/ovs-vsctl.o ../utilities/ovs-vsctl.c &&\ 186s mv -f $depbase.Tpo $depbase.Po 187s mv -f lib/.deps/libsflow_la-sflow_receiver.Tpo lib/.deps/libsflow_la-sflow_receiver.Plo 187s depbase=`echo utilities/nlmon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 187s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT utilities/nlmon.o -MD -MP -MF $depbase.Tpo -c -o utilities/nlmon.o ../utilities/nlmon.c &&\ 187s mv -f $depbase.Tpo $depbase.Po 187s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/text2c < ../ovsdb/_server.ovsschema > ovsdb/_server.ovsschema.inc.tmp 187s mv ovsdb/_server.ovsschema.inc.tmp ovsdb/_server.ovsschema.inc 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-pki.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > utilities/ovs-pki.tmp 187s mv -f utilities/ovs-pki.tmp utilities/ovs-pki 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-pcap.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > utilities/ovs-pcap.tmp 187s mv -f utilities/ovs-pcap.tmp utilities/ovs-pcap 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-tcpdump.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > utilities/ovs-tcpdump.tmp 187s mv -f utilities/ovs-tcpdump.tmp utilities/ovs-tcpdump 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-tcpundump.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > utilities/ovs-tcpundump.tmp 187s mv -f utilities/ovs-tcpundump.tmp utilities/ovs-tcpundump 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-dpctl-top.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > utilities/ovs-dpctl-top.tmp 187s mv -f utilities/ovs-dpctl-top.tmp utilities/ovs-dpctl-top 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-l3ping.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > utilities/ovs-l3ping.tmp 187s mv -f utilities/ovs-l3ping.tmp utilities/ovs-l3ping 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-parse-backtrace.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > utilities/ovs-parse-backtrace.tmp 187s mv -f utilities/ovs-parse-backtrace.tmp utilities/ovs-parse-backtrace 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-test.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > utilities/ovs-test.tmp 187s mv -f utilities/ovs-test.tmp utilities/ovs-test 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-vlan-test.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > utilities/ovs-vlan-test.tmp 187s mv -f utilities/ovs-vlan-test.tmp utilities/ovs-vlan-test 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-sim.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > utilities/ovs-sim.tmp 187s mv -f utilities/ovs-sim.tmp utilities/ovs-sim 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../ovsdb/ovsdb-idlc.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > ovsdb/ovsdb-idlc.tmp 187s mv -f ovsdb/ovsdb-idlc.tmp ovsdb/ovsdb-idlc 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../ovsdb/ovsdb-dot.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > ovsdb/ovsdb-dot.tmp 187s mv -f ovsdb/ovsdb-dot.tmp ovsdb/ovsdb-dot 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/bugtool/ovs-bugtool.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > utilities/bugtool/ovs-bugtool.tmp 187s mv -f utilities/bugtool/ovs-bugtool.tmp utilities/bugtool/ovs-bugtool 187s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-check-dead-ifs.in | \ 187s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 187s sed \ 187s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 187s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 187s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 187s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 187s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 187s -e 's,[@]VERSION[@],3.4.90,g' \ 187s -e 's,[@]VERSION_SUFFIX[@],,g' \ 187s -e 's,[@]localstatedir[@],/var,g' \ 187s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 187s -e 's,[@]sysconfdir[@],/etc,g' \ 187s -e 's,[@]bindir[@],/usr/bin,g' \ 187s -e 's,[@]sbindir[@],/usr/sbin,g' \ 187s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 187s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 187s > utilities/ovs-check-dead-ifs.tmp 187s make[3]: Warning: File 'utilities/ovs-ctl.in' has modification time 17 s in the future 188s mv -f utilities/ovs-check-dead-ifs.tmp utilities/ovs-check-dead-ifs 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-ctl.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > utilities/ovs-ctl.tmp 188s mv -f utilities/ovs-ctl.tmp utilities/ovs-ctl 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-kmod-ctl.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > utilities/ovs-kmod-ctl.tmp 188s mv -f utilities/ovs-kmod-ctl.tmp utilities/ovs-kmod-ctl 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../ipsec/ovs-monitor-ipsec.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > ipsec/ovs-monitor-ipsec.tmp 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../vtep/ovs-vtep.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > vtep/ovs-vtep.tmp 188s mv -f ipsec/ovs-monitor-ipsec.tmp ipsec/ovs-monitor-ipsec 188s PYTHONIOENCODING=utf8 PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/extract-ofp-fields \ 188s --ovs-version=3.4.90 ovs-fields \ 188s ../include/openvswitch/meta-flow.h \ 188s ../lib/meta-flow.xml > lib/ovs-fields.7.tmp 188s mv -f vtep/ovs-vtep.tmp vtep/ovs-vtep 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-testcontroller.8.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > utilities/ovs-testcontroller.8.tmp 188s mv -f utilities/ovs-testcontroller.8.tmp utilities/ovs-testcontroller.8 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-dpctl.8.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > utilities/ovs-dpctl.8.tmp 188s mv -f utilities/ovs-dpctl.8.tmp utilities/ovs-dpctl.8 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-dpctl-top.8.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > utilities/ovs-dpctl-top.8.tmp 188s mv lib/ovs-fields.7.tmp lib/ovs-fields.7 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-ofctl.8.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > utilities/ovs-ofctl.8.tmp 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-pcap.1.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > utilities/ovs-pcap.1.tmp 188s mv -f utilities/ovs-dpctl-top.8.tmp utilities/ovs-dpctl-top.8 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-vsctl.8.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > utilities/ovs-vsctl.8.tmp 188s mv -f utilities/ovs-pcap.1.tmp utilities/ovs-pcap.1 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/bugtool/ovs-bugtool.8.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > utilities/bugtool/ovs-bugtool.8.tmp 188s mv -f utilities/ovs-ofctl.8.tmp utilities/ovs-ofctl.8 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../vswitchd/ovs-vswitchd.8.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > vswitchd/ovs-vswitchd.8.tmp 188s mv -f utilities/ovs-vsctl.8.tmp utilities/ovs-vsctl.8 188s mv -f utilities/bugtool/ovs-bugtool.8.tmp utilities/bugtool/ovs-bugtool.8 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-dot.in --no-arrows ../vswitchd/vswitch.ovsschema > vswitchd/vswitch.gv 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../ovsdb/ovsdb-tool.1.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > ovsdb/ovsdb-tool.1.tmp 188s mv -f vswitchd/ovs-vswitchd.8.tmp vswitchd/ovs-vswitchd.8 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../ovsdb/ovsdb-client.1.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > ovsdb/ovsdb-client.1.tmp 188s mv -f ovsdb/ovsdb-tool.1.tmp ovsdb/ovsdb-tool.1 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../ovsdb/ovsdb-server.1.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > ovsdb/ovsdb-server.1.tmp 188s mv -f ovsdb/ovsdb-client.1.tmp ovsdb/ovsdb-client.1 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-doc \ 188s --version=3.4.90 \ 188s ../ovsdb/_server.ovsschema \ 188s ../ovsdb/_server.xml > ovsdb/ovsdb-server.5.tmp && \ 188s mv ovsdb/ovsdb-server.5.tmp ovsdb/ovsdb-server.5 188s mv -f ovsdb/ovsdb-server.1.tmp ovsdb/ovsdb-server.1 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-doc \ 188s --version=3.4.90 \ 188s ../ovsdb/local-config.ovsschema \ 188s ../ovsdb/local-config.xml > ovsdb/ovsdb.local-config.5.tmp && \ 188s mv ovsdb/ovsdb.local-config.5.tmp ovsdb/ovsdb.local-config.5 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../vtep/vtep-ctl.8.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > vtep/vtep-ctl.8.tmp 188s mv -f vtep/vtep-ctl.8.tmp vtep/vtep-ctl.8 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-dot.in --no-arrows ../vtep/vtep.ovsschema > vtep/vtep.gv 188s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-lib.in | \ 188s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 188s sed \ 188s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 188s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 188s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 188s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 188s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 188s -e 's,[@]VERSION[@],3.4.90,g' \ 188s -e 's,[@]VERSION_SUFFIX[@],,g' \ 188s -e 's,[@]localstatedir[@],/var,g' \ 188s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 188s -e 's,[@]sysconfdir[@],/etc,g' \ 188s -e 's,[@]bindir[@],/usr/bin,g' \ 188s -e 's,[@]sbindir[@],/usr/sbin,g' \ 188s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 188s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 188s > utilities/ovs-lib.tmp 188s mv -f utilities/ovs-lib.tmp utilities/ovs-lib 188s sphinx-build -b html -W -n -d ./Documentation/_build/doctrees ../Documentation ./Documentation/_build/html && touch docs-check 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/check-structs -I../include ../include/openflow/intel-ext.h && \ 188s touch include/openflow/intel-ext.hstamp 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/check-structs -I../include ../include/openflow/netronome-ext.h && \ 188s touch include/openflow/netronome-ext.hstamp 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/check-structs -I../include ../include/openflow/nicira-ext.h && \ 188s touch include/openflow/nicira-ext.hstamp 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/check-structs -I../include ../include/openflow/openflow-1.0.h && \ 188s touch include/openflow/openflow-1.0.hstamp 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/check-structs -I../include ../include/openflow/openflow-1.1.h && \ 188s touch include/openflow/openflow-1.1.hstamp 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/check-structs -I../include ../include/openflow/openflow-1.2.h && \ 188s touch include/openflow/openflow-1.2.hstamp 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/check-structs -I../include ../include/openflow/openflow-1.3.h && \ 188s touch include/openflow/openflow-1.3.hstamp 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/check-structs -I../include ../include/openflow/openflow-1.4.h && \ 188s touch include/openflow/openflow-1.4.hstamp 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/check-structs -I../include ../include/openflow/openflow-1.5.h && \ 188s touch include/openflow/openflow-1.5.hstamp 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/check-structs -I../include ../include/openflow/openflow-common.h && \ 188s touch include/openflow/openflow-common.hstamp 188s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../build-aux/check-structs -I../include ../include/openflow/openflow.h && \ 188s touch include/openflow/openflow.hstamp 188s Running Sphinx v8.1.3 188s Cannot find 'ovs-sphinx-theme' package. Falling back to default theme. 188s loading translations [en]... touch cxx-check 188s done 188s ../build-aux/cksum-schema-check ../vswitchd/vswitch.ovsschema vswitchd/vswitch.ovsschema.stamp 188s ../build-aux/cksum-schema-check ../ovsdb/_server.ovsschema ovsdb/_server.ovsschema.stamp 188s ../build-aux/cksum-schema-check ../ovsdb/local-config.ovsschema ovsdb/local-config.ovsschema.stamp 188s ../build-aux/cksum-schema-check ../vtep/vtep.ovsschema vtep/vtep.ovsschema.stamp 188s depbase=`echo utilities/ovs-appctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 188s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT utilities/ovs-appctl.o -MD -MP -MF $depbase.Tpo -c -o utilities/ovs-appctl.o ../utilities/ovs-appctl.c &&\ 188s mv -f $depbase.Tpo $depbase.Po 188s depbase=`echo lib/aes128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 188s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/aes128.lo -MD -MP -MF $depbase.Tpo -c -o lib/aes128.lo ../lib/aes128.c &&\ 188s mv -f $depbase.Tpo $depbase.Plo 189s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/aes128.lo -MD -MP -MF lib/.deps/aes128.Tpo -c ../lib/aes128.c -o lib/aes128.o 189s depbase=`echo lib/backtrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 189s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/backtrace.lo -MD -MP -MF $depbase.Tpo -c -o lib/backtrace.lo ../lib/backtrace.c &&\ 189s mv -f $depbase.Tpo $depbase.Plo 189s making output directory... done 189s Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. 189s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/backtrace.lo -MD -MP -MF lib/.deps/backtrace.Tpo -c ../lib/backtrace.c -o lib/backtrace.o 189s depbase=`echo lib/bfd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 189s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/bfd.lo -MD -MP -MF $depbase.Tpo -c -o lib/bfd.lo ../lib/bfd.c &&\ 189s mv -f $depbase.Tpo $depbase.Plo 189s building [mo]: targets for 0 po files that are out of date 189s writing output... 189s building [html]: targets for 124 source files that are out of date 189s updating environment: [new config] 124 added, 0 changed, 0 removed 189s reading sources... [ 1%] contents 189s reading sources... [ 2%] faq/bareudp 189s reading sources... [ 2%] faq/configuration 189s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/bfd.lo -MD -MP -MF lib/.deps/bfd.Tpo -c ../lib/bfd.c -o lib/bfd.o 189s reading sources... [ 3%] faq/contributing 189s depbase=`echo lib/bundle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 189s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/bundle.lo -MD -MP -MF $depbase.Tpo -c -o lib/bundle.lo ../lib/bundle.c &&\ 189s mv -f $depbase.Tpo $depbase.Plo 189s reading sources... [ 4%] faq/design 189s reading sources... [ 5%] faq/general 189s reading sources... [ 6%] faq/index 189s reading sources... [ 6%] faq/issues 189s reading sources... [ 7%] faq/openflow 189s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/bundle.lo -MD -MP -MF lib/.deps/bundle.Tpo -c ../lib/bundle.c -o lib/bundle.o 189s reading sources... [ 8%] faq/qos 189s reading sources... [ 9%] faq/releases 189s reading sources... [ 10%] faq/terminology 189s reading sources... [ 10%] faq/vlan 189s reading sources... [ 11%] faq/vxlan 189s reading sources... [ 12%] howto/dpdk 189s reading sources... [ 13%] howto/index 189s reading sources... [ 14%] howto/ipsec 189s reading sources... [ 15%] howto/kvm 189s reading sources... [ 15%] howto/libvirt 189s reading sources... [ 16%] howto/lisp 189s reading sources... [ 17%] howto/qos 189s depbase=`echo lib/byteq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 189s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/byteq.lo -MD -MP -MF $depbase.Tpo -c -o lib/byteq.lo ../lib/byteq.c &&\ 189s mv -f $depbase.Tpo $depbase.Plo 189s reading sources... [ 18%] howto/selinux 189s reading sources... [ 19%] howto/sflow 189s reading sources... [ 19%] howto/ssl 189s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/byteq.lo -MD -MP -MF lib/.deps/byteq.Tpo -c ../lib/byteq.c -o lib/byteq.o 189s reading sources... [ 20%] howto/tc-offload 189s reading sources... [ 21%] howto/tunneling 189s reading sources... [ 22%] howto/userspace-tunneling 189s reading sources... [ 23%] howto/vlan 189s reading sources... [ 23%] howto/vtep 189s reading sources... [ 24%] index 189s reading sources... [ 25%] internals/authors 189s depbase=`echo lib/cfm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 189s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/cfm.lo -MD -MP -MF $depbase.Tpo -c -o lib/cfm.lo ../lib/cfm.c &&\ 189s mv -f $depbase.Tpo $depbase.Plo 189s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/cfm.lo -MD -MP -MF lib/.deps/cfm.Tpo -c ../lib/cfm.c -o lib/cfm.o 189s depbase=`echo lib/classifier.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 189s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/classifier.lo -MD -MP -MF $depbase.Tpo -c -o lib/classifier.lo ../lib/classifier.c &&\ 189s mv -f $depbase.Tpo $depbase.Plo 189s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/classifier.lo -MD -MP -MF lib/.deps/classifier.Tpo -c ../lib/classifier.c -o lib/classifier.o 189s reading sources... [ 26%] internals/bugs 189s reading sources... [ 27%] internals/charter 189s reading sources... [ 27%] internals/committer-emeritus-status 189s reading sources... [ 28%] internals/committer-grant-revocation 189s reading sources... [ 29%] internals/committer-responsibilities 190s reading sources... [ 30%] internals/contributing/backporting-patches 190s reading sources... [ 31%] internals/contributing/coding-style 190s reading sources... [ 31%] internals/contributing/coding-style-windows 190s reading sources... [ 32%] internals/contributing/documentation-style 190s reading sources... [ 33%] internals/contributing/inclusive-language 190s reading sources... [ 34%] internals/contributing/index 190s reading sources... [ 35%] internals/contributing/libopenvswitch-abi 190s reading sources... [ 35%] internals/contributing/submitting-patches 190s reading sources... [ 36%] internals/documentation 190s depbase=`echo lib/ccmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 190s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ccmap.lo -MD -MP -MF $depbase.Tpo -c -o lib/ccmap.lo ../lib/ccmap.c &&\ 190s mv -f $depbase.Tpo $depbase.Plo 190s reading sources... [ 37%] internals/index 190s reading sources... [ 38%] internals/mailing-lists 190s reading sources... [ 39%] internals/maintainers 190s reading sources... [ 40%] internals/patchwork 190s reading sources... [ 40%] internals/release-process 190s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ccmap.lo -MD -MP -MF lib/.deps/ccmap.Tpo -c ../lib/ccmap.c -o lib/ccmap.o 190s reading sources... [ 41%] internals/security 190s reading sources... [ 42%] intro/index 190s reading sources... [ 43%] intro/install/afxdp 190s reading sources... [ 44%] intro/install/bash-completion 190s reading sources... [ 44%] intro/install/debian 190s reading sources... [ 45%] intro/install/distributions 190s reading sources... [ 46%] intro/install/documentation 190s reading sources... [ 47%] intro/install/dpdk 190s reading sources... [ 48%] intro/install/fedora 190s reading sources... [ 48%] intro/install/general 190s reading sources... [ 49%] intro/install/index 190s reading sources... [ 50%] intro/install/netbsd 190s reading sources... [ 51%] intro/install/rhel 190s reading sources... [ 52%] intro/install/userspace 190s depbase=`echo lib/cmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 190s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/cmap.lo -MD -MP -MF $depbase.Tpo -c -o lib/cmap.lo ../lib/cmap.c &&\ 190s mv -f $depbase.Tpo $depbase.Plo 190s reading sources... [ 52%] intro/install/windows 190s reading sources... [ 53%] intro/what-is-ovs 190s reading sources... [ 54%] intro/why-ovs 190s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/cmap.lo -MD -MP -MF lib/.deps/cmap.Tpo -c ../lib/cmap.c -o lib/cmap.o 190s reading sources... [ 55%] ref/index 190s reading sources... [ 56%] ref/ovs-actions.7 190s depbase=`echo lib/colors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 190s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/colors.lo -MD -MP -MF $depbase.Tpo -c -o lib/colors.lo ../lib/colors.c &&\ 190s mv -f $depbase.Tpo $depbase.Plo 190s reading sources... [ 56%] ref/ovs-appctl.8 190s reading sources... [ 57%] ref/ovs-ctl.8 190s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/colors.lo -MD -MP -MF lib/.deps/colors.Tpo -c ../lib/colors.c -o lib/colors.o 190s depbase=`echo lib/command-line.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 190s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/command-line.lo -MD -MP -MF $depbase.Tpo -c -o lib/command-line.lo ../lib/command-line.c &&\ 190s mv -f $depbase.Tpo $depbase.Plo 190s reading sources... [ 58%] ref/ovs-flowviz.8 190s depbase=`echo lib/connectivity.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 190s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/connectivity.lo -MD -MP -MF $depbase.Tpo -c -o lib/connectivity.lo ../lib/connectivity.c &&\ 190s mv -f $depbase.Tpo $depbase.Plo 191s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/command-line.lo -MD -MP -MF lib/.deps/command-line.Tpo -c ../lib/command-line.c -o lib/command-line.o 191s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/connectivity.lo -MD -MP -MF lib/.deps/connectivity.Tpo -c ../lib/connectivity.c -o lib/connectivity.o 191s reading sources... [ 59%] ref/ovs-l3ping.8 191s depbase=`echo lib/conntrack-icmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 191s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/conntrack-icmp.lo -MD -MP -MF $depbase.Tpo -c -o lib/conntrack-icmp.lo ../lib/conntrack-icmp.c &&\ 191s mv -f $depbase.Tpo $depbase.Plo 191s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/conntrack-icmp.lo -MD -MP -MF lib/.deps/conntrack-icmp.Tpo -c ../lib/conntrack-icmp.c -o lib/conntrack-icmp.o 191s reading sources... [ 60%] ref/ovs-parse-backtrace.8 191s reading sources... [ 60%] ref/ovs-pki.8 191s reading sources... [ 61%] ref/ovs-sim.1 191s reading sources... [ 62%] ref/ovs-tcpdump.8 191s reading sources... [ 63%] ref/ovs-tcpundump.1 191s reading sources... [ 64%] ref/ovs-test.8 191s depbase=`echo lib/conntrack-tcp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 191s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/conntrack-tcp.lo -MD -MP -MF $depbase.Tpo -c -o lib/conntrack-tcp.lo ../lib/conntrack-tcp.c &&\ 191s mv -f $depbase.Tpo $depbase.Plo 191s reading sources... [ 65%] ref/ovs-vlan-test.8 191s reading sources... [ 65%] ref/ovsdb-server.7 191s depbase=`echo lib/conntrack-tp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 191s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/conntrack-tp.lo -MD -MP -MF $depbase.Tpo -c -o lib/conntrack-tp.lo ../lib/conntrack-tp.c &&\ 191s mv -f $depbase.Tpo $depbase.Plo 191s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/conntrack-tcp.lo -MD -MP -MF lib/.deps/conntrack-tcp.Tpo -c ../lib/conntrack-tcp.c -o lib/conntrack-tcp.o 191s reading sources... [ 66%] ref/ovsdb.5 191s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/conntrack-tp.lo -MD -MP -MF lib/.deps/conntrack-tp.Tpo -c ../lib/conntrack-tp.c -o lib/conntrack-tp.o 191s reading sources... [ 67%] ref/ovsdb.7 191s reading sources... [ 68%] topics/bonding 191s reading sources... [ 69%] topics/datapath 191s reading sources... [ 69%] topics/design 191s depbase=`echo lib/conntrack-other.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 191s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/conntrack-other.lo -MD -MP -MF $depbase.Tpo -c -o lib/conntrack-other.lo ../lib/conntrack-other.c &&\ 191s mv -f $depbase.Tpo $depbase.Plo 191s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/conntrack-other.lo -MD -MP -MF lib/.deps/conntrack-other.Tpo -c ../lib/conntrack-other.c -o lib/conntrack-other.o 191s depbase=`echo lib/conntrack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 191s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/conntrack.lo -MD -MP -MF $depbase.Tpo -c -o lib/conntrack.lo ../lib/conntrack.c &&\ 191s mv -f $depbase.Tpo $depbase.Plo 191s reading sources... [ 70%] topics/dpdk/bridge 191s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/conntrack.lo -MD -MP -MF lib/.deps/conntrack.Tpo -c ../lib/conntrack.c -o lib/conntrack.o 191s depbase=`echo lib/cooperative-multitasking.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 191s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/cooperative-multitasking.lo -MD -MP -MF $depbase.Tpo -c -o lib/cooperative-multitasking.lo ../lib/cooperative-multitasking.c &&\ 191s mv -f $depbase.Tpo $depbase.Plo 191s reading sources... [ 71%] topics/dpdk/index 191s reading sources... [ 72%] topics/dpdk/jumbo-frames 191s reading sources... [ 73%] topics/dpdk/memory 191s reading sources... [ 73%] topics/dpdk/phy 191s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/cooperative-multitasking.lo -MD -MP -MF lib/.deps/cooperative-multitasking.Tpo -c ../lib/cooperative-multitasking.c -o lib/cooperative-multitasking.o 191s reading sources... [ 74%] topics/dpdk/pmd 191s reading sources... [ 75%] topics/dpdk/qos 191s reading sources... [ 76%] topics/dpdk/vdev 191s reading sources... [ 77%] topics/dpdk/vhost-user 191s reading sources... [ 77%] topics/flow-visualization 191s reading sources... [ 78%] topics/fuzzing/index 191s reading sources... [ 79%] topics/fuzzing/ovs-fuzzers 191s reading sources... [ 80%] topics/fuzzing/ovs-fuzzing-infrastructure 191s depbase=`echo lib/coverage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 191s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/coverage.lo -MD -MP -MF $depbase.Tpo -c -o lib/coverage.lo ../lib/coverage.c &&\ 191s mv -f $depbase.Tpo $depbase.Plo 191s reading sources... [ 81%] topics/fuzzing/security-analysis-of-ovs-fuzzers 191s reading sources... [ 81%] topics/fuzzing/what-is-fuzzing 191s reading sources... [ 82%] topics/idl-compound-indexes 191s reading sources... [ 83%] topics/index 191s reading sources... [ 84%] topics/integration 191s reading sources... [ 85%] topics/language-bindings 191s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/coverage.lo -MD -MP -MF lib/.deps/coverage.Tpo -c ../lib/coverage.c -o lib/coverage.o 191s reading sources... [ 85%] topics/networking-namespaces 191s reading sources... [ 86%] topics/openflow 191s reading sources... [ 87%] topics/ovs-extensions 191s reading sources... [ 88%] topics/ovsdb-relay 191s reading sources... [ 89%] topics/ovsdb-replication 191s reading sources... [ 90%] topics/porting 191s reading sources... [ 90%] topics/record-replay 192s reading sources... [ 91%] topics/testing 192s reading sources... [ 92%] topics/tracing 192s reading sources... [ 93%] topics/usdt-probes 192s depbase=`echo lib/cpu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 192s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/cpu.lo -MD -MP -MF $depbase.Tpo -c -o lib/cpu.lo ../lib/cpu.c &&\ 192s mv -f $depbase.Tpo $depbase.Plo 192s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/cpu.lo -MD -MP -MF lib/.deps/cpu.Tpo -c ../lib/cpu.c -o lib/cpu.o 192s reading sources... [ 94%] topics/userspace-checksum-offloading 192s reading sources... [ 94%] topics/userspace-tso 192s depbase=`echo lib/crc32c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 192s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/crc32c.lo -MD -MP -MF $depbase.Tpo -c -o lib/crc32c.lo ../lib/crc32c.c &&\ 192s mv -f $depbase.Tpo $depbase.Plo 192s reading sources... [ 95%] topics/userspace-tx-steering 192s reading sources... [ 96%] topics/windows 192s reading sources... [ 97%] tutorials/faucet 192s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/crc32c.lo -MD -MP -MF lib/.deps/crc32c.Tpo -c ../lib/crc32c.c -o lib/crc32c.o 192s depbase=`echo lib/csum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 192s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/csum.lo -MD -MP -MF $depbase.Tpo -c -o lib/csum.lo ../lib/csum.c &&\ 192s mv -f $depbase.Tpo $depbase.Plo 192s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/csum.lo -MD -MP -MF lib/.deps/csum.Tpo -c ../lib/csum.c -o lib/csum.o 192s reading sources... [ 98%] tutorials/index 192s reading sources... [ 98%] tutorials/ipsec 192s reading sources... [ 99%] tutorials/ovs-advanced 192s depbase=`echo lib/ct-dpif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 192s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ct-dpif.lo -MD -MP -MF $depbase.Tpo -c -o lib/ct-dpif.lo ../lib/ct-dpif.c &&\ 192s mv -f $depbase.Tpo $depbase.Plo 192s reading sources... [100%] tutorials/ovs-conntrack 192s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ct-dpif.lo -MD -MP -MF lib/.deps/ct-dpif.Tpo -c ../lib/ct-dpif.c -o lib/ct-dpif.o 192s 192s looking for now-outdated files... none found 192s pickling environment... done 192s checking consistency... /tmp/autopkgtest.GlFz2E/build.uzZ/src/Documentation/intro/install/documentation.rst: document is referenced in multiple toctrees: ['contents', 'intro/install/index'], selecting: intro/install/index <- intro/install/documentation 192s /tmp/autopkgtest.GlFz2E/build.uzZ/src/Documentation/topics/dpdk/bridge.rst: document is referenced in multiple toctrees: ['howto/dpdk', 'topics/dpdk/index'], selecting: topics/dpdk/index <- topics/dpdk/bridge 192s /tmp/autopkgtest.GlFz2E/build.uzZ/src/Documentation/topics/dpdk/jumbo-frames.rst: document is referenced in multiple toctrees: ['howto/dpdk', 'topics/dpdk/index'], selecting: topics/dpdk/index <- topics/dpdk/jumbo-frames 192s /tmp/autopkgtest.GlFz2E/build.uzZ/src/Documentation/topics/dpdk/memory.rst: document is referenced in multiple toctrees: ['howto/dpdk', 'topics/dpdk/index'], selecting: topics/dpdk/index <- topics/dpdk/memory 192s /tmp/autopkgtest.GlFz2E/build.uzZ/src/Documentation/topics/dpdk/phy.rst: document is referenced in multiple toctrees: ['howto/dpdk', 'topics/dpdk/index'], selecting: topics/dpdk/index <- topics/dpdk/phy 192s /tmp/autopkgtest.GlFz2E/build.uzZ/src/Documentation/topics/dpdk/pmd.rst: document is referenced in multiple toctrees: ['howto/dpdk', 'topics/dpdk/index'], selecting: topics/dpdk/index <- topics/dpdk/pmd 192s /tmp/autopkgtest.GlFz2E/build.uzZ/src/Documentation/topics/dpdk/qos.rst: document is referenced in multiple toctrees: ['howto/dpdk', 'topics/dpdk/index'], selecting: topics/dpdk/index <- topics/dpdk/qos 192s /tmp/autopkgtest.GlFz2E/build.uzZ/src/Documentation/topics/dpdk/vdev.rst: document is referenced in multiple toctrees: ['howto/dpdk', 'topics/dpdk/index'], selecting: topics/dpdk/index <- topics/dpdk/vdev 192s /tmp/autopkgtest.GlFz2E/build.uzZ/src/Documentation/topics/dpdk/vhost-user.rst: document is referenced in multiple toctrees: ['howto/dpdk', 'topics/dpdk/index'], selecting: topics/dpdk/index <- topics/dpdk/vhost-user 192s done 192s preparing documents... done 192s copying assets... 192s copying static files... 192s Writing evaluated template result to /tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/Documentation/_build/html/_static/basic.css 192s Writing evaluated template result to /tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/Documentation/_build/html/_static/documentation_options.js 192s Writing evaluated template result to /tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/Documentation/_build/html/_static/language_data.js 192s Writing evaluated template result to /tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/Documentation/_build/html/_static/alabaster.css 192s copying static files: done 192s copying extra files... 192s copying extra files: done 192s copying assets: done 192s writing output... [ 1%] contents 192s depbase=`echo lib/daemon.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 192s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/daemon.lo -MD -MP -MF $depbase.Tpo -c -o lib/daemon.lo ../lib/daemon.c &&\ 192s mv -f $depbase.Tpo $depbase.Plo 192s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/daemon.lo -MD -MP -MF lib/.deps/daemon.Tpo -c ../lib/daemon.c -o lib/daemon.o 192s writing output... [ 2%] faq/bareudp 192s depbase=`echo lib/db-ctl-base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 192s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/db-ctl-base.lo -MD -MP -MF $depbase.Tpo -c -o lib/db-ctl-base.lo ../lib/db-ctl-base.c &&\ 192s mv -f $depbase.Tpo $depbase.Plo 192s writing output... [ 2%] faq/configuration 192s writing output... [ 3%] faq/contributing 192s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/db-ctl-base.lo -MD -MP -MF lib/.deps/db-ctl-base.Tpo -c ../lib/db-ctl-base.c -o lib/db-ctl-base.o 192s writing output... [ 4%] faq/design 192s writing output... [ 5%] faq/general 192s writing output... [ 6%] faq/index 192s writing output... [ 6%] faq/issues 192s writing output... [ 7%] faq/openflow 193s writing output... [ 8%] faq/qos 193s writing output... [ 9%] faq/releases 193s writing output... [ 10%] faq/terminology 193s writing output... [ 10%] faq/vlan 193s writing output... [ 11%] faq/vxlan 193s writing output... [ 12%] howto/dpdk 193s writing output... [ 13%] howto/index 193s writing output... [ 14%] howto/ipsec 193s writing output... [ 15%] howto/kvm 193s depbase=`echo lib/dummy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 193s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dummy.lo -MD -MP -MF $depbase.Tpo -c -o lib/dummy.lo ../lib/dummy.c &&\ 193s mv -f $depbase.Tpo $depbase.Plo 193s writing output... [ 15%] howto/libvirt 193s writing output... [ 16%] howto/lisp 193s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dummy.lo -MD -MP -MF lib/.deps/dummy.Tpo -c ../lib/dummy.c -o lib/dummy.o 193s writing output... [ 17%] howto/qos 193s writing output... [ 18%] howto/selinux 193s depbase=`echo lib/dpctl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 193s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpctl.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpctl.lo ../lib/dpctl.c &&\ 193s mv -f $depbase.Tpo $depbase.Plo 193s writing output... [ 19%] howto/sflow 193s writing output... [ 19%] howto/ssl 193s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpctl.lo -MD -MP -MF lib/.deps/dpctl.Tpo -c ../lib/dpctl.c -o lib/dpctl.o 193s writing output... [ 20%] howto/tc-offload 193s writing output... [ 21%] howto/tunneling 193s writing output... [ 22%] howto/userspace-tunneling 193s writing output... [ 23%] howto/vlan 193s writing output... [ 23%] howto/vtep 193s writing output... [ 24%] index 193s writing output... [ 25%] internals/authors 193s writing output... [ 26%] internals/bugs 193s writing output... [ 27%] internals/charter 193s writing output... [ 27%] internals/committer-emeritus-status 193s writing output... [ 28%] internals/committer-grant-revocation 193s writing output... [ 29%] internals/committer-responsibilities 193s writing output... [ 30%] internals/contributing/backporting-patches 193s writing output... [ 31%] internals/contributing/coding-style 193s depbase=`echo lib/dp-packet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 193s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dp-packet.lo -MD -MP -MF $depbase.Tpo -c -o lib/dp-packet.lo ../lib/dp-packet.c &&\ 193s mv -f $depbase.Tpo $depbase.Plo 193s writing output... [ 31%] internals/contributing/coding-style-windows 193s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dp-packet.lo -MD -MP -MF lib/.deps/dp-packet.Tpo -c ../lib/dp-packet.c -o lib/dp-packet.o 193s writing output... [ 32%] internals/contributing/documentation-style 194s writing output... [ 33%] internals/contributing/inclusive-language 194s writing output... [ 34%] internals/contributing/index 194s writing output... [ 35%] internals/contributing/libopenvswitch-abi 194s writing output... [ 35%] internals/contributing/submitting-patches 194s writing output... [ 36%] internals/documentation 194s writing output... [ 37%] internals/index 194s writing output... [ 38%] internals/mailing-lists 194s writing output... [ 39%] internals/maintainers 194s writing output... [ 40%] internals/patchwork 194s writing output... [ 40%] internals/release-process 194s writing output... [ 41%] internals/security 194s depbase=`echo lib/dp-packet-gso.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 194s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dp-packet-gso.lo -MD -MP -MF $depbase.Tpo -c -o lib/dp-packet-gso.lo ../lib/dp-packet-gso.c &&\ 194s mv -f $depbase.Tpo $depbase.Plo 194s writing output... [ 42%] intro/index 194s writing output... [ 43%] intro/install/afxdp 194s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dp-packet-gso.lo -MD -MP -MF lib/.deps/dp-packet-gso.Tpo -c ../lib/dp-packet-gso.c -o lib/dp-packet-gso.o 194s writing output... [ 44%] intro/install/bash-completion 194s writing output... [ 44%] intro/install/debian 194s writing output... [ 45%] intro/install/distributions 194s writing output... [ 46%] intro/install/documentation 194s writing output... [ 47%] intro/install/dpdk 194s writing output... [ 48%] intro/install/fedora 194s writing output... [ 48%] intro/install/general 194s depbase=`echo lib/dpif-netdev-extract-study.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 194s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpif-netdev-extract-study.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netdev-extract-study.lo ../lib/dpif-netdev-extract-study.c &&\ 194s mv -f $depbase.Tpo $depbase.Plo 194s depbase=`echo lib/dpif-netdev-lookup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 194s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpif-netdev-lookup.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netdev-lookup.lo ../lib/dpif-netdev-lookup.c &&\ 194s mv -f $depbase.Tpo $depbase.Plo 194s writing output... [ 49%] intro/install/index 194s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpif-netdev-extract-study.lo -MD -MP -MF lib/.deps/dpif-netdev-extract-study.Tpo -c ../lib/dpif-netdev-extract-study.c -o lib/dpif-netdev-extract-study.o 194s writing output... [ 50%] intro/install/netbsd 194s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpif-netdev-lookup.lo -MD -MP -MF lib/.deps/dpif-netdev-lookup.Tpo -c ../lib/dpif-netdev-lookup.c -o lib/dpif-netdev-lookup.o 194s writing output... [ 51%] intro/install/rhel 194s writing output... [ 52%] intro/install/userspace 194s writing output... [ 52%] intro/install/windows 194s depbase=`echo lib/dpif-netdev-lookup-autovalidator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 194s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpif-netdev-lookup-autovalidator.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netdev-lookup-autovalidator.lo ../lib/dpif-netdev-lookup-autovalidator.c &&\ 194s mv -f $depbase.Tpo $depbase.Plo 194s writing output... [ 53%] intro/what-is-ovs 194s depbase=`echo lib/dpif-netdev-lookup-generic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 194s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpif-netdev-lookup-generic.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netdev-lookup-generic.lo ../lib/dpif-netdev-lookup-generic.c &&\ 194s mv -f $depbase.Tpo $depbase.Plo 194s writing output... [ 54%] intro/why-ovs 194s writing output... [ 55%] ref/index 194s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpif-netdev-lookup-autovalidator.lo -MD -MP -MF lib/.deps/dpif-netdev-lookup-autovalidator.Tpo -c ../lib/dpif-netdev-lookup-autovalidator.c -o lib/dpif-netdev-lookup-autovalidator.o 195s writing output... [ 56%] ref/ovs-actions.7 195s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpif-netdev-lookup-generic.lo -MD -MP -MF lib/.deps/dpif-netdev-lookup-generic.Tpo -c ../lib/dpif-netdev-lookup-generic.c -o lib/dpif-netdev-lookup-generic.o 195s depbase=`echo lib/dpif-netdev.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 195s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpif-netdev.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netdev.lo ../lib/dpif-netdev.c &&\ 195s mv -f $depbase.Tpo $depbase.Plo 195s depbase=`echo lib/dpif-netdev-private-dfc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 195s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpif-netdev-private-dfc.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netdev-private-dfc.lo ../lib/dpif-netdev-private-dfc.c &&\ 195s mv -f $depbase.Tpo $depbase.Plo 195s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpif-netdev.lo -MD -MP -MF lib/.deps/dpif-netdev.Tpo -c ../lib/dpif-netdev.c -o lib/dpif-netdev.o 195s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpif-netdev-private-dfc.lo -MD -MP -MF lib/.deps/dpif-netdev-private-dfc.Tpo -c ../lib/dpif-netdev-private-dfc.c -o lib/dpif-netdev-private-dfc.o 195s writing output... [ 56%] ref/ovs-appctl.8 195s writing output... [ 57%] ref/ovs-ctl.8 195s writing output... [ 58%] ref/ovs-flowviz.8 195s depbase=`echo lib/dpif-netdev-private-dpif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 195s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpif-netdev-private-dpif.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netdev-private-dpif.lo ../lib/dpif-netdev-private-dpif.c &&\ 195s mv -f $depbase.Tpo $depbase.Plo 195s writing output... [ 59%] ref/ovs-l3ping.8 195s writing output... [ 60%] ref/ovs-parse-backtrace.8 195s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpif-netdev-private-dpif.lo -MD -MP -MF lib/.deps/dpif-netdev-private-dpif.Tpo -c ../lib/dpif-netdev-private-dpif.c -o lib/dpif-netdev-private-dpif.o 195s writing output... [ 60%] ref/ovs-pki.8 195s writing output... [ 61%] ref/ovs-sim.1 195s writing output... [ 62%] ref/ovs-tcpdump.8 195s writing output... [ 63%] ref/ovs-tcpundump.1 195s writing output... [ 64%] ref/ovs-test.8 195s writing output... [ 65%] ref/ovs-vlan-test.8 195s depbase=`echo lib/dpif-netdev-private-extract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 195s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpif-netdev-private-extract.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netdev-private-extract.lo ../lib/dpif-netdev-private-extract.c &&\ 195s mv -f $depbase.Tpo $depbase.Plo 195s writing output... [ 65%] ref/ovsdb-server.7 195s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpif-netdev-private-extract.lo -MD -MP -MF lib/.deps/dpif-netdev-private-extract.Tpo -c ../lib/dpif-netdev-private-extract.c -o lib/dpif-netdev-private-extract.o 195s writing output... [ 66%] ref/ovsdb.5 195s writing output... [ 67%] ref/ovsdb.7 195s writing output... [ 68%] topics/bonding 195s writing output... [ 69%] topics/datapath 195s depbase=`echo lib/dpif-netdev-perf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 195s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpif-netdev-perf.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netdev-perf.lo ../lib/dpif-netdev-perf.c &&\ 195s mv -f $depbase.Tpo $depbase.Plo 195s writing output... [ 69%] topics/design 195s depbase=`echo lib/dpif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 195s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dpif.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif.lo ../lib/dpif.c &&\ 195s mv -f $depbase.Tpo $depbase.Plo 195s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpif-netdev-perf.lo -MD -MP -MF lib/.deps/dpif-netdev-perf.Tpo -c ../lib/dpif-netdev-perf.c -o lib/dpif-netdev-perf.o 196s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dpif.lo -MD -MP -MF lib/.deps/dpif.Tpo -c ../lib/dpif.c -o lib/dpif.o 196s writing output... [ 70%] topics/dpdk/bridge 196s writing output... [ 71%] topics/dpdk/index 196s writing output... [ 72%] topics/dpdk/jumbo-frames 196s writing output... [ 73%] topics/dpdk/memory 196s writing output... [ 73%] topics/dpdk/phy 196s writing output... [ 74%] topics/dpdk/pmd 196s writing output... [ 75%] topics/dpdk/qos 196s writing output... [ 76%] topics/dpdk/vdev 196s writing output... [ 77%] topics/dpdk/vhost-user 196s writing output... [ 77%] topics/flow-visualization 196s writing output... [ 78%] topics/fuzzing/index 196s writing output... [ 79%] topics/fuzzing/ovs-fuzzers 196s depbase=`echo lib/heap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 196s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/heap.lo -MD -MP -MF $depbase.Tpo -c -o lib/heap.lo ../lib/heap.c &&\ 196s mv -f $depbase.Tpo $depbase.Plo 196s writing output... [ 80%] topics/fuzzing/ovs-fuzzing-infrastructure 196s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/heap.lo -MD -MP -MF lib/.deps/heap.Tpo -c ../lib/heap.c -o lib/heap.o 196s depbase=`echo lib/dynamic-string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 196s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dynamic-string.lo -MD -MP -MF $depbase.Tpo -c -o lib/dynamic-string.lo ../lib/dynamic-string.c &&\ 196s mv -f $depbase.Tpo $depbase.Plo 196s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dynamic-string.lo -MD -MP -MF lib/.deps/dynamic-string.Tpo -c ../lib/dynamic-string.c -o lib/dynamic-string.o 196s writing output... [ 81%] topics/fuzzing/security-analysis-of-ovs-fuzzers 196s writing output... [ 81%] topics/fuzzing/what-is-fuzzing 196s writing output... [ 82%] topics/idl-compound-indexes 196s writing output... [ 83%] topics/index 196s writing output... [ 84%] topics/integration 196s depbase=`echo lib/entropy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 196s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/entropy.lo -MD -MP -MF $depbase.Tpo -c -o lib/entropy.lo ../lib/entropy.c &&\ 196s mv -f $depbase.Tpo $depbase.Plo 196s writing output... [ 85%] topics/language-bindings 196s writing output... [ 85%] topics/networking-namespaces 196s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/entropy.lo -MD -MP -MF lib/.deps/entropy.Tpo -c ../lib/entropy.c -o lib/entropy.o 196s writing output... [ 86%] topics/openflow 196s writing output... [ 87%] topics/ovs-extensions 196s depbase=`echo lib/fat-rwlock.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 196s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/fat-rwlock.lo -MD -MP -MF $depbase.Tpo -c -o lib/fat-rwlock.lo ../lib/fat-rwlock.c &&\ 196s mv -f $depbase.Tpo $depbase.Plo 196s writing output... [ 88%] topics/ovsdb-relay 196s writing output... [ 89%] topics/ovsdb-replication 196s depbase=`echo lib/fatal-signal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 196s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/fatal-signal.lo -MD -MP -MF $depbase.Tpo -c -o lib/fatal-signal.lo ../lib/fatal-signal.c &&\ 196s mv -f $depbase.Tpo $depbase.Plo 196s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/fat-rwlock.lo -MD -MP -MF lib/.deps/fat-rwlock.Tpo -c ../lib/fat-rwlock.c -o lib/fat-rwlock.o 196s writing output... [ 90%] topics/porting 197s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/fatal-signal.lo -MD -MP -MF lib/.deps/fatal-signal.Tpo -c ../lib/fatal-signal.c -o lib/fatal-signal.o 197s writing output... [ 90%] topics/record-replay 197s writing output... [ 91%] topics/testing 197s depbase=`echo lib/flow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 197s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/flow.lo -MD -MP -MF $depbase.Tpo -c -o lib/flow.lo ../lib/flow.c &&\ 197s mv -f $depbase.Tpo $depbase.Plo 197s writing output... [ 92%] topics/tracing 197s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/flow.lo -MD -MP -MF lib/.deps/flow.Tpo -c ../lib/flow.c -o lib/flow.o 197s writing output... [ 93%] topics/usdt-probes 197s depbase=`echo lib/guarded-list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 197s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/guarded-list.lo -MD -MP -MF $depbase.Tpo -c -o lib/guarded-list.lo ../lib/guarded-list.c &&\ 197s mv -f $depbase.Tpo $depbase.Plo 197s writing output... [ 94%] topics/userspace-checksum-offloading 197s writing output... [ 94%] topics/userspace-tso 197s writing output... [ 95%] topics/userspace-tx-steering 197s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/guarded-list.lo -MD -MP -MF lib/.deps/guarded-list.Tpo -c ../lib/guarded-list.c -o lib/guarded-list.o 197s writing output... [ 96%] topics/windows 197s writing output... [ 97%] tutorials/faucet 197s depbase=`echo lib/hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 197s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/hash.lo -MD -MP -MF $depbase.Tpo -c -o lib/hash.lo ../lib/hash.c &&\ 197s mv -f $depbase.Tpo $depbase.Plo 197s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/hash.lo -MD -MP -MF lib/.deps/hash.Tpo -c ../lib/hash.c -o lib/hash.o 197s writing output... [ 98%] tutorials/index 197s writing output... [ 98%] tutorials/ipsec 197s writing output... [ 99%] tutorials/ovs-advanced 197s depbase=`echo lib/hindex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 197s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/hindex.lo -MD -MP -MF $depbase.Tpo -c -o lib/hindex.lo ../lib/hindex.c &&\ 197s mv -f $depbase.Tpo $depbase.Plo 197s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/hindex.lo -MD -MP -MF lib/.deps/hindex.Tpo -c ../lib/hindex.c -o lib/hindex.o 197s writing output... [100%] tutorials/ovs-conntrack 197s 197s generating indices... genindex done 197s writing additional pages... search done 197s copying images... [ 20%] howto/qos.png 197s copying images... [ 40%] howto/sflow.png 197s copying images... [ 60%] howto/tunneling.png 197s copying images... [ 80%] howto/vlan.png 197s copying images... [100%] _static/overview.png 197s 197s dumping search index in English (code: en)... depbase=`echo lib/hmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 197s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/hmap.lo -MD -MP -MF $depbase.Tpo -c -o lib/hmap.lo ../lib/hmap.c &&\ 197s mv -f $depbase.Tpo $depbase.Plo 197s done 197s dumping object inventory... done 197s build succeeded. 197s 197s The HTML pages are in Documentation/_build/html. 197s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/hmap.lo -MD -MP -MF lib/.deps/hmap.Tpo -c ../lib/hmap.c -o lib/hmap.o 198s depbase=`echo lib/hmapx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 198s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/hmapx.lo -MD -MP -MF $depbase.Tpo -c -o lib/hmapx.lo ../lib/hmapx.c &&\ 198s mv -f $depbase.Tpo $depbase.Plo 198s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/hmapx.lo -MD -MP -MF lib/.deps/hmapx.Tpo -c ../lib/hmapx.c -o lib/hmapx.o 198s sphinx-build -b man -W -n -d ./Documentation/_build/doctrees ../Documentation ./Documentation/_build/man && touch docs-check 198s depbase=`echo lib/id-fpool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 198s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/id-fpool.lo -MD -MP -MF $depbase.Tpo -c -o lib/id-fpool.lo ../lib/id-fpool.c &&\ 198s mv -f $depbase.Tpo $depbase.Plo 198s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/id-fpool.lo -MD -MP -MF lib/.deps/id-fpool.Tpo -c ../lib/id-fpool.c -o lib/id-fpool.o 198s Running Sphinx v8.1.3 198s Cannot find 'ovs-sphinx-theme' package. Falling back to default theme. 198s loading translations [en]... done 198s depbase=`echo lib/id-pool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 198s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/id-pool.lo -MD -MP -MF $depbase.Tpo -c -o lib/id-pool.lo ../lib/id-pool.c &&\ 198s mv -f $depbase.Tpo $depbase.Plo 198s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/id-pool.lo -MD -MP -MF lib/.deps/id-pool.Tpo -c ../lib/id-pool.c -o lib/id-pool.o 198s making output directory... done 198s Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. 198s loading pickled environment... done 198s building [mo]: targets for 0 po files that are out of date 198s writing output... 198s building [man]: all manpages 198s updating environment: 0 added, 0 changed, 0 removed 198s reading sources... 198s looking for now-outdated files... none found 198s preparing documents... done 198s copying assets... 198s copying assets: done 198s writing... ovs-actions.7 { 198s depbase=`echo lib/if-notifier-manual.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 198s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/if-notifier-manual.lo -MD -MP -MF $depbase.Tpo -c -o lib/if-notifier-manual.lo ../lib/if-notifier-manual.c &&\ 198s mv -f $depbase.Tpo $depbase.Plo 198s } libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/if-notifier-manual.lo -MD -MP -MF lib/.deps/if-notifier-manual.Tpo -c ../lib/if-notifier-manual.c -o lib/if-notifier-manual.o 198s depbase=`echo lib/ipf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 198s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ipf.lo -MD -MP -MF $depbase.Tpo -c -o lib/ipf.lo ../lib/ipf.c &&\ 198s mv -f $depbase.Tpo $depbase.Plo 198s ovs-appctl.8 { 198s } ovs-ctl.8 { 198s } libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ipf.lo -MD -MP -MF lib/.deps/ipf.Tpo -c ../lib/ipf.c -o lib/ipf.o 198s ovs-flowviz.8 { 198s } ovs-l3ping.8 { 198s } ovs-parse-backtrace.8 { 198s } ovs-pki.8 { 198s depbase=`echo lib/jhash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 198s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/jhash.lo -MD -MP -MF $depbase.Tpo -c -o lib/jhash.lo ../lib/jhash.c &&\ 198s mv -f $depbase.Tpo $depbase.Plo 198s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/jhash.lo -MD -MP -MF lib/.deps/jhash.Tpo -c ../lib/jhash.c -o lib/jhash.o 198s } ovs-sim.1 { 199s } ovs-tcpdump.8 { 199s } ovs-tcpundump.1 { 199s } ovs-test.8 { 199s } ovs-vlan-test.8 { 199s } ovsdb-server.7 { 199s } depbase=`echo lib/json.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 199s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/json.lo -MD -MP -MF $depbase.Tpo -c -o lib/json.lo ../lib/json.c &&\ 199s mv -f $depbase.Tpo $depbase.Plo 199s ovsdb.5 { 199s } libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/json.lo -MD -MP -MF lib/.deps/json.Tpo -c ../lib/json.c -o lib/json.o 199s ovsdb.7 { 199s } done 199s build succeeded. 199s 199s The manual pages are in Documentation/_build/man. 199s depbase=`echo lib/jsonrpc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 199s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/jsonrpc.lo -MD -MP -MF $depbase.Tpo -c -o lib/jsonrpc.lo ../lib/jsonrpc.c &&\ 199s mv -f $depbase.Tpo $depbase.Plo 199s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/jsonrpc.lo -MD -MP -MF lib/.deps/jsonrpc.Tpo -c ../lib/jsonrpc.c -o lib/jsonrpc.o 199s depbase=`echo lib/lacp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 199s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/lacp.lo -MD -MP -MF $depbase.Tpo -c -o lib/lacp.lo ../lib/lacp.c &&\ 199s mv -f $depbase.Tpo $depbase.Plo 199s depbase=`echo lib/learn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 199s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/learn.lo -MD -MP -MF $depbase.Tpo -c -o lib/learn.lo ../lib/learn.c &&\ 199s mv -f $depbase.Tpo $depbase.Plo 199s depbase=`echo lib/learning-switch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 199s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/learning-switch.lo -MD -MP -MF $depbase.Tpo -c -o lib/learning-switch.lo ../lib/learning-switch.c &&\ 199s mv -f $depbase.Tpo $depbase.Plo 199s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/lacp.lo -MD -MP -MF lib/.deps/lacp.Tpo -c ../lib/lacp.c -o lib/lacp.o 199s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/learn.lo -MD -MP -MF lib/.deps/learn.Tpo -c ../lib/learn.c -o lib/learn.o 199s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/learning-switch.lo -MD -MP -MF lib/.deps/learning-switch.Tpo -c ../lib/learning-switch.c -o lib/learning-switch.o 200s depbase=`echo lib/lockfile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 200s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/lockfile.lo -MD -MP -MF $depbase.Tpo -c -o lib/lockfile.lo ../lib/lockfile.c &&\ 200s mv -f $depbase.Tpo $depbase.Plo 200s depbase=`echo lib/mac-learning.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 200s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/mac-learning.lo -MD -MP -MF $depbase.Tpo -c -o lib/mac-learning.lo ../lib/mac-learning.c &&\ 200s mv -f $depbase.Tpo $depbase.Plo 200s depbase=`echo lib/match.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 200s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/match.lo -MD -MP -MF $depbase.Tpo -c -o lib/match.lo ../lib/match.c &&\ 200s mv -f $depbase.Tpo $depbase.Plo 200s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/match.lo -MD -MP -MF lib/.deps/match.Tpo -c ../lib/match.c -o lib/match.o 200s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/mac-learning.lo -MD -MP -MF lib/.deps/mac-learning.Tpo -c ../lib/mac-learning.c -o lib/mac-learning.o 200s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/lockfile.lo -MD -MP -MF lib/.deps/lockfile.Tpo -c ../lib/lockfile.c -o lib/lockfile.o 200s depbase=`echo lib/mcast-snooping.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 200s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/mcast-snooping.lo -MD -MP -MF $depbase.Tpo -c -o lib/mcast-snooping.lo ../lib/mcast-snooping.c &&\ 200s mv -f $depbase.Tpo $depbase.Plo 200s depbase=`echo lib/memory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 200s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/memory.lo -MD -MP -MF $depbase.Tpo -c -o lib/memory.lo ../lib/memory.c &&\ 200s mv -f $depbase.Tpo $depbase.Plo 200s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/mcast-snooping.lo -MD -MP -MF lib/.deps/mcast-snooping.Tpo -c ../lib/mcast-snooping.c -o lib/mcast-snooping.o 200s depbase=`echo lib/meta-flow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 200s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/meta-flow.lo -MD -MP -MF $depbase.Tpo -c -o lib/meta-flow.lo ../lib/meta-flow.c &&\ 200s mv -f $depbase.Tpo $depbase.Plo 200s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/memory.lo -MD -MP -MF lib/.deps/memory.Tpo -c ../lib/memory.c -o lib/memory.o 200s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/meta-flow.lo -MD -MP -MF lib/.deps/meta-flow.Tpo -c ../lib/meta-flow.c -o lib/meta-flow.o 200s depbase=`echo lib/mpsc-queue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 200s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/mpsc-queue.lo -MD -MP -MF $depbase.Tpo -c -o lib/mpsc-queue.lo ../lib/mpsc-queue.c &&\ 200s mv -f $depbase.Tpo $depbase.Plo 200s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/mpsc-queue.lo -MD -MP -MF lib/.deps/mpsc-queue.Tpo -c ../lib/mpsc-queue.c -o lib/mpsc-queue.o 200s depbase=`echo lib/multipath.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 200s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/multipath.lo -MD -MP -MF $depbase.Tpo -c -o lib/multipath.lo ../lib/multipath.c &&\ 200s mv -f $depbase.Tpo $depbase.Plo 200s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/multipath.lo -MD -MP -MF lib/.deps/multipath.Tpo -c ../lib/multipath.c -o lib/multipath.o 200s depbase=`echo lib/namemap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 200s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/namemap.lo -MD -MP -MF $depbase.Tpo -c -o lib/namemap.lo ../lib/namemap.c &&\ 200s mv -f $depbase.Tpo $depbase.Plo 200s depbase=`echo lib/netdev-dummy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 200s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netdev-dummy.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev-dummy.lo ../lib/netdev-dummy.c &&\ 200s mv -f $depbase.Tpo $depbase.Plo 200s depbase=`echo lib/netdev-offload.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 200s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netdev-offload.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev-offload.lo ../lib/netdev-offload.c &&\ 200s mv -f $depbase.Tpo $depbase.Plo 201s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/namemap.lo -MD -MP -MF lib/.deps/namemap.Tpo -c ../lib/namemap.c -o lib/namemap.o 201s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netdev-dummy.lo -MD -MP -MF lib/.deps/netdev-dummy.Tpo -c ../lib/netdev-dummy.c -o lib/netdev-dummy.o 201s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netdev-offload.lo -MD -MP -MF lib/.deps/netdev-offload.Tpo -c ../lib/netdev-offload.c -o lib/netdev-offload.o 201s depbase=`echo lib/netdev-vport.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 201s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netdev-vport.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev-vport.lo ../lib/netdev-vport.c &&\ 201s mv -f $depbase.Tpo $depbase.Plo 201s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netdev-vport.lo -MD -MP -MF lib/.deps/netdev-vport.Tpo -c ../lib/netdev-vport.c -o lib/netdev-vport.o 201s depbase=`echo lib/netdev.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 201s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netdev.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev.lo ../lib/netdev.c &&\ 201s mv -f $depbase.Tpo $depbase.Plo 201s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netdev.lo -MD -MP -MF lib/.deps/netdev.Tpo -c ../lib/netdev.c -o lib/netdev.o 201s depbase=`echo lib/netlink.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 201s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/netlink.lo -MD -MP -MF $depbase.Tpo -c -o lib/netlink.lo ../lib/netlink.c &&\ 201s mv -f $depbase.Tpo $depbase.Plo 201s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/netlink.lo -MD -MP -MF lib/.deps/netlink.Tpo -c ../lib/netlink.c -o lib/netlink.o 201s depbase=`echo lib/nx-match.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 201s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/nx-match.lo -MD -MP -MF $depbase.Tpo -c -o lib/nx-match.lo ../lib/nx-match.c &&\ 201s mv -f $depbase.Tpo $depbase.Plo 201s depbase=`echo lib/object-collection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 201s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/object-collection.lo -MD -MP -MF $depbase.Tpo -c -o lib/object-collection.lo ../lib/object-collection.c &&\ 201s mv -f $depbase.Tpo $depbase.Plo 201s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/nx-match.lo -MD -MP -MF lib/.deps/nx-match.Tpo -c ../lib/nx-match.c -o lib/nx-match.o 201s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/object-collection.lo -MD -MP -MF lib/.deps/object-collection.Tpo -c ../lib/object-collection.c -o lib/object-collection.o 202s depbase=`echo lib/odp-execute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 202s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/odp-execute.lo -MD -MP -MF $depbase.Tpo -c -o lib/odp-execute.lo ../lib/odp-execute.c &&\ 202s mv -f $depbase.Tpo $depbase.Plo 202s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/odp-execute.lo -MD -MP -MF lib/.deps/odp-execute.Tpo -c ../lib/odp-execute.c -o lib/odp-execute.o 202s depbase=`echo lib/odp-execute-private.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 202s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/odp-execute-private.lo -MD -MP -MF $depbase.Tpo -c -o lib/odp-execute-private.lo ../lib/odp-execute-private.c &&\ 202s mv -f $depbase.Tpo $depbase.Plo 202s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/odp-execute-private.lo -MD -MP -MF lib/.deps/odp-execute-private.Tpo -c ../lib/odp-execute-private.c -o lib/odp-execute-private.o 202s depbase=`echo lib/odp-util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 202s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/odp-util.lo -MD -MP -MF $depbase.Tpo -c -o lib/odp-util.lo ../lib/odp-util.c &&\ 202s mv -f $depbase.Tpo $depbase.Plo 202s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/odp-util.lo -MD -MP -MF lib/.deps/odp-util.Tpo -c ../lib/odp-util.c -o lib/odp-util.o 202s depbase=`echo lib/ofp-actions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 202s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-actions.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-actions.lo ../lib/ofp-actions.c &&\ 202s mv -f $depbase.Tpo $depbase.Plo 202s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-actions.lo -MD -MP -MF lib/.deps/ofp-actions.Tpo -c ../lib/ofp-actions.c -o lib/ofp-actions.o 202s depbase=`echo lib/ofp-errors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 202s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-errors.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-errors.lo ../lib/ofp-errors.c &&\ 202s mv -f $depbase.Tpo $depbase.Plo 202s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-errors.lo -MD -MP -MF lib/.deps/ofp-errors.Tpo -c ../lib/ofp-errors.c -o lib/ofp-errors.o 202s depbase=`echo lib/ofp-msgs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 202s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/ofp-msgs.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-msgs.lo ../lib/ofp-msgs.c &&\ 202s mv -f $depbase.Tpo $depbase.Plo 203s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/ofp-msgs.lo -MD -MP -MF lib/.deps/ofp-msgs.Tpo -c ../lib/ofp-msgs.c -o lib/ofp-msgs.o 203s depbase=`echo lib/lldp/lldp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 203s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/lldp/lldp.lo -MD -MP -MF $depbase.Tpo -c -o lib/lldp/lldp.lo ../lib/lldp/lldp.c &&\ 203s mv -f $depbase.Tpo $depbase.Plo 203s depbase=`echo lib/lldp/lldpd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 203s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/lldp/lldpd.lo -MD -MP -MF $depbase.Tpo -c -o lib/lldp/lldpd.lo ../lib/lldp/lldpd.c &&\ 203s mv -f $depbase.Tpo $depbase.Plo 203s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/lldp/lldp.lo -MD -MP -MF lib/lldp/.deps/lldp.Tpo -c ../lib/lldp/lldp.c -o lib/lldp/lldp.o 203s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/lldp/lldpd.lo -MD -MP -MF lib/lldp/.deps/lldpd.Tpo -c ../lib/lldp/lldpd.c -o lib/lldp/lldpd.o 203s depbase=`echo lib/lldp/lldpd-structs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 203s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/lldp/lldpd-structs.lo -MD -MP -MF $depbase.Tpo -c -o lib/lldp/lldpd-structs.lo ../lib/lldp/lldpd-structs.c &&\ 203s mv -f $depbase.Tpo $depbase.Plo 203s depbase=`echo lib/dirs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 203s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT lib/dirs.lo -MD -MP -MF $depbase.Tpo -c -o lib/dirs.lo lib/dirs.c &&\ 203s mv -f $depbase.Tpo $depbase.Plo 203s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/lldp/lldpd-structs.lo -MD -MP -MF lib/lldp/.deps/lldpd-structs.Tpo -c ../lib/lldp/lldpd-structs.c -o lib/lldp/lldpd-structs.o 203s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT lib/dirs.lo -MD -MP -MF lib/.deps/dirs.Tpo -c lib/dirs.c -o lib/dirs.o 204s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-bond.lo -MD -MP -MF ofproto/.deps/libofproto_la-bond.Tpo -c -o ofproto/libofproto_la-bond.lo `test -f 'ofproto/bond.c' || echo '../'`ofproto/bond.c 204s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-collectors.lo -MD -MP -MF ofproto/.deps/libofproto_la-collectors.Tpo -c -o ofproto/libofproto_la-collectors.lo `test -f 'ofproto/collectors.c' || echo '../'`ofproto/collectors.c 204s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-bond.lo -MD -MP -MF ofproto/.deps/libofproto_la-bond.Tpo -c ../ofproto/bond.c -o ofproto/libofproto_la-bond.o 204s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-collectors.lo -MD -MP -MF ofproto/.deps/libofproto_la-collectors.Tpo -c ../ofproto/collectors.c -o ofproto/libofproto_la-collectors.o 204s mv -f ofproto/.deps/libofproto_la-collectors.Tpo ofproto/.deps/libofproto_la-collectors.Plo 204s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-connmgr.lo -MD -MP -MF ofproto/.deps/libofproto_la-connmgr.Tpo -c -o ofproto/libofproto_la-connmgr.lo `test -f 'ofproto/connmgr.c' || echo '../'`ofproto/connmgr.c 204s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-connmgr.lo -MD -MP -MF ofproto/.deps/libofproto_la-connmgr.Tpo -c ../ofproto/connmgr.c -o ofproto/libofproto_la-connmgr.o 205s mv -f ofproto/.deps/libofproto_la-bond.Tpo ofproto/.deps/libofproto_la-bond.Plo 205s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-fail-open.lo -MD -MP -MF ofproto/.deps/libofproto_la-fail-open.Tpo -c -o ofproto/libofproto_la-fail-open.lo `test -f 'ofproto/fail-open.c' || echo '../'`ofproto/fail-open.c 205s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-fail-open.lo -MD -MP -MF ofproto/.deps/libofproto_la-fail-open.Tpo -c ../ofproto/fail-open.c -o ofproto/libofproto_la-fail-open.o 205s mv -f ofproto/.deps/libofproto_la-fail-open.Tpo ofproto/.deps/libofproto_la-fail-open.Plo 205s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-in-band.lo -MD -MP -MF ofproto/.deps/libofproto_la-in-band.Tpo -c -o ofproto/libofproto_la-in-band.lo `test -f 'ofproto/in-band.c' || echo '../'`ofproto/in-band.c 205s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-in-band.lo -MD -MP -MF ofproto/.deps/libofproto_la-in-band.Tpo -c ../ofproto/in-band.c -o ofproto/libofproto_la-in-band.o 205s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-names.lo -MD -MP -MF ofproto/.deps/libofproto_la-names.Tpo -c -o ofproto/libofproto_la-names.lo `test -f 'ofproto/names.c' || echo '../'`ofproto/names.c 205s mv -f ofproto/.deps/libofproto_la-connmgr.Tpo ofproto/.deps/libofproto_la-connmgr.Plo 205s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-netflow.lo -MD -MP -MF ofproto/.deps/libofproto_la-netflow.Tpo -c -o ofproto/libofproto_la-netflow.lo `test -f 'ofproto/netflow.c' || echo '../'`ofproto/netflow.c 205s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-names.lo -MD -MP -MF ofproto/.deps/libofproto_la-names.Tpo -c ../ofproto/names.c -o ofproto/libofproto_la-names.o 205s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-netflow.lo -MD -MP -MF ofproto/.deps/libofproto_la-netflow.Tpo -c ../ofproto/netflow.c -o ofproto/libofproto_la-netflow.o 205s mv -f ofproto/.deps/libofproto_la-names.Tpo ofproto/.deps/libofproto_la-names.Plo 205s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-ofproto.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto.Tpo -c -o ofproto/libofproto_la-ofproto.lo `test -f 'ofproto/ofproto.c' || echo '../'`ofproto/ofproto.c 205s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-ofproto.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto.Tpo -c ../ofproto/ofproto.c -o ofproto/libofproto_la-ofproto.o 205s mv -f ofproto/.deps/libofproto_la-in-band.Tpo ofproto/.deps/libofproto_la-in-band.Plo 205s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-ofproto-dpif.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif.Tpo -c -o ofproto/libofproto_la-ofproto-dpif.lo `test -f 'ofproto/ofproto-dpif.c' || echo '../'`ofproto/ofproto-dpif.c 206s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-ofproto-dpif.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif.Tpo -c ../ofproto/ofproto-dpif.c -o ofproto/libofproto_la-ofproto-dpif.o 206s mv -f ofproto/.deps/libofproto_la-netflow.Tpo ofproto/.deps/libofproto_la-netflow.Plo 206s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-ofproto-dpif-ipfix.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-ipfix.Tpo -c -o ofproto/libofproto_la-ofproto-dpif-ipfix.lo `test -f 'ofproto/ofproto-dpif-ipfix.c' || echo '../'`ofproto/ofproto-dpif-ipfix.c 206s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-ofproto-dpif-ipfix.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-ipfix.Tpo -c ../ofproto/ofproto-dpif-ipfix.c -o ofproto/libofproto_la-ofproto-dpif-ipfix.o 206s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-ofproto-dpif-lsample.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-lsample.Tpo -c -o ofproto/libofproto_la-ofproto-dpif-lsample.lo `test -f 'ofproto/ofproto-dpif-lsample.c' || echo '../'`ofproto/ofproto-dpif-lsample.c 206s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-ofproto-dpif-lsample.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-lsample.Tpo -c ../ofproto/ofproto-dpif-lsample.c -o ofproto/libofproto_la-ofproto-dpif-lsample.o 206s mv -f ofproto/.deps/libofproto_la-ofproto-dpif-lsample.Tpo ofproto/.deps/libofproto_la-ofproto-dpif-lsample.Plo 206s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-ofproto-dpif-mirror.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-mirror.Tpo -c -o ofproto/libofproto_la-ofproto-dpif-mirror.lo `test -f 'ofproto/ofproto-dpif-mirror.c' || echo '../'`ofproto/ofproto-dpif-mirror.c 206s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-ofproto-dpif-mirror.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-mirror.Tpo -c ../ofproto/ofproto-dpif-mirror.c -o ofproto/libofproto_la-ofproto-dpif-mirror.o 207s mv -f ofproto/.deps/libofproto_la-ofproto-dpif-mirror.Tpo ofproto/.deps/libofproto_la-ofproto-dpif-mirror.Plo 207s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-ofproto-dpif-monitor.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-monitor.Tpo -c -o ofproto/libofproto_la-ofproto-dpif-monitor.lo `test -f 'ofproto/ofproto-dpif-monitor.c' || echo '../'`ofproto/ofproto-dpif-monitor.c 207s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-ofproto-dpif-monitor.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-monitor.Tpo -c ../ofproto/ofproto-dpif-monitor.c -o ofproto/libofproto_la-ofproto-dpif-monitor.o 207s mv -f ofproto/.deps/libofproto_la-ofproto-dpif-monitor.Tpo ofproto/.deps/libofproto_la-ofproto-dpif-monitor.Plo 207s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-ofproto-dpif-rid.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-rid.Tpo -c -o ofproto/libofproto_la-ofproto-dpif-rid.lo `test -f 'ofproto/ofproto-dpif-rid.c' || echo '../'`ofproto/ofproto-dpif-rid.c 207s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-ofproto-dpif-rid.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-rid.Tpo -c ../ofproto/ofproto-dpif-rid.c -o ofproto/libofproto_la-ofproto-dpif-rid.o 207s mv -f ofproto/.deps/libofproto_la-ofproto-dpif-ipfix.Tpo ofproto/.deps/libofproto_la-ofproto-dpif-ipfix.Plo 207s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-ofproto-dpif-sflow.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-sflow.Tpo -c -o ofproto/libofproto_la-ofproto-dpif-sflow.lo `test -f 'ofproto/ofproto-dpif-sflow.c' || echo '../'`ofproto/ofproto-dpif-sflow.c 207s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-ofproto-dpif-sflow.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-sflow.Tpo -c ../ofproto/ofproto-dpif-sflow.c -o ofproto/libofproto_la-ofproto-dpif-sflow.o 207s mv -f ofproto/.deps/libofproto_la-ofproto-dpif-rid.Tpo ofproto/.deps/libofproto_la-ofproto-dpif-rid.Plo 207s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-ofproto-dpif-trace.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-trace.Tpo -c -o ofproto/libofproto_la-ofproto-dpif-trace.lo `test -f 'ofproto/ofproto-dpif-trace.c' || echo '../'`ofproto/ofproto-dpif-trace.c 208s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-ofproto-dpif-trace.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-trace.Tpo -c ../ofproto/ofproto-dpif-trace.c -o ofproto/libofproto_la-ofproto-dpif-trace.o 208s mv -f ofproto/.deps/libofproto_la-ofproto-dpif-trace.Tpo ofproto/.deps/libofproto_la-ofproto-dpif-trace.Plo 208s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-ofproto-dpif-upcall.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-upcall.Tpo -c -o ofproto/libofproto_la-ofproto-dpif-upcall.lo `test -f 'ofproto/ofproto-dpif-upcall.c' || echo '../'`ofproto/ofproto-dpif-upcall.c 208s mv -f ofproto/.deps/libofproto_la-ofproto-dpif-sflow.Tpo ofproto/.deps/libofproto_la-ofproto-dpif-sflow.Plo 208s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-ofproto-dpif-xlate.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-xlate.Tpo -c -o ofproto/libofproto_la-ofproto-dpif-xlate.lo `test -f 'ofproto/ofproto-dpif-xlate.c' || echo '../'`ofproto/ofproto-dpif-xlate.c 208s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-ofproto-dpif-upcall.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-upcall.Tpo -c ../ofproto/ofproto-dpif-upcall.c -o ofproto/libofproto_la-ofproto-dpif-upcall.o 208s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-ofproto-dpif-xlate.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-xlate.Tpo -c ../ofproto/ofproto-dpif-xlate.c -o ofproto/libofproto_la-ofproto-dpif-xlate.o 209s mv -f ofproto/.deps/libofproto_la-ofproto-dpif.Tpo ofproto/.deps/libofproto_la-ofproto-dpif.Plo 209s mv -f ofproto/.deps/libofproto_la-ofproto.Tpo ofproto/.deps/libofproto_la-ofproto.Plo 209s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-ofproto-dpif-xlate-cache.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-xlate-cache.Tpo -c -o ofproto/libofproto_la-ofproto-dpif-xlate-cache.lo `test -f 'ofproto/ofproto-dpif-xlate-cache.c' || echo '../'`ofproto/ofproto-dpif-xlate-cache.c 209s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-pinsched.lo -MD -MP -MF ofproto/.deps/libofproto_la-pinsched.Tpo -c -o ofproto/libofproto_la-pinsched.lo `test -f 'ofproto/pinsched.c' || echo '../'`ofproto/pinsched.c 209s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-ofproto-dpif-xlate-cache.lo -MD -MP -MF ofproto/.deps/libofproto_la-ofproto-dpif-xlate-cache.Tpo -c ../ofproto/ofproto-dpif-xlate-cache.c -o ofproto/libofproto_la-ofproto-dpif-xlate-cache.o 209s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-pinsched.lo -MD -MP -MF ofproto/.deps/libofproto_la-pinsched.Tpo -c ../ofproto/pinsched.c -o ofproto/libofproto_la-pinsched.o 209s mv -f ofproto/.deps/libofproto_la-ofproto-dpif-upcall.Tpo ofproto/.deps/libofproto_la-ofproto-dpif-upcall.Plo 209s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-tunnel.lo -MD -MP -MF ofproto/.deps/libofproto_la-tunnel.Tpo -c -o ofproto/libofproto_la-tunnel.lo `test -f 'ofproto/tunnel.c' || echo '../'`ofproto/tunnel.c 209s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-tunnel.lo -MD -MP -MF ofproto/.deps/libofproto_la-tunnel.Tpo -c ../ofproto/tunnel.c -o ofproto/libofproto_la-tunnel.o 209s mv -f ofproto/.deps/libofproto_la-pinsched.Tpo ofproto/.deps/libofproto_la-pinsched.Plo 209s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ofproto/libofproto_la-bundles.lo -MD -MP -MF ofproto/.deps/libofproto_la-bundles.Tpo -c -o ofproto/libofproto_la-bundles.lo `test -f 'ofproto/bundles.c' || echo '../'`ofproto/bundles.c 209s mv -f ofproto/.deps/libofproto_la-ofproto-dpif-xlate-cache.Tpo ofproto/.deps/libofproto_la-ofproto-dpif-xlate-cache.Plo 209s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wno-unused -Wno-unused-parameter -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -release 3.4 -version-info 0:90 -Wl,--version-script=./lib/libsflow.sym -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o lib/libsflow.la -rpath /usr/lib lib/libsflow_la-sflow_agent.lo lib/libsflow_la-sflow_sampler.lo lib/libsflow_la-sflow_poller.lo lib/libsflow_la-sflow_receiver.lo -latomic -lnuma -lxdp -lbpf -lm -lunbound 209s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ofproto/libofproto_la-bundles.lo -MD -MP -MF ofproto/.deps/libofproto_la-bundles.Tpo -c ../ofproto/bundles.c -o ofproto/libofproto_la-bundles.o 210s libtool: link: ar cr lib/.libs/libsflow.a lib/libsflow_la-sflow_agent.o lib/libsflow_la-sflow_sampler.o lib/libsflow_la-sflow_poller.o lib/libsflow_la-sflow_receiver.o 210s libtool: link: ranlib lib/.libs/libsflow.a 210s libtool: link: ( cd "lib/.libs" && rm -f "libsflow.la" && ln -s "../libsflow.la" "libsflow.la" ) 210s depbase=`echo ovsdb/ovsdb-tool.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 210s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/ovsdb-tool.o -MD -MP -MF $depbase.Tpo -c -o ovsdb/ovsdb-tool.o ../ovsdb/ovsdb-tool.c &&\ 210s mv -f $depbase.Tpo $depbase.Po 210s mv -f ofproto/.deps/libofproto_la-bundles.Tpo ofproto/.deps/libofproto_la-bundles.Plo 210s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-column.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-column.Tpo -c -o ovsdb/libovsdb_la-column.lo `test -f 'ovsdb/column.c' || echo '../'`ovsdb/column.c 210s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-column.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-column.Tpo -c ../ovsdb/column.c -o ovsdb/libovsdb_la-column.o 210s mv -f ofproto/.deps/libofproto_la-tunnel.Tpo ofproto/.deps/libofproto_la-tunnel.Plo 210s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-condition.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-condition.Tpo -c -o ovsdb/libovsdb_la-condition.lo `test -f 'ovsdb/condition.c' || echo '../'`ovsdb/condition.c 210s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-condition.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-condition.Tpo -c ../ovsdb/condition.c -o ovsdb/libovsdb_la-condition.o 210s mv -f ovsdb/.deps/libovsdb_la-column.Tpo ovsdb/.deps/libovsdb_la-column.Plo 210s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-execution.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-execution.Tpo -c -o ovsdb/libovsdb_la-execution.lo `test -f 'ovsdb/execution.c' || echo '../'`ovsdb/execution.c 210s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-execution.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-execution.Tpo -c ../ovsdb/execution.c -o ovsdb/libovsdb_la-execution.o 210s mv -f ovsdb/.deps/libovsdb_la-condition.Tpo ovsdb/.deps/libovsdb_la-condition.Plo 210s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-file.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-file.Tpo -c -o ovsdb/libovsdb_la-file.lo `test -f 'ovsdb/file.c' || echo '../'`ovsdb/file.c 210s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-file.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-file.Tpo -c ../ovsdb/file.c -o ovsdb/libovsdb_la-file.o 210s mv -f ovsdb/.deps/libovsdb_la-execution.Tpo ovsdb/.deps/libovsdb_la-execution.Plo 210s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-jsonrpc-server.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-jsonrpc-server.Tpo -c -o ovsdb/libovsdb_la-jsonrpc-server.lo `test -f 'ovsdb/jsonrpc-server.c' || echo '../'`ovsdb/jsonrpc-server.c 210s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-jsonrpc-server.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-jsonrpc-server.Tpo -c ../ovsdb/jsonrpc-server.c -o ovsdb/libovsdb_la-jsonrpc-server.o 211s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-log.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-log.Tpo -c -o ovsdb/libovsdb_la-log.lo `test -f 'ovsdb/log.c' || echo '../'`ovsdb/log.c 211s mv -f ovsdb/.deps/libovsdb_la-file.Tpo ovsdb/.deps/libovsdb_la-file.Plo 211s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-mutation.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-mutation.Tpo -c -o ovsdb/libovsdb_la-mutation.lo `test -f 'ovsdb/mutation.c' || echo '../'`ovsdb/mutation.c 211s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-mutation.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-mutation.Tpo -c ../ovsdb/mutation.c -o ovsdb/libovsdb_la-mutation.o 211s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-log.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-log.Tpo -c ../ovsdb/log.c -o ovsdb/libovsdb_la-log.o 211s mv -f ovsdb/.deps/libovsdb_la-mutation.Tpo ovsdb/.deps/libovsdb_la-mutation.Plo 211s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-ovsdb.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-ovsdb.Tpo -c -o ovsdb/libovsdb_la-ovsdb.lo `test -f 'ovsdb/ovsdb.c' || echo '../'`ovsdb/ovsdb.c 211s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-ovsdb.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-ovsdb.Tpo -c ../ovsdb/ovsdb.c -o ovsdb/libovsdb_la-ovsdb.o 211s mv -f ovsdb/.deps/libovsdb_la-log.Tpo ovsdb/.deps/libovsdb_la-log.Plo 211s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-monitor.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-monitor.Tpo -c -o ovsdb/libovsdb_la-monitor.lo `test -f 'ovsdb/monitor.c' || echo '../'`ovsdb/monitor.c 211s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-monitor.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-monitor.Tpo -c ../ovsdb/monitor.c -o ovsdb/libovsdb_la-monitor.o 211s mv -f ovsdb/.deps/libovsdb_la-jsonrpc-server.Tpo ovsdb/.deps/libovsdb_la-jsonrpc-server.Plo 211s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-query.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-query.Tpo -c -o ovsdb/libovsdb_la-query.lo `test -f 'ovsdb/query.c' || echo '../'`ovsdb/query.c 211s mv -f ovsdb/.deps/libovsdb_la-ovsdb.Tpo ovsdb/.deps/libovsdb_la-ovsdb.Plo 211s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-raft.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-raft.Tpo -c -o ovsdb/libovsdb_la-raft.lo `test -f 'ovsdb/raft.c' || echo '../'`ovsdb/raft.c 211s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-raft.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-raft.Tpo -c ../ovsdb/raft.c -o ovsdb/libovsdb_la-raft.o 211s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-query.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-query.Tpo -c ../ovsdb/query.c -o ovsdb/libovsdb_la-query.o 211s mv -f ovsdb/.deps/libovsdb_la-query.Tpo ovsdb/.deps/libovsdb_la-query.Plo 211s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-raft-private.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-raft-private.Tpo -c -o ovsdb/libovsdb_la-raft-private.lo `test -f 'ovsdb/raft-private.c' || echo '../'`ovsdb/raft-private.c 211s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-raft-private.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-raft-private.Tpo -c ../ovsdb/raft-private.c -o ovsdb/libovsdb_la-raft-private.o 212s mv -f ofproto/.deps/libofproto_la-ofproto-dpif-xlate.Tpo ofproto/.deps/libofproto_la-ofproto-dpif-xlate.Plo 212s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-raft-rpc.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-raft-rpc.Tpo -c -o ovsdb/libovsdb_la-raft-rpc.lo `test -f 'ovsdb/raft-rpc.c' || echo '../'`ovsdb/raft-rpc.c 212s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-raft-rpc.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-raft-rpc.Tpo -c ../ovsdb/raft-rpc.c -o ovsdb/libovsdb_la-raft-rpc.o 212s mv -f ovsdb/.deps/libovsdb_la-raft-private.Tpo ovsdb/.deps/libovsdb_la-raft-private.Plo 212s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-rbac.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-rbac.Tpo -c -o ovsdb/libovsdb_la-rbac.lo `test -f 'ovsdb/rbac.c' || echo '../'`ovsdb/rbac.c 212s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-rbac.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-rbac.Tpo -c ../ovsdb/rbac.c -o ovsdb/libovsdb_la-rbac.o 212s mv -f ovsdb/.deps/libovsdb_la-rbac.Tpo ovsdb/.deps/libovsdb_la-rbac.Plo 212s mv -f ovsdb/.deps/libovsdb_la-monitor.Tpo ovsdb/.deps/libovsdb_la-monitor.Plo 212s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-replication.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-replication.Tpo -c -o ovsdb/libovsdb_la-replication.lo `test -f 'ovsdb/replication.c' || echo '../'`ovsdb/replication.c 212s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-relay.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-relay.Tpo -c -o ovsdb/libovsdb_la-relay.lo `test -f 'ovsdb/relay.c' || echo '../'`ovsdb/relay.c 212s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-relay.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-relay.Tpo -c ../ovsdb/relay.c -o ovsdb/libovsdb_la-relay.o 212s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-replication.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-replication.Tpo -c ../ovsdb/replication.c -o ovsdb/libovsdb_la-replication.o 212s mv -f ovsdb/.deps/libovsdb_la-raft-rpc.Tpo ovsdb/.deps/libovsdb_la-raft-rpc.Plo 212s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-row.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-row.Tpo -c -o ovsdb/libovsdb_la-row.lo `test -f 'ovsdb/row.c' || echo '../'`ovsdb/row.c 212s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-row.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-row.Tpo -c ../ovsdb/row.c -o ovsdb/libovsdb_la-row.o 212s mv -f ovsdb/.deps/libovsdb_la-relay.Tpo ovsdb/.deps/libovsdb_la-relay.Plo 212s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-server.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-server.Tpo -c -o ovsdb/libovsdb_la-server.lo `test -f 'ovsdb/server.c' || echo '../'`ovsdb/server.c 213s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-server.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-server.Tpo -c ../ovsdb/server.c -o ovsdb/libovsdb_la-server.o 213s mv -f ovsdb/.deps/libovsdb_la-server.Tpo ovsdb/.deps/libovsdb_la-server.Plo 213s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-storage.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-storage.Tpo -c -o ovsdb/libovsdb_la-storage.lo `test -f 'ovsdb/storage.c' || echo '../'`ovsdb/storage.c 213s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-storage.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-storage.Tpo -c ../ovsdb/storage.c -o ovsdb/libovsdb_la-storage.o 213s mv -f ovsdb/.deps/libovsdb_la-replication.Tpo ovsdb/.deps/libovsdb_la-replication.Plo 213s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-table.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-table.Tpo -c -o ovsdb/libovsdb_la-table.lo `test -f 'ovsdb/table.c' || echo '../'`ovsdb/table.c 213s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-table.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-table.Tpo -c ../ovsdb/table.c -o ovsdb/libovsdb_la-table.o 213s mv -f ovsdb/.deps/libovsdb_la-storage.Tpo ovsdb/.deps/libovsdb_la-storage.Plo 213s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-trigger.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-trigger.Tpo -c -o ovsdb/libovsdb_la-trigger.lo `test -f 'ovsdb/trigger.c' || echo '../'`ovsdb/trigger.c 213s mv -f ovsdb/.deps/libovsdb_la-row.Tpo ovsdb/.deps/libovsdb_la-row.Plo 213s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-transaction.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-transaction.Tpo -c -o ovsdb/libovsdb_la-transaction.lo `test -f 'ovsdb/transaction.c' || echo '../'`ovsdb/transaction.c 213s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-trigger.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-trigger.Tpo -c ../ovsdb/trigger.c -o ovsdb/libovsdb_la-trigger.o 213s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-transaction.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-transaction.Tpo -c ../ovsdb/transaction.c -o ovsdb/libovsdb_la-transaction.o 213s mv -f ovsdb/.deps/libovsdb_la-table.Tpo ovsdb/.deps/libovsdb_la-table.Plo 213s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-transaction-forward.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-transaction-forward.Tpo -c -o ovsdb/libovsdb_la-transaction-forward.lo `test -f 'ovsdb/transaction-forward.c' || echo '../'`ovsdb/transaction-forward.c 213s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-transaction-forward.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-transaction-forward.Tpo -c ../ovsdb/transaction-forward.c -o ovsdb/libovsdb_la-transaction-forward.o 213s mv -f ovsdb/.deps/libovsdb_la-trigger.Tpo ovsdb/.deps/libovsdb_la-trigger.Plo 213s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/libovsdb_la-ovsdb-util.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-ovsdb-util.Tpo -c -o ovsdb/libovsdb_la-ovsdb-util.lo `test -f 'ovsdb/ovsdb-util.c' || echo '../'`ovsdb/ovsdb-util.c 213s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT ovsdb/libovsdb_la-ovsdb-util.lo -MD -MP -MF ovsdb/.deps/libovsdb_la-ovsdb-util.Tpo -c ../ovsdb/ovsdb-util.c -o ovsdb/libovsdb_la-ovsdb-util.o 213s mv -f ovsdb/.deps/libovsdb_la-transaction-forward.Tpo ovsdb/.deps/libovsdb_la-transaction-forward.Plo 213s depbase=`echo ovsdb/ovsdb-client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 213s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/ovsdb-client.o -MD -MP -MF $depbase.Tpo -c -o ovsdb/ovsdb-client.o ../ovsdb/ovsdb-client.c &&\ 213s mv -f $depbase.Tpo $depbase.Po 213s mv -f ovsdb/.deps/libovsdb_la-ovsdb-util.Tpo ovsdb/.deps/libovsdb_la-ovsdb-util.Plo 213s depbase=`echo vtep/vtep-ctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 213s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT vtep/vtep-ctl.o -MD -MP -MF $depbase.Tpo -c -o vtep/vtep-ctl.o ../vtep/vtep-ctl.c &&\ 213s mv -f $depbase.Tpo $depbase.Po 214s mv -f ovsdb/.deps/libovsdb_la-raft.Tpo ovsdb/.deps/libovsdb_la-raft.Plo 214s depbase=`echo vtep/vtep-idl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 214s /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT vtep/vtep-idl.lo -MD -MP -MF $depbase.Tpo -c -o vtep/vtep-idl.lo vtep/vtep-idl.c &&\ 214s mv -f $depbase.Tpo $depbase.Plo 214s libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -MT vtep/vtep-idl.lo -MD -MP -MF vtep/.deps/vtep-idl.Tpo -c vtep/vtep-idl.c -o vtep/vtep-idl.o 214s mv -f ovsdb/.deps/libovsdb_la-transaction.Tpo ovsdb/.deps/libovsdb_la-transaction.Plo 214s depbase=`echo tests/test-ovsdb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 214s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-ovsdb.o -MD -MP -MF $depbase.Tpo -c -o tests/test-ovsdb.o ../tests/test-ovsdb.c &&\ 214s mv -f $depbase.Tpo $depbase.Po 215s depbase=`echo tests/idltest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 215s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/idltest.o -MD -MP -MF $depbase.Tpo -c -o tests/idltest.o tests/idltest.c &&\ 215s mv -f $depbase.Tpo $depbase.Po 215s depbase=`echo tests/test-lib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 215s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-lib.o -MD -MP -MF $depbase.Tpo -c -o tests/test-lib.o ../tests/test-lib.c &&\ 215s mv -f $depbase.Tpo $depbase.Po 215s depbase=`echo tests/ovstest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 215s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/ovstest.o -MD -MP -MF $depbase.Tpo -c -o tests/ovstest.o ../tests/ovstest.c &&\ 215s mv -f $depbase.Tpo $depbase.Po 215s depbase=`echo tests/test-aes128.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 215s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-aes128.o -MD -MP -MF $depbase.Tpo -c -o tests/test-aes128.o ../tests/test-aes128.c &&\ 215s mv -f $depbase.Tpo $depbase.Po 215s depbase=`echo tests/test-atomic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 215s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-atomic.o -MD -MP -MF $depbase.Tpo -c -o tests/test-atomic.o ../tests/test-atomic.c &&\ 215s mv -f $depbase.Tpo $depbase.Po 215s depbase=`echo tests/test-barrier.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 215s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-barrier.o -MD -MP -MF $depbase.Tpo -c -o tests/test-barrier.o ../tests/test-barrier.c &&\ 215s mv -f $depbase.Tpo $depbase.Po 216s depbase=`echo tests/test-bundle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 216s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-bundle.o -MD -MP -MF $depbase.Tpo -c -o tests/test-bundle.o ../tests/test-bundle.c &&\ 216s mv -f $depbase.Tpo $depbase.Po 216s depbase=`echo tests/test-byte-order.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 216s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-byte-order.o -MD -MP -MF $depbase.Tpo -c -o tests/test-byte-order.o ../tests/test-byte-order.c &&\ 216s mv -f $depbase.Tpo $depbase.Po 216s depbase=`echo tests/test-byteq.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 216s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-byteq.o -MD -MP -MF $depbase.Tpo -c -o tests/test-byteq.o ../tests/test-byteq.c &&\ 216s mv -f $depbase.Tpo $depbase.Po 216s depbase=`echo tests/test-classifier.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 216s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-classifier.o -MD -MP -MF $depbase.Tpo -c -o tests/test-classifier.o ../tests/test-classifier.c &&\ 216s mv -f $depbase.Tpo $depbase.Po 216s depbase=`echo tests/test-ccmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 216s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-ccmap.o -MD -MP -MF $depbase.Tpo -c -o tests/test-ccmap.o ../tests/test-ccmap.c &&\ 216s mv -f $depbase.Tpo $depbase.Po 217s depbase=`echo tests/test-cmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 217s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-cmap.o -MD -MP -MF $depbase.Tpo -c -o tests/test-cmap.o ../tests/test-cmap.c &&\ 217s mv -f $depbase.Tpo $depbase.Po 217s depbase=`echo tests/test-conntrack.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 217s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-conntrack.o -MD -MP -MF $depbase.Tpo -c -o tests/test-conntrack.o ../tests/test-conntrack.c &&\ 217s mv -f $depbase.Tpo $depbase.Po 217s depbase=`echo tests/test-cooperative-multitasking.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 217s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-cooperative-multitasking.o -MD -MP -MF $depbase.Tpo -c -o tests/test-cooperative-multitasking.o ../tests/test-cooperative-multitasking.c &&\ 217s mv -f $depbase.Tpo $depbase.Po 217s depbase=`echo tests/test-csum.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 217s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-csum.o -MD -MP -MF $depbase.Tpo -c -o tests/test-csum.o ../tests/test-csum.c &&\ 217s mv -f $depbase.Tpo $depbase.Po 217s depbase=`echo tests/test-flows.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 217s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-flows.o -MD -MP -MF $depbase.Tpo -c -o tests/test-flows.o ../tests/test-flows.c &&\ 217s mv -f $depbase.Tpo $depbase.Po 217s depbase=`echo tests/test-hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 217s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-hash.o -MD -MP -MF $depbase.Tpo -c -o tests/test-hash.o ../tests/test-hash.c &&\ 217s mv -f $depbase.Tpo $depbase.Po 217s depbase=`echo tests/test-heap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 217s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-heap.o -MD -MP -MF $depbase.Tpo -c -o tests/test-heap.o ../tests/test-heap.c &&\ 217s mv -f $depbase.Tpo $depbase.Po 217s depbase=`echo tests/test-hindex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 217s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-hindex.o -MD -MP -MF $depbase.Tpo -c -o tests/test-hindex.o ../tests/test-hindex.c &&\ 217s mv -f $depbase.Tpo $depbase.Po 218s depbase=`echo tests/test-hmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 218s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-hmap.o -MD -MP -MF $depbase.Tpo -c -o tests/test-hmap.o ../tests/test-hmap.c &&\ 218s mv -f $depbase.Tpo $depbase.Po 218s depbase=`echo tests/test-id-fpool.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 218s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-id-fpool.o -MD -MP -MF $depbase.Tpo -c -o tests/test-id-fpool.o ../tests/test-id-fpool.c &&\ 218s mv -f $depbase.Tpo $depbase.Po 218s depbase=`echo tests/test-json.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 218s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-json.o -MD -MP -MF $depbase.Tpo -c -o tests/test-json.o ../tests/test-json.c &&\ 218s mv -f $depbase.Tpo $depbase.Po 218s depbase=`echo tests/test-jsonrpc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 218s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-jsonrpc.o -MD -MP -MF $depbase.Tpo -c -o tests/test-jsonrpc.o ../tests/test-jsonrpc.c &&\ 218s mv -f $depbase.Tpo $depbase.Po 218s depbase=`echo tests/test-list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 218s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-list.o -MD -MP -MF $depbase.Tpo -c -o tests/test-list.o ../tests/test-list.c &&\ 218s mv -f $depbase.Tpo $depbase.Po 218s depbase=`echo tests/test-lockfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 218s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-lockfile.o -MD -MP -MF $depbase.Tpo -c -o tests/test-lockfile.o ../tests/test-lockfile.c &&\ 218s mv -f $depbase.Tpo $depbase.Po 218s depbase=`echo tests/test-multipath.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 218s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-multipath.o -MD -MP -MF $depbase.Tpo -c -o tests/test-multipath.o ../tests/test-multipath.c &&\ 218s mv -f $depbase.Tpo $depbase.Po 218s depbase=`echo tests/test-mpsc-queue.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 218s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-mpsc-queue.o -MD -MP -MF $depbase.Tpo -c -o tests/test-mpsc-queue.o ../tests/test-mpsc-queue.c &&\ 218s mv -f $depbase.Tpo $depbase.Po 218s depbase=`echo tests/test-netflow.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 218s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-netflow.o -MD -MP -MF $depbase.Tpo -c -o tests/test-netflow.o ../tests/test-netflow.c &&\ 218s mv -f $depbase.Tpo $depbase.Po 218s depbase=`echo tests/test-odp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 218s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-odp.o -MD -MP -MF $depbase.Tpo -c -o tests/test-odp.o ../tests/test-odp.c &&\ 218s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-ofpbuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-ofpbuf.o -MD -MP -MF $depbase.Tpo -c -o tests/test-ofpbuf.o ../tests/test-ofpbuf.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-packets.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-packets.o -MD -MP -MF $depbase.Tpo -c -o tests/test-packets.o ../tests/test-packets.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-random.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-random.o -MD -MP -MF $depbase.Tpo -c -o tests/test-random.o ../tests/test-random.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-rcu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-rcu.o -MD -MP -MF $depbase.Tpo -c -o tests/test-rcu.o ../tests/test-rcu.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-rculist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-rculist.o -MD -MP -MF $depbase.Tpo -c -o tests/test-rculist.o ../tests/test-rculist.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-reconnect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-reconnect.o -MD -MP -MF $depbase.Tpo -c -o tests/test-reconnect.o ../tests/test-reconnect.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-rstp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-rstp.o -MD -MP -MF $depbase.Tpo -c -o tests/test-rstp.o ../tests/test-rstp.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-sflow.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-sflow.o -MD -MP -MF $depbase.Tpo -c -o tests/test-sflow.o ../tests/test-sflow.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-sha1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-sha1.o -MD -MP -MF $depbase.Tpo -c -o tests/test-sha1.o ../tests/test-sha1.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-skiplist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-skiplist.o -MD -MP -MF $depbase.Tpo -c -o tests/test-skiplist.o ../tests/test-skiplist.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-stp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-stp.o -MD -MP -MF $depbase.Tpo -c -o tests/test-stp.o ../tests/test-stp.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-unixctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-unixctl.o -MD -MP -MF $depbase.Tpo -c -o tests/test-unixctl.o ../tests/test-unixctl.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-util.o -MD -MP -MF $depbase.Tpo -c -o tests/test-util.o ../tests/test-util.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-uuid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-uuid.o -MD -MP -MF $depbase.Tpo -c -o tests/test-uuid.o ../tests/test-uuid.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-uuidset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-uuidset.o -MD -MP -MF $depbase.Tpo -c -o tests/test-uuidset.o ../tests/test-uuidset.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-bitmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-bitmap.o -MD -MP -MF $depbase.Tpo -c -o tests/test-bitmap.o ../tests/test-bitmap.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-vconn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-vconn.o -MD -MP -MF $depbase.Tpo -c -o tests/test-vconn.o ../tests/test-vconn.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-aa.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-aa.o -MD -MP -MF $depbase.Tpo -c -o tests/test-aa.o ../tests/test-aa.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 219s depbase=`echo tests/test-stopwatch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 219s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-stopwatch.o -MD -MP -MF $depbase.Tpo -c -o tests/test-stopwatch.o ../tests/test-stopwatch.c &&\ 219s mv -f $depbase.Tpo $depbase.Po 220s depbase=`echo tests/test-unix-socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 220s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-unix-socket.o -MD -MP -MF $depbase.Tpo -c -o tests/test-unix-socket.o ../tests/test-unix-socket.c &&\ 220s mv -f $depbase.Tpo $depbase.Po 220s depbase=`echo tests/test-netlink-conntrack.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 220s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-netlink-conntrack.o -MD -MP -MF $depbase.Tpo -c -o tests/test-netlink-conntrack.o ../tests/test-netlink-conntrack.c &&\ 220s mv -f $depbase.Tpo $depbase.Po 220s depbase=`echo tests/test-netlink-policy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 220s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-netlink-policy.o -MD -MP -MF $depbase.Tpo -c -o tests/test-netlink-policy.o ../tests/test-netlink-policy.c &&\ 220s mv -f $depbase.Tpo $depbase.Po 220s depbase=`echo tests/test-psample.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 220s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-psample.o -MD -MP -MF $depbase.Tpo -c -o tests/test-psample.o ../tests/test-psample.c &&\ 220s mv -f $depbase.Tpo $depbase.Po 220s depbase=`echo tests/test-stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 220s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-stream.o -MD -MP -MF $depbase.Tpo -c -o tests/test-stream.o ../tests/test-stream.c &&\ 220s mv -f $depbase.Tpo $depbase.Po 220s depbase=`echo tests/test-strtok_r.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 220s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-strtok_r.o -MD -MP -MF $depbase.Tpo -c -o tests/test-strtok_r.o ../tests/test-strtok_r.c &&\ 220s mv -f $depbase.Tpo $depbase.Po 220s depbase=`echo tests/test-type-props.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 220s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT tests/test-type-props.o -MD -MP -MF $depbase.Tpo -c -o tests/test-type-props.o ../tests/test-type-props.c &&\ 220s mv -f $depbase.Tpo $depbase.Po 220s depbase=`echo vswitchd/bridge.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 220s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT vswitchd/bridge.o -MD -MP -MF $depbase.Tpo -c -o vswitchd/bridge.o ../vswitchd/bridge.c &&\ 220s mv -f $depbase.Tpo $depbase.Po 220s depbase=`echo vswitchd/ovs-vswitchd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 220s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT vswitchd/ovs-vswitchd.o -MD -MP -MF $depbase.Tpo -c -o vswitchd/ovs-vswitchd.o ../vswitchd/ovs-vswitchd.c &&\ 220s mv -f $depbase.Tpo $depbase.Po 220s depbase=`echo vswitchd/system-stats.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 220s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT vswitchd/system-stats.o -MD -MP -MF $depbase.Tpo -c -o vswitchd/system-stats.o ../vswitchd/system-stats.c &&\ 220s mv -f $depbase.Tpo $depbase.Po 220s depbase=`echo ovsdb/ovsdb-server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 220s gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -Wdate-time -D_FORTIFY_SOURCE=3 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -MT ovsdb/ovsdb-server.o -MD -MP -MF $depbase.Tpo -c -o ovsdb/ovsdb-server.o ../ovsdb/ovsdb-server.c &&\ 220s mv -f $depbase.Tpo $depbase.Po 220s (dot -T plain < vswitchd/vswitch.gv | /usr/bin/python3 ../ovsdb/dot2pic -f 3) > vswitchd/vswitch.pic.tmp && \ 220s mv vswitchd/vswitch.pic.tmp vswitchd/vswitch.pic 220s (dot -T plain < vtep/vtep.gv | /usr/bin/python3 ../ovsdb/dot2pic -f 3) > vtep/vtep.pic.tmp && \ 220s mv vtep/vtep.pic.tmp vtep/vtep.pic 220s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -release 3.4 -version-info 0:90 -Wl,--version-script=./lib/libopenvswitch.sym -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o lib/libopenvswitch.la -rpath /usr/lib lib/aes128.lo lib/backtrace.lo lib/bfd.lo lib/bundle.lo lib/byteq.lo lib/cfm.lo lib/classifier.lo lib/ccmap.lo lib/cmap.lo lib/colors.lo lib/command-line.lo lib/connectivity.lo lib/conntrack-icmp.lo lib/conntrack-tcp.lo lib/conntrack-tp.lo lib/conntrack-other.lo lib/conntrack.lo lib/cooperative-multitasking.lo lib/coverage.lo lib/cpu.lo lib/crc32c.lo lib/csum.lo lib/ct-dpif.lo lib/daemon.lo lib/db-ctl-base.lo lib/dummy.lo lib/dpctl.lo lib/dp-packet.lo lib/dp-packet-gso.lo lib/dpif-netdev-extract-study.lo lib/dpif-netdev-lookup.lo lib/dpif-netdev-lookup-autovalidator.lo lib/dpif-netdev-lookup-generic.lo lib/dpif-netdev.lo lib/dpif-netdev-private-dfc.lo lib/dpif-netdev-private-dpif.lo lib/dpif-netdev-private-extract.lo lib/dpif-netdev-perf.lo lib/dpif.lo lib/heap.lo lib/dynamic-string.lo lib/entropy.lo lib/fat-rwlock.lo lib/fatal-signal.lo lib/flow.lo lib/guarded-list.lo lib/hash.lo lib/hindex.lo lib/hmap.lo lib/hmapx.lo lib/id-fpool.lo lib/id-pool.lo lib/if-notifier-manual.lo lib/ipf.lo lib/jhash.lo lib/json.lo lib/jsonrpc.lo lib/lacp.lo lib/learn.lo lib/learning-switch.lo lib/lockfile.lo lib/mac-learning.lo lib/match.lo lib/mcast-snooping.lo lib/memory.lo lib/meta-flow.lo lib/mpsc-queue.lo lib/multipath.lo lib/namemap.lo lib/netdev-dummy.lo lib/netdev-offload.lo lib/netdev-vport.lo lib/netdev.lo lib/netlink.lo lib/nx-match.lo lib/object-collection.lo lib/odp-execute.lo lib/odp-execute-private.lo lib/odp-util.lo lib/ofp-actions.lo lib/ofp-bundle.lo lib/ofp-connection.lo lib/ofp-ct.lo lib/ofp-ed-props.lo lib/ofp-errors.lo lib/ofp-flow.lo lib/ofp-group.lo lib/ofp-ipfix.lo lib/ofp-match.lo lib/ofp-meter.lo lib/ofp-monitor.lo lib/ofp-msgs.lo lib/ofp-packet.lo lib/ofp-parse.lo lib/ofp-port.lo lib/ofp-print.lo lib/ofp-prop.lo lib/ofp-protocol.lo lib/ofp-queue.lo lib/ofp-switch.lo lib/ofp-table.lo lib/ofp-util.lo lib/ofp-version-opt.lo lib/ofpbuf.lo lib/ovs-atomic-locked.lo lib/ovs-lldp.lo lib/ovs-numa.lo lib/ovs-rcu.lo lib/ovs-replay.lo lib/ovs-router.lo lib/ovs-thread.lo lib/ovsdb-cs.lo lib/ovsdb-data.lo lib/ovsdb-error.lo lib/ovsdb-idl.lo lib/ovsdb-map-op.lo lib/ovsdb-set-op.lo lib/ovsdb-condition.lo lib/ovsdb-parser.lo lib/ovsdb-session.lo lib/ovsdb-types.lo lib/ox-stat.lo lib/packets.lo lib/pcap-file.lo lib/perf-counter.lo lib/stopwatch.lo lib/poll-loop.lo lib/process.lo lib/pvector.lo lib/random.lo lib/rconn.lo lib/reconnect.lo lib/rstp.lo lib/rstp-state-machines.lo lib/seq.lo lib/sha1.lo lib/shash.lo lib/simap.lo lib/skiplist.lo lib/smap.lo lib/socket-util.lo lib/sort.lo lib/sset.lo lib/stp.lo lib/stream-fd.lo lib/stream-replay.lo lib/stream-tcp.lo lib/stream.lo lib/stdio.lo lib/string.lo lib/svec.lo lib/syslog-direct.lo lib/syslog-libc.lo lib/syslog-null.lo lib/table.lo lib/timer.lo lib/timeval.lo lib/tnl-neigh-cache.lo lib/tnl-ports.lo lib/netdev-native-tnl.lo lib/token-bucket.lo lib/tun-metadata.lo lib/unicode.lo lib/unixctl.lo lib/userspace-tso.lo lib/util.lo lib/uuid.lo lib/uuidset.lo lib/vconn-stream.lo lib/vconn.lo lib/vlan-bitmap.lo lib/vlog.lo lib/lldp/lldp.lo lib/lldp/lldpd.lo lib/lldp/lldpd-structs.lo lib/daemon-unix.lo lib/latch-unix.lo lib/signals.lo lib/socket-util-unix.lo lib/stream-unix.lo lib/dpif-netlink.lo lib/dpif-netlink-rtnl.lo lib/if-notifier.lo lib/netdev-linux.lo lib/netdev-offload-tc.lo lib/netlink-conntrack.lo lib/netlink-notifier.lo lib/netlink-socket.lo lib/rtnetlink.lo lib/route-table.lo lib/tc.lo lib/netdev-afxdp-pool.lo lib/netdev-afxdp.lo lib/dpdk-stub.lo lib/async-append-aio.lo lib/stream-ssl.lo lib/dhparams.lo lib/dns-resolve.lo lib/dirs.lo lib/ovsdb-server-idl.lo lib/vswitch-idl.lo -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 221s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -release 3.4 -version-info 0:90 -Wl,--version-script=./ofproto/libofproto.sym -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o ofproto/libofproto.la -rpath /usr/lib ofproto/libofproto_la-bond.lo ofproto/libofproto_la-collectors.lo ofproto/libofproto_la-connmgr.lo ofproto/libofproto_la-fail-open.lo ofproto/libofproto_la-in-band.lo ofproto/libofproto_la-names.lo ofproto/libofproto_la-netflow.lo ofproto/libofproto_la-ofproto.lo ofproto/libofproto_la-ofproto-dpif.lo ofproto/libofproto_la-ofproto-dpif-ipfix.lo ofproto/libofproto_la-ofproto-dpif-lsample.lo ofproto/libofproto_la-ofproto-dpif-mirror.lo ofproto/libofproto_la-ofproto-dpif-monitor.lo ofproto/libofproto_la-ofproto-dpif-rid.lo ofproto/libofproto_la-ofproto-dpif-sflow.lo ofproto/libofproto_la-ofproto-dpif-trace.lo ofproto/libofproto_la-ofproto-dpif-upcall.lo ofproto/libofproto_la-ofproto-dpif-xlate.lo ofproto/libofproto_la-ofproto-dpif-xlate-cache.lo ofproto/libofproto_la-pinsched.lo ofproto/libofproto_la-tunnel.lo ofproto/libofproto_la-bundles.lo lib/libsflow.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 221s libtool: link: ar cr ofproto/.libs/libofproto.a ofproto/libofproto_la-bond.o ofproto/libofproto_la-collectors.o ofproto/libofproto_la-connmgr.o ofproto/libofproto_la-fail-open.o ofproto/libofproto_la-in-band.o ofproto/libofproto_la-names.o ofproto/libofproto_la-netflow.o ofproto/libofproto_la-ofproto.o ofproto/libofproto_la-ofproto-dpif.o ofproto/libofproto_la-ofproto-dpif-ipfix.o ofproto/libofproto_la-ofproto-dpif-lsample.o ofproto/libofproto_la-ofproto-dpif-mirror.o ofproto/libofproto_la-ofproto-dpif-monitor.o ofproto/libofproto_la-ofproto-dpif-rid.o ofproto/libofproto_la-ofproto-dpif-sflow.o ofproto/libofproto_la-ofproto-dpif-trace.o ofproto/libofproto_la-ofproto-dpif-upcall.o ofproto/libofproto_la-ofproto-dpif-xlate.o ofproto/libofproto_la-ofproto-dpif-xlate-cache.o ofproto/libofproto_la-pinsched.o ofproto/libofproto_la-tunnel.o ofproto/libofproto_la-bundles.o 221s libtool: link: ranlib ofproto/.libs/libofproto.a 221s libtool: link: ( cd "ofproto/.libs" && rm -f "libofproto.la" && ln -s "../libofproto.la" "libofproto.la" ) 221s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -release 3.4 -version-info 0:90 -Wl,--version-script=./ovsdb/libovsdb.sym -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o ovsdb/libovsdb.la -rpath /usr/lib ovsdb/libovsdb_la-column.lo ovsdb/libovsdb_la-condition.lo ovsdb/libovsdb_la-execution.lo ovsdb/libovsdb_la-file.lo ovsdb/libovsdb_la-jsonrpc-server.lo ovsdb/libovsdb_la-log.lo ovsdb/libovsdb_la-mutation.lo ovsdb/libovsdb_la-ovsdb.lo ovsdb/libovsdb_la-monitor.lo ovsdb/libovsdb_la-query.lo ovsdb/libovsdb_la-raft.lo ovsdb/libovsdb_la-raft-private.lo ovsdb/libovsdb_la-raft-rpc.lo ovsdb/libovsdb_la-rbac.lo ovsdb/libovsdb_la-replication.lo ovsdb/libovsdb_la-relay.lo ovsdb/libovsdb_la-row.lo ovsdb/libovsdb_la-server.lo ovsdb/libovsdb_la-storage.lo ovsdb/libovsdb_la-table.lo ovsdb/libovsdb_la-trigger.lo ovsdb/libovsdb_la-transaction.lo ovsdb/libovsdb_la-transaction-forward.lo ovsdb/libovsdb_la-ovsdb-util.lo -latomic -lnuma -lxdp -lbpf -lm -lunbound 222s libtool: link: ar cr ovsdb/.libs/libovsdb.a ovsdb/libovsdb_la-column.o ovsdb/libovsdb_la-condition.o ovsdb/libovsdb_la-execution.o ovsdb/libovsdb_la-file.o ovsdb/libovsdb_la-jsonrpc-server.o ovsdb/libovsdb_la-log.o ovsdb/libovsdb_la-mutation.o ovsdb/libovsdb_la-ovsdb.o ovsdb/libovsdb_la-monitor.o ovsdb/libovsdb_la-query.o ovsdb/libovsdb_la-raft.o ovsdb/libovsdb_la-raft-private.o ovsdb/libovsdb_la-raft-rpc.o ovsdb/libovsdb_la-rbac.o ovsdb/libovsdb_la-replication.o ovsdb/libovsdb_la-relay.o ovsdb/libovsdb_la-row.o ovsdb/libovsdb_la-server.o ovsdb/libovsdb_la-storage.o ovsdb/libovsdb_la-table.o ovsdb/libovsdb_la-trigger.o ovsdb/libovsdb_la-transaction.o ovsdb/libovsdb_la-transaction-forward.o ovsdb/libovsdb_la-ovsdb-util.o 222s libtool: link: ranlib ovsdb/.libs/libovsdb.a 222s libtool: link: ( cd "ovsdb/.libs" && rm -f "libovsdb.la" && ln -s "../libovsdb.la" "libovsdb.la" ) 222s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -release 3.4 -version-info 0:90 -Wl,--version-script=./vtep/libvtep.sym -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o vtep/libvtep.la -rpath /usr/lib vtep/vtep-idl.lo -latomic -lnuma -lxdp -lbpf -lm -lunbound 222s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o tests/test-strtok_r tests/test-strtok_r.o -latomic -lnuma -lxdp -lbpf -lm -lunbound 222s libtool: link: ar cr vtep/.libs/libvtep.a vtep/vtep-idl.o 222s libtool: link: ranlib vtep/.libs/libvtep.a 222s libtool: link: ( cd "vtep/.libs" && rm -f "libvtep.la" && ln -s "../libvtep.la" "libvtep.la" ) 222s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o tests/test-type-props tests/test-type-props.o -latomic -lnuma -lxdp -lbpf -lm -lunbound 222s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tests/test-strtok_r tests/test-strtok_r.o -latomic -lnuma -lxdp -lbpf -lm -lunbound 222s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-doc \ 222s --er-diagram=vswitchd/vswitch.pic \ 222s --version=3.4.90 \ 222s ../vswitchd/vswitch.ovsschema \ 222s ../vswitchd/vswitch.xml > vswitchd/ovs-vswitchd.conf.db.5.tmp && \ 222s mv vswitchd/ovs-vswitchd.conf.db.5.tmp vswitchd/ovs-vswitchd.conf.db.5 222s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tests/test-type-props tests/test-type-props.o -latomic -lnuma -lxdp -lbpf -lm -lunbound 222s libtool: link: ar cr lib/.libs/libopenvswitch.a lib/aes128.o lib/backtrace.o lib/bfd.o lib/bundle.o lib/byteq.o lib/cfm.o lib/classifier.o lib/ccmap.o lib/cmap.o lib/colors.o lib/command-line.o lib/connectivity.o lib/conntrack-icmp.o lib/conntrack-tcp.o lib/conntrack-tp.o lib/conntrack-other.o lib/conntrack.o lib/cooperative-multitasking.o lib/coverage.o lib/cpu.o lib/crc32c.o lib/csum.o lib/ct-dpif.o lib/daemon.o lib/db-ctl-base.o lib/dummy.o lib/dpctl.o lib/dp-packet.o lib/dp-packet-gso.o lib/dpif-netdev-extract-study.o lib/dpif-netdev-lookup.o lib/dpif-netdev-lookup-autovalidator.o lib/dpif-netdev-lookup-generic.o lib/dpif-netdev.o lib/dpif-netdev-private-dfc.o lib/dpif-netdev-private-dpif.o lib/dpif-netdev-private-extract.o lib/dpif-netdev-perf.o lib/dpif.o lib/heap.o lib/dynamic-string.o lib/entropy.o lib/fat-rwlock.o lib/fatal-signal.o lib/flow.o lib/guarded-list.o lib/hash.o lib/hindex.o lib/hmap.o lib/hmapx.o lib/id-fpool.o lib/id-pool.o lib/if-notifier-manual.o lib/ipf.o lib/jhash.o lib/json.o lib/jsonrpc.o lib/lacp.o lib/learn.o lib/learning-switch.o lib/lockfile.o lib/mac-learning.o lib/match.o lib/mcast-snooping.o lib/memory.o lib/meta-flow.o lib/mpsc-queue.o lib/multipath.o lib/namemap.o lib/netdev-dummy.o lib/netdev-offload.o lib/netdev-vport.o lib/netdev.o lib/netlink.o lib/nx-match.o lib/object-collection.o lib/odp-execute.o lib/odp-execute-private.o lib/odp-util.o lib/ofp-actions.o lib/ofp-bundle.o lib/ofp-connection.o lib/ofp-ct.o lib/ofp-ed-props.o lib/ofp-errors.o lib/ofp-flow.o lib/ofp-group.o lib/ofp-ipfix.o lib/ofp-match.o lib/ofp-meter.o lib/ofp-monitor.o lib/ofp-msgs.o lib/ofp-packet.o lib/ofp-parse.o lib/ofp-port.o lib/ofp-print.o lib/ofp-prop.o lib/ofp-protocol.o lib/ofp-queue.o lib/ofp-switch.o lib/ofp-table.o lib/ofp-util.o lib/ofp-version-opt.o lib/ofpbuf.o lib/ovs-atomic-locked.o lib/ovs-lldp.o lib/ovs-numa.o lib/ovs-rcu.o lib/ovs-replay.o lib/ovs-router.o lib/ovs-thread.o lib/ovsdb-cs.o lib/ovsdb-data.o lib/ovsdb-error.o lib/ovsdb-idl.o lib/ovsdb-map-op.o lib/ovsdb-set-op.o lib/ovsdb-condition.o lib/ovsdb-parser.o lib/ovsdb-session.o lib/ovsdb-types.o lib/ox-stat.o lib/packets.o lib/pcap-file.o lib/perf-counter.o lib/stopwatch.o lib/poll-loop.o lib/process.o lib/pvector.o lib/random.o lib/rconn.o lib/reconnect.o lib/rstp.o lib/rstp-state-machines.o lib/seq.o lib/sha1.o lib/shash.o lib/simap.o lib/skiplist.o lib/smap.o lib/socket-util.o lib/sort.o lib/sset.o lib/stp.o lib/stream-fd.o lib/stream-replay.o lib/stream-tcp.o lib/stream.o lib/stdio.o lib/string.o lib/svec.o lib/syslog-direct.o lib/syslog-libc.o lib/syslog-null.o lib/table.o lib/timer.o lib/timeval.o lib/tnl-neigh-cache.o lib/tnl-ports.o lib/netdev-native-tnl.o lib/token-bucket.o lib/tun-metadata.o lib/unicode.o lib/unixctl.o lib/userspace-tso.o lib/util.o lib/uuid.o lib/uuidset.o lib/vconn-stream.o lib/vconn.o lib/vlan-bitmap.o lib/vlog.o lib/lldp/lldp.o lib/lldp/lldpd.o lib/lldp/lldpd-structs.o lib/daemon-unix.o lib/latch-unix.o lib/signals.o lib/socket-util-unix.o lib/stream-unix.o lib/dpif-netlink.o lib/dpif-netlink-rtnl.o lib/if-notifier.o lib/netdev-linux.o lib/netdev-offload-tc.o lib/netlink-conntrack.o lib/netlink-notifier.o lib/netlink-socket.o lib/rtnetlink.o lib/route-table.o lib/tc.o lib/netdev-afxdp-pool.o lib/netdev-afxdp.o lib/dpdk-stub.o lib/async-append-aio.o lib/stream-ssl.o lib/dhparams.o lib/dns-resolve.o lib/dirs.o lib/ovsdb-server-idl.o lib/vswitch-idl.o 222s PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python3 ../ovsdb/ovsdb-doc \ 222s --er-diagram=vtep/vtep.pic \ 222s --version=3.4.90 \ 222s ../vtep/vtep.ovsschema \ 222s ../vtep/vtep.xml > vtep/vtep.5.tmp && \ 222s mv vtep/vtep.5.tmp vtep/vtep.5 222s libtool: link: ranlib lib/.libs/libopenvswitch.a 222s libtool: link: ( cd "lib/.libs" && rm -f "libopenvswitch.la" && ln -s "../libopenvswitch.la" "libopenvswitch.la" ) 222s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o utilities/ovs-testcontroller utilities/ovs-testcontroller.o lib/libopenvswitch.la -lssl -lcrypto -latomic -lnuma -lxdp -lbpf -lm -lunbound 222s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o utilities/ovs-appctl utilities/ovs-appctl.o lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 222s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o utilities/ovs-testcontroller utilities/ovs-testcontroller.o lib/.libs/libopenvswitch.a -lcap-ng -lssl -lcrypto -latomic -lnuma -lxdp -lbpf -lm -lunbound 223s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o utilities/ovs-appctl utilities/ovs-appctl.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 223s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o utilities/ovs-dpctl utilities/ovs-dpctl.o lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 223s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o utilities/ovs-dpctl utilities/ovs-dpctl.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 223s touch -c manpage-check 223s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o utilities/ovs-ofctl utilities/ovs-ofctl.o ofproto/libofproto.la lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 224s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o utilities/ovs-ofctl utilities/ovs-ofctl.o ofproto/.libs/libofproto.a /tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/lib/.libs/libsflow.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 225s In function 'ofp_ct_tuple_parse', 225s inlined from 'ofp_ct_match_parse' at ../lib/ofp-ct.c:334:24, 225s inlined from 'ofctl_ct_flush' at ../utilities/ovs-ofctl.c:3077:18: 225s ../lib/ofp-ct.c:243:32: warning: 'icmp_id' may be used uninitialized [-Wmaybe-uninitialized] 225s 243 | tuple->icmp_id = htons(icmp_id); 225s | ^ 225s ../lib/ofp-ct.c: In function 'ofctl_ct_flush': 225s ../lib/ofp-ct.c:234:22: note: 'icmp_id' was declared here 225s 234 | uint16_t icmp_id; 225s | ^ 226s In function 'memmove', 226s inlined from 'eth_push_vlan' at ../lib/packets.c:242:5, 226s inlined from 'flow_compose' at ../lib/flow.c:3338:13, 226s inlined from 'flow_compose' at ../lib/flow.c:3317:1, 226s inlined from 'ofctl_compose_packet' at ../utilities/ovs-ofctl.c:4991:5: 226s /usr/include/s390x-linux-gnu/bits/string_fortified.h:36:10: warning: '__builtin_memmove' reading 12 bytes from a region of size 0 [-Wstringop-overread] 226s 36 | return __builtin___memmove_chk (__dest, __src, __len, 226s | ^ 226s In function 'ofctl_compose_packet': 226s lto1: note: source object is likely at address zero 228s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o utilities/ovs-vsctl utilities/ovs-vsctl.o lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 228s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o utilities/ovs-vsctl utilities/ovs-vsctl.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 229s In function 'ofp_ct_tuple_parse', 229s inlined from 'ofp_ct_match_parse' at ../lib/ofp-ct.c:334:24, 229s inlined from 'dpctl_flush_conntrack' at ../lib/dpctl.c:1783:18: 229s ../lib/ofp-ct.c:243:32: warning: 'icmp_id' may be used uninitialized [-Wmaybe-uninitialized] 229s 243 | tuple->icmp_id = htons(icmp_id); 229s | ^ 229s ../lib/ofp-ct.c: In function 'dpctl_flush_conntrack': 229s ../lib/ofp-ct.c:234:22: note: 'icmp_id' was declared here 229s 234 | uint16_t icmp_id; 229s | ^ 231s In function 'dp_packet_reset_offload', 231s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 231s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 231s inlined from 'dp_packet_use_const' at ../lib/dp-packet.c:114:5, 231s inlined from 'ofp_packet_to_string' at ../lib/ofp-print.c:80:5: 231s ../lib/dp-packet.h:1064:5: warning: 'buf' is used uninitialized [-Wuninitialized] 231s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 231s | ^ 231s ../lib/ofp-print.c: In function 'ofp_packet_to_string': 231s ../lib/ofp-print.c:76:22: note: 'buf' declared here 231s 76 | struct dp_packet buf; 231s | ^ 235s In function 'ovs_strlcpy', 235s inlined from 'ovs_strlcpy' at ../lib/util.c:383:1, 235s inlined from 'ofputil_port_to_string' at ../lib/ofp-port.c:273:9, 235s inlined from 'ofputil_port_from_string' at ../lib/ofp-port.c:170:13: 235s ../lib/util.c:386:22: warning: 'strnlen' specified bound 15 exceeds source size 11 [-Wstringop-overread] 235s 386 | size_t len = strnlen(src, size - 1); 235s | ^ 235s In function 'dp_packet_reset_offload', 235s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 235s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 235s inlined from 'dp_packet_use_const' at ../lib/dp-packet.c:114:5, 235s inlined from 'ofp_packet_to_string' at ../lib/ofp-print.c:80:5: 235s ../lib/dp-packet.h:1064:5: warning: 'buf' is used uninitialized [-Wuninitialized] 235s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 235s | ^ 235s ../lib/ofp-print.c: In function 'ofp_packet_to_string': 235s ../lib/ofp-print.c:76:22: note: 'buf' declared here 235s 76 | struct dp_packet buf; 235s | ^ 235s In function 'memset', 235s inlined from 'instruction_init_OFPIT11_APPLY_ACTIONS' at ../lib/ofp-actions.c:410:1, 235s inlined from 'instruction_put_OFPIT11_APPLY_ACTIONS' at ../lib/ofp-actions.c:410:1, 235s inlined from 'ofpacts_put_openflow_instructions' at ../lib/ofp-actions.c:9142:13, 235s inlined from 'ofputil_encode_flow_mod' at ../lib/ofp-flow.c:426:9: 235s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 235s 59 | return __builtin___memset_chk (__dest, __ch, __len, 235s | ^ 235s In function 'ofputil_encode_flow_mod': 235s lto1: note: destination object is likely at address zero 241s In function 'memset', 241s inlined from 'instruction_init_OFPIT11_CLEAR_ACTIONS' at ../lib/ofp-actions.c:410:1, 241s inlined from 'instruction_put_OFPIT11_CLEAR_ACTIONS' at ../lib/ofp-actions.c:410:1, 241s inlined from 'encode_CLEAR_ACTIONS' at ../lib/ofp-actions.c:7624:9, 241s inlined from 'encode_ofpact' at ../lib/ofp-actions.c:9091:9: 241s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 241s 59 | return __builtin___memset_chk (__dest, __ch, __len, 241s | ^ 241s In function 'encode_ofpact': 241s lto1: note: destination object is likely at address zero 241s In function 'memset', 241s inlined from 'instruction_init_OFPIT11_WRITE_ACTIONS' at ../lib/ofp-actions.c:410:1, 241s inlined from 'instruction_put_OFPIT11_WRITE_ACTIONS' at ../lib/ofp-actions.c:410:1, 241s inlined from 'encode_WRITE_ACTIONS' at ../lib/ofp-actions.c:7658:9, 241s inlined from 'encode_ofpact' at ../lib/ofp-actions.c:9091:9: 241s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 241s 59 | return __builtin___memset_chk (__dest, __ch, __len, 241s | ^ 241s In function 'encode_ofpact': 241s lto1: note: destination object is likely at address zero 241s In function 'memset', 241s inlined from 'instruction_init_OFPIT11_WRITE_METADATA' at ../lib/ofp-actions.c:410:1, 241s inlined from 'instruction_put_OFPIT11_WRITE_METADATA' at ../lib/ofp-actions.c:410:1, 241s inlined from 'encode_WRITE_METADATA' at ../lib/ofp-actions.c:7760:16, 241s inlined from 'encode_ofpact' at ../lib/ofp-actions.c:9091:9: 241s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 20 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 241s 59 | return __builtin___memset_chk (__dest, __ch, __len, 241s | ^ 241s In function 'encode_ofpact': 241s lto1: note: destination object is likely at address zero 241s In function 'memset', 241s inlined from 'instruction_init_OFPIT11_GOTO_TABLE' at ../lib/ofp-actions.c:410:1, 241s inlined from 'instruction_put_OFPIT11_GOTO_TABLE' at ../lib/ofp-actions.c:410:1, 241s inlined from 'encode_GOTO_TABLE' at ../lib/ofp-actions.c:7941:16, 241s inlined from 'encode_ofpact' at ../lib/ofp-actions.c:9091:9: 241s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 241s 59 | return __builtin___memset_chk (__dest, __ch, __len, 241s | ^ 241s In function 'encode_ofpact': 241s lto1: note: destination object is likely at address zero 242s In function 'ovs_strlcpy', 242s inlined from 'ovs_strlcpy' at ../lib/util.c:383:1, 242s inlined from 'ofputil_port_to_string' at ../lib/ofp-port.c:273:9, 242s inlined from 'ofputil_port_from_string' at ../lib/ofp-port.c:170:13: 242s ../lib/util.c:386:22: warning: 'strnlen' specified bound 15 exceeds source size 11 [-Wstringop-overread] 242s 386 | size_t len = strnlen(src, size - 1); 242s | ^ 242s In function 'dp_packet_reset_offload', 242s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 242s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 242s inlined from 'dp_packet_use_const' at ../lib/dp-packet.c:114:5, 242s inlined from 'ofp_packet_to_string' at ../lib/ofp-print.c:80:5: 242s ../lib/dp-packet.h:1064:5: warning: 'buf' is used uninitialized [-Wuninitialized] 242s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 242s | ^ 242s ../lib/ofp-print.c: In function 'ofp_packet_to_string': 242s ../lib/ofp-print.c:76:22: note: 'buf' declared here 242s 76 | struct dp_packet buf; 242s | ^ 244s In function 'memmove', 244s inlined from 'eth_push_vlan' at ../lib/packets.c:242:5, 244s inlined from 'netdev_linux_batch_rxq_recv_sock' at ../lib/netdev-linux.c:1410:17: 244s /usr/include/s390x-linux-gnu/bits/string_fortified.h:36:10: warning: '__builtin_memmove' reading 12 bytes from a region of size 0 [-Wstringop-overread] 244s 36 | return __builtin___memmove_chk (__dest, __src, __len, 244s | ^ 244s In function 'netdev_linux_batch_rxq_recv_sock': 244s lto1: note: source object is likely at address zero 245s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o ovsdb/ovsdb-tool ovsdb/ovsdb-tool.o ovsdb/libovsdb.la lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 246s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o ovsdb/ovsdb-tool ovsdb/ovsdb-tool.o ovsdb/.libs/libovsdb.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 247s In function 'memset', 247s inlined from 'instruction_init_OFPIT11_CLEAR_ACTIONS' at ../lib/ofp-actions.c:410:1, 247s inlined from 'instruction_put_OFPIT11_CLEAR_ACTIONS' at ../lib/ofp-actions.c:410:1, 247s inlined from 'encode_CLEAR_ACTIONS' at ../lib/ofp-actions.c:7624:9, 247s inlined from 'encode_ofpact' at ../lib/ofp-actions.c:9091:9: 247s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 247s 59 | return __builtin___memset_chk (__dest, __ch, __len, 247s | ^ 247s In function 'encode_ofpact': 247s lto1: note: destination object is likely at address zero 247s In function 'memset', 247s inlined from 'instruction_init_OFPIT11_WRITE_ACTIONS' at ../lib/ofp-actions.c:410:1, 247s inlined from 'instruction_put_OFPIT11_WRITE_ACTIONS' at ../lib/ofp-actions.c:410:1, 247s inlined from 'encode_WRITE_ACTIONS' at ../lib/ofp-actions.c:7658:9, 247s inlined from 'encode_ofpact' at ../lib/ofp-actions.c:9091:9: 247s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 247s 59 | return __builtin___memset_chk (__dest, __ch, __len, 247s | ^ 247s In function 'encode_ofpact': 247s lto1: note: destination object is likely at address zero 247s In function 'memset', 247s inlined from 'instruction_init_OFPIT11_WRITE_METADATA' at ../lib/ofp-actions.c:410:1, 247s inlined from 'instruction_put_OFPIT11_WRITE_METADATA' at ../lib/ofp-actions.c:410:1, 247s inlined from 'encode_WRITE_METADATA' at ../lib/ofp-actions.c:7760:16, 247s inlined from 'encode_ofpact' at ../lib/ofp-actions.c:9091:9: 247s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 20 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 247s 59 | return __builtin___memset_chk (__dest, __ch, __len, 247s | ^ 247s In function 'encode_ofpact': 247s lto1: note: destination object is likely at address zero 247s In function 'memset', 247s inlined from 'instruction_init_OFPIT11_GOTO_TABLE' at ../lib/ofp-actions.c:410:1, 247s inlined from 'instruction_put_OFPIT11_GOTO_TABLE' at ../lib/ofp-actions.c:410:1, 247s inlined from 'encode_GOTO_TABLE' at ../lib/ofp-actions.c:7941:16, 247s inlined from 'encode_ofpact' at ../lib/ofp-actions.c:9091:9: 247s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 247s 59 | return __builtin___memset_chk (__dest, __ch, __len, 247s | ^ 247s In function 'encode_ofpact': 247s lto1: note: destination object is likely at address zero 247s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o ovsdb/ovsdb-client ovsdb/ovsdb-client.o ovsdb/libovsdb.la lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 247s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o ovsdb/ovsdb-client ovsdb/ovsdb-client.o ovsdb/.libs/libovsdb.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 247s In function 'memset', 247s inlined from 'instruction_init_OFPIT11_APPLY_ACTIONS' at ../lib/ofp-actions.c:410:1, 247s inlined from 'instruction_put_OFPIT11_APPLY_ACTIONS' at ../lib/ofp-actions.c:410:1, 247s inlined from 'ofpacts_put_openflow_instructions' at ../lib/ofp-actions.c:9142:13: 247s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 247s 59 | return __builtin___memset_chk (__dest, __ch, __len, 247s | ^ 247s In function 'ofpacts_put_openflow_instructions': 247s lto1: note: destination object is likely at address zero 249s In function 'dp_packet_reset_offload', 249s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 249s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 249s inlined from 'dp_packet_use' at ../lib/dp-packet.c:65:5, 249s inlined from 'dp_packet_init' at ../lib/dp-packet.c:131:5, 249s inlined from 'dp_packet_new' at ../lib/dp-packet.c:159:5, 249s inlined from 'dp_packet_new_with_headroom' at ../lib/dp-packet.c:168:27: 249s ../lib/dp-packet.h:1064:5: warning: 'MEM[(uint32_t *)p_30 + 16B]' may be used uninitialized [-Wmaybe-uninitialized] 249s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 249s | ^ 256s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o vtep/vtep-ctl vtep/vtep-ctl.o vtep/libvtep.la lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 256s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o vtep/vtep-ctl vtep/vtep-ctl.o vtep/.libs/libvtep.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 257s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o utilities/nlmon utilities/nlmon.o lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 257s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o utilities/nlmon utilities/nlmon.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 260s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o tests/test-ovsdb tests/test-ovsdb.o tests/idltest.o ovsdb/libovsdb.la lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 260s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tests/test-ovsdb tests/test-ovsdb.o tests/idltest.o ovsdb/.libs/libovsdb.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 261s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o tests/test-lib tests/test-lib.o lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 261s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o tests/ovstest tests/ovstest.o tests/test-aes128.o tests/test-atomic.o tests/test-barrier.o tests/test-bundle.o tests/test-byte-order.o tests/test-byteq.o tests/test-classifier.o tests/test-ccmap.o tests/test-cmap.o tests/test-conntrack.o tests/test-cooperative-multitasking.o tests/test-csum.o tests/test-flows.o tests/test-hash.o tests/test-heap.o tests/test-hindex.o tests/test-hmap.o tests/test-id-fpool.o tests/test-json.o tests/test-jsonrpc.o tests/test-list.o tests/test-lockfile.o tests/test-multipath.o tests/test-mpsc-queue.o tests/test-netflow.o tests/test-odp.o tests/test-ofpbuf.o tests/test-packets.o tests/test-random.o tests/test-rcu.o tests/test-rculist.o tests/test-reconnect.o tests/test-rstp.o tests/test-sflow.o tests/test-sha1.o tests/test-skiplist.o tests/test-stp.o tests/test-unixctl.o tests/test-util.o tests/test-uuid.o tests/test-uuidset.o tests/test-bitmap.o tests/test-vconn.o tests/test-aa.o tests/test-stopwatch.o tests/test-unix-socket.o tests/test-netlink-conntrack.o tests/test-netlink-policy.o tests/test-psample.o lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 261s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tests/test-lib tests/test-lib.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 261s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tests/ovstest tests/ovstest.o tests/test-aes128.o tests/test-atomic.o tests/test-barrier.o tests/test-bundle.o tests/test-byte-order.o tests/test-byteq.o tests/test-classifier.o tests/test-ccmap.o tests/test-cmap.o tests/test-conntrack.o tests/test-cooperative-multitasking.o tests/test-csum.o tests/test-flows.o tests/test-hash.o tests/test-heap.o tests/test-hindex.o tests/test-hmap.o tests/test-id-fpool.o tests/test-json.o tests/test-jsonrpc.o tests/test-list.o tests/test-lockfile.o tests/test-multipath.o tests/test-mpsc-queue.o tests/test-netflow.o tests/test-odp.o tests/test-ofpbuf.o tests/test-packets.o tests/test-random.o tests/test-rcu.o tests/test-rculist.o tests/test-reconnect.o tests/test-rstp.o tests/test-sflow.o tests/test-sha1.o tests/test-skiplist.o tests/test-stp.o tests/test-unixctl.o tests/test-util.o tests/test-uuid.o tests/test-uuidset.o tests/test-bitmap.o tests/test-vconn.o tests/test-aa.o tests/test-stopwatch.o tests/test-unix-socket.o tests/test-netlink-conntrack.o tests/test-netlink-policy.o tests/test-psample.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 264s In function 'dp_packet_reset_offload', 264s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 264s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 264s inlined from 'dp_packet_use_stub' at ../lib/dp-packet.c:101:5, 264s inlined from 'test_aa_send' at ../tests/test-aa.c:177:5: 264s ../lib/dp-packet.h:1064:5: warning: 'packet' is used uninitialized [-Wuninitialized] 264s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 264s | ^ 264s ../tests/test-aa.c: In function 'test_aa_send': 264s ../tests/test-aa.c:135:22: note: 'packet' declared here 264s 135 | struct dp_packet packet; 264s | ^ 270s In function 'dp_packet_reset_offload', 270s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 270s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 270s inlined from 'dp_packet_use_const' at ../lib/dp-packet.c:114:5, 270s inlined from 'ofp_packet_to_string' at ../lib/ofp-print.c:80:5: 270s ../lib/dp-packet.h:1064:5: warning: 'buf' is used uninitialized [-Wuninitialized] 270s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 270s | ^ 270s ../lib/ofp-print.c: In function 'ofp_packet_to_string': 270s ../lib/ofp-print.c:76:22: note: 'buf' declared here 270s 76 | struct dp_packet buf; 270s | ^ 273s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o tests/test-stream tests/test-stream.o lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 273s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tests/test-stream tests/test-stream.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 276s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o vswitchd/ovs-vswitchd vswitchd/bridge.o vswitchd/ovs-vswitchd.o vswitchd/system-stats.o ofproto/libofproto.la lib/libsflow.la lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 277s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o vswitchd/ovs-vswitchd vswitchd/bridge.o vswitchd/ovs-vswitchd.o vswitchd/system-stats.o ofproto/.libs/libofproto.a /tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/lib/.libs/libsflow.a lib/.libs/libsflow.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 277s /bin/bash ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -o ovsdb/ovsdb-server ovsdb/ovsdb-server.o ovsdb/libovsdb.la lib/libopenvswitch.la -latomic -lnuma -lxdp -lbpf -lm -lunbound 277s libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection "-fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1" -fPIC -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z -Wl,relro -Wl,-z -Wl,now -o ovsdb/ovsdb-server ovsdb/ovsdb-server.o ovsdb/.libs/libovsdb.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lnuma -lxdp -lbpf -lm -lunbound 284s In function 'dp_packet_reset_offload', 284s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 284s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 284s inlined from 'dp_packet_use_stub' at ../lib/dp-packet.c:101:5, 284s inlined from 'ipfix_send_template_msgs' at ../ofproto/ofproto-dpif-ipfix.c:1745:5: 284s ../lib/dp-packet.h:1064:5: warning: 'msg' is used uninitialized [-Wuninitialized] 284s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 284s | ^ 284s ../ofproto/ofproto-dpif-ipfix.c: In function 'ipfix_send_template_msgs': 284s ../ofproto/ofproto-dpif-ipfix.c:1744:22: note: 'msg' declared here 284s 1744 | struct dp_packet msg; 284s | ^ 284s In function 'dp_packet_reset_offload', 284s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 284s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 284s inlined from 'dp_packet_use_stub' at ../lib/dp-packet.c:101:5, 284s inlined from 'ipfix_send_exporter_data_msg' at ../ofproto/ofproto-dpif-ipfix.c:2707:5: 284s ../lib/dp-packet.h:1064:5: warning: 'msg' is used uninitialized [-Wuninitialized] 284s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 284s | ^ 284s ../ofproto/ofproto-dpif-ipfix.c: In function 'ipfix_send_exporter_data_msg': 284s ../ofproto/ofproto-dpif-ipfix.c:2704:22: note: 'msg' declared here 284s 2704 | struct dp_packet msg; 284s | ^ 284s In function 'dp_packet_reset_offload', 284s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 284s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 284s inlined from 'dp_packet_use_stub' at ../lib/dp-packet.c:101:5, 284s inlined from 'ipfix_send_data_msg' at ../ofproto/ofproto-dpif-ipfix.c:2734:5: 284s ../lib/dp-packet.h:1064:5: warning: 'msg' is used uninitialized [-Wuninitialized] 284s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 284s | ^ 284s ../ofproto/ofproto-dpif-ipfix.c: In function 'ipfix_send_data_msg': 284s ../ofproto/ofproto-dpif-ipfix.c:2731:22: note: 'msg' declared here 284s 2731 | struct dp_packet msg; 284s | ^ 285s In function 'dp_packet_reset_offload', 285s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 285s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 285s inlined from 'dp_packet_use_stub' at ../lib/dp-packet.c:101:5, 285s inlined from 'monitor_run' at ../ofproto/ofproto-dpif-monitor.c:210:5: 285s ../lib/dp-packet.h:1064:5: warning: 'packet' is used uninitialized [-Wuninitialized] 285s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 285s | ^ 285s ../ofproto/ofproto-dpif-monitor.c: In function 'monitor_run': 285s ../ofproto/ofproto-dpif-monitor.c:208:22: note: 'packet' declared here 285s 208 | struct dp_packet packet; 285s | ^ 286s In function 'dp_packet_reset_offload', 286s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 286s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 286s inlined from 'dp_packet_use_stub' at ../lib/dp-packet.c:101:5, 286s inlined from 'ipfix_cache_entry_init' at ../ofproto/ofproto-dpif-ipfix.c:2208:5: 286s ../lib/dp-packet.h:1064:5: warning: 'msg' is used uninitialized [-Wuninitialized] 286s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 286s | ^ 286s ../ofproto/ofproto-dpif-ipfix.c: In function 'ipfix_cache_entry_init': 286s ../ofproto/ofproto-dpif-ipfix.c:2196:22: note: 'msg' declared here 286s 2196 | struct dp_packet msg; 286s | ^ 287s In function 'dp_packet_reset_offload', 287s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 287s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 287s inlined from 'dp_packet_use_const' at ../lib/dp-packet.c:114:5, 287s inlined from 'ofp_packet_to_string' at ../lib/ofp-print.c:80:5: 287s ../lib/dp-packet.h:1064:5: warning: 'buf' is used uninitialized [-Wuninitialized] 287s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 287s | ^ 287s ../lib/ofp-print.c: In function 'ofp_packet_to_string': 287s ../lib/ofp-print.c:76:22: note: 'buf' declared here 287s 76 | struct dp_packet buf; 287s | ^ 290s In function 'memmove', 290s inlined from 'eth_push_vlan' at ../lib/packets.c:242:5: 290s /usr/include/s390x-linux-gnu/bits/string_fortified.h:36:10: warning: '__builtin_memmove' reading 12 bytes from a region of size 0 [-Wstringop-overread] 290s 36 | return __builtin___memmove_chk (__dest, __src, __len, 290s | ^ 290s In function 'eth_push_vlan': 290s lto1: note: source object is likely at address zero 292s In function 'memset', 292s inlined from 'nl_msg_put_uninit' at ../lib/netlink.c:212:9, 292s inlined from 'nl_msg_put_unspec_uninit' at ../lib/netlink.c:248:26, 292s inlined from 'nl_msg_put_unspec' at ../lib/netlink.c:276:11, 292s inlined from 'nl_msg_put_u8' at ../lib/netlink.c:294:5: 292s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 3 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 292s 59 | return __builtin___memset_chk (__dest, __ch, __len, 292s | ^ 292s In function 'nl_msg_put_u8': 292s lto1: note: destination object is likely at address zero 292s In function 'memset', 292s inlined from 'nl_msg_put_uninit' at ../lib/netlink.c:212:9, 292s inlined from 'nl_msg_put_unspec_uninit' at ../lib/netlink.c:248:26, 292s inlined from 'nl_msg_put_unspec' at ../lib/netlink.c:276:11, 292s inlined from 'nl_msg_put_u16' at ../lib/netlink.c:302:5: 292s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 292s 59 | return __builtin___memset_chk (__dest, __ch, __len, 292s | ^ 292s In function 'nl_msg_put_u16': 292s lto1: note: destination object is likely at address zero 297s In function 'dp_packet_reset_offload', 297s inlined from 'dp_packet_init__' at ../lib/dp-packet.c:36:5, 297s inlined from 'dp_packet_use__' at ../lib/dp-packet.c:55:5, 297s inlined from 'dp_packet_use_const' at ../lib/dp-packet.c:114:5, 297s inlined from 'xlate_resume' at ../ofproto/ofproto-dpif-xlate.c:8645:5, 297s inlined from 'nxt_resume' at ../ofproto/ofproto-dpif.c:5995:25: 297s ../lib/dp-packet.h:1064:5: warning: 'packet' may be used uninitialized [-Wmaybe-uninitialized] 297s 1064 | *dp_packet_ol_flags_ptr(p) &= ~DP_PACKET_OL_SUPPORTED_MASK; 297s | ^ 297s ../ofproto/ofproto-dpif-xlate.c: In function 'nxt_resume': 297s ../ofproto/ofproto-dpif-xlate.c:8644:22: note: 'packet' declared here 297s 8644 | struct dp_packet packet; 297s | ^ 298s In function 'ofp_ct_tuple_parse', 298s inlined from 'ofp_ct_match_parse' at ../lib/ofp-ct.c:334:24, 298s inlined from 'dpctl_flush_conntrack' at ../lib/dpctl.c:1783:18: 298s ../lib/ofp-ct.c:243:32: warning: 'icmp_id' may be used uninitialized [-Wmaybe-uninitialized] 298s 243 | tuple->icmp_id = htons(icmp_id); 298s | ^ 298s ../lib/ofp-ct.c: In function 'dpctl_flush_conntrack': 298s ../lib/ofp-ct.c:234:22: note: 'icmp_id' was declared here 298s 234 | uint16_t icmp_id; 298s | ^ 298s In function 'memset', 298s inlined from 'nl_msg_put_uninit' at ../lib/netlink.c:212:9, 298s inlined from 'nl_msg_put_unspec_uninit' at ../lib/netlink.c:248:26, 298s inlined from 'nl_msg_put_unspec' at ../lib/netlink.c:276:11, 298s inlined from 'nl_msg_put_u16' at ../lib/netlink.c:302:5, 298s inlined from 'commit_mpls_action' at ../lib/odp-util.c:8176:13: 298s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 298s 59 | return __builtin___memset_chk (__dest, __ch, __len, 298s | ^ 298s In function 'commit_mpls_action': 298s lto1: note: destination object is likely at address zero 300s In function 'memmove', 300s inlined from 'eth_push_vlan' at ../lib/packets.c:242:5, 300s inlined from 'action_push_vlan' at ../lib/odp-execute.c:892:9: 300s /usr/include/s390x-linux-gnu/bits/string_fortified.h:36:10: warning: '__builtin_memmove' reading 12 bytes from a region of size 0 [-Wstringop-overread] 300s 36 | return __builtin___memmove_chk (__dest, __src, __len, 300s | ^ 300s In function 'action_push_vlan': 300s lto1: note: source object is likely at address zero 301s In function 'ofputil_encode_bundle_ctrl_reply', 301s inlined from 'handle_bundle_control' at ../ofproto/ofproto.c:8633:15, 301s inlined from 'handle_single_part_openflow' at ../ofproto/ofproto.c:8900:16, 301s inlined from 'handle_openflow' at ../ofproto/ofproto.c:8984:21: 301s ../lib/ofp-bundle.c:195:13: warning: 'reply.type' may be used uninitialized [-Wmaybe-uninitialized] 301s 195 | m->type = htons(msg->type); 301s | ^ 301s ../ofproto/ofproto.c: In function 'handle_openflow': 301s ../ofproto/ofproto.c:8590:36: note: 'reply.type' was declared here 301s 8590 | struct ofputil_bundle_ctrl_msg reply; 301s | ^ 302s In function 'ovs_strlcpy', 302s inlined from 'ovs_strlcpy' at ../lib/util.c:383:1, 302s inlined from 'ofputil_port_to_string.constprop' at ../lib/ofp-port.c:273:9: 302s ../lib/util.c:386:22: warning: 'strnlen' specified bound 15 exceeds source size 11 [-Wstringop-overread] 302s 386 | size_t len = strnlen(src, size - 1); 302s | ^ 303s In function 'memset', 303s inlined from 'nl_msg_put_uninit' at ../lib/netlink.c:212:9, 303s inlined from 'nl_msg_put_unspec_uninit' at ../lib/netlink.c:248:26, 303s inlined from 'nl_msg_put_unspec' at ../lib/netlink.c:276:11, 303s inlined from 'nl_msg_put_u16' at ../lib/netlink.c:302:5, 303s inlined from 'nl_msg_put_flower_geneve' at ../lib/tc.c:3571:9, 303s inlined from 'nl_msg_put_flower_tunnel_opts' at ../lib/tc.c:3613:5: 303s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 303s 59 | return __builtin___memset_chk (__dest, __ch, __len, 303s | ^ 303s In function 'nl_msg_put_flower_tunnel_opts': 303s lto1: note: destination object is likely at address zero 303s In function 'memset', 303s inlined from 'nl_msg_put_uninit' at ../lib/netlink.c:212:9, 303s inlined from 'nl_msg_put_unspec_uninit' at ../lib/netlink.c:248:26, 303s inlined from 'nl_msg_put_unspec' at ../lib/netlink.c:276:11, 303s inlined from 'nl_msg_put_u8' at ../lib/netlink.c:294:5, 303s inlined from 'nl_msg_put_flower_geneve' at ../lib/tc.c:3573:9, 303s inlined from 'nl_msg_put_flower_tunnel_opts' at ../lib/tc.c:3613:5: 303s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 3 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 303s 59 | return __builtin___memset_chk (__dest, __ch, __len, 303s | ^ 303s In function 'nl_msg_put_flower_tunnel_opts': 303s lto1: note: destination object is likely at address zero 304s In function 'memset', 304s inlined from 'instruction_init_OFPIT11_CLEAR_ACTIONS' at ../lib/ofp-actions.c:410:1, 304s inlined from 'instruction_put_OFPIT11_CLEAR_ACTIONS' at ../lib/ofp-actions.c:410:1, 304s inlined from 'encode_CLEAR_ACTIONS' at ../lib/ofp-actions.c:7624:9, 304s inlined from 'encode_ofpact' at ../lib/ofp-actions.c:9091:9: 304s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 304s 59 | return __builtin___memset_chk (__dest, __ch, __len, 304s | ^ 304s In function 'encode_ofpact': 304s lto1: note: destination object is likely at address zero 304s In function 'memset', 304s inlined from 'instruction_init_OFPIT11_WRITE_ACTIONS' at ../lib/ofp-actions.c:410:1, 304s inlined from 'instruction_put_OFPIT11_WRITE_ACTIONS' at ../lib/ofp-actions.c:410:1, 304s inlined from 'encode_WRITE_ACTIONS' at ../lib/ofp-actions.c:7658:9, 304s inlined from 'encode_ofpact' at ../lib/ofp-actions.c:9091:9: 304s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 304s 59 | return __builtin___memset_chk (__dest, __ch, __len, 304s | ^ 304s In function 'encode_ofpact': 304s lto1: note: destination object is likely at address zero 304s In function 'memset', 304s inlined from 'instruction_init_OFPIT11_WRITE_METADATA' at ../lib/ofp-actions.c:410:1, 304s inlined from 'instruction_put_OFPIT11_WRITE_METADATA' at ../lib/ofp-actions.c:410:1, 304s inlined from 'encode_WRITE_METADATA' at ../lib/ofp-actions.c:7760:16, 304s inlined from 'encode_ofpact' at ../lib/ofp-actions.c:9091:9: 304s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 20 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 304s 59 | return __builtin___memset_chk (__dest, __ch, __len, 304s | ^ 304s In function 'encode_ofpact': 304s lto1: note: destination object is likely at address zero 304s In function 'memset', 304s inlined from 'instruction_init_OFPIT11_GOTO_TABLE' at ../lib/ofp-actions.c:410:1, 304s inlined from 'instruction_put_OFPIT11_GOTO_TABLE' at ../lib/ofp-actions.c:410:1, 304s inlined from 'encode_GOTO_TABLE' at ../lib/ofp-actions.c:7941:16, 304s inlined from 'encode_ofpact' at ../lib/ofp-actions.c:9091:9: 304s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 304s 59 | return __builtin___memset_chk (__dest, __ch, __len, 304s | ^ 304s In function 'encode_ofpact': 304s lto1: note: destination object is likely at address zero 304s In function 'memset', 304s inlined from 'instruction_init_OFPIT11_APPLY_ACTIONS' at ../lib/ofp-actions.c:410:1, 304s inlined from 'instruction_put_OFPIT11_APPLY_ACTIONS' at ../lib/ofp-actions.c:410:1, 304s inlined from 'ofpacts_put_openflow_instructions' at ../lib/ofp-actions.c:9142:13: 304s /usr/include/s390x-linux-gnu/bits/string_fortified.h:59:10: warning: '__builtin_memset' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 304s 59 | return __builtin___memset_chk (__dest, __ch, __len, 304s | ^ 304s In function 'ofpacts_put_openflow_instructions': 304s lto1: note: destination object is likely at address zero 305s make[3]: warning: Clock skew detected. Your build may be incomplete. 305s make[3]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 305s make[2]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 305s # We need an extra install here so that we can use pkgconfig to 305s # retrieve accurate CFLAGS and LDFLAGS for building Python extensions. 305s dh_auto_install --sourcedirectory=_debian 306s cd _debian && make -j1 install DESTDIR=/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true" 306s make[2]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 306s make install-am 306s make[3]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 306s PYTHONPATH=$PYTHONPATH":"../python /usr/bin/python3 ../build-aux/soexpand.py -I.. < ../utilities/ovs-ctl.in | \ 306s /usr/bin/python3 ../build-aux/dpdkstrip.py --nodpdk | \ 306s sed \ 306s -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \ 306s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 306s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 306s -e 's,[@]PYTHON3[@],/usr/bin/python3,g' \ 306s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 306s -e 's,[@]VERSION[@],3.4.90,g' \ 306s -e 's,[@]VERSION_SUFFIX[@],,g' \ 306s -e 's,[@]localstatedir[@],/var,g' \ 306s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 306s -e 's,[@]sysconfdir[@],/etc,g' \ 306s -e 's,[@]bindir[@],/usr/bin,g' \ 306s -e 's,[@]sbindir[@],/usr/sbin,g' \ 306s -e 's,[@]abs_builddir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian,g' \ 306s -e 's,[@]abs_top_srcdir[@],/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..,g' \ 306s > utilities/ovs-ctl.tmp 306s mv -f utilities/ovs-ctl.tmp utilities/ovs-ctl 306s make[4]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 306s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib' 306s /bin/bash ./libtool --mode=install install --strip-program=true lib/libopenvswitch.la lib/libsflow.la ofproto/libofproto.la ovsdb/libovsdb.la vtep/libvtep.la '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib' 306s libtool: install: install --strip-program=true lib/.libs/libopenvswitch.lai /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libopenvswitch.la 306s install: WARNING: ignoring --strip-program option as -s option was not specified 306s libtool: install: install --strip-program=true lib/.libs/libsflow.lai /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libsflow.la 306s install: WARNING: ignoring --strip-program option as -s option was not specified 306s libtool: install: install --strip-program=true ofproto/.libs/libofproto.lai /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libofproto.la 306s install: WARNING: ignoring --strip-program option as -s option was not specified 306s libtool: install: install --strip-program=true ovsdb/.libs/libovsdb.lai /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libovsdb.la 306s install: WARNING: ignoring --strip-program option as -s option was not specified 306s libtool: install: install --strip-program=true vtep/.libs/libvtep.lai /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libvtep.la 306s install: WARNING: ignoring --strip-program option as -s option was not specified 306s libtool: install: install --strip-program=true lib/.libs/libopenvswitch.a /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libopenvswitch.a 306s install: WARNING: ignoring --strip-program option as -s option was not specified 306s libtool: install: chmod 644 /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libopenvswitch.a 306s libtool: install: ranlib /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libopenvswitch.a 307s libtool: install: install --strip-program=true lib/.libs/libsflow.a /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libsflow.a 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s libtool: install: chmod 644 /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libsflow.a 307s libtool: install: ranlib /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libsflow.a 307s libtool: install: install --strip-program=true ofproto/.libs/libofproto.a /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libofproto.a 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s libtool: install: chmod 644 /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libofproto.a 307s libtool: install: ranlib /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libofproto.a 307s libtool: install: install --strip-program=true ovsdb/.libs/libovsdb.a /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libovsdb.a 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s libtool: install: chmod 644 /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libovsdb.a 307s libtool: install: ranlib /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libovsdb.a 307s libtool: install: install --strip-program=true vtep/.libs/libvtep.a /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libvtep.a 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s libtool: install: chmod 644 /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libvtep.a 307s libtool: install: ranlib /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libvtep.a 307s libtool: warning: remember to run 'libtool --finish /usr/lib' 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin' 307s /bin/bash ./libtool --mode=install install --strip-program=true utilities/ovs-appctl utilities/ovs-testcontroller utilities/ovs-dpctl utilities/ovs-ofctl utilities/ovs-vsctl ovsdb/ovsdb-tool ovsdb/ovsdb-client vtep/vtep-ctl '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin' 307s libtool: install: install --strip-program=true utilities/ovs-appctl /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovs-appctl 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s libtool: install: install --strip-program=true utilities/ovs-testcontroller /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovs-testcontroller 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s libtool: install: install --strip-program=true utilities/ovs-dpctl /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovs-dpctl 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s libtool: install: install --strip-program=true utilities/ovs-ofctl /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovs-ofctl 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s libtool: install: install --strip-program=true utilities/ovs-vsctl /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovs-vsctl 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s libtool: install: install --strip-program=true ovsdb/ovsdb-tool /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovsdb-tool 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s libtool: install: install --strip-program=true ovsdb/ovsdb-client /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovsdb-client 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s libtool: install: install --strip-program=true vtep/vtep-ctl /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/vtep-ctl 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin' 307s install --strip-program=true ../utilities/ovs-docker utilities/ovs-pki utilities/ovs-pcap utilities/ovs-tcpdump utilities/ovs-tcpundump utilities/ovs-dpctl-top utilities/ovs-l3ping utilities/ovs-parse-backtrace utilities/ovs-test utilities/ovs-vlan-test '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/sbin' 307s /bin/bash ./libtool --mode=install install --strip-program=true vswitchd/ovs-vswitchd ovsdb/ovsdb-server '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/sbin' 307s libtool: install: install --strip-program=true vswitchd/ovs-vswitchd /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/sbin/ovs-vswitchd 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s libtool: install: install --strip-program=true ovsdb/ovsdb-server /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/sbin/ovsdb-server 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/sbin' 307s install --strip-program=true utilities/bugtool/ovs-bugtool '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/sbin' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/etc/bash_completion.d' 307s install --strip-program=true ../utilities/ovs-appctl-bashcomp.bash ../utilities/ovs-vsctl-bashcomp.bash '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/etc/bash_completion.d' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man7" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-actions.7 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man7/ovs-actions.7" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-appctl.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-appctl.8" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-ctl.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-ctl.8" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-flowviz.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-flowviz.8" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-l3ping.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-l3ping.8" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-parse-backtrace.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-parse-backtrace.8" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-pki.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-pki.8" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-tcpdump.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-tcpdump.8" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man1" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-tcpundump.1 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man1/ovs-tcpundump.1" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-test.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-test.8" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-vlan-test.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-vlan-test.8" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man7" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovsdb-server.7 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man7/ovsdb-server.7" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man5" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovsdb.5 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man5/ovsdb.5" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man7" 307s install --strip-program=true -m 644 ./Documentation/_build/man/ovsdb.7 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man7/ovsdb.7" 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/var/lib/openvswitch/pki 307s /usr/bin/mkdir -p /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/etc/openvswitch 307s for plugin in utilities/bugtool/plugins/kernel-info/openvswitch.xml utilities/bugtool/plugins/network-status/openvswitch.xml utilities/bugtool/plugins/system-configuration.xml utilities/bugtool/plugins/system-logs/openvswitch.xml utilities/bugtool/plugins/system-configuration/openvswitch.xml; do \ 307s stem=`echo "$plugin" | sed 's,utilities/bugtool/plugins/,,'`; \ 307s dir=`expr "$stem" : '\(.*\)/[^/]*$'`; \ 307s /usr/bin/mkdir -p "/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/bugtool-plugins/$dir"; \ 307s install --strip-program=true -m 644 "../$plugin" "/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/bugtool-plugins/$stem"; \ 307s done 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p python/ovs 307s sed \ 307s -e '/^##/d' \ 307s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 307s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 307s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 307s -e 's,[@]bindir[@],/usr/bin,g' \ 307s -e 's,[@]sysconfdir[@],/etc,g' \ 307s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 307s < ../python/ovs/dirs.py.template \ 307s > python/ovs/dirs.py.tmp 307s /usr/bin/mkdir -p /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs 307s install --strip-program=true -m 644 python/ovs/dirs.py.tmp /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/dirs.py 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s rm python/ovs/dirs.py.tmp 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man1' 307s install --strip-program=true -m 644 utilities/ovs-pcap.1 ovsdb/ovsdb-tool.1 ovsdb/ovsdb-client.1 ovsdb/ovsdb-server.1 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man1' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man5' 307s install --strip-program=true -m 644 vswitchd/ovs-vswitchd.conf.db.5 ovsdb/ovsdb-server.5 ovsdb/ovsdb.local-config.5 vtep/vtep.5 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man5' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man7' 307s install --strip-program=true -m 644 lib/ovs-fields.7 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man7' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man8' 307s install --strip-program=true -m 644 utilities/ovs-testcontroller.8 utilities/ovs-dpctl.8 utilities/ovs-dpctl-top.8 ../utilities/ovs-kmod-ctl.8 utilities/ovs-ofctl.8 utilities/ovs-vsctl.8 utilities/bugtool/ovs-bugtool.8 vswitchd/ovs-vswitchd.8 vtep/vtep-ctl.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man8' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch' 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/unixctl' 307s install --strip-program=true -m 644 ../python/ovs/unixctl/__init__.py ../python/ovs/unixctl/client.py ../python/ovs/unixctl/server.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/unixctl' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flowviz/ofp' 307s install --strip-program=true -m 644 ../python/ovs/flowviz/ofp/__init__.py ../python/ovs/flowviz/ofp/cli.py ../python/ovs/flowviz/ofp/logic.py ../python/ovs/flowviz/ofp/html.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flowviz/ofp' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/compat' 307s install --strip-program=true -m 644 ../python/ovs/compat/__init__.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/compat' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flowviz' 307s install --strip-program=true -m 644 ../python/ovs/flowviz/__init__.py ../python/ovs/flowviz/console.py ../python/ovs/flowviz/format.py ../python/ovs/flowviz/html_format.py ../python/ovs/flowviz/main.py ../python/ovs/flowviz/ovs-flowviz ../python/ovs/flowviz/process.py ../python/ovs/flowviz/ovs-flowviz.conf '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flowviz' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/db' 307s install --strip-program=true -m 644 ../python/ovs/db/__init__.py ../python/ovs/db/custom_index.py ../python/ovs/db/data.py ../python/ovs/db/error.py ../python/ovs/db/idl.py ../python/ovs/db/parser.py ../python/ovs/db/schema.py ../python/ovs/db/types.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/db' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs' 307s install --strip-program=true -m 644 ../python/ovs/__init__.py ../python/ovs/daemon.py ../python/ovs/dns_resolve.py ../python/ovs/fatal_signal.py ../python/ovs/fcntl_win.py ../python/ovs/json.py ../python/ovs/jsonrpc.py ../python/ovs/ovsuuid.py ../python/ovs/poller.py ../python/ovs/process.py ../python/ovs/reconnect.py ../python/ovs/socket_util.py ../python/ovs/stream.py ../python/ovs/timeval.py ../python/ovs/util.py ../python/ovs/version.py ../python/ovs/vlog.py ../python/ovs/winutils.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/compat/sortedcontainers' 307s install --strip-program=true -m 644 ../python/ovs/compat/sortedcontainers/__init__.py ../python/ovs/compat/sortedcontainers/sortedlist.py ../python/ovs/compat/sortedcontainers/sorteddict.py ../python/ovs/compat/sortedcontainers/sortedset.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/compat/sortedcontainers' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovstest' 307s install --strip-program=true -m 644 ../python/ovstest/__init__.py ../python/ovstest/args.py ../python/ovstest/rpcserver.py ../python/ovstest/tcp.py ../python/ovstest/tests.py ../python/ovstest/udp.py ../python/ovstest/util.py ../python/ovstest/vswitch.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovstest' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flowviz/odp' 307s install --strip-program=true -m 644 ../python/ovs/flowviz/odp/__init__.py ../python/ovs/flowviz/odp/cli.py ../python/ovs/flowviz/odp/graph.py ../python/ovs/flowviz/odp/html.py ../python/ovs/flowviz/odp/tree.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flowviz/odp' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flow' 307s install --strip-program=true -m 644 ../python/ovs/flow/__init__.py ../python/ovs/flow/decoders.py ../python/ovs/flow/filter.py ../python/ovs/flow/flow.py ../python/ovs/flow/kv.py ../python/ovs/flow/list.py ../python/ovs/flow/odp.py ../python/ovs/flow/ofp.py ../python/ovs/flow/ofp_act.py ../python/ovs/flow/ofp_fields.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flow' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/include/openflow' 307s install --strip-program=true -m 644 ../include/openflow/intel-ext.h ../include/openflow/netronome-ext.h ../include/openflow/nicira-ext.h ../include/openflow/openflow-1.0.h ../include/openflow/openflow-1.1.h ../include/openflow/openflow-1.2.h ../include/openflow/openflow-1.3.h ../include/openflow/openflow-1.4.h ../include/openflow/openflow-1.5.h ../include/openflow/openflow-common.h ../include/openflow/openflow.h '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/include/openflow' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/include/openvswitch' 307s install --strip-program=true -m 644 ../include/openvswitch/compiler.h ../include/openvswitch/dynamic-string.h ../include/openvswitch/hmap.h ../include/openvswitch/flow.h ../include/openvswitch/geneve.h ../include/openvswitch/json.h ../include/openvswitch/list.h ../include/openvswitch/netdev.h ../include/openvswitch/match.h ../include/openvswitch/meta-flow.h ../include/openvswitch/namemap.h ../include/openvswitch/ofpbuf.h ../include/openvswitch/ofp-actions.h ../include/openvswitch/ofp-bundle.h ../include/openvswitch/ofp-connection.h ../include/openvswitch/ofp-ct.h ../include/openvswitch/ofp-ed-props.h ../include/openvswitch/ofp-errors.h ../include/openvswitch/ofp-flow.h ../include/openvswitch/ofp-group.h ../include/openvswitch/ofp-ipfix.h ../include/openvswitch/ofp-match.h ../include/openvswitch/ofp-meter.h ../include/openvswitch/ofp-monitor.h ../include/openvswitch/ofp-msgs.h ../include/openvswitch/ofp-packet.h ../include/openvswitch/ofp-parse.h ../include/openvswitch/ofp-port.h ../include/openvswitch/ofp-print.h ../include/openvswitch/ofp-prop.h ../include/openvswitch/ofp-protocol.h ../include/openvswitch/ofp-queue.h ../include/openvswitch/ofp-switch.h ../include/openvswitch/ofp-table.h ../include/openvswitch/ofp-util.h ../include/openvswitch/packets.h ../include/openvswitch/poll-loop.h ../include/openvswitch/rconn.h ../include/openvswitch/shash.h ../include/openvswitch/thread.h '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/include/openvswitch' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s install --strip-program=true -m 644 ../include/openvswitch/token-bucket.h ../include/openvswitch/tun-metadata.h ../include/openvswitch/type-props.h ../include/openvswitch/types.h ../include/openvswitch/usdt-probes.h ../include/openvswitch/util.h ../include/openvswitch/uuid.h include/openvswitch/version.h ../include/openvswitch/vconn.h ../include/openvswitch/vlog.h ../include/openvswitch/nsh.h '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/include/openvswitch' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/pkgconfig' 307s install --strip-program=true -m 644 lib/libopenvswitch.pc lib/libsflow.pc ofproto/libofproto.pc ovsdb/libovsdb.pc '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/pkgconfig' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch' 307s install --strip-program=true -m 644 ../vswitchd/vswitch.ovsschema ../ovsdb/local-config.ovsschema ../vtep/vtep.ovsschema '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/scripts' 307s install --strip-program=true -m 644 utilities/ovs-lib '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/scripts' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/scripts' 307s install --strip-program=true utilities/ovs-check-dead-ifs utilities/ovs-ctl utilities/ovs-kmod-ctl ../utilities/ovs-save ../utilities/bugtool/ovs-bugtool-fdb-show ../utilities/bugtool/ovs-bugtool-tc-class-show ../utilities/bugtool/ovs-bugtool-daemons-ver ../utilities/bugtool/ovs-bugtool-ovs-ofctl-loop-over-bridges ../utilities/bugtool/ovs-bugtool-ovs-appctl-dpif ../utilities/bugtool/ovs-bugtool-ovs-bridge-datapath-type ../utilities/bugtool/ovs-bugtool-ovs-vswitchd-threads-affinity ../utilities/bugtool/ovs-bugtool-qos-configs ../utilities/bugtool/ovs-bugtool-get-dpdk-nic-numa ../utilities/bugtool/ovs-bugtool-get-port-stats ipsec/ovs-monitor-ipsec vtep/ovs-vtep '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/scripts' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/scripts/usdt' 307s install --strip-program=true ../utilities/usdt-scripts/bridge_loop.bt ../utilities/usdt-scripts/dpif_op_nl_monitor.py ../utilities/usdt-scripts/flow_reval_monitor.py ../utilities/usdt-scripts/kernel_delay.py ../utilities/usdt-scripts/kernel_delay.rst ../utilities/usdt-scripts/reval_monitor.py ../utilities/usdt-scripts/upcall_cost.py ../utilities/usdt-scripts/upcall_monitor.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/scripts/usdt' 307s install: WARNING: ignoring --strip-program option as -s option was not specified 307s make[4]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 307s make[3]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 307s make[2]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 307s export PKG_CONFIG_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/pkgconfig; \ 307s export PKG_CONFIG_SYSROOT_DIR=/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp; \ 307s export PKG_CONFIG_SYSTEM_INCLUDE_PATH=/; \ 307s export PKG_CONFIG_SYSTEM_LIBRARY_PATH=/; \ 307s enable_shared=no \ 307s extra_cflags="`pkg-config --cflags libopenvswitch`" \ 307s extra_libs="-Wl,-Bstatic -lopenvswitch -Wl,-Bdynamic `pkg-config --libs --static libopenvswitch`" \ 307s pybuild --build 307s I: pybuild base:311: /usr/bin/python3.12 setup.py build 307s running build 307s running build_py 307s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/fcntl_win.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/reconnect.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/socket_util.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/winutils.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/util.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/fatal_signal.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/json.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/dirs.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/poller.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/stream.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/process.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/ovsuuid.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/version.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/daemon.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/timeval.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/vlog.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/jsonrpc.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s copying ovs/dns_resolve.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 307s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/compat 307s copying ovs/compat/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/compat 307s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/compat/sortedcontainers 307s copying ovs/compat/sortedcontainers/sortedset.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/compat/sortedcontainers 307s copying ovs/compat/sortedcontainers/sortedlist.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/compat/sortedcontainers 307s copying ovs/compat/sortedcontainers/sorteddict.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/compat/sortedcontainers 307s copying ovs/compat/sortedcontainers/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/compat/sortedcontainers 307s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db 307s copying ovs/db/types.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db 307s copying ovs/db/error.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db 307s copying ovs/db/data.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db 307s copying ovs/db/schema.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db 307s copying ovs/db/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db 307s copying ovs/db/parser.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db 307s copying ovs/db/custom_index.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db 307s copying ovs/db/idl.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db 307s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow 307s copying ovs/flow/kv.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow 307s copying ovs/flow/ofp_act.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow 307s copying ovs/flow/ofp.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow 307s copying ovs/flow/ofp_fields.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow 307s copying ovs/flow/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow 307s copying ovs/flow/odp.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow 307s copying ovs/flow/filter.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow 307s copying ovs/flow/list.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow 307s copying ovs/flow/decoders.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow 307s copying ovs/flow/flow.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow 307s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz 307s copying ovs/flowviz/format.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz 307s copying ovs/flowviz/html_format.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz 307s copying ovs/flowviz/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz 307s copying ovs/flowviz/main.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz 307s copying ovs/flowviz/process.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz 307s copying ovs/flowviz/console.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz 307s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/odp 307s copying ovs/flowviz/odp/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/odp 307s copying ovs/flowviz/odp/html.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/odp 307s copying ovs/flowviz/odp/tree.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/odp 307s copying ovs/flowviz/odp/cli.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/odp 307s copying ovs/flowviz/odp/graph.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/odp 307s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/ofp 307s copying ovs/flowviz/ofp/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/ofp 307s copying ovs/flowviz/ofp/html.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/ofp 307s copying ovs/flowviz/ofp/logic.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/ofp 307s copying ovs/flowviz/ofp/cli.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/ofp 307s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/unixctl 307s copying ovs/unixctl/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/unixctl 307s copying ovs/unixctl/client.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/unixctl 307s copying ovs/unixctl/server.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/unixctl 307s copying ovs/flowviz/ovs-flowviz.conf -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz 307s running build_ext 307s building 'ovs._json' extension 307s creating build/temp.linux-s390x-cpython-312/ovs 307s s390x-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wdate-time -D_FORTIFY_SOURCE=3 -fPIC -I/usr/include/python3.12 -c ovs/_json.c -o build/temp.linux-s390x-cpython-312/ovs/_json.o -I/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/include 308s s390x-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wdate-time -D_FORTIFY_SOURCE=3 build/temp.linux-s390x-cpython-312/ovs/_json.o -L/usr/lib/s390x-linux-gnu -o /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/_json.cpython-312-s390x-linux-gnu.so -Wl,-Bstatic -lopenvswitch -Wl,-Bdynamic -L/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib -lopenvswitch -latomic -lnuma -lxdp -lbpf -lm -lunbound -lssl -lcrypto -lcap-ng 312s In function ‘dp_packet_delete’, 312s inlined from ‘dp_packet_delete’ at ../_debian/../lib/dp-packet.h:292:1, 312s inlined from ‘dp_packet_batch_add__’ at ../_debian/../lib/dp-packet.h:897:9, 312s inlined from ‘dp_packet_batch_add’ at ../_debian/../lib/dp-packet.h:905:5, 312s inlined from ‘netdev_afxdp_rxq_recv’ at ../_debian/../lib/netdev-afxdp.c:905:9: 312s ../_debian/../lib/dp-packet.h:309:9: warning: ‘free’ called on pointer ‘umem_31->xpool.array’ with nonzero offset [8, 2594073385365405128] [-Wfree-nonheap-object] 312s 309 | free(b); 312s | ^ 323s running build_scripts 323s creating build/scripts-3.12 323s copying and adjusting ovs/flowviz/ovs-flowviz -> build/scripts-3.12 323s changing mode of build/scripts-3.12/ovs-flowviz from 644 to 755 323s I: pybuild base:311: /usr/bin/python3 setup.py build 323s running build 323s running build_py 323s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 323s copying ovs/fcntl_win.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 323s copying ovs/reconnect.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 323s copying ovs/socket_util.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 323s copying ovs/winutils.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 323s copying ovs/util.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 323s copying ovs/fatal_signal.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 323s copying ovs/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s copying ovs/json.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s copying ovs/dirs.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s copying ovs/poller.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s copying ovs/stream.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s copying ovs/process.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s copying ovs/ovsuuid.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s copying ovs/version.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s copying ovs/daemon.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s copying ovs/timeval.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s copying ovs/vlog.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s copying ovs/jsonrpc.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s copying ovs/dns_resolve.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 324s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/compat 324s copying ovs/compat/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/compat 324s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/compat/sortedcontainers 324s copying ovs/compat/sortedcontainers/sortedset.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/compat/sortedcontainers 324s copying ovs/compat/sortedcontainers/sortedlist.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/compat/sortedcontainers 324s copying ovs/compat/sortedcontainers/sorteddict.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/compat/sortedcontainers 324s copying ovs/compat/sortedcontainers/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/compat/sortedcontainers 324s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db 324s copying ovs/db/types.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db 324s copying ovs/db/error.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db 324s copying ovs/db/data.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db 324s copying ovs/db/schema.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db 324s copying ovs/db/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db 324s copying ovs/db/parser.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db 324s copying ovs/db/custom_index.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db 324s copying ovs/db/idl.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db 324s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow 324s copying ovs/flow/kv.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow 324s copying ovs/flow/ofp_act.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow 324s copying ovs/flow/ofp.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow 324s copying ovs/flow/ofp_fields.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow 324s copying ovs/flow/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow 324s copying ovs/flow/odp.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow 324s copying ovs/flow/filter.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow 324s copying ovs/flow/list.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow 324s copying ovs/flow/decoders.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow 324s copying ovs/flow/flow.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow 324s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz 324s copying ovs/flowviz/format.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz 324s copying ovs/flowviz/html_format.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz 324s copying ovs/flowviz/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz 324s copying ovs/flowviz/main.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz 324s copying ovs/flowviz/process.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz 324s copying ovs/flowviz/console.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz 324s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/odp 324s copying ovs/flowviz/odp/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/odp 324s copying ovs/flowviz/odp/html.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/odp 324s copying ovs/flowviz/odp/tree.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/odp 324s copying ovs/flowviz/odp/cli.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/odp 324s copying ovs/flowviz/odp/graph.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/odp 324s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/ofp 324s copying ovs/flowviz/ofp/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/ofp 324s copying ovs/flowviz/ofp/html.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/ofp 324s copying ovs/flowviz/ofp/logic.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/ofp 324s copying ovs/flowviz/ofp/cli.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/ofp 324s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/unixctl 324s copying ovs/unixctl/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/unixctl 324s copying ovs/unixctl/client.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/unixctl 324s copying ovs/unixctl/server.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/unixctl 324s copying ovs/flowviz/ovs-flowviz.conf -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz 324s running build_ext 324s building 'ovs._json' extension 324s creating build/temp.linux-s390x-cpython-313/ovs 324s s390x-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wdate-time -D_FORTIFY_SOURCE=3 -fPIC -I/usr/include/python3.13 -c ovs/_json.c -o build/temp.linux-s390x-cpython-313/ovs/_json.o -I/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/include 324s s390x-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,-z,now -g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC -Wdate-time -D_FORTIFY_SOURCE=3 build/temp.linux-s390x-cpython-313/ovs/_json.o -L/usr/lib/s390x-linux-gnu -o /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/_json.cpython-313-s390x-linux-gnu.so -Wl,-Bstatic -lopenvswitch -Wl,-Bdynamic -L/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib -lopenvswitch -latomic -lnuma -lxdp -lbpf -lm -lunbound -lssl -lcrypto -lcap-ng 328s In function ‘dp_packet_delete’, 328s inlined from ‘dp_packet_delete’ at ../_debian/../lib/dp-packet.h:292:1, 328s inlined from ‘dp_packet_batch_add__’ at ../_debian/../lib/dp-packet.h:897:9, 328s inlined from ‘dp_packet_batch_add’ at ../_debian/../lib/dp-packet.h:905:5, 328s inlined from ‘netdev_afxdp_rxq_recv’ at ../_debian/../lib/netdev-afxdp.c:905:9: 328s ../_debian/../lib/dp-packet.h:309:9: warning: ‘free’ called on pointer ‘umem_31->xpool.array’ with nonzero offset [8, 2594073385365405128] [-Wfree-nonheap-object] 328s 309 | free(b); 328s | ^ 339s running build_scripts 339s creating build/scripts-3.13 339s copying and adjusting ovs/flowviz/ovs-flowviz -> build/scripts-3.13 339s changing mode of build/scripts-3.13/ovs-flowviz from 644 to 755 339s make[1]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 339s create-stamp debian/debhelper-build-stamp 339s dh_prep 339s dh_installdirs 340s debian/rules override_dh_auto_install 340s make[1]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 340s py3versions: no X-Python3-Version in control file, using supported versions 340s # We need to use pybuild to install Python extensions. 340s export PKG_CONFIG_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/pkgconfig; \ 340s export PKG_CONFIG_SYSROOT_DIR=/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp; \ 340s export PKG_CONFIG_SYSTEM_INCLUDE_PATH=/; \ 340s export PKG_CONFIG_SYSTEM_LIBRARY_PATH=/; \ 340s enable_shared=no \ 340s extra_cflags="`pkg-config --cflags libopenvswitch`" \ 340s extra_libs="-Wl,-Bstatic -lopenvswitch -Wl,-Bdynamic `pkg-config --libs --static libopenvswitch`" \ 340s pybuild --install 340s Package libopenvswitch was not found in the pkg-config search path. 340s Perhaps you should add the directory containing `libopenvswitch.pc' 340s to the PKG_CONFIG_PATH environment variable 340s Package 'libopenvswitch', required by 'virtual:world', not found 340s Package libopenvswitch was not found in the pkg-config search path. 340s Perhaps you should add the directory containing `libopenvswitch.pc' 340s to the PKG_CONFIG_PATH environment variable 340s Package 'libopenvswitch', required by 'virtual:world', not found 340s I: pybuild base:311: /usr/bin/python3.12 setup.py install --root /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp 340s running install 340s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 340s !! 340s 340s ******************************************************************************** 340s Please avoid running ``setup.py`` directly. 340s Instead, use pypa/build, pypa/installer or other 340s standards-based tools. 340s 340s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 340s ******************************************************************************** 340s 340s !! 340s self.initialize_options() 340s running build 340s running build_py 340s copying ovs/dirs.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 340s copying ovs/version.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs 340s copying ovs/flow/ofp_fields.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow 340s running build_ext 340s running build_scripts 340s running install_lib 340s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages 340s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/fcntl_win.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/_json.cpython-312-s390x-linux-gnu.so -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/reconnect.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/socket_util.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/winutils.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/util.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/fatal_signal.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/format.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/html_format.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz 340s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/odp 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/odp/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/odp 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/odp/html.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/odp 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/odp/tree.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/odp 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/odp/cli.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/odp 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/odp/graph.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/odp 340s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/ofp 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/ofp/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/ofp 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/ofp/html.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/ofp 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/ofp/logic.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/ofp 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/ofp/cli.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/ofp 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/main.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/process.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/ovs-flowviz.conf -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flowviz/console.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/json.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db/types.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db/error.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db/data.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db/schema.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db/parser.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db/custom_index.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/db/idl.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db 340s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/unixctl 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/unixctl/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/unixctl 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/unixctl/client.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/unixctl 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/unixctl/server.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/unixctl 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/dirs.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/poller.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/stream.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/process.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/ovsuuid.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/compat 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/compat/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/compat 340s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/compat/sortedcontainers 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/compat/sortedcontainers/sortedset.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/compat/sortedcontainers 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/compat/sortedcontainers/sortedlist.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/compat/sortedcontainers 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/compat/sortedcontainers/sorteddict.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/compat/sortedcontainers 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/compat/sortedcontainers/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/compat/sortedcontainers 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/version.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/daemon.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/timeval.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/vlog.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow/kv.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow/ofp_act.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow/ofp.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow/ofp_fields.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow/odp.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow/filter.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow/list.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow/decoders.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/flow/flow.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/jsonrpc.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.12/build/ovs/dns_resolve.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/fcntl_win.py to fcntl_win.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/reconnect.py to reconnect.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/socket_util.py to socket_util.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/winutils.py to winutils.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/util.py to util.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/fatal_signal.py to fatal_signal.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/format.py to format.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/html_format.py to html_format.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/__init__.py to __init__.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/odp/__init__.py to __init__.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/odp/html.py to html.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/odp/tree.py to tree.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/odp/cli.py to cli.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/odp/graph.py to graph.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/ofp/__init__.py to __init__.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/ofp/html.py to html.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/ofp/logic.py to logic.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/ofp/cli.py to cli.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/main.py to main.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/process.py to process.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flowviz/console.py to console.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/__init__.py to __init__.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/json.py to json.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db/types.py to types.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db/error.py to error.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db/data.py to data.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db/schema.py to schema.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db/__init__.py to __init__.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db/parser.py to parser.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db/custom_index.py to custom_index.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/db/idl.py to idl.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/unixctl/__init__.py to __init__.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/unixctl/client.py to client.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/unixctl/server.py to server.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/dirs.py to dirs.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/poller.py to poller.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/stream.py to stream.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/process.py to process.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/ovsuuid.py to ovsuuid.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/compat/__init__.py to __init__.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/compat/sortedcontainers/sortedset.py to sortedset.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/compat/sortedcontainers/sortedlist.py to sortedlist.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/compat/sortedcontainers/sorteddict.py to sorteddict.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/compat/sortedcontainers/__init__.py to __init__.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/version.py to version.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/daemon.py to daemon.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/timeval.py to timeval.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/vlog.py to vlog.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow/kv.py to kv.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow/ofp_act.py to ofp_act.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow/ofp.py to ofp.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow/ofp_fields.py to ofp_fields.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow/__init__.py to __init__.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow/odp.py to odp.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow/filter.py to filter.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow/list.py to list.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow/decoders.py to decoders.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/flow/flow.py to flow.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/jsonrpc.py to jsonrpc.cpython-312.pyc 340s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs/dns_resolve.py to dns_resolve.cpython-312.pyc 340s running install_egg_info 340s running egg_info 340s creating ovs.egg-info 340s writing ovs.egg-info/PKG-INFO 340s writing dependency_links to ovs.egg-info/dependency_links.txt 340s writing requirements to ovs.egg-info/requires.txt 340s writing top-level names to ovs.egg-info/top_level.txt 340s writing manifest file 'ovs.egg-info/SOURCES.txt' 340s reading manifest file 'ovs.egg-info/SOURCES.txt' 340s writing manifest file 'ovs.egg-info/SOURCES.txt' 340s Copying ovs.egg-info to /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.12/dist-packages/ovs-3.4.90.egg-info 340s Skipping SOURCES.txt 340s running install_scripts 340s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin 340s copying build/scripts-3.12/ovs-flowviz -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin 340s changing mode of /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovs-flowviz to 755 340s I: pybuild base:311: /usr/bin/python3 setup.py install --root /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp 341s running install 341s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 341s !! 341s 341s ******************************************************************************** 341s Please avoid running ``setup.py`` directly. 341s Instead, use pypa/build, pypa/installer or other 341s standards-based tools. 341s 341s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 341s ******************************************************************************** 341s 341s !! 341s self.initialize_options() 341s running build 341s running build_py 341s copying ovs/dirs.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 341s copying ovs/version.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs 341s copying ovs/flow/ofp_fields.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow 341s running build_ext 341s running build_scripts 341s running install_lib 341s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages 341s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/fcntl_win.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/reconnect.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/socket_util.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/winutils.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/util.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/fatal_signal.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/format.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/html_format.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz 341s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/odp 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/odp/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/odp 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/odp/html.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/odp 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/odp/tree.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/odp 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/odp/cli.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/odp 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/odp/graph.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/odp 341s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/ofp 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/ofp/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/ofp 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/ofp/html.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/ofp 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/ofp/logic.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/ofp 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/ofp/cli.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/ofp 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/main.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/process.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/ovs-flowviz.conf -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flowviz/console.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/_json.cpython-313-s390x-linux-gnu.so -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/json.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db/types.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db/error.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db/data.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db/schema.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db/parser.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db/custom_index.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/db/idl.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db 341s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/unixctl 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/unixctl/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/unixctl 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/unixctl/client.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/unixctl 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/unixctl/server.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/unixctl 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/dirs.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/poller.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/stream.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/process.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/ovsuuid.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/compat 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/compat/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/compat 341s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/compat/sortedcontainers 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/compat/sortedcontainers/sortedset.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/compat/sortedcontainers 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/compat/sortedcontainers/sortedlist.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/compat/sortedcontainers 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/compat/sortedcontainers/sorteddict.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/compat/sortedcontainers 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/compat/sortedcontainers/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/compat/sortedcontainers 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/version.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/daemon.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/timeval.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/vlog.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s creating /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow/kv.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow/ofp_act.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow/ofp.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow/ofp_fields.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow/__init__.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow/odp.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow/filter.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow/list.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow/decoders.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/flow/flow.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/jsonrpc.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s copying /tmp/autopkgtest.GlFz2E/build.uzZ/src/.pybuild/cpython3_3.13/build/ovs/dns_resolve.py -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/fcntl_win.py to fcntl_win.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/reconnect.py to reconnect.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/socket_util.py to socket_util.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/winutils.py to winutils.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/util.py to util.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/fatal_signal.py to fatal_signal.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/format.py to format.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/html_format.py to html_format.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/__init__.py to __init__.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/odp/__init__.py to __init__.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/odp/html.py to html.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/odp/tree.py to tree.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/odp/cli.py to cli.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/odp/graph.py to graph.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/ofp/__init__.py to __init__.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/ofp/html.py to html.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/ofp/logic.py to logic.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/ofp/cli.py to cli.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/main.py to main.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/process.py to process.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flowviz/console.py to console.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/__init__.py to __init__.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/json.py to json.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db/types.py to types.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db/error.py to error.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db/data.py to data.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db/schema.py to schema.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db/__init__.py to __init__.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db/parser.py to parser.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db/custom_index.py to custom_index.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/db/idl.py to idl.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/unixctl/__init__.py to __init__.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/unixctl/client.py to client.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/unixctl/server.py to server.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/dirs.py to dirs.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/poller.py to poller.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/stream.py to stream.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/process.py to process.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/ovsuuid.py to ovsuuid.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/compat/__init__.py to __init__.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/compat/sortedcontainers/sortedset.py to sortedset.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/compat/sortedcontainers/sortedlist.py to sortedlist.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/compat/sortedcontainers/sorteddict.py to sorteddict.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/compat/sortedcontainers/__init__.py to __init__.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/version.py to version.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/daemon.py to daemon.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/timeval.py to timeval.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/vlog.py to vlog.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow/kv.py to kv.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow/ofp_act.py to ofp_act.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow/ofp.py to ofp.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow/ofp_fields.py to ofp_fields.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow/__init__.py to __init__.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow/odp.py to odp.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow/filter.py to filter.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow/list.py to list.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow/decoders.py to decoders.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/flow/flow.py to flow.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/jsonrpc.py to jsonrpc.cpython-313.pyc 341s byte-compiling /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs/dns_resolve.py to dns_resolve.cpython-313.pyc 341s running install_egg_info 341s running egg_info 341s writing ovs.egg-info/PKG-INFO 341s writing dependency_links to ovs.egg-info/dependency_links.txt 341s writing requirements to ovs.egg-info/requires.txt 341s writing top-level names to ovs.egg-info/top_level.txt 341s reading manifest file 'ovs.egg-info/SOURCES.txt' 341s writing manifest file 'ovs.egg-info/SOURCES.txt' 341s Copying ovs.egg-info to /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/python3.13/dist-packages/ovs-3.4.90.egg-info 341s Skipping SOURCES.txt 341s running install_scripts 341s copying build/scripts-3.13/ovs-flowviz -> /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin 341s changing mode of /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovs-flowviz to 755 341s dh_auto_install --sourcedirectory=_debian 341s cd _debian && make -j1 install DESTDIR=/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true" 342s make[2]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 342s make install-am 342s make[3]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 342s make[4]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib' 342s /bin/bash ./libtool --mode=install install --strip-program=true lib/libopenvswitch.la lib/libsflow.la ofproto/libofproto.la ovsdb/libovsdb.la vtep/libvtep.la '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib' 342s libtool: install: install --strip-program=true lib/.libs/libopenvswitch.lai /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libopenvswitch.la 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true lib/.libs/libsflow.lai /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libsflow.la 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true ofproto/.libs/libofproto.lai /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libofproto.la 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true ovsdb/.libs/libovsdb.lai /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libovsdb.la 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true vtep/.libs/libvtep.lai /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libvtep.la 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true lib/.libs/libopenvswitch.a /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libopenvswitch.a 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: chmod 644 /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libopenvswitch.a 342s libtool: install: ranlib /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libopenvswitch.a 342s libtool: install: install --strip-program=true lib/.libs/libsflow.a /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libsflow.a 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: chmod 644 /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libsflow.a 342s libtool: install: ranlib /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libsflow.a 342s libtool: install: install --strip-program=true ofproto/.libs/libofproto.a /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libofproto.a 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: chmod 644 /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libofproto.a 342s libtool: install: ranlib /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libofproto.a 342s libtool: install: install --strip-program=true ovsdb/.libs/libovsdb.a /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libovsdb.a 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: chmod 644 /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libovsdb.a 342s libtool: install: ranlib /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libovsdb.a 342s libtool: install: install --strip-program=true vtep/.libs/libvtep.a /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libvtep.a 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: chmod 644 /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libvtep.a 342s libtool: install: ranlib /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/libvtep.a 342s libtool: warning: remember to run 'libtool --finish /usr/lib' 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin' 342s /bin/bash ./libtool --mode=install install --strip-program=true utilities/ovs-appctl utilities/ovs-testcontroller utilities/ovs-dpctl utilities/ovs-ofctl utilities/ovs-vsctl ovsdb/ovsdb-tool ovsdb/ovsdb-client vtep/vtep-ctl '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin' 342s libtool: install: install --strip-program=true utilities/ovs-appctl /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovs-appctl 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true utilities/ovs-testcontroller /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovs-testcontroller 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true utilities/ovs-dpctl /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovs-dpctl 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true utilities/ovs-ofctl /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovs-ofctl 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true utilities/ovs-vsctl /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovs-vsctl 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true ovsdb/ovsdb-tool /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovsdb-tool 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true ovsdb/ovsdb-client /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/ovsdb-client 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true vtep/vtep-ctl /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin/vtep-ctl 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin' 342s install --strip-program=true ../utilities/ovs-docker utilities/ovs-pki utilities/ovs-pcap utilities/ovs-tcpdump utilities/ovs-tcpundump utilities/ovs-dpctl-top utilities/ovs-l3ping utilities/ovs-parse-backtrace utilities/ovs-test utilities/ovs-vlan-test '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/bin' 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/sbin' 342s /bin/bash ./libtool --mode=install install --strip-program=true vswitchd/ovs-vswitchd ovsdb/ovsdb-server '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/sbin' 342s libtool: install: install --strip-program=true vswitchd/ovs-vswitchd /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/sbin/ovs-vswitchd 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s libtool: install: install --strip-program=true ovsdb/ovsdb-server /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/sbin/ovsdb-server 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/sbin' 342s install --strip-program=true utilities/bugtool/ovs-bugtool '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/sbin' 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/etc/bash_completion.d' 342s install --strip-program=true ../utilities/ovs-appctl-bashcomp.bash ../utilities/ovs-vsctl-bashcomp.bash '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/etc/bash_completion.d' 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man7" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-actions.7 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man7/ovs-actions.7" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-appctl.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-appctl.8" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-ctl.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-ctl.8" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-flowviz.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-flowviz.8" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-l3ping.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-l3ping.8" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-parse-backtrace.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-parse-backtrace.8" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-pki.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-pki.8" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-tcpdump.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-tcpdump.8" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man1" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-tcpundump.1 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man1/ovs-tcpundump.1" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-test.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-test.8" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovs-vlan-test.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man8/ovs-vlan-test.8" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man7" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovsdb-server.7 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man7/ovsdb-server.7" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man5" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovsdb.5 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man5/ovsdb.5" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man7" 342s install --strip-program=true -m 644 ./Documentation/_build/man/ovsdb.7 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp'"/usr/share/man/man7/ovsdb.7" 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/var/lib/openvswitch/pki 342s /usr/bin/mkdir -p /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/etc/openvswitch 342s for plugin in utilities/bugtool/plugins/kernel-info/openvswitch.xml utilities/bugtool/plugins/network-status/openvswitch.xml utilities/bugtool/plugins/system-configuration.xml utilities/bugtool/plugins/system-logs/openvswitch.xml utilities/bugtool/plugins/system-configuration/openvswitch.xml; do \ 342s stem=`echo "$plugin" | sed 's,utilities/bugtool/plugins/,,'`; \ 342s dir=`expr "$stem" : '\(.*\)/[^/]*$'`; \ 342s /usr/bin/mkdir -p "/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/bugtool-plugins/$dir"; \ 342s install --strip-program=true -m 644 "../$plugin" "/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/bugtool-plugins/$stem"; \ 342s done 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s /usr/bin/mkdir -p python/ovs 342s sed \ 342s -e '/^##/d' \ 342s -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \ 342s -e 's,[@]RUNDIR[@],/var/run/openvswitch,g' \ 342s -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \ 342s -e 's,[@]bindir[@],/usr/bin,g' \ 342s -e 's,[@]sysconfdir[@],/etc,g' \ 342s -e 's,[@]DBDIR[@],/etc/openvswitch,g' \ 342s < ../python/ovs/dirs.py.template \ 342s > python/ovs/dirs.py.tmp 342s /usr/bin/mkdir -p /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs 342s install --strip-program=true -m 644 python/ovs/dirs.py.tmp /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/dirs.py 342s install: WARNING: ignoring --strip-program option as -s option was not specified 342s rm python/ovs/dirs.py.tmp 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man1' 343s install --strip-program=true -m 644 utilities/ovs-pcap.1 ovsdb/ovsdb-tool.1 ovsdb/ovsdb-client.1 ovsdb/ovsdb-server.1 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man1' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man5' 343s install --strip-program=true -m 644 vswitchd/ovs-vswitchd.conf.db.5 ovsdb/ovsdb-server.5 ovsdb/ovsdb.local-config.5 vtep/vtep.5 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man5' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man7' 343s install --strip-program=true -m 644 lib/ovs-fields.7 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man7' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man8' 343s install --strip-program=true -m 644 utilities/ovs-testcontroller.8 utilities/ovs-dpctl.8 utilities/ovs-dpctl-top.8 ../utilities/ovs-kmod-ctl.8 utilities/ovs-ofctl.8 utilities/ovs-vsctl.8 utilities/bugtool/ovs-bugtool.8 vswitchd/ovs-vswitchd.8 vtep/vtep-ctl.8 '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/man/man8' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch' 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/unixctl' 343s install --strip-program=true -m 644 ../python/ovs/unixctl/__init__.py ../python/ovs/unixctl/client.py ../python/ovs/unixctl/server.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/unixctl' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flowviz/ofp' 343s install --strip-program=true -m 644 ../python/ovs/flowviz/ofp/__init__.py ../python/ovs/flowviz/ofp/cli.py ../python/ovs/flowviz/ofp/logic.py ../python/ovs/flowviz/ofp/html.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flowviz/ofp' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/compat' 343s install --strip-program=true -m 644 ../python/ovs/compat/__init__.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/compat' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flowviz' 343s install --strip-program=true -m 644 ../python/ovs/flowviz/__init__.py ../python/ovs/flowviz/console.py ../python/ovs/flowviz/format.py ../python/ovs/flowviz/html_format.py ../python/ovs/flowviz/main.py ../python/ovs/flowviz/ovs-flowviz ../python/ovs/flowviz/process.py ../python/ovs/flowviz/ovs-flowviz.conf '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flowviz' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/db' 343s install --strip-program=true -m 644 ../python/ovs/db/__init__.py ../python/ovs/db/custom_index.py ../python/ovs/db/data.py ../python/ovs/db/error.py ../python/ovs/db/idl.py ../python/ovs/db/parser.py ../python/ovs/db/schema.py ../python/ovs/db/types.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/db' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs' 343s install --strip-program=true -m 644 ../python/ovs/__init__.py ../python/ovs/daemon.py ../python/ovs/dns_resolve.py ../python/ovs/fatal_signal.py ../python/ovs/fcntl_win.py ../python/ovs/json.py ../python/ovs/jsonrpc.py ../python/ovs/ovsuuid.py ../python/ovs/poller.py ../python/ovs/process.py ../python/ovs/reconnect.py ../python/ovs/socket_util.py ../python/ovs/stream.py ../python/ovs/timeval.py ../python/ovs/util.py ../python/ovs/version.py ../python/ovs/vlog.py ../python/ovs/winutils.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/compat/sortedcontainers' 343s install --strip-program=true -m 644 ../python/ovs/compat/sortedcontainers/__init__.py ../python/ovs/compat/sortedcontainers/sortedlist.py ../python/ovs/compat/sortedcontainers/sorteddict.py ../python/ovs/compat/sortedcontainers/sortedset.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/compat/sortedcontainers' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovstest' 343s install --strip-program=true -m 644 ../python/ovstest/__init__.py ../python/ovstest/args.py ../python/ovstest/rpcserver.py ../python/ovstest/tcp.py ../python/ovstest/tests.py ../python/ovstest/udp.py ../python/ovstest/util.py ../python/ovstest/vswitch.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovstest' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flowviz/odp' 343s install --strip-program=true -m 644 ../python/ovs/flowviz/odp/__init__.py ../python/ovs/flowviz/odp/cli.py ../python/ovs/flowviz/odp/graph.py ../python/ovs/flowviz/odp/html.py ../python/ovs/flowviz/odp/tree.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flowviz/odp' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flow' 343s install --strip-program=true -m 644 ../python/ovs/flow/__init__.py ../python/ovs/flow/decoders.py ../python/ovs/flow/filter.py ../python/ovs/flow/flow.py ../python/ovs/flow/kv.py ../python/ovs/flow/list.py ../python/ovs/flow/odp.py ../python/ovs/flow/ofp.py ../python/ovs/flow/ofp_act.py ../python/ovs/flow/ofp_fields.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/python/ovs/flow' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/include/openflow' 343s install --strip-program=true -m 644 ../include/openflow/intel-ext.h ../include/openflow/netronome-ext.h ../include/openflow/nicira-ext.h ../include/openflow/openflow-1.0.h ../include/openflow/openflow-1.1.h ../include/openflow/openflow-1.2.h ../include/openflow/openflow-1.3.h ../include/openflow/openflow-1.4.h ../include/openflow/openflow-1.5.h ../include/openflow/openflow-common.h ../include/openflow/openflow.h '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/include/openflow' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/include/openvswitch' 343s install --strip-program=true -m 644 ../include/openvswitch/compiler.h ../include/openvswitch/dynamic-string.h ../include/openvswitch/hmap.h ../include/openvswitch/flow.h ../include/openvswitch/geneve.h ../include/openvswitch/json.h ../include/openvswitch/list.h ../include/openvswitch/netdev.h ../include/openvswitch/match.h ../include/openvswitch/meta-flow.h ../include/openvswitch/namemap.h ../include/openvswitch/ofpbuf.h ../include/openvswitch/ofp-actions.h ../include/openvswitch/ofp-bundle.h ../include/openvswitch/ofp-connection.h ../include/openvswitch/ofp-ct.h ../include/openvswitch/ofp-ed-props.h ../include/openvswitch/ofp-errors.h ../include/openvswitch/ofp-flow.h ../include/openvswitch/ofp-group.h ../include/openvswitch/ofp-ipfix.h ../include/openvswitch/ofp-match.h ../include/openvswitch/ofp-meter.h ../include/openvswitch/ofp-monitor.h ../include/openvswitch/ofp-msgs.h ../include/openvswitch/ofp-packet.h ../include/openvswitch/ofp-parse.h ../include/openvswitch/ofp-port.h ../include/openvswitch/ofp-print.h ../include/openvswitch/ofp-prop.h ../include/openvswitch/ofp-protocol.h ../include/openvswitch/ofp-queue.h ../include/openvswitch/ofp-switch.h ../include/openvswitch/ofp-table.h ../include/openvswitch/ofp-util.h ../include/openvswitch/packets.h ../include/openvswitch/poll-loop.h ../include/openvswitch/rconn.h ../include/openvswitch/shash.h ../include/openvswitch/thread.h '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/include/openvswitch' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s install --strip-program=true -m 644 ../include/openvswitch/token-bucket.h ../include/openvswitch/tun-metadata.h ../include/openvswitch/type-props.h ../include/openvswitch/types.h ../include/openvswitch/usdt-probes.h ../include/openvswitch/util.h ../include/openvswitch/uuid.h include/openvswitch/version.h ../include/openvswitch/vconn.h ../include/openvswitch/vlog.h ../include/openvswitch/nsh.h '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/include/openvswitch' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/pkgconfig' 343s install --strip-program=true -m 644 lib/libopenvswitch.pc lib/libsflow.pc ofproto/libofproto.pc ovsdb/libovsdb.pc '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/lib/pkgconfig' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch' 343s install --strip-program=true -m 644 ../vswitchd/vswitch.ovsschema ../ovsdb/local-config.ovsschema ../vtep/vtep.ovsschema '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/scripts' 343s install --strip-program=true -m 644 utilities/ovs-lib '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/scripts' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/scripts' 343s install --strip-program=true utilities/ovs-check-dead-ifs utilities/ovs-ctl utilities/ovs-kmod-ctl ../utilities/ovs-save ../utilities/bugtool/ovs-bugtool-fdb-show ../utilities/bugtool/ovs-bugtool-tc-class-show ../utilities/bugtool/ovs-bugtool-daemons-ver ../utilities/bugtool/ovs-bugtool-ovs-ofctl-loop-over-bridges ../utilities/bugtool/ovs-bugtool-ovs-appctl-dpif ../utilities/bugtool/ovs-bugtool-ovs-bridge-datapath-type ../utilities/bugtool/ovs-bugtool-ovs-vswitchd-threads-affinity ../utilities/bugtool/ovs-bugtool-qos-configs ../utilities/bugtool/ovs-bugtool-get-dpdk-nic-numa ../utilities/bugtool/ovs-bugtool-get-port-stats ipsec/ovs-monitor-ipsec vtep/ovs-vtep '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/scripts' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s /usr/bin/mkdir -p '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/scripts/usdt' 343s install --strip-program=true ../utilities/usdt-scripts/bridge_loop.bt ../utilities/usdt-scripts/dpif_op_nl_monitor.py ../utilities/usdt-scripts/flow_reval_monitor.py ../utilities/usdt-scripts/kernel_delay.py ../utilities/usdt-scripts/kernel_delay.rst ../utilities/usdt-scripts/reval_monitor.py ../utilities/usdt-scripts/upcall_cost.py ../utilities/usdt-scripts/upcall_monitor.py '/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tmp/usr/share/openvswitch/scripts/usdt' 343s install: WARNING: ignoring --strip-program option as -s option was not specified 343s make[4]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 343s make[3]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 343s make[2]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 343s make[1]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 343s dh_install 343s dh_installdocs 343s dh_sphinxdoc 343s dh_installchangelogs 343s dh_installman 343s debian/rules override_dh_python3 343s make[1]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 343s py3versions: no X-Python3-Version in control file, using supported versions 343s DEB_HOST_ARCH=s390x dh_python3 --shebang=/usr/bin/python3 344s I: dh_python3 tools:113: replacing shebang in debian/openvswitch-common/usr/bin/ovs-flowviz 344s I: dh_python3 tools:113: replacing shebang in debian/openvswitch-common/usr/bin/ovs-parse-backtrace 344s I: dh_python3 tools:113: replacing shebang in debian/openvswitch-common/usr/sbin/ovs-bugtool 344s I: dh_python3 tools:113: replacing shebang in debian/openvswitch-switch/usr/bin/ovs-vlan-test 344s I: dh_python3 tools:113: replacing shebang in debian/openvswitch-switch/usr/bin/ovs-tcpundump 344s I: dh_python3 tools:113: replacing shebang in debian/openvswitch-switch/usr/bin/ovs-dpctl-top 344s I: dh_python3 tools:113: replacing shebang in debian/openvswitch-switch/usr/bin/ovs-tcpdump 344s I: dh_python3 tools:113: replacing shebang in debian/openvswitch-switch/usr/bin/ovs-pcap 344s I: dh_python3 tools:113: replacing shebang in debian/openvswitch-test/usr/bin/ovs-l3ping 344s I: dh_python3 tools:113: replacing shebang in debian/openvswitch-test/usr/bin/ovs-test 344s make[1]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 344s debian/rules override_dh_installinit 344s make[1]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 344s py3versions: no X-Python3-Version in control file, using supported versions 344s dh_installinit --restart-after-upgrade 344s dh_installinit -popenvswitch-switch --name=ovsdb-server --no-start 344s dh_installinit -popenvswitch-switch --name=ovs-vswitchd --no-start 344s dh_installinit -popenvswitch-switch --name=ovs-record-hostname --no-start 344s make[1]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 344s debian/rules override_dh_installsystemd 344s make[1]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 344s py3versions: no X-Python3-Version in control file, using supported versions 344s dh_installsystemd -popenvswitch-switch --name=ovsdb-server --no-start 344s dh_installsystemd -popenvswitch-switch --name=ovs-vswitchd --no-start 344s dh_installsystemd -popenvswitch-switch --name=ovs-record-hostname --no-start 344s dh_installsystemd --restart-after-upgrade -Xovs-vswitchd.service -Xovsdb-server.service -Xovs-record-hostname.service 344s make[1]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 344s dh_installlogrotate 344s dh_lintian 344s dh_perl 344s dh_link 345s dh_strip_nondeterminism 354s dh_compress 354s dh_fixperms 354s dh_missing 354s dh_dwz -a 357s debian/rules override_dh_strip 357s make[1]: Entering directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 357s py3versions: no X-Python3-Version in control file, using supported versions 357s dh_strip --dbgsym-migration='openvswitch-dbg (<< 2.17~)' 358s bed44b68ed0438a591515a1eecaab2fb74e29a5a 358s 8bcce98a4825b9758595bd19fe152079ae80b272 358s f3cc76e691254b0e0fb91551e9540521ce451777 358s 9c41f47540e1983cecf83c2439b477166fc904ec 358s 05564366497d099aeb41a1501b439b68f7fe5145 358s 807dbe55de65bca5c2ae18e9d9cbdb199e32108b 358s ea8ce9f0e2c018068ea9443d0f2f46fb93645fbe 358s a873a4516f05d0fdac9cbf4b6f56685171ca4551 358s 9f2294ffc436917e50fd792cf66dfc1ee75a5e16 358s 01371652ec3d4dea8c5386a8d901b5560367e9db 358s eff852ad22bf866ff78addf064aefcaa390efcfa 359s 157c59b5c3791436dc77df08abd9781532f487a1 359s make[1]: Leaving directory '/tmp/autopkgtest.GlFz2E/build.uzZ/src' 359s dh_makeshlibs -a 359s dh_shlibdeps -a 360s dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/openvswitch-vtep/usr/bin/vtep-ctl was not linked against libcap-ng.so.0 (it uses none of the library's symbols) 360s dpkg-shlibdeps: warning: diversions involved - output may be incorrect 360s diversion by libc6 from: /lib/ld64.so.1 360s dpkg-shlibdeps: warning: diversions involved - output may be incorrect 360s diversion by libc6 to: /lib/ld64.so.1.usr-is-merged 361s dh_installdeb 361s dh_gencontrol 361s dpkg-gencontrol: warning: package openvswitch-doc: substitution variable ${sphinxdoc:Built-Using} unused, but is defined 361s dpkg-gencontrol: warning: Depends field of package openvswitch-ipsec: substitution variable ${shlibs:Depends} used, but is not defined 361s dpkg-gencontrol: warning: Depends field of package openvswitch-vtep: substitution variable ${python3:Depends} used, but is not defined 361s dh_md5sums 361s dh_builddeb 361s dpkg-deb: building package 'openvswitch-pki' in '../openvswitch-pki_3.5.0~git20241129.2af7cef-2build1_all.deb'. 361s dpkg-deb: building package 'openvswitch-common' in '../openvswitch-common_3.5.0~git20241129.2af7cef-2build1_s390x.deb'. 361s dpkg-deb: building package 'openvswitch-test' in '../openvswitch-test_3.5.0~git20241129.2af7cef-2build1_all.deb'. 361s dpkg-deb: building package 'python3-openvswitch' in '../python3-openvswitch_3.5.0~git20241129.2af7cef-2build1_s390x.deb'. 361s dpkg-deb: building package 'openvswitch-source' in '../openvswitch-source_3.5.0~git20241129.2af7cef-2build1_all.deb'. 362s dpkg-deb: building package 'openvswitch-testcontroller' in '../openvswitch-testcontroller_3.5.0~git20241129.2af7cef-2build1_s390x.deb'. 362s dpkg-deb: building package 'openvswitch-vtep' in '../openvswitch-vtep_3.5.0~git20241129.2af7cef-2build1_s390x.deb'. 363s dpkg-deb: building package 'openvswitch-doc' in '../openvswitch-doc_3.5.0~git20241129.2af7cef-2build1_all.deb'. 370s dpkg-deb: building package 'openvswitch-ipsec' in '../openvswitch-ipsec_3.5.0~git20241129.2af7cef-2build1_s390x.deb'. 385s dpkg-deb: building package 'openvswitch-switch' in '../openvswitch-switch_3.5.0~git20241129.2af7cef-2build1_s390x.deb'. 387s dpkg-genbuildinfo --build=binary -O../openvswitch_3.5.0~git20241129.2af7cef-2build1_s390x.buildinfo 387s dpkg-genchanges --build=binary -O../openvswitch_3.5.0~git20241129.2af7cef-2build1_s390x.changes 387s dpkg-genchanges: info: binary-only upload (no source code included) 387s dpkg-source --after-build . 387s dpkg-buildpackage: info: binary-only upload (no source included) 387s + dpkg-source --before-build . 387s autopkgtest: DBG: testbed command exited with code 0 387s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/build.uzZ/src/ /tmp/autopkgtest-work.jqdnc4lc/out/tests-tree/ 431s autopkgtest: DBG: got reply from testbed: ok 432s autopkgtest: DBG: processing dependency @ 432s autopkgtest: DBG: synthesised dependency openvswitch-common 432s autopkgtest: DBG: synthesised dependency openvswitch-doc 432s autopkgtest: DBG: synthesised dependency openvswitch-ipsec 432s autopkgtest: DBG: synthesised dependency openvswitch-pki 432s autopkgtest: DBG: synthesised dependency openvswitch-source 432s autopkgtest: DBG: synthesised dependency openvswitch-switch 432s autopkgtest: DBG: synthesised dependency openvswitch-test 432s autopkgtest: DBG: synthesised dependency openvswitch-testcontroller 432s autopkgtest: DBG: synthesised dependency openvswitch-vtep 432s autopkgtest: DBG: synthesised dependency python3-openvswitch 432s autopkgtest: DBG: processing dependency conntrack 432s autopkgtest: DBG: processing dependency curl 432s autopkgtest: DBG: processing dependency ethtool 432s autopkgtest: DBG: processing dependency net-tools 432s autopkgtest: DBG: processing dependency ncat 432s autopkgtest: DBG: processing dependency python3-pyftpdlib 432s autopkgtest: DBG: processing dependency tcpdump 432s autopkgtest: DBG: processing dependency wget 432s autopkgtest: DBG: Test defined: name afxdp path debian/tests/afxdp command "None" restrictions ['allow-stderr', 'build-needed', 'isolation-machine', 'needs-root', 'rw-build-tree'] features [] depends ['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 432s 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 ['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 432s autopkgtest: DBG: Test defined: name offloads path debian/tests/offloads command "None" restrictions ['allow-stderr', 'build-needed', 'isolation-machine', 'needs-root', 'rw-build-tree'] features [] depends ['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 432s autopkgtest: DBG: Test defined: name userspace path debian/tests/userspace command "None" restrictions ['allow-stderr', 'build-needed', 'isolation-machine', 'needs-root', 'rw-build-tree'] features [] depends ['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 432s autopkgtest: DBG: processing dependency @ 432s autopkgtest: DBG: synthesised dependency openvswitch-common 432s autopkgtest: DBG: synthesised dependency openvswitch-doc 432s autopkgtest: DBG: synthesised dependency openvswitch-ipsec 432s autopkgtest: DBG: synthesised dependency openvswitch-pki 432s autopkgtest: DBG: synthesised dependency openvswitch-source 432s autopkgtest: DBG: synthesised dependency openvswitch-switch 432s autopkgtest: DBG: synthesised dependency openvswitch-test 432s autopkgtest: DBG: synthesised dependency openvswitch-testcontroller 432s autopkgtest: DBG: synthesised dependency openvswitch-vtep 432s autopkgtest: DBG: synthesised dependency python3-openvswitch 432s autopkgtest: DBG: processing dependency conntrack 432s autopkgtest: DBG: processing dependency curl 432s autopkgtest: DBG: processing dependency dpdk-dev [amd64 i386 ppc64el arm64 riscv64] 432s autopkgtest: DBG: processing dependency ethtool 432s autopkgtest: DBG: processing dependency net-tools 432s autopkgtest: DBG: processing dependency ncat 432s autopkgtest: DBG: processing dependency python3-pyftpdlib 432s autopkgtest: DBG: processing dependency tcpdump 432s autopkgtest: DBG: processing dependency wget 432s 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 ['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'dpdk-dev [amd64 i386 ppc64el arm64 riscv64]', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 432s autopkgtest: DBG: processing dependency @ 432s autopkgtest: DBG: synthesised dependency openvswitch-common 432s autopkgtest: DBG: synthesised dependency openvswitch-doc 432s autopkgtest: DBG: synthesised dependency openvswitch-ipsec 432s autopkgtest: DBG: synthesised dependency openvswitch-pki 432s autopkgtest: DBG: synthesised dependency openvswitch-source 432s autopkgtest: DBG: synthesised dependency openvswitch-switch 432s autopkgtest: DBG: synthesised dependency openvswitch-test 432s autopkgtest: DBG: synthesised dependency openvswitch-testcontroller 432s autopkgtest: DBG: synthesised dependency openvswitch-vtep 432s autopkgtest: DBG: synthesised dependency python3-openvswitch 432s autopkgtest: DBG: Test defined: name python-extension path debian/tests/python-extension command "None" restrictions [] features [] depends ['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch'] 432s autopkgtest [12:27:51]: test afxdp: preparing testbed 432s autopkgtest: DBG: testbed reset: modified=True, deps_installed=[], deps_new=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 432s autopkgtest: DBG: testbed reset 432s autopkgtest: DBG: sending command to testbed: revert 570s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.GlFz2E 570s autopkgtest: DBG: sending command to testbed: print-execute-command 570s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.0rwts9oh/runcmd 570s autopkgtest: DBG: sending command to testbed: capabilities 570s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu ok reboot revert revert-full-system root-on-testbed isolation-machine 570s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'ok', 'reboot', 'revert', 'revert-full-system', 'root-on-testbed', 'isolation-machine', 'has_internet'] 570s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 570s autopkgtest: DBG: testbed command exited with code 0 570s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.GlFz2E/wrapper.sh 570s autopkgtest: DBG: got reply from testbed: ok 570s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/wrapper.sh'], kind short, sout raw, serr pipe, env [] 570s autopkgtest: DBG: testbed command exited with code 0 570s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 570s autopkgtest: DBG: testbed command exited with code 0 570s autopkgtest [12:30:09]: testbed dpkg architecture: s390x 570s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 570s autopkgtest: DBG: testbed command exited with code 0 570s autopkgtest [12:30:09]: testbed apt version: 2.9.30 570s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 571s autopkgtest: DBG: testbed command exited with code 0 571s autopkgtest: DBG: testbed has eatmydata 571s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 571s autopkgtest: DBG: testbed command exited with code 0 571s autopkgtest [12:30:10]: @@@@@@@@@@@@@@@@@@@@ test bed setup 571s 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 [] 571s autopkgtest: DBG: testbed command exited with code 0 571s autopkgtest [12:30:10]: testbed release detected to be: plucky 571s 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 [] 571s autopkgtest: DBG: testbed command exited with code 0 571s 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 [] 571s autopkgtest: DBG: testbed command exited with code 0 571s autopkgtest: DBG: adding APT source: Types: deb deb-src 571s URIs: http://ftpmaster.internal/ubuntu/ 571s Suites: plucky-proposed 571s Components: main restricted universe multiverse 571s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 571s 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 [] 571s autopkgtest: DBG: testbed command exited with code 0 571s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 571s Package: * 571s Pin: release plucky-proposed 571s Pin-Priority: 500 571s 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 [] 572s autopkgtest: DBG: testbed command exited with code 0 572s autopkgtest [12:30:11]: updating testbed package index (apt update) 572s 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'] 572s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 572s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 572s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 573s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 573s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 573s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 573s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 573s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 573s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 573s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 573s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 573s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 573s Fetched 1700 kB in 1s (1637 kB/s) 574s Reading package lists... 574s autopkgtest: DBG: testbed command exited with code 0 574s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 574s Package: * 574s Pin: release plucky-proposed 574s Pin-Priority: 100 574s 574s Package: src:sphinx:any 574s Pin: release plucky-proposed 574s Pin-Priority: 995 574s 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 [] 574s autopkgtest: DBG: testbed command exited with code 0 574s 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.GlFz2E/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 574s autopkgtest: DBG: testbed command exited with code 0 574s 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'] 574s + lsb_release --codename --short 574s + RELEASE=plucky 574s + cat 574s + [ plucky != trusty ] 574s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 574s Reading package lists... 574s Building dependency tree... 574s Reading state information... 574s Calculating upgrade... 575s The following packages were automatically installed and are no longer required: 575s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 575s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 575s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 575s linux-tools-6.11.0-8-generic 575s Use 'sudo apt autoremove' to remove them. 575s The following packages will be upgraded: 575s iproute2 liblsof0 libp11-kit0 lsof 575s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 575s Need to get 1791 kB of archives. 575s After this operation, 17.4 kB of additional disk space will be used. 575s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 575s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 575s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 575s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 576s Preconfiguring packages ... 576s Fetched 1791 kB in 1s (2440 kB/s) 576s (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.) 576s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 576s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 576s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 576s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 576s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 576s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 576s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 576s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 576s Setting up liblsof0 (4.99.4+dfsg-1) ... 576s Setting up iproute2 (6.13.0-1ubuntu1) ... 576s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 576s Setting up lsof (4.99.4+dfsg-1) ... 576s Processing triggers for man-db (2.13.0-1) ... 577s Processing triggers for libc-bin (2.40-4ubuntu1) ... 577s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 577s + /usr/lib/apt/apt-helper analyze-pattern ?true 577s + uname -r 577s + sed s/\./\\./g 577s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 577s + apt list ?obsolete 577s + tail -n+2 577s + cut -d/ -f1 577s + grep -v ^linux-.*6\.12\.0-15-generic.* 577s + true 577s + obsolete_pkgs= 577s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 578s Reading package lists... 578s Building dependency tree... 578s Reading state information... 578s The following packages will be REMOVED: 578s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 578s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 578s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 578s linux-tools-6.11.0-8-generic* 578s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 578s After this operation, 167 MB disk space will be freed. 578s (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.) 578s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 578s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 578s Removing libpython3.12t64:s390x (3.12.9-1) ... 578s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 578s Removing libnsl2:s390x (1.3.0-3build3) ... 578s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 578s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 578s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 580s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 580s Processing triggers for libc-bin (2.40-4ubuntu1) ... 580s (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.) 580s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 580s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 580s + grep -q trusty /etc/lsb-release 580s + [ ! -d /usr/share/doc/unattended-upgrades ] 580s + [ ! -d /usr/share/doc/lxd ] 580s + [ ! -d /usr/share/doc/lxd-client ] 580s + [ ! -d /usr/share/doc/snapd ] 580s + type iptables 580s + cat 580s + chmod 755 /etc/rc.local 580s + . /etc/rc.local 580s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 580s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 580s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 580s + uname -m 580s + [ s390x = ppc64le ] 580s + [ -d /run/systemd/system ] 580s + systemd-detect-virt --quiet --vm 580s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 580s + cat 580s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 580s + echo COMPRESS=lz4 580s autopkgtest: DBG: testbed command exited with code 0 580s autopkgtest [12:30:19]: upgrading testbed (apt dist-upgrade and autopurge) 580s 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'] 580s Reading package lists... 580s Building dependency tree... 580s Reading state information... 581s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 581s Starting 2 pkgProblemResolver with broken count: 0 581s Done 581s Entering ResolveByKeep 581s 581s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 581s autopkgtest: DBG: testbed command exited with code 0 581s 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'] 581s Reading package lists... 581s Building dependency tree... 581s Reading state information... 582s Starting pkgProblemResolver with broken count: 0 582s Starting 2 pkgProblemResolver with broken count: 0 582s Done 582s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 582s autopkgtest: DBG: testbed command exited with code 0 582s 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.GlFz2E/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 582s autopkgtest: DBG: testbed command exited with code 1 582s autopkgtest [12:30:21]: rebooting testbed after setup commands that affected boot 582s autopkgtest: DBG: sending command to testbed: reboot 600s autopkgtest: DBG: got reply from testbed: ok 600s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 600s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 600s autopkgtest: DBG: testbed command exited with code 0 600s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.GlFz2E/autopkgtest-reboot 601s autopkgtest: DBG: got reply from testbed: ok 601s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 601s autopkgtest: DBG: testbed command exited with code 0 601s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 601s autopkgtest: DBG: testbed command exited with code 0 601s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 601s autopkgtest: DBG: testbed command exited with code 0 601s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 601s autopkgtest: DBG: testbed command exited with code 0 601s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare 601s autopkgtest: DBG: got reply from testbed: ok 601s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 602s autopkgtest: DBG: testbed command exited with code 0 602s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 602s autopkgtest: DBG: testbed command exited with code 0 602s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 602s autopkgtest: DBG: testbed command exited with code 0 602s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.GlFz2E/testbed-packages"], kind short, sout raw, serr pipe, env [] 602s autopkgtest: DBG: testbed command exited with code 0 602s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/testbed-packages /tmp/autopkgtest-work.jqdnc4lc/out/testbed-packages 603s autopkgtest: DBG: got reply from testbed: ok 603s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 603s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 603s autopkgtest: DBG: testbed command exited with code 0 603s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.GlFz2E/autopkgtest-reboot 603s autopkgtest: DBG: got reply from testbed: ok 603s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 603s autopkgtest: DBG: testbed command exited with code 0 603s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 604s autopkgtest: DBG: testbed command exited with code 0 604s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 604s autopkgtest: DBG: testbed command exited with code 0 604s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 604s autopkgtest: DBG: testbed command exited with code 0 604s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare 604s autopkgtest: DBG: got reply from testbed: ok 604s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 604s autopkgtest: DBG: testbed command exited with code 0 604s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 604s autopkgtest: DBG: testbed command exited with code 0 604s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 605s autopkgtest: DBG: testbed command exited with code 0 605s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 605s autopkgtest: DBG: install_deps: deps_new=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 605s autopkgtest: DBG: install-deps: satisfying openvswitch-common, openvswitch-doc, openvswitch-ipsec, openvswitch-pki, openvswitch-source, openvswitch-switch, openvswitch-test, openvswitch-testcontroller, openvswitch-vtep, python3-openvswitch, conntrack, curl, ethtool, net-tools, ncat, python3-pyftpdlib, tcpdump, wget 605s autopkgtest: DBG: can use apt-get on testbed: True 605s 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', 'openvswitch-common, openvswitch-doc, openvswitch-ipsec, openvswitch-pki, openvswitch-source, openvswitch-switch, openvswitch-test, openvswitch-testcontroller, openvswitch-vtep, python3-openvswitch, conntrack, curl, ethtool, net-tools, ncat, python3-pyftpdlib, tcpdump, wget'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 605s Reading package lists... 605s Building dependency tree... 605s Reading state information... 605s Starting pkgProblemResolver with broken count: 0 605s Starting 2 pkgProblemResolver with broken count: 0 605s Done 606s The following NEW packages will be installed: 606s conntrack libevent-2.1-7t64 libjs-jquery libjs-sphinxdoc libjs-underscore 606s liblua5.4-0 libstrongswan libunbound8 libxdp1 ncat net-tools 606s openvswitch-common openvswitch-doc openvswitch-ipsec openvswitch-pki 606s openvswitch-source openvswitch-switch openvswitch-test 606s openvswitch-testcontroller openvswitch-vtep python3-automat 606s python3-constantly python3-hamcrest python3-hyperlink python3-incremental 606s python3-netifaces python3-openvswitch python3-packaging python3-pyasn1 606s python3-pyasn1-modules python3-pyasyncore python3-pyftpdlib 606s python3-service-identity python3-sortedcontainers python3-standard-asynchat 606s python3-twisted python3-zope.interface strongswan strongswan-charon 606s strongswan-libcharon strongswan-starter 606s 0 upgraded, 41 newly installed, 0 to remove and 0 not upgraded. 606s Need to get 16.5 MB of archives. 606s After this operation, 146 MB of additional disk space will be used. 606s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-2.1-7t64 s390x 2.1.12-stable-10 [145 kB] 606s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libunbound8 s390x 1.22.0-1ubuntu1 [462 kB] 606s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x openvswitch-common s390x 3.5.0~git20241129.2af7cef-2build1 [1122 kB] 606s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netifaces s390x 0.11.0-2build4 [18.2 kB] 606s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sortedcontainers all 2.4.0-2 [27.6 kB] 606s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libxdp1 s390x 1.5.1-1ubuntu1 [60.5 kB] 606s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3-openvswitch s390x 3.5.0~git20241129.2af7cef-2build1 [1083 kB] 606s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x openvswitch-switch s390x 3.5.0~git20241129.2af7cef-2build1 [1722 kB] 606s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libstrongswan s390x 5.9.13-2ubuntu4 [439 kB] 606s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x strongswan-libcharon s390x 5.9.13-2ubuntu4 [295 kB] 606s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x strongswan-charon s390x 5.9.13-2ubuntu4 [23.3 kB] 606s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x strongswan-starter s390x 5.9.13-2ubuntu4 [158 kB] 606s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x strongswan all 5.9.13-2ubuntu4 [18.5 kB] 606s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-ipsec s390x 3.5.0~git20241129.2af7cef-2build1 [26.8 kB] 606s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x conntrack s390x 1:1.4.8-2 [38.3 kB] 606s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 606s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 606s Get:18 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 606s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x liblua5.4-0 s390x 5.4.7-1 [174 kB] 606s Get:20 http://ftpmaster.internal/ubuntu plucky/universe s390x ncat s390x 7.95+dfsg-2 [215 kB] 606s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x net-tools s390x 2.10-1.1ubuntu1 [207 kB] 606s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x openvswitch-doc all 3.5.0~git20241129.2af7cef-2build1 [1107 kB] 607s Get:23 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-source all 3.5.0~git20241129.2af7cef-2build1 [5351 kB] 607s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x python3-automat all 24.8.1-1 [35.5 kB] 607s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x python3-constantly all 23.10.4-2 [13.9 kB] 607s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x python3-hamcrest all 2.1.0-1 [28.1 kB] 607s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x python3-hyperlink all 21.0.0-6 [68.0 kB] 607s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 607s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x python3-incremental all 24.7.2-3 [18.6 kB] 607s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pyasn1 all 0.6.0-1 [57.8 kB] 607s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pyasn1-modules all 0.4.1-1 [80.2 kB] 607s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pyasyncore all 1.0.2-3 [10.2 kB] 607s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-standard-asynchat all 3.13.0-5 [8218 B] 607s Get:34 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyftpdlib all 2.0.1-1 [72.9 kB] 607s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x python3-service-identity all 24.1.0-1 [11.2 kB] 607s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x python3-zope.interface s390x 7.2-1 [140 kB] 607s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x python3-twisted all 24.11.0-1 [2066 kB] 607s Get:38 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-pki all 3.5.0~git20241129.2af7cef-2build1 [13.3 kB] 607s Get:39 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-test all 3.5.0~git20241129.2af7cef-2build1 [85.0 kB] 607s Get:40 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-testcontroller s390x 3.5.0~git20241129.2af7cef-2build1 [311 kB] 607s Get:41 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-vtep s390x 3.5.0~git20241129.2af7cef-2build1 [237 kB] 607s Preconfiguring packages ... 607s Fetched 16.5 MB in 1s (11.1 MB/s) 607s Selecting previously unselected package libevent-2.1-7t64:s390x. 608s (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.) 608s Preparing to unpack .../00-libevent-2.1-7t64_2.1.12-stable-10_s390x.deb ... 608s Unpacking libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 608s Selecting previously unselected package libunbound8:s390x. 608s Preparing to unpack .../01-libunbound8_1.22.0-1ubuntu1_s390x.deb ... 608s Unpacking libunbound8:s390x (1.22.0-1ubuntu1) ... 608s Selecting previously unselected package openvswitch-common. 608s Preparing to unpack .../02-openvswitch-common_3.5.0~git20241129.2af7cef-2build1_s390x.deb ... 608s Unpacking openvswitch-common (3.5.0~git20241129.2af7cef-2build1) ... 608s Selecting previously unselected package python3-netifaces:s390x. 608s Preparing to unpack .../03-python3-netifaces_0.11.0-2build4_s390x.deb ... 608s Unpacking python3-netifaces:s390x (0.11.0-2build4) ... 608s Selecting previously unselected package python3-sortedcontainers. 608s Preparing to unpack .../04-python3-sortedcontainers_2.4.0-2_all.deb ... 608s Unpacking python3-sortedcontainers (2.4.0-2) ... 608s Selecting previously unselected package libxdp1:s390x. 608s Preparing to unpack .../05-libxdp1_1.5.1-1ubuntu1_s390x.deb ... 608s Unpacking libxdp1:s390x (1.5.1-1ubuntu1) ... 608s Selecting previously unselected package python3-openvswitch. 608s Preparing to unpack .../06-python3-openvswitch_3.5.0~git20241129.2af7cef-2build1_s390x.deb ... 608s Unpacking python3-openvswitch (3.5.0~git20241129.2af7cef-2build1) ... 608s Selecting previously unselected package openvswitch-switch. 608s Preparing to unpack .../07-openvswitch-switch_3.5.0~git20241129.2af7cef-2build1_s390x.deb ... 608s Unpacking openvswitch-switch (3.5.0~git20241129.2af7cef-2build1) ... 608s Selecting previously unselected package libstrongswan. 608s Preparing to unpack .../08-libstrongswan_5.9.13-2ubuntu4_s390x.deb ... 608s Unpacking libstrongswan (5.9.13-2ubuntu4) ... 608s Selecting previously unselected package strongswan-libcharon. 608s Preparing to unpack .../09-strongswan-libcharon_5.9.13-2ubuntu4_s390x.deb ... 608s Unpacking strongswan-libcharon (5.9.13-2ubuntu4) ... 608s Selecting previously unselected package strongswan-charon. 608s Preparing to unpack .../10-strongswan-charon_5.9.13-2ubuntu4_s390x.deb ... 608s Unpacking strongswan-charon (5.9.13-2ubuntu4) ... 608s Selecting previously unselected package strongswan-starter. 608s Preparing to unpack .../11-strongswan-starter_5.9.13-2ubuntu4_s390x.deb ... 608s Unpacking strongswan-starter (5.9.13-2ubuntu4) ... 608s Selecting previously unselected package strongswan. 608s Preparing to unpack .../12-strongswan_5.9.13-2ubuntu4_all.deb ... 608s Unpacking strongswan (5.9.13-2ubuntu4) ... 608s Selecting previously unselected package openvswitch-ipsec. 608s Preparing to unpack .../13-openvswitch-ipsec_3.5.0~git20241129.2af7cef-2build1_s390x.deb ... 608s Unpacking openvswitch-ipsec (3.5.0~git20241129.2af7cef-2build1) ... 608s Selecting previously unselected package conntrack. 608s Preparing to unpack .../14-conntrack_1%3a1.4.8-2_s390x.deb ... 608s Unpacking conntrack (1:1.4.8-2) ... 608s Selecting previously unselected package libjs-jquery. 608s Preparing to unpack .../15-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 608s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 608s Selecting previously unselected package libjs-underscore. 608s Preparing to unpack .../16-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 608s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 608s Selecting previously unselected package libjs-sphinxdoc. 608s Preparing to unpack .../17-libjs-sphinxdoc_8.1.3-5_all.deb ... 608s Unpacking libjs-sphinxdoc (8.1.3-5) ... 608s Selecting previously unselected package liblua5.4-0:s390x. 608s Preparing to unpack .../18-liblua5.4-0_5.4.7-1_s390x.deb ... 608s Unpacking liblua5.4-0:s390x (5.4.7-1) ... 608s Selecting previously unselected package ncat. 608s Preparing to unpack .../19-ncat_7.95+dfsg-2_s390x.deb ... 608s Unpacking ncat (7.95+dfsg-2) ... 608s Selecting previously unselected package net-tools. 608s Preparing to unpack .../20-net-tools_2.10-1.1ubuntu1_s390x.deb ... 608s Unpacking net-tools (2.10-1.1ubuntu1) ... 608s Selecting previously unselected package openvswitch-doc. 608s Preparing to unpack .../21-openvswitch-doc_3.5.0~git20241129.2af7cef-2build1_all.deb ... 608s Unpacking openvswitch-doc (3.5.0~git20241129.2af7cef-2build1) ... 608s Selecting previously unselected package openvswitch-source. 608s Preparing to unpack .../22-openvswitch-source_3.5.0~git20241129.2af7cef-2build1_all.deb ... 608s Unpacking openvswitch-source (3.5.0~git20241129.2af7cef-2build1) ... 608s Selecting previously unselected package python3-automat. 608s Preparing to unpack .../23-python3-automat_24.8.1-1_all.deb ... 608s Unpacking python3-automat (24.8.1-1) ... 608s Selecting previously unselected package python3-constantly. 608s Preparing to unpack .../24-python3-constantly_23.10.4-2_all.deb ... 608s Unpacking python3-constantly (23.10.4-2) ... 608s Selecting previously unselected package python3-hamcrest. 608s Preparing to unpack .../25-python3-hamcrest_2.1.0-1_all.deb ... 608s Unpacking python3-hamcrest (2.1.0-1) ... 608s Selecting previously unselected package python3-hyperlink. 608s Preparing to unpack .../26-python3-hyperlink_21.0.0-6_all.deb ... 608s Unpacking python3-hyperlink (21.0.0-6) ... 608s Selecting previously unselected package python3-packaging. 608s Preparing to unpack .../27-python3-packaging_24.2-1_all.deb ... 608s Unpacking python3-packaging (24.2-1) ... 608s Selecting previously unselected package python3-incremental. 608s Preparing to unpack .../28-python3-incremental_24.7.2-3_all.deb ... 608s Unpacking python3-incremental (24.7.2-3) ... 608s Selecting previously unselected package python3-pyasn1. 608s Preparing to unpack .../29-python3-pyasn1_0.6.0-1_all.deb ... 608s Unpacking python3-pyasn1 (0.6.0-1) ... 608s Selecting previously unselected package python3-pyasn1-modules. 608s Preparing to unpack .../30-python3-pyasn1-modules_0.4.1-1_all.deb ... 608s Unpacking python3-pyasn1-modules (0.4.1-1) ... 608s Selecting previously unselected package python3-pyasyncore. 608s Preparing to unpack .../31-python3-pyasyncore_1.0.2-3_all.deb ... 608s Unpacking python3-pyasyncore (1.0.2-3) ... 608s Selecting previously unselected package python3-standard-asynchat. 608s Preparing to unpack .../32-python3-standard-asynchat_3.13.0-5_all.deb ... 608s Unpacking python3-standard-asynchat (3.13.0-5) ... 608s Selecting previously unselected package python3-pyftpdlib. 608s Preparing to unpack .../33-python3-pyftpdlib_2.0.1-1_all.deb ... 608s Unpacking python3-pyftpdlib (2.0.1-1) ... 608s Selecting previously unselected package python3-service-identity. 608s Preparing to unpack .../34-python3-service-identity_24.1.0-1_all.deb ... 608s Unpacking python3-service-identity (24.1.0-1) ... 608s Selecting previously unselected package python3-zope.interface. 608s Preparing to unpack .../35-python3-zope.interface_7.2-1_s390x.deb ... 608s Unpacking python3-zope.interface (7.2-1) ... 608s Selecting previously unselected package python3-twisted. 608s Preparing to unpack .../36-python3-twisted_24.11.0-1_all.deb ... 608s Unpacking python3-twisted (24.11.0-1) ... 609s Selecting previously unselected package openvswitch-pki. 609s Preparing to unpack .../37-openvswitch-pki_3.5.0~git20241129.2af7cef-2build1_all.deb ... 609s Unpacking openvswitch-pki (3.5.0~git20241129.2af7cef-2build1) ... 609s Selecting previously unselected package openvswitch-test. 609s Preparing to unpack .../38-openvswitch-test_3.5.0~git20241129.2af7cef-2build1_all.deb ... 609s Unpacking openvswitch-test (3.5.0~git20241129.2af7cef-2build1) ... 609s Selecting previously unselected package openvswitch-testcontroller. 609s Preparing to unpack .../39-openvswitch-testcontroller_3.5.0~git20241129.2af7cef-2build1_s390x.deb ... 609s Unpacking openvswitch-testcontroller (3.5.0~git20241129.2af7cef-2build1) ... 609s Selecting previously unselected package openvswitch-vtep. 609s Preparing to unpack .../40-openvswitch-vtep_3.5.0~git20241129.2af7cef-2build1_s390x.deb ... 609s Unpacking openvswitch-vtep (3.5.0~git20241129.2af7cef-2build1) ... 609s Setting up net-tools (2.10-1.1ubuntu1) ... 609s Setting up openvswitch-source (3.5.0~git20241129.2af7cef-2build1) ... 609s Setting up python3-zope.interface (7.2-1) ... 609s Setting up python3-automat (24.8.1-1) ... 609s Setting up libstrongswan (5.9.13-2ubuntu4) ... 609s Setting up libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 609s Setting up python3-hamcrest (2.1.0-1) ... 609s Setting up python3-sortedcontainers (2.4.0-2) ... 609s Setting up conntrack (1:1.4.8-2) ... 609s Setting up libxdp1:s390x (1.5.1-1ubuntu1) ... 609s Setting up python3-packaging (24.2-1) ... 609s Setting up libunbound8:s390x (1.22.0-1ubuntu1) ... 609s Setting up python3-incremental (24.7.2-3) ... 609s Setting up python3-hyperlink (21.0.0-6) ... 609s Setting up strongswan-libcharon (5.9.13-2ubuntu4) ... 609s Setting up python3-netifaces:s390x (0.11.0-2build4) ... 609s Setting up openvswitch-common (3.5.0~git20241129.2af7cef-2build1) ... 609s Setting up python3-pyasn1 (0.6.0-1) ... 610s Setting up liblua5.4-0:s390x (5.4.7-1) ... 610s Setting up python3-constantly (23.10.4-2) ... 610s Setting up strongswan-charon (5.9.13-2ubuntu4) ... 610s Setting up python3-pyasyncore (1.0.2-3) ... 610s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 610s Setting up python3-standard-asynchat (3.13.0-5) ... 610s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 610s Setting up openvswitch-pki (3.5.0~git20241129.2af7cef-2build1) ... 610s Creating controllerca... 610s Creating switchca... 610s Setting up python3-openvswitch (3.5.0~git20241129.2af7cef-2build1) ... 610s Setting up strongswan-starter (5.9.13-2ubuntu4) ... 611s Created symlink '/etc/systemd/system/multi-user.target.wants/strongswan-starter.service' → '/usr/lib/systemd/system/strongswan-starter.service'. 611s Setting up strongswan (5.9.13-2ubuntu4) ... 611s Setting up python3-pyftpdlib (2.0.1-1) ... 611s Setting up python3-pyasn1-modules (0.4.1-1) ... 611s Setting up python3-service-identity (24.1.0-1) ... 612s Setting up ncat (7.95+dfsg-2) ... 612s Setting up libjs-sphinxdoc (8.1.3-5) ... 612s Setting up openvswitch-doc (3.5.0~git20241129.2af7cef-2build1) ... 612s Setting up openvswitch-testcontroller (3.5.0~git20241129.2af7cef-2build1) ... 612s Setting up openvswitch-switch (3.5.0~git20241129.2af7cef-2build1) ... 612s update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode 612s Created symlink '/etc/systemd/system/openvswitch-switch.service.requires/ovs-record-hostname.service' → '/usr/lib/systemd/system/ovs-record-hostname.service'. 612s Created symlink '/etc/systemd/system/multi-user.target.wants/openvswitch-switch.service' → '/usr/lib/systemd/system/openvswitch-switch.service'. 613s Setting up openvswitch-vtep (3.5.0~git20241129.2af7cef-2build1) ... 613s Setting up python3-twisted (24.11.0-1) ... 615s Setting up openvswitch-ipsec (3.5.0~git20241129.2af7cef-2build1) ... 616s Created symlink '/etc/systemd/system/multi-user.target.wants/openvswitch-ipsec.service' → '/usr/lib/systemd/system/openvswitch-ipsec.service'. 618s Setting up openvswitch-test (3.5.0~git20241129.2af7cef-2build1) ... 618s Processing triggers for man-db (2.13.0-1) ... 619s Processing triggers for libc-bin (2.40-4ubuntu1) ... 620s autopkgtest: DBG: testbed command exited with code 0 620s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-common'], kind short, sout pipe, serr pipe, env [] 620s autopkgtest: DBG: testbed command exited with code 0 620s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-doc'], kind short, sout pipe, serr pipe, env [] 620s autopkgtest: DBG: testbed command exited with code 0 620s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-ipsec'], kind short, sout pipe, serr pipe, env [] 620s autopkgtest: DBG: testbed command exited with code 0 620s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-pki'], kind short, sout pipe, serr pipe, env [] 620s autopkgtest: DBG: testbed command exited with code 0 620s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-source'], kind short, sout pipe, serr pipe, env [] 621s autopkgtest: DBG: testbed command exited with code 0 621s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-switch'], kind short, sout pipe, serr pipe, env [] 621s autopkgtest: DBG: testbed command exited with code 0 621s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-test'], kind short, sout pipe, serr pipe, env [] 621s autopkgtest: DBG: testbed command exited with code 0 621s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-testcontroller'], kind short, sout pipe, serr pipe, env [] 621s autopkgtest: DBG: testbed command exited with code 0 621s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-vtep'], kind short, sout pipe, serr pipe, env [] 621s autopkgtest: DBG: testbed command exited with code 0 621s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-openvswitch'], kind short, sout pipe, serr pipe, env [] 621s autopkgtest: DBG: testbed command exited with code 0 621s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.GlFz2E/afxdp-packages.all"], kind short, sout raw, serr pipe, env [] 622s autopkgtest: DBG: testbed command exited with code 0 622s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/afxdp-packages.all /tmp/autopkgtest-work.jqdnc4lc/out/afxdp-packages.all 622s autopkgtest: DBG: got reply from testbed: ok 622s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.GlFz2E/build.uzZ/src'], kind short, sout raw, serr raw, env [] 622s autopkgtest: DBG: testbed command exited with code 1 622s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E/build.uzZ'], kind short, sout raw, serr pipe, env [] 622s autopkgtest: DBG: testbed command exited with code 0 622s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.jqdnc4lc/out/tests-tree/ /tmp/autopkgtest.GlFz2E/build.uzZ/src/ 684s autopkgtest: DBG: got reply from testbed: ok 684s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.GlFz2E/build.uzZ/src'], kind short, sout raw, serr pipe, env [] 684s autopkgtest: DBG: testbed command exited with code 0 684s autopkgtest [12:32:03]: test afxdp: [----------------------- 684s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.GlFz2E/wrapper.sh --debug --artifacts=/tmp/autopkgtest.GlFz2E/afxdp-artifacts --chdir=/tmp/autopkgtest.GlFz2E/build.uzZ/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.GlFz2E/afxdp-stderr --stdout=/tmp/autopkgtest.GlFz2E/afxdp-stdout --tmp=/tmp/autopkgtest.GlFz2E/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/afxdp -- /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/afxdp'], kind test, sout raw, serr raw, env [] 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.GlFz2E/afxdp-artifacts 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: changing to directory: /tmp/autopkgtest.GlFz2E/build.uzZ/src 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: LANG=C.UTF-8 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LANGUAGE 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_ADDRESS 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_ALL 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_COLLATE 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_CTYPE 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_IDENTIFICATION 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MEASUREMENT 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MESSAGES 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MONETARY 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_NAME 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_NUMERIC 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_PAPER 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_TELEPHONE 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_TIME 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: pretending to be a login shell 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: will write standard error to /tmp/autopkgtest.GlFz2E/afxdp-stderr 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: will write stdout to /tmp/autopkgtest.GlFz2E/afxdp-stdout 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.GlFz2E/autopkgtest_tmp 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: marking as executable: /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/afxdp 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: command to run: /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/afxdp 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: copying /tmp/tmp.FfvhMkqv9f/out to stdout and file: /tmp/autopkgtest.GlFz2E/afxdp-stdout 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: copying /tmp/tmp.FfvhMkqv9f/err to standard error and file: /tmp/autopkgtest.GlFz2E/afxdp-stdout 685s /tmp/autopkgtest.GlFz2E/wrapper.sh: writing script pid 2425 to /tmp/autopkgtest_script_pid 685s ++ basename /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/afxdp 685s + PROGRAM=afxdp 685s + TARGET=afxdp 685s + trap cleanup EXIT 685s + apt-get remove --yes --purge netcat-openbsd 685s Reading package lists... 685s Building dependency tree... 685s Reading state information... 685s The following packages were automatically installed and are no longer required: 685s python3-certifi python3-chardet python3-configobj python3-debconf 685s python3-requests python3-urllib3 685s Use 'sudo apt autoremove' to remove them. 685s The following packages will be REMOVED: 685s cloud-init* cloud-init-base* netcat-openbsd* ubuntu-minimal* 685s 0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded. 685s After this operation, 3296 kB disk space will be freed. 686s (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 ... 59982 files and directories currently installed.) 686s Removing cloud-init (25.1~3geb1965a4-0ubuntu1) ... 686s Removing cloud-init-base (25.1~3geb1965a4-0ubuntu1) ... 686s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 686s for fn in glob1(directory, "%s.*" % fname): 686s Removing ubuntu-minimal (1.547) ... 686s Removing netcat-openbsd (1.228-1) ... 686s update-alternatives: using /usr/bin/ncat to provide /bin/nc (nc) in auto mode 686s Processing triggers for man-db (2.13.0-1) ... 687s (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 ... 59563 files and directories currently installed.) 687s Purging configuration files for cloud-init-base (25.1~3geb1965a4-0ubuntu1) ... 687s dpkg: warning: while removing cloud-init-base, directory '/etc/cloud/cloud.cfg.d' not empty so not removed 687s Processing triggers for rsyslog (8.2412.0-2ubuntu1) ... 688s + ln -sf /usr/bin/ncat /usr/bin/nc 688s + '[' afxdp = dpdk ']' 688s + systemctl stop openvswitch-ipsec ovs-vswitchd ovsdb-server 688s + TEST_LIST= 688s + case "${TARGET}" in 688s + testsuites=afxdp 688s + for testsuite in ${testsuites} 688s + test_list= 688s + '[' -z '' ']' 688s + stat -t debian/tests/afxdp-skip-tests.txt 688s debian/tests/afxdp-skip-tests.txt 126 8 81b4 1000 0 fd01 768875 1 0 0 1739968307 1733250933 1739968323 1739968307 4096 688s ++ cat debian/tests/afxdp-skip-tests.txt debian/tests/afxdp--skip-tests.txt 688s ++ debian/tests/testlist.py - tests/system-afxdp-testsuite 688s + test_list='1-73 75-134 136-186' 688s ++ realpath ./tests 688s ++ realpath ./_debian/tests 688s + set /bin/bash tests/system-afxdp-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests 688s + /bin/bash tests/system-afxdp-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests 1-73 75-134 136-186 689s ## ------------------------------ ## 689s ## openvswitch 3.4.90 test suite. ## 689s ## ------------------------------ ## 689s 689s AF_XDP 689s 695s 1: AF_XDP - infinite re-addition of failed ports ok 697s 2: AF_XDP - ping between pmd and non-pmd ports ok 697s 697s datapath-sanity 697s 700s 3: datapath - ping between two ports ok 702s 4: datapath - http between two ports ok 705s 5: datapath - ping between two ports on vlan ok 705s 6: datapath - ping between two ports on cvlan skipped (system-traffic.at:74) 709s 7: datapath - ping6 between two ports ok 715s 8: datapath - ping6 between two ports on vlan ok 715s 9: datapath - ping6 between two ports on cvlan skipped (system-traffic.at:165) 721s 10: datapath - ping6 between two ports IPv6 later fragments ok 726s 11: datapath - ping6 between two ports with header modify ok 740s 12: datapath - ping over bond ok 743s 13: datapath - ping over vxlan tunnel ok 743s 14: datapath - tcp over vxlan tunnel with software fallback skipped (system-traffic.at:365) 747s 15: datapath - ping vlan over vxlan tunnel ok 751s 16: datapath - ping over vxlan6 tunnel ok 751s 17: datapath - ping over gre tunnel skipped (system-traffic.at:560) 751s 18: datapath - ping over ip6gre L2 tunnel skipped (system-traffic.at:619) 751s 19: datapath - ping over erspan v1 tunnel skipped (system-traffic.at:659) 751s 20: datapath - ping over erspan v2 tunnel skipped (system-traffic.at:695) 751s 21: datapath - ping over ip6erspan v1 tunnel skipped (system-traffic.at:731) 751s 22: datapath - ping over ip6erspan v2 tunnel skipped (system-traffic.at:770) 754s 23: datapath - ping over geneve tunnel ok 758s 24: datapath - ping over geneve tunnel, delete flow regression ok 764s 25: datapath - flow resume with geneve tun_metadata ok 768s 26: datapath - ping over geneve6 tunnel ok 772s 27: datapath - slow_action on geneve6 tunnel ok 776s 28: datapath - bridging two geneve tunnels ok 777s 29: datapath - handling of geneve corrupted metadata ok 777s 30: datapath - ping over gre tunnel by simulated packets skipped (system-traffic.at:1194) 777s 31: datapath - ping over erspan v1 tunnel by simulated packets skipped (system-traffic.at:1241) 777s 32: datapath - ping over erspan v2 tunnel by simulated packets skipped (system-traffic.at:1289) 777s 33: datapath - ping over ip6erspan v1 tunnel by simulated packets skipped (system-traffic.at:1342) 777s 34: datapath - ping over ip6erspan v2 tunnel by simulated packets skipped (system-traffic.at:1397) 780s 35: datapath - ping over srv6 tunnel ok 794s 36: datapath - ping6 over srv6 tunnel ok 796s 37: datapath - clone action ok 799s 38: datapath - mpls actions ok 802s 39: datapath - multiple mpls label pop ok 805s 40: datapath - encap decap mpls actions ok 807s 41: datapath - encap decap mpls_mc actions ok 810s 42: datapath - multiple encap decap mpls actions ok 813s 43: datapath - multiple encap decap mpls_mc actions ok 816s 44: datapath - encap mpls pop mpls actions ok 819s 45: datapath - push mpls decap mpls actions ok 820s 46: datapath - basic truncate action ok 820s 47: datapath - truncate and output to gre tunnel by simulated packets skipped (system-traffic.at:2045) 820s 48: datapath - truncate and output to gre tunnel skipped (system-traffic.at:2177) 821s 49: datapath - configure cache size skipped (system-traffic.at:2299) 824s 50: datapath - drop action ok 828s 51: datapath - simulated flow action update ok 831s 52: datapath - netdev offload software fallback ok 844s 53: datapath - Neighbor Discovery with loose match ok 844s 844s MPLS 844s 846s 54: mpls - encap header dp-support ok 849s 55: mpls - encap header slow-path ok 852s 56: mpls_mc - encap header dp-support ok 854s 57: mpls_mc - encap header slow-path ok 857s 58: mpls - decap header dp-support ok 859s 59: mpls - decap header slow-path ok 859s 859s QoS 859s 860s 60: QoS - basic configuration ok 861s 61: QoS - 64bit ok 862s 62: Ingress Policing - 64-bit ok 862s 862s conntrack 862s 863s 63: conntrack - controller ok 865s 64: conntrack - force commit ok 870s 65: conntrack - ct flush ok 874s 66: conntrack - IPv4 ping ok 876s 67: conntrack - get_nconns and get/set_maxconns ok 882s 68: conntrack - IPv6 ping ok 885s 69: conntrack - preserve registers ok 893s 70: conntrack - invalid ok 901s 71: conntrack - zones ok 910s 72: conntrack - zones from field ok 912s 73: conntrack - zones from other field ok 914s 75: conntrack - multiple bridges ok 915s 76: conntrack - multiple zones ok 915s 77: conntrack - multiple namespaces, internal ports skipped (system-traffic.at:3852) 924s 78: conntrack - ct_mark ok 927s 79: conntrack - ct_mark bit-fiddling ok 934s 80: conntrack - ct_mark from register ok 943s 81: conntrack - ct_label ok 945s 82: conntrack - ct_label bit-fiddling ok 946s 83: conntrack - ct metadata, multiple zones ok 954s 84: conntrack - new connections ok 955s 85: conntrack - generic IP protocol ok 956s 86: conntrack - ICMP related ok 957s 87: conntrack - ICMP related to original direction ok 959s 88: conntrack - ICMP related 2 ok 961s 89: conntrack - ICMP related NAT with single port ok 964s 90: conntrack - IPv4 fragmentation ok 967s 91: conntrack - IPv4 fragmentation expiry ok 970s 92: conntrack - IPv4 fragmentation + vlan ok 970s 93: conntrack - IPv4 fragmentation + cvlan skipped (system-traffic.at:4515) 971s 94: conntrack - IPv4 fragmentation incomplete reassembled packet ok 973s 95: conntrack - IPv4 fragmentation with fragments specified ok 974s 96: conntrack - IPv4 fragmentation out of order ok 975s 97: conntrack - IPv4 fragmentation overlapping fragments by 1 octet ok 976s 98: conntrack - IPv4 fragmentation overlapping fragments by 1 octet out of order ok 980s 99: conntrack - IPv6 fragmentation ok 985s 100: conntrack - IPv6 fragmentation expiry ok 990s 101: conntrack - IPv6 fragmentation + vlan ok 990s 102: conntrack - IPv6 fragmentation + cvlan skipped (system-traffic.at:4813) 991s 103: conntrack - IPv6 fragmentation incomplete reassembled packet ok 993s 104: conntrack - IPv6 fragmentation with fragments specified ok 994s 105: conntrack - IPv6 fragmentation out of order ok 995s 106: conntrack - IPv6 fragmentation, multiple extension headers ok 996s 107: conntrack - IPv6 fragmentation, multiple extension headers + out of order ok 997s 108: conntrack - IPv6 fragmentation, multiple extension headers 2 ok 999s 109: conntrack - IPv6 fragmentation, multiple extension headers 2 + out of order ok 999s 110: conntrack - Fragmentation over vxlan skipped (system-traffic.at:5036) 999s 111: conntrack - IPv6 Fragmentation over vxlan skipped (system-traffic.at:5089) 1000s 112: conntrack - IPv4 Fragmentation + NAT ok 1011s 113: conntrack - resubmit to ct multiple times ok 1034s 114: conntrack - zone-based timeout policy ok 1035s 115: conntrack - SCTP SNAT with port range ok 1035s 116: conntrack - fragment reassembly with L3 L4 protocol information skipped (system-traffic.at:5409) 1035s 1035s conntrack - L7 1035s 1043s 117: conntrack - IPv4 HTTP ok 1050s 118: conntrack - IPv6 HTTP ok 1052s 119: conntrack - commit, recirc ok 1052s 120: conntrack - multiple zones, local skipped (system-traffic.at:5557) 1052s 121: conntrack - multi-stage pipeline, local skipped (system-traffic.at:5608) 1054s 122: conntrack - limit by zone ok 1056s 123: FTP - no conntrack ok 1075s 124: conntrack - FTP ok 1096s 125: conntrack - FTP non-standard port ok 1097s 126: conntrack - FTP with expectation dump ok 1099s 127: conntrack - FTP over IPv6 ok 1100s 128: conntrack - IPv6 FTP Passive ok 1108s 129: conntrack - FTP with multiple expectations ok 1108s 130: conntrack - TFTP skipped (system-traffic.at:6433) 1108s 1108s conntrack - NAT 1108s 1109s 131: conntrack - simple SNAT ok 1110s 132: conntrack - SNAT with ct_mark change on reply ok 1112s 133: conntrack - SNAT with port range ok 1113s 134: conntrack - SNAT with port range using ICMP ok 1114s 136: conntrack - more complex SNAT ok 1116s 137: conntrack - all-zero IP SNAT ok 1117s 138: conntrack - simple DNAT ok 1118s 139: conntrack - DNAT with additional SNAT ok 1120s 140: conntrack - more complex DNAT ok 1122s 141: conntrack - ICMP related with NAT ok 1122s 142: conntrack - ICMP related with SNAT skipped (system-traffic.at:7074) 1122s 143: conntrack - FTP SNAT prerecirc skipped (system-traffic.at:7270) 1122s 144: conntrack - FTP SNAT prerecirc seqadj skipped (system-traffic.at:7281) 1122s 145: conntrack - FTP SNAT postrecirc skipped (system-traffic.at:7336) 1122s 146: conntrack - FTP SNAT postrecirc seqadj skipped (system-traffic.at:7347) 1122s 147: conntrack - FTP SNAT orig tuple skipped (system-traffic.at:7467) 1122s 148: conntrack - FTP SNAT orig tuple seqadj skipped (system-traffic.at:7471) 1123s 149: conntrack - IPv4 FTP Passive with SNAT ok 1125s 150: conntrack - IPv4 FTP Passive with DNAT ok 1127s 151: conntrack - IPv4 FTP Passive with DNAT 2 ok 1128s 152: conntrack - IPv4 FTP Active with DNAT ok 1130s 153: conntrack - IPv4 FTP Active with DNAT with reverse skew ok 1140s 154: conntrack - IPv6 HTTP with SNAT ok 1154s 155: conntrack - IPv6 HTTP with DNAT ok 1159s 156: conntrack - IPv6 ICMP6 Related with SNAT ok 1161s 157: conntrack - ICMPv6 related NAT with single port ok 1165s 158: conntrack - IPv6 FTP with SNAT ok 1169s 159: conntrack - IPv6 FTP Passive with SNAT ok 1174s 160: conntrack - IPv6 FTP with SNAT - orig tuple ok 1174s 161: conntrack - IPv4 TFTP with SNAT skipped (system-traffic.at:8134) 1178s 162: conntrack - DNAT load balancing ok 1187s 163: conntrack - DNAT load balancing with NC ok 1188s 164: conntrack - floating IP ok 1190s 165: conntrack - negative test for recirculation optimization ok 1192s 166: conntrack - Multiple ICMP traverse ok 1192s 167: conntrack - can match and clear ct_state from outside OVS skipped (system-traffic.at:8561) 1196s 168: conntrack - ICMP from different source related with NAT ok 1198s 169: conntrack - Flush many conntrack entries by port ok 1198s 1198s IGMP 1198s 1199s 170: IGMP - flood under normal action ok 1202s 171: IGMP - forward with ICMP ok 1202s 1202s 802.1ad 1202s 1202s 172: 802.1ad - vlan_limit skipped (system-traffic.at:8846) 1202s 173: 802.1ad - push/pop outer 802.1ad skipped (system-traffic.at:8875) 1203s 174: 802.1ad - push/pop outer 802.1q skipped (system-traffic.at:8931) 1203s 175: 802.1ad - 802.1q tunnel skipped (system-traffic.at:8987) 1204s 176: 802.1ad - double vlan match skipped (system-traffic.at:9049) 1204s 1204s nsh-datapath 1204s 1206s 177: nsh - encap header ok 1209s 178: nsh - decap header ok 1212s 179: nsh - replace header ok 1216s 180: nsh - forward ok 1216s 1216s local-sampling 1216s 1216s 181: psample - sanity check skipped (system-traffic.at:9289) 1217s 182: psample - sanity check IPv6 skipped (system-traffic.at:9340) 1217s 183: psample - slow skipped (system-traffic.at:9389) 1218s 184: psample - slow with probability skipped (system-traffic.at:9449) 1218s 185: psample - with IPFIX skipped (system-traffic.at:9508) 1218s 186: psample - from ct label skipped (system-traffic.at:9590) 1219s 1219s ## ------------- ## 1219s ## Test results. ## 1219s ## ------------- ## 1219s 1219s 138 tests were successful. 1219s 46 tests were skipped. 1219s + cleanup 1219s + rc=0 1219s + set +e 1219s + '[' 0 -ne 0 ']' 1219s + '[' -L /usr/bin/nc ']' 1219s + rm -f /usr/bin/nc 1219s + '[' afxdp = dpdk ']' 1219s + exit 0 1219s /tmp/autopkgtest.GlFz2E/wrapper.sh: checking for leaked background processes... 1219s /tmp/autopkgtest.GlFz2E/wrapper.sh: waiting for tee/cat subprocesses... 1219s /tmp/autopkgtest.GlFz2E/wrapper.sh: cleaning up... 1219s /tmp/autopkgtest.GlFz2E/wrapper.sh: Exit status: 0 1219s autopkgtest: DBG: testbed command exited with code 0 1219s autopkgtest [12:40:58]: test afxdp: -----------------------] 1219s autopkgtest: DBG: testbed executing test finished with exit status 0 1219s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/afxdp-stdout /tmp/autopkgtest-work.jqdnc4lc/out/afxdp-stdout 1219s autopkgtest: DBG: got reply from testbed: ok 1219s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/afxdp-stderr /tmp/autopkgtest-work.jqdnc4lc/out/afxdp-stderr 1219s autopkgtest: DBG: got reply from testbed: ok 1219s afxdp PASS 1219s autopkgtest [12:40:58]: test afxdp: - - - - - - - - - - results - - - - - - - - - - 1219s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/afxdp-artifacts/ /tmp/autopkgtest-work.jqdnc4lc/out/artifacts/ 1219s autopkgtest: DBG: got reply from testbed: ok 1219s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.GlFz2E/afxdp-artifacts', '/tmp/autopkgtest.GlFz2E/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1220s autopkgtest: DBG: testbed command exited with code 0 1220s autopkgtest [12:40:59]: test kmod: preparing testbed 1220s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'], deps_new=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 1220s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1220s autopkgtest: DBG: install_deps: deps_new=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 1220s autopkgtest: DBG: install-deps: satisfying openvswitch-common, openvswitch-doc, openvswitch-ipsec, openvswitch-pki, openvswitch-source, openvswitch-switch, openvswitch-test, openvswitch-testcontroller, openvswitch-vtep, python3-openvswitch, conntrack, curl, ethtool, net-tools, ncat, python3-pyftpdlib, tcpdump, wget 1220s autopkgtest: DBG: can use apt-get on testbed: True 1220s 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', 'openvswitch-common, openvswitch-doc, openvswitch-ipsec, openvswitch-pki, openvswitch-source, openvswitch-switch, openvswitch-test, openvswitch-testcontroller, openvswitch-vtep, python3-openvswitch, conntrack, curl, ethtool, net-tools, ncat, python3-pyftpdlib, tcpdump, wget'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1220s Reading package lists... 1220s Building dependency tree... 1220s Reading state information... 1220s Starting pkgProblemResolver with broken count: 0 1220s Starting 2 pkgProblemResolver with broken count: 0 1220s Done 1220s The following packages were automatically installed and are no longer required: 1220s python3-certifi python3-chardet python3-configobj python3-debconf 1220s python3-requests python3-urllib3 1220s Use 'sudo apt autoremove' to remove them. 1220s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1220s autopkgtest: DBG: testbed command exited with code 0 1220s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-common'], kind short, sout pipe, serr pipe, env [] 1221s autopkgtest: DBG: testbed command exited with code 0 1221s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-doc'], kind short, sout pipe, serr pipe, env [] 1221s autopkgtest: DBG: testbed command exited with code 0 1221s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-ipsec'], kind short, sout pipe, serr pipe, env [] 1221s autopkgtest: DBG: testbed command exited with code 0 1221s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-pki'], kind short, sout pipe, serr pipe, env [] 1221s autopkgtest: DBG: testbed command exited with code 0 1221s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-source'], kind short, sout pipe, serr pipe, env [] 1221s autopkgtest: DBG: testbed command exited with code 0 1221s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-switch'], kind short, sout pipe, serr pipe, env [] 1222s autopkgtest: DBG: testbed command exited with code 0 1222s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-test'], kind short, sout pipe, serr pipe, env [] 1222s autopkgtest: DBG: testbed command exited with code 0 1222s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-testcontroller'], kind short, sout pipe, serr pipe, env [] 1222s autopkgtest: DBG: testbed command exited with code 0 1222s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-vtep'], kind short, sout pipe, serr pipe, env [] 1222s autopkgtest: DBG: testbed command exited with code 0 1222s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-openvswitch'], kind short, sout pipe, serr pipe, env [] 1222s autopkgtest: DBG: testbed command exited with code 0 1222s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.GlFz2E/kmod-packages.all"], kind short, sout raw, serr pipe, env [] 1222s autopkgtest: DBG: testbed command exited with code 0 1222s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/kmod-packages.all /tmp/autopkgtest-work.jqdnc4lc/out/kmod-packages.all 1223s autopkgtest: DBG: got reply from testbed: ok 1223s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.GlFz2E/build.uzZ/src'], kind short, sout raw, serr raw, env [] 1223s autopkgtest: DBG: testbed command exited with code 0 1223s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.GlFz2E/build.uzZ/src already exists 1223s autopkgtest [12:41:02]: test kmod: [----------------------- 1223s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.GlFz2E/wrapper.sh --debug --artifacts=/tmp/autopkgtest.GlFz2E/kmod-artifacts --chdir=/tmp/autopkgtest.GlFz2E/build.uzZ/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.GlFz2E/kmod-stderr --stdout=/tmp/autopkgtest.GlFz2E/kmod-stdout --tmp=/tmp/autopkgtest.GlFz2E/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/kmod -- /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/kmod'], kind test, sout raw, serr raw, env [] 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.GlFz2E/kmod-artifacts 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: changing to directory: /tmp/autopkgtest.GlFz2E/build.uzZ/src 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: LANG=C.UTF-8 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LANGUAGE 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_ADDRESS 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_ALL 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_COLLATE 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_CTYPE 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MEASUREMENT 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MESSAGES 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MONETARY 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_NAME 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_NUMERIC 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_PAPER 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_TELEPHONE 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_TIME 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: pretending to be a login shell 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: will write standard error to /tmp/autopkgtest.GlFz2E/kmod-stderr 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: will write stdout to /tmp/autopkgtest.GlFz2E/kmod-stdout 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.GlFz2E/autopkgtest_tmp 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: marking as executable: /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/kmod 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: command to run: /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/kmod 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: copying /tmp/tmp.H6KcLNEsjE/out to stdout and file: /tmp/autopkgtest.GlFz2E/kmod-stdout 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: copying /tmp/tmp.H6KcLNEsjE/err to standard error and file: /tmp/autopkgtest.GlFz2E/kmod-stdout 1223s /tmp/autopkgtest.GlFz2E/wrapper.sh: writing script pid 32666 to /tmp/autopkgtest_script_pid 1223s ++ basename /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/kmod 1223s + PROGRAM=kmod 1223s + TARGET=kmod 1223s + trap cleanup EXIT 1223s + apt-get remove --yes --purge netcat-openbsd 1223s Reading package lists... 1223s Building dependency tree... 1223s Reading state information... 1223s Package 'netcat-openbsd' is not installed, so not removed 1223s The following packages were automatically installed and are no longer required: 1223s python3-certifi python3-chardet python3-configobj python3-debconf 1223s python3-requests python3-urllib3 1223s Use 'sudo apt autoremove' to remove them. 1223s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1223s + ln -sf /usr/bin/ncat /usr/bin/nc 1223s + '[' kmod = dpdk ']' 1223s + systemctl stop openvswitch-ipsec ovs-vswitchd ovsdb-server 1223s + TEST_LIST= 1223s + case "${TARGET}" in 1223s + testsuites=kmod 1223s + for testsuite in ${testsuites} 1223s + test_list= 1223s + '[' -z '' ']' 1223s + stat -t debian/tests/kmod-skip-tests.txt 1223s debian/tests/kmod-skip-tests.txt 126 8 81b4 1000 0 fd01 768863 1 0 0 1739968307 1733250933 1739968323 1739968307 4096 1223s ++ cat debian/tests/kmod-skip-tests.txt debian/tests/kmod--skip-tests.txt 1223s ++ debian/tests/testlist.py - tests/system-kmod-testsuite 1223s + test_list='1-71 73-132 134-203' 1223s ++ realpath ./tests 1223s ++ realpath ./_debian/tests 1223s + set /bin/bash tests/system-kmod-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests 1223s + /bin/bash tests/system-kmod-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests 1-71 73-132 134-203 1224s ## ------------------------------ ## 1224s ## openvswitch 3.4.90 test suite. ## 1224s ## ------------------------------ ## 1224s 1224s datapath-sanity 1224s 1228s 1: datapath - ping between two ports ok 1232s 2: datapath - http between two ports ok 1236s 3: datapath - ping between two ports on vlan ok 1239s 4: datapath - ping between two ports on cvlan ok 1244s 5: datapath - ping6 between two ports ok 1250s 6: datapath - ping6 between two ports on vlan ok 1256s 7: datapath - ping6 between two ports on cvlan ok 1262s 8: datapath - ping6 between two ports IPv6 later fragments ok 1268s 9: datapath - ping6 between two ports with header modify ok 1282s 10: datapath - ping over bond ok 1287s 11: datapath - ping over vxlan tunnel ok 1287s 12: datapath - tcp over vxlan tunnel with software fallback skipped (system-traffic.at:365) 1292s 13: datapath - ping vlan over vxlan tunnel ok 1296s 14: datapath - ping over vxlan6 tunnel ok 1301s 15: datapath - ping over gre tunnel ok 1306s 16: datapath - ping over ip6gre L2 tunnel ok 1309s 17: datapath - ping over erspan v1 tunnel ok 1312s 18: datapath - ping over erspan v2 tunnel ok 1316s 19: datapath - ping over ip6erspan v1 tunnel ok 1320s 20: datapath - ping over ip6erspan v2 tunnel ok 1325s 21: datapath - ping over geneve tunnel ok 1331s 22: datapath - ping over geneve tunnel, delete flow regression ok 1338s 23: datapath - flow resume with geneve tun_metadata ok 1343s 24: datapath - ping over geneve6 tunnel ok 1348s 25: datapath - slow_action on geneve6 tunnel ok 1353s 26: datapath - bridging two geneve tunnels ok 1355s 27: datapath - handling of geneve corrupted metadata ok 1359s 28: datapath - ping over gre tunnel by simulated packets ok 1363s 29: datapath - ping over erspan v1 tunnel by simulated packets ok 1366s 30: datapath - ping over erspan v2 tunnel by simulated packets ok 1373s 31: datapath - ping over ip6erspan v1 tunnel by simulated packets ok 1378s 32: datapath - ping over ip6erspan v2 tunnel by simulated packets ok 1378s 33: datapath - ping over srv6 tunnel skipped (system-traffic.at:1451) 1378s 34: datapath - ping6 over srv6 tunnel skipped (system-traffic.at:1512) 1380s 35: datapath - clone action ok 1384s 36: datapath - mpls actions ok 1387s 37: datapath - multiple mpls label pop ok 1390s 38: datapath - encap decap mpls actions ok 1394s 39: datapath - encap decap mpls_mc actions ok 1398s 40: datapath - multiple encap decap mpls actions ok 1401s 41: datapath - multiple encap decap mpls_mc actions ok 1404s 42: datapath - encap mpls pop mpls actions ok 1408s 43: datapath - push mpls decap mpls actions ok 1410s 44: datapath - basic truncate action ok 1412s 45: datapath - truncate and output to gre tunnel by simulated packets ok 1415s 46: datapath - truncate and output to gre tunnel ok 1416s 47: datapath - configure cache size ok 1421s 48: datapath - drop action ok 1426s 49: datapath - simulated flow action update ok 1429s 50: datapath - netdev offload software fallback ok 1441s 51: datapath - Neighbor Discovery with loose match ok 1441s 1441s MPLS 1441s 1445s 52: mpls - encap header dp-support ok 1448s 53: mpls - encap header slow-path ok 1452s 54: mpls_mc - encap header dp-support ok 1455s 55: mpls_mc - encap header slow-path ok 1458s 56: mpls - decap header dp-support ok 1462s 57: mpls - decap header slow-path ok 1462s 1462s QoS 1462s 1464s 58: QoS - basic configuration ok 1466s 59: QoS - 64bit ok 1467s 60: Ingress Policing - 64-bit ok 1467s 1467s conntrack 1467s 1471s 61: conntrack - controller ok 1475s 62: conntrack - force commit ok 1484s 63: conntrack - ct flush ok 1490s 64: conntrack - IPv4 ping ok 1492s 65: conntrack - get_nconns and get/set_maxconns skipped (system-traffic.at:3341) 1501s 66: conntrack - IPv6 ping ok 1505s 67: conntrack - preserve registers ok 1515s 68: conntrack - invalid ok 1525s 69: conntrack - zones ok 1536s 70: conntrack - zones from field ok 1541s 71: conntrack - zones from other field ok 1544s 73: conntrack - multiple bridges ok 1548s 74: conntrack - multiple zones ok 1552s 75: conntrack - multiple namespaces, internal ports ok 1563s 76: conntrack - ct_mark ok 1567s 77: conntrack - ct_mark bit-fiddling ok 1577s 78: conntrack - ct_mark from register ok 1588s 79: conntrack - ct_label ok 1592s 80: conntrack - ct_label bit-fiddling ok 1597s 81: conntrack - ct metadata, multiple zones ok 1607s 82: conntrack - new connections ok 1611s 83: conntrack - generic IP protocol ok 1615s 84: conntrack - ICMP related ok 1619s 85: conntrack - ICMP related to original direction ok 1623s 86: conntrack - ICMP related 2 ok 1628s 87: conntrack - ICMP related NAT with single port ok 1633s 88: conntrack - IPv4 fragmentation ok 1638s 89: conntrack - IPv4 fragmentation expiry ok 1643s 90: conntrack - IPv4 fragmentation + vlan ok 1650s 91: conntrack - IPv4 fragmentation + cvlan ok 1653s 92: conntrack - IPv4 fragmentation incomplete reassembled packet ok 1657s 93: conntrack - IPv4 fragmentation with fragments specified ok 1661s 94: conntrack - IPv4 fragmentation out of order ok 1663s 95: conntrack - IPv4 fragmentation overlapping fragments by 1 octet skipped (system-traffic.at:4643) 1665s 96: conntrack - IPv4 fragmentation overlapping fragments by 1 octet out of order skipped (system-traffic.at:4667) 1672s 97: conntrack - IPv6 fragmentation ok 1680s 98: conntrack - IPv6 fragmentation expiry ok 1687s 99: conntrack - IPv6 fragmentation + vlan ok 1696s 100: conntrack - IPv6 fragmentation + cvlan ok 1699s 101: conntrack - IPv6 fragmentation incomplete reassembled packet ok 1703s 102: conntrack - IPv6 fragmentation with fragments specified FAILED (system-traffic.at:4902) 1707s 103: conntrack - IPv6 fragmentation out of order ok 1711s 104: conntrack - IPv6 fragmentation, multiple extension headers ok 1714s 105: conntrack - IPv6 fragmentation, multiple extension headers + out of order ok 1718s 106: conntrack - IPv6 fragmentation, multiple extension headers 2 ok 1722s 107: conntrack - IPv6 fragmentation, multiple extension headers 2 + out of order ok 1729s 108: conntrack - Fragmentation over vxlan ok 1737s 109: conntrack - IPv6 Fragmentation over vxlan ok 1741s 110: conntrack - IPv4 Fragmentation + NAT ok 1755s 111: conntrack - resubmit to ct multiple times ok 1781s 112: conntrack - zone-based timeout policy ok 1785s 113: conntrack - SCTP SNAT with port range ok 1788s 114: conntrack - fragment reassembly with L3 L4 protocol information ok 1788s 1788s conntrack - L7 1788s 1798s 115: conntrack - IPv4 HTTP ok 1809s 116: conntrack - IPv6 HTTP ok 1814s 117: conntrack - commit, recirc ok 1820s 118: conntrack - multiple zones, local ok 1824s 119: conntrack - multi-stage pipeline, local ok 1829s 120: conntrack - limit by zone ok 1832s 121: FTP - no conntrack ok 1855s 122: conntrack - FTP ok 1878s 123: conntrack - FTP non-standard port ok 1880s 124: conntrack - FTP with expectation dump skipped (system-traffic.at:6212) 1884s 125: conntrack - FTP over IPv6 ok 1888s 126: conntrack - IPv6 FTP Passive ok 1900s 127: conntrack - FTP with multiple expectations ok 1900s 128: conntrack - TFTP skipped (system-traffic.at:6433) 1900s 1900s conntrack - NAT 1900s 1904s 129: conntrack - simple SNAT ok 1908s 130: conntrack - SNAT with ct_mark change on reply ok 1912s 131: conntrack - SNAT with port range ok 1915s 132: conntrack - SNAT with port range using ICMP ok 1920s 134: conntrack - more complex SNAT ok 1925s 135: conntrack - all-zero IP SNAT ok 1929s 136: conntrack - simple DNAT ok 1932s 137: conntrack - DNAT with additional SNAT ok 1936s 138: conntrack - more complex DNAT ok 1941s 139: conntrack - ICMP related with NAT ok 1946s 140: conntrack - ICMP related with SNAT ok 1946s 141: conntrack - FTP SNAT prerecirc skipped (system-traffic.at:7270) 1946s 142: conntrack - FTP SNAT prerecirc seqadj skipped (system-traffic.at:7281) 1946s 143: conntrack - FTP SNAT postrecirc skipped (system-traffic.at:7336) 1946s 144: conntrack - FTP SNAT postrecirc seqadj skipped (system-traffic.at:7347) 1946s 145: conntrack - FTP SNAT orig tuple skipped (system-traffic.at:7467) 1946s 146: conntrack - FTP SNAT orig tuple seqadj skipped (system-traffic.at:7471) 1950s 147: conntrack - IPv4 FTP Passive with SNAT ok 1954s 148: conntrack - IPv4 FTP Passive with DNAT ok 1958s 149: conntrack - IPv4 FTP Passive with DNAT 2 ok 1962s 150: conntrack - IPv4 FTP Active with DNAT ok 1966s 151: conntrack - IPv4 FTP Active with DNAT with reverse skew ok 1980s 152: conntrack - IPv6 HTTP with SNAT ok 1987s 153: conntrack - IPv6 HTTP with DNAT ok 1994s 154: conntrack - IPv6 ICMP6 Related with SNAT ok 1999s 155: conntrack - ICMPv6 related NAT with single port ok 2005s 156: conntrack - IPv6 FTP with SNAT ok 2012s 157: conntrack - IPv6 FTP Passive with SNAT ok 2018s 158: conntrack - IPv6 FTP with SNAT - orig tuple ok 2018s 159: conntrack - IPv4 TFTP with SNAT skipped (system-traffic.at:8134) 2023s 160: conntrack - DNAT load balancing ok 2034s 161: conntrack - DNAT load balancing with NC ok 2038s 162: conntrack - floating IP ok 2042s 163: conntrack - negative test for recirculation optimization ok 2046s 164: conntrack - Multiple ICMP traverse ok 2050s 165: conntrack - can match and clear ct_state from outside OVS ok 2056s 166: conntrack - ICMP from different source related with NAT ok 2061s 167: conntrack - Flush many conntrack entries by port ok 2061s 2061s IGMP 2061s 2063s 168: IGMP - flood under normal action ok 2066s 169: IGMP - forward with ICMP ok 2066s 2066s 802.1ad 2066s 2071s 170: 802.1ad - vlan_limit ok 2075s 171: 802.1ad - push/pop outer 802.1ad ok 2078s 172: 802.1ad - push/pop outer 802.1q ok 2086s 173: 802.1ad - 802.1q tunnel ok 2089s 174: 802.1ad - double vlan match ok 2089s 2089s nsh-datapath 2089s 2093s 175: nsh - encap header ok 2096s 176: nsh - decap header ok 2100s 177: nsh - replace header ok 2105s 178: nsh - forward ok 2105s 2105s local-sampling 2105s 2107s 179: psample - sanity check ok 2111s 180: psample - sanity check IPv6 ok 2113s 181: psample - slow ok 2116s 182: psample - slow with probability ok 2118s 183: psample - with IPFIX ok 2121s 184: psample - from ct label ok 2121s 2121s layer3-tunnels 2121s 2125s 185: layer3 - ping over VXLAN-GPE ok 2129s 186: layer3 - ping over GRE ok 2129s 187: layer3 - ping over MPLS Bareudp skipped (system-layer3-tunnels.at:102) 2129s 188: layer3 - ping over Bareudp skipped (system-layer3-tunnels.at:150) 2129s 2129s system-inteface 2129s 2131s 189: interface - add delete add same interface ok 2133s 190: interface - add route to br and verify clean-up ok 2135s 191: interface - datapath ports garbage collection ok 2137s 192: interface - datapath port rename ok 2138s 193: interface - current speed ok 2138s 2138s IPsec 2138s 2138s 194: IPsec -- Libreswan (ipv4, geneve, defaultroute, psk) skipped (system-ipsec.at:171) 2138s 195: IPsec -- Libreswan (ipv4, geneve, localip, psk) skipped (system-ipsec.at:196) 2138s 196: IPsec -- Libreswan (ipv4, geneve, defaultroute, self-signed) skipped (system-ipsec.at:223) 2138s 197: IPsec -- Libreswan (ipv4, geneve, defaultroute, ca-signed) skipped (system-ipsec.at:262) 2138s 198: IPsec -- Libreswan (ipv4, gre, defaultroute, psk) skipped (system-ipsec.at:298) 2139s 199: IPsec -- Libreswan (ipv4, vxlan, defaultroute, psk) skipped (system-ipsec.at:321) 2139s 200: IPsec -- Libreswan (ipv6, vxlan, defaultroute, psk) skipped (system-ipsec.at:344) 2139s 201: IPsec -- Libreswan (ipv6, vxlan, localip, psk) skipped (system-ipsec.at:367) 2139s 202: IPsec -- Libreswan (ipv6, geneve, defaultroute, psk) skipped (system-ipsec.at:394) 2139s 203: IPsec -- Libreswan NxN geneve tunnels + reconciliation skipped (system-ipsec.at:419) 2139s 2139s ERROR: 174 tests were run, 2139s 1 failed unexpectedly. 2139s 27 tests were skipped. 2139s ## ------------- ## 2139s ## Test results. ## 2139s ## ------------- ## 2139s 2139s ## -------------------------------------- ## 2139s ## system-kmod-testsuite.log was created. ## 2139s ## -------------------------------------- ## 2139s 2139s Please send 'tests/system-kmod-testsuite.log' and all information you think might help: 2139s 2139s To: 2139s Subject: [openvswitch 3.4.90] system-kmod-testsuite: 102 failed 2139s 2139s You may investigate any problem if you feel able to do so, in which 2139s case the test suite provides a good starting point. Its output may 2139s be found below 'tests/system-kmod-testsuite.dir'. 2139s 2139s + /bin/bash tests/system-kmod-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests --recheck 2139s ## ------------------------------ ## 2139s ## openvswitch 3.4.90 test suite. ## 2139s ## ------------------------------ ## 2143s 102: conntrack - IPv6 fragmentation with fragments specified ok 2143s 2143s ## ------------- ## 2143s ## Test results. ## 2143s ## ------------- ## 2143s 2143s + cleanup 2143s + rc=0 2143s + set +e 2143s + '[' 0 -ne 0 ']' 2143s + '[' -L /usr/bin/nc ']' 2143s + rm -f /usr/bin/nc 2143s 1 test was successful. 2143s + '[' kmod = dpdk ']' 2143s + exit 0 2143s /tmp/autopkgtest.GlFz2E/wrapper.sh: checking for leaked background processes... 2143s /tmp/autopkgtest.GlFz2E/wrapper.sh: waiting for tee/cat subprocesses... 2143s /tmp/autopkgtest.GlFz2E/wrapper.sh: cleaning up... 2143s /tmp/autopkgtest.GlFz2E/wrapper.sh: Exit status: 0 2143s autopkgtest: DBG: testbed command exited with code 0 2144s autopkgtest [12:56:23]: test kmod: -----------------------] 2144s autopkgtest: DBG: testbed executing test finished with exit status 0 2144s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/kmod-stdout /tmp/autopkgtest-work.jqdnc4lc/out/kmod-stdout 2144s autopkgtest: DBG: got reply from testbed: ok 2144s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/kmod-stderr /tmp/autopkgtest-work.jqdnc4lc/out/kmod-stderr 2144s autopkgtest: DBG: got reply from testbed: ok 2144s autopkgtest [12:56:23]: test kmod: - - - - - - - - - - results - - - - - - - - - - 2144s kmod PASS 2144s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/kmod-artifacts/ /tmp/autopkgtest-work.jqdnc4lc/out/artifacts/ 2144s autopkgtest: DBG: got reply from testbed: ok 2144s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.GlFz2E/kmod-artifacts', '/tmp/autopkgtest.GlFz2E/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 2144s autopkgtest: DBG: testbed command exited with code 0 2144s autopkgtest [12:56:23]: test offloads: preparing testbed 2144s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'], deps_new=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 2144s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 2144s autopkgtest: DBG: install_deps: deps_new=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 2144s autopkgtest: DBG: install-deps: satisfying openvswitch-common, openvswitch-doc, openvswitch-ipsec, openvswitch-pki, openvswitch-source, openvswitch-switch, openvswitch-test, openvswitch-testcontroller, openvswitch-vtep, python3-openvswitch, conntrack, curl, ethtool, net-tools, ncat, python3-pyftpdlib, tcpdump, wget 2144s autopkgtest: DBG: can use apt-get on testbed: True 2144s 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', 'openvswitch-common, openvswitch-doc, openvswitch-ipsec, openvswitch-pki, openvswitch-source, openvswitch-switch, openvswitch-test, openvswitch-testcontroller, openvswitch-vtep, python3-openvswitch, conntrack, curl, ethtool, net-tools, ncat, python3-pyftpdlib, tcpdump, wget'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 2145s Reading package lists... 2145s Building dependency tree... 2145s Reading state information... 2145s Starting pkgProblemResolver with broken count: 0 2145s Starting 2 pkgProblemResolver with broken count: 0 2145s Done 2145s The following packages were automatically installed and are no longer required: 2145s python3-certifi python3-chardet python3-configobj python3-debconf 2145s python3-requests python3-urllib3 2145s Use 'sudo apt autoremove' to remove them. 2145s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2145s autopkgtest: DBG: testbed command exited with code 0 2145s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-common'], kind short, sout pipe, serr pipe, env [] 2146s autopkgtest: DBG: testbed command exited with code 0 2146s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-doc'], kind short, sout pipe, serr pipe, env [] 2146s autopkgtest: DBG: testbed command exited with code 0 2146s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-ipsec'], kind short, sout pipe, serr pipe, env [] 2146s autopkgtest: DBG: testbed command exited with code 0 2146s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-pki'], kind short, sout pipe, serr pipe, env [] 2146s autopkgtest: DBG: testbed command exited with code 0 2146s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-source'], kind short, sout pipe, serr pipe, env [] 2146s autopkgtest: DBG: testbed command exited with code 0 2146s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-switch'], kind short, sout pipe, serr pipe, env [] 2146s autopkgtest: DBG: testbed command exited with code 0 2146s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-test'], kind short, sout pipe, serr pipe, env [] 2147s autopkgtest: DBG: testbed command exited with code 0 2147s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-testcontroller'], kind short, sout pipe, serr pipe, env [] 2147s autopkgtest: DBG: testbed command exited with code 0 2147s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-vtep'], kind short, sout pipe, serr pipe, env [] 2147s autopkgtest: DBG: testbed command exited with code 0 2147s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-openvswitch'], kind short, sout pipe, serr pipe, env [] 2147s autopkgtest: DBG: testbed command exited with code 0 2147s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.GlFz2E/offloads-packages.all"], kind short, sout raw, serr pipe, env [] 2147s autopkgtest: DBG: testbed command exited with code 0 2147s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/offloads-packages.all /tmp/autopkgtest-work.jqdnc4lc/out/offloads-packages.all 2147s autopkgtest: DBG: got reply from testbed: ok 2147s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.GlFz2E/build.uzZ/src'], kind short, sout raw, serr raw, env [] 2148s autopkgtest: DBG: testbed command exited with code 0 2148s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.GlFz2E/build.uzZ/src already exists 2148s autopkgtest [12:56:27]: test offloads: [----------------------- 2148s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.GlFz2E/wrapper.sh --debug --artifacts=/tmp/autopkgtest.GlFz2E/offloads-artifacts --chdir=/tmp/autopkgtest.GlFz2E/build.uzZ/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.GlFz2E/offloads-stderr --stdout=/tmp/autopkgtest.GlFz2E/offloads-stdout --tmp=/tmp/autopkgtest.GlFz2E/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/offloads -- /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/offloads'], kind test, sout raw, serr raw, env [] 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.GlFz2E/offloads-artifacts 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: changing to directory: /tmp/autopkgtest.GlFz2E/build.uzZ/src 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: LANG=C.UTF-8 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LANGUAGE 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_ADDRESS 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_ALL 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_COLLATE 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_CTYPE 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_IDENTIFICATION 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MEASUREMENT 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MESSAGES 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MONETARY 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_NAME 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_NUMERIC 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_PAPER 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_TELEPHONE 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_TIME 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: pretending to be a login shell 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: will write standard error to /tmp/autopkgtest.GlFz2E/offloads-stderr 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: will write stdout to /tmp/autopkgtest.GlFz2E/offloads-stdout 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.GlFz2E/autopkgtest_tmp 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: marking as executable: /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/offloads 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: command to run: /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/offloads 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: copying /tmp/tmp.VJhoZLWX8h/out to stdout and file: /tmp/autopkgtest.GlFz2E/offloads-stdout 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: copying /tmp/tmp.VJhoZLWX8h/err to standard error and file: /tmp/autopkgtest.GlFz2E/offloads-stdout 2148s /tmp/autopkgtest.GlFz2E/wrapper.sh: writing script pid 73427 to /tmp/autopkgtest_script_pid 2148s ++ basename /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/offloads 2148s + PROGRAM=offloads 2148s + TARGET=offloads 2148s + trap cleanup EXIT 2148s + apt-get remove --yes --purge netcat-openbsd 2148s Reading package lists... 2148s Building dependency tree... 2148s Reading state information... 2148s Package 'netcat-openbsd' is not installed, so not removed 2148s The following packages were automatically installed and are no longer required: 2148s python3-certifi python3-chardet python3-configobj python3-debconf 2148s python3-requests python3-urllib3 2148s Use 'sudo apt autoremove' to remove them. 2148s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2148s + ln -sf /usr/bin/ncat /usr/bin/nc 2148s + '[' offloads = dpdk ']' 2148s + systemctl stop openvswitch-ipsec ovs-vswitchd ovsdb-server 2148s + TEST_LIST= 2148s + case "${TARGET}" in 2148s + testsuites=offloads 2148s + for testsuite in ${testsuites} 2148s + test_list= 2148s + '[' -z '' ']' 2148s + stat -t debian/tests/offloads-skip-tests.txt 2148s debian/tests/offloads-skip-tests.txt 224 8 81b4 1000 0 fd01 768861 1 0 0 1739968307 1733250933 1739968323 1739968307 4096 2148s ++ cat debian/tests/offloads-skip-tests.txt debian/tests/offloads--skip-tests.txt 2148s ++ debian/tests/testlist.py - tests/system-offloads-testsuite 2148s + test_list='1-6 9-88 90-149 151-156 158-201' 2148s ++ realpath ./tests 2148s ++ realpath ./_debian/tests 2148s + set /bin/bash tests/system-offloads-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests 2148s + /bin/bash tests/system-offloads-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests 1-6 9-88 90-149 151-156 158-201 2149s ## ------------------------------ ## 2149s ## openvswitch 3.4.90 test suite. ## 2149s ## ------------------------------ ## 2149s 2149s datapath offloads 2149s 2152s 1: offloads - ping between two ports - offloads disabled ok 2155s 2: offloads - ping between two ports - offloads enabled ok 2157s 3: offloads - set ingress_policing_rate and ingress_policing_burst - offloads disabled ok 2158s 4: offloads - set ingress_policing_rate and ingress_policing_burst - offloads enabled ok 2160s 5: offloads - set ingress_policing_kpkts_rate and ingress_policing_kpkts_burst - offloads disabled ok 2162s 6: offloads - set ingress_policing_kpkts_rate and ingress_policing_kpkts_burst - offloads enabled ok 2167s 9: offloads - check_pkt_len action - offloads disabled ok 2206s 10: offloads - check_pkt_len action - offloads enabled ok 2211s 11: offloads - offload flow to none-offload ok 2214s 12: offloads - delete ufid mapping if device not exist - offloads enabled ok 2237s 13: offloads - ping over vxlan tunnel with gbp - offloads enabled ok 2238s 14: offloads - IGMP with ip rewrite - offloads enabled ok 2241s 15: offloads - IPIP wth ip rewrite - offloads enabled ok 2243s 16: offloads - re-probe drop action ok 2246s 17: offload - Tunnel offloading with flags ok 2246s 2246s datapath-sanity 2246s 2250s 18: datapath - ping between two ports ok 2253s 19: datapath - http between two ports ok 2257s 20: datapath - ping between two ports on vlan ok 2261s 21: datapath - ping between two ports on cvlan ok 2267s 22: datapath - ping6 between two ports ok 2273s 23: datapath - ping6 between two ports on vlan ok 2279s 24: datapath - ping6 between two ports on cvlan ok 2285s 25: datapath - ping6 between two ports IPv6 later fragments ok 2291s 26: datapath - ping6 between two ports with header modify ok 2305s 27: datapath - ping over bond ok 2309s 28: datapath - ping over vxlan tunnel ok 2310s 29: datapath - tcp over vxlan tunnel with software fallback skipped (system-traffic.at:365) 2314s 30: datapath - ping vlan over vxlan tunnel ok 2319s 31: datapath - ping over vxlan6 tunnel ok 2324s 32: datapath - ping over gre tunnel ok 2329s 33: datapath - ping over ip6gre L2 tunnel ok 2332s 34: datapath - ping over erspan v1 tunnel ok 2335s 35: datapath - ping over erspan v2 tunnel ok 2339s 36: datapath - ping over ip6erspan v1 tunnel ok 2344s 37: datapath - ping over ip6erspan v2 tunnel ok 2348s 38: datapath - ping over geneve tunnel ok 2353s 39: datapath - ping over geneve tunnel, delete flow regression ok 2361s 40: datapath - flow resume with geneve tun_metadata ok 2365s 41: datapath - ping over geneve6 tunnel ok 2370s 42: datapath - slow_action on geneve6 tunnel ok 2376s 43: datapath - bridging two geneve tunnels ok 2378s 44: datapath - handling of geneve corrupted metadata ok 2383s 45: datapath - ping over gre tunnel by simulated packets ok 2387s 46: datapath - ping over erspan v1 tunnel by simulated packets ok 2391s 47: datapath - ping over erspan v2 tunnel by simulated packets ok 2395s 48: datapath - ping over ip6erspan v1 tunnel by simulated packets ok 2400s 49: datapath - ping over ip6erspan v2 tunnel by simulated packets ok 2400s 50: datapath - ping over srv6 tunnel skipped (system-traffic.at:1451) 2400s 51: datapath - ping6 over srv6 tunnel skipped (system-traffic.at:1512) 2403s 52: datapath - clone action ok 2406s 53: datapath - mpls actions ok 2409s 54: datapath - multiple mpls label pop ok 2413s 55: datapath - encap decap mpls actions ok 2416s 56: datapath - encap decap mpls_mc actions ok 2420s 57: datapath - multiple encap decap mpls actions ok 2423s 58: datapath - multiple encap decap mpls_mc actions ok 2426s 59: datapath - encap mpls pop mpls actions ok 2430s 60: datapath - push mpls decap mpls actions ok 2432s 61: datapath - basic truncate action ok 2432s 62: datapath - truncate and output to gre tunnel by simulated packets skipped (system-traffic.at:2047) 2432s 63: datapath - truncate and output to gre tunnel skipped (system-traffic.at:2179) 2434s 64: datapath - configure cache size ok 2435s 65: datapath - drop action skipped (system-traffic.at:2334) 2440s 66: datapath - simulated flow action update ok 2443s 67: datapath - netdev offload software fallback ok 2456s 68: datapath - Neighbor Discovery with loose match ok 2456s 2456s MPLS 2456s 2459s 69: mpls - encap header dp-support ok 2462s 70: mpls - encap header slow-path ok 2466s 71: mpls_mc - encap header dp-support ok 2469s 72: mpls_mc - encap header slow-path ok 2472s 73: mpls - decap header dp-support ok 2476s 74: mpls - decap header slow-path ok 2476s 2476s QoS 2476s 2477s 75: QoS - basic configuration ok 2479s 76: QoS - 64bit ok 2481s 77: Ingress Policing - 64-bit ok 2481s 2481s conntrack 2481s 2485s 78: conntrack - controller ok 2488s 79: conntrack - force commit ok 2496s 80: conntrack - ct flush ok 2502s 81: conntrack - IPv4 ping ok 2504s 82: conntrack - get_nconns and get/set_maxconns skipped (system-traffic.at:3341) 2512s 83: conntrack - IPv6 ping ok 2515s 84: conntrack - preserve registers ok 2525s 85: conntrack - invalid ok 2535s 86: conntrack - zones ok 2547s 87: conntrack - zones from field ok 2551s 88: conntrack - zones from other field ok 2555s 90: conntrack - multiple bridges ok 2558s 91: conntrack - multiple zones ok 2560s 92: conntrack - multiple namespaces, internal ports skipped (system-traffic.at:3853) 2569s 93: conntrack - ct_mark ok 2573s 94: conntrack - ct_mark bit-fiddling ok 2583s 95: conntrack - ct_mark from register ok 2593s 96: conntrack - ct_label ok 2597s 97: conntrack - ct_label bit-fiddling ok 2601s 98: conntrack - ct metadata, multiple zones ok 2611s 99: conntrack - new connections ok 2614s 100: conntrack - generic IP protocol ok 2618s 101: conntrack - ICMP related ok 2621s 102: conntrack - ICMP related to original direction ok 2625s 103: conntrack - ICMP related 2 ok 2629s 104: conntrack - ICMP related NAT with single port ok 2634s 105: conntrack - IPv4 fragmentation ok 2639s 106: conntrack - IPv4 fragmentation expiry ok 2644s 107: conntrack - IPv4 fragmentation + vlan ok 2646s 108: conntrack - IPv4 fragmentation + cvlan skipped (system-traffic.at:4513) 2649s 109: conntrack - IPv4 fragmentation incomplete reassembled packet ok 2652s 110: conntrack - IPv4 fragmentation with fragments specified ok 2656s 111: conntrack - IPv4 fragmentation out of order ok 2657s 112: conntrack - IPv4 fragmentation overlapping fragments by 1 octet skipped (system-traffic.at:4643) 2659s 113: conntrack - IPv4 fragmentation overlapping fragments by 1 octet out of order skipped (system-traffic.at:4667) 2666s 114: conntrack - IPv6 fragmentation ok 2673s 115: conntrack - IPv6 fragmentation expiry ok 2680s 116: conntrack - IPv6 fragmentation + vlan ok 2688s 117: conntrack - IPv6 fragmentation + cvlan ok 2692s 118: conntrack - IPv6 fragmentation incomplete reassembled packet ok 2695s 119: conntrack - IPv6 fragmentation with fragments specified FAILED (system-traffic.at:4902) 2699s 120: conntrack - IPv6 fragmentation out of order ok 2702s 121: conntrack - IPv6 fragmentation, multiple extension headers ok 2705s 122: conntrack - IPv6 fragmentation, multiple extension headers + out of order ok 2709s 123: conntrack - IPv6 fragmentation, multiple extension headers 2 ok 2712s 124: conntrack - IPv6 fragmentation, multiple extension headers 2 + out of order ok 2714s 125: conntrack - Fragmentation over vxlan skipped (system-traffic.at:5037) 2732s 126: conntrack - IPv6 Fragmentation over vxlan ok 2735s 127: conntrack - IPv4 Fragmentation + NAT ok 2749s 128: conntrack - resubmit to ct multiple times ok 2750s 129: conntrack - zone-based timeout policy skipped (system-traffic.at:5227) 2753s 130: conntrack - SCTP SNAT with port range ok 2756s 131: conntrack - fragment reassembly with L3 L4 protocol information ok 2756s 2756s conntrack - L7 2756s 2766s 132: conntrack - IPv4 HTTP ok 2776s 133: conntrack - IPv6 HTTP ok 2780s 134: conntrack - commit, recirc ok 2784s 135: conntrack - multiple zones, local ok 2788s 136: conntrack - multi-stage pipeline, local ok 2793s 137: conntrack - limit by zone ok 2795s 138: FTP - no conntrack ok 2796s 139: conntrack - FTP skipped (system-traffic.at:5999) 2798s 140: conntrack - FTP non-standard port skipped (system-traffic.at:6105) 2799s 141: conntrack - FTP with expectation dump skipped (system-traffic.at:6211) 2801s 142: conntrack - FTP over IPv6 skipped (system-traffic.at:6255) 2802s 143: conntrack - IPv6 FTP Passive skipped (system-traffic.at:6310) 2803s 144: conntrack - FTP with multiple expectations skipped (system-traffic.at:6369) 2803s 145: conntrack - TFTP skipped (system-traffic.at:6433) 2803s 2803s conntrack - NAT 2803s 2807s 146: conntrack - simple SNAT ok 2810s 147: conntrack - SNAT with ct_mark change on reply ok 2814s 148: conntrack - SNAT with port range ok 2817s 149: conntrack - SNAT with port range using ICMP ok 2821s 151: conntrack - more complex SNAT ok 2824s 152: conntrack - all-zero IP SNAT ok 2828s 153: conntrack - simple DNAT ok 2832s 154: conntrack - DNAT with additional SNAT ok 2835s 155: conntrack - more complex DNAT ok 2840s 156: conntrack - ICMP related with NAT ok 2840s 158: conntrack - FTP SNAT prerecirc skipped (system-traffic.at:7270) 2840s 159: conntrack - FTP SNAT prerecirc seqadj skipped (system-traffic.at:7281) 2840s 160: conntrack - FTP SNAT postrecirc skipped (system-traffic.at:7336) 2840s 161: conntrack - FTP SNAT postrecirc seqadj skipped (system-traffic.at:7347) 2840s 162: conntrack - FTP SNAT orig tuple skipped (system-traffic.at:7467) 2840s 163: conntrack - FTP SNAT orig tuple seqadj skipped (system-traffic.at:7471) 2841s 164: conntrack - IPv4 FTP Passive with SNAT skipped (system-traffic.at:7477) 2843s 165: conntrack - IPv4 FTP Passive with DNAT skipped (system-traffic.at:7537) 2844s 166: conntrack - IPv4 FTP Passive with DNAT 2 skipped (system-traffic.at:7597) 2846s 167: conntrack - IPv4 FTP Active with DNAT skipped (system-traffic.at:7657) 2847s 168: conntrack - IPv4 FTP Active with DNAT with reverse skew skipped (system-traffic.at:7717) 2859s 169: conntrack - IPv6 HTTP with SNAT ok 2864s 170: conntrack - IPv6 HTTP with DNAT ok 2881s 171: conntrack - IPv6 ICMP6 Related with SNAT ok 2886s 172: conntrack - ICMPv6 related NAT with single port ok 2887s 173: conntrack - IPv6 FTP with SNAT skipped (system-traffic.at:7956) 2889s 174: conntrack - IPv6 FTP Passive with SNAT skipped (system-traffic.at:8016) 2890s 175: conntrack - IPv6 FTP with SNAT - orig tuple skipped (system-traffic.at:8077) 2890s 176: conntrack - IPv4 TFTP with SNAT skipped (system-traffic.at:8134) 2895s 177: conntrack - DNAT load balancing ok 2905s 178: conntrack - DNAT load balancing with NC ok 2909s 179: conntrack - floating IP ok 2912s 180: conntrack - negative test for recirculation optimization ok 2917s 181: conntrack - Multiple ICMP traverse ok 2920s 182: conntrack - can match and clear ct_state from outside OVS ok 2926s 183: conntrack - ICMP from different source related with NAT ok 2930s 184: conntrack - Flush many conntrack entries by port ok 2930s 2930s IGMP 2930s 2932s 185: IGMP - flood under normal action ok 2935s 186: IGMP - forward with ICMP ok 2935s 2935s 802.1ad 2935s 2940s 187: 802.1ad - vlan_limit ok 2944s 188: 802.1ad - push/pop outer 802.1ad ok 2947s 189: 802.1ad - push/pop outer 802.1q ok 2955s 190: 802.1ad - 802.1q tunnel ok 2959s 191: 802.1ad - double vlan match ok 2959s 2959s nsh-datapath 2959s 2962s 192: nsh - encap header ok 2965s 193: nsh - decap header ok 2969s 194: nsh - replace header ok 2974s 195: nsh - forward ok 2974s 2974s local-sampling 2974s 2976s 196: psample - sanity check ok 2980s 197: psample - sanity check IPv6 ok 2982s 198: psample - slow ok 2985s 199: psample - slow with probability ok 2987s 200: psample - with IPFIX ok 2991s 201: psample - from ct label ok 2991s 2991s ## ------------- ## 2991s ## Test results. ## 2991s ## ------------- ## 2991s 2991s ERROR: 161 tests were run, 2991s 1 failed unexpectedly. 2991s 35 tests were skipped. 2991s ## ------------------------------------------ ## 2991s ## system-offloads-testsuite.log was created. ## 2991s ## ------------------------------------------ ## 2991s 2991s Please send 'tests/system-offloads-testsuite.log' and all information you think might help: 2991s 2991s To: 2991s Subject: [openvswitch 3.4.90] system-offloads-testsuite: 119 failed 2991s 2991s You may investigate any problem if you feel able to do so, in which 2991s case the test suite provides a good starting point. Its output may 2991s be found below 'tests/system-offloads-testsuite.dir'. 2991s 2991s + /bin/bash tests/system-offloads-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests --recheck 2991s ## ------------------------------ ## 2991s ## openvswitch 3.4.90 test suite. ## 2991s ## ------------------------------ ## 2994s 119: conntrack - IPv6 fragmentation with fragments specified ok 2994s 2994s ## ------------- ## 2994s ## Test results. ## 2994s ## ------------- ## 2994s 2994s 1 test was successful. 2994s + cleanup 2994s + rc=0 2994s + set +e 2994s + '[' 0 -ne 0 ']' 2994s + '[' -L /usr/bin/nc ']' 2994s + rm -f /usr/bin/nc 2994s + '[' offloads = dpdk ']' 2994s + exit 0 2994s /tmp/autopkgtest.GlFz2E/wrapper.sh: checking for leaked background processes... 2994s /tmp/autopkgtest.GlFz2E/wrapper.sh: waiting for tee/cat subprocesses... 2994s /tmp/autopkgtest.GlFz2E/wrapper.sh: cleaning up... 2994s /tmp/autopkgtest.GlFz2E/wrapper.sh: Exit status: 0 2994s autopkgtest: DBG: testbed command exited with code 0 2995s autopkgtest [13:10:34]: test offloads: -----------------------] 2995s autopkgtest: DBG: testbed executing test finished with exit status 0 2995s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/offloads-stdout /tmp/autopkgtest-work.jqdnc4lc/out/offloads-stdout 2995s autopkgtest: DBG: got reply from testbed: ok 2995s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/offloads-stderr /tmp/autopkgtest-work.jqdnc4lc/out/offloads-stderr 2995s autopkgtest: DBG: got reply from testbed: ok 2995s autopkgtest [13:10:34]: test offloads: - - - - - - - - - - results - - - - - - - - - - 2995s offloads PASS 2995s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/offloads-artifacts/ /tmp/autopkgtest-work.jqdnc4lc/out/artifacts/ 2996s autopkgtest: DBG: got reply from testbed: ok 2996s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.GlFz2E/offloads-artifacts', '/tmp/autopkgtest.GlFz2E/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 2996s autopkgtest: DBG: testbed command exited with code 0 2996s autopkgtest [13:10:35]: test userspace: preparing testbed 2996s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'], deps_new=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 2996s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 2996s autopkgtest: DBG: install_deps: deps_new=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 2996s autopkgtest: DBG: install-deps: satisfying openvswitch-common, openvswitch-doc, openvswitch-ipsec, openvswitch-pki, openvswitch-source, openvswitch-switch, openvswitch-test, openvswitch-testcontroller, openvswitch-vtep, python3-openvswitch, conntrack, curl, ethtool, net-tools, ncat, python3-pyftpdlib, tcpdump, wget 2996s autopkgtest: DBG: can use apt-get on testbed: True 2996s 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', 'openvswitch-common, openvswitch-doc, openvswitch-ipsec, openvswitch-pki, openvswitch-source, openvswitch-switch, openvswitch-test, openvswitch-testcontroller, openvswitch-vtep, python3-openvswitch, conntrack, curl, ethtool, net-tools, ncat, python3-pyftpdlib, tcpdump, wget'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 2996s Reading package lists... 2996s Building dependency tree... 2996s Reading state information... 2996s Starting pkgProblemResolver with broken count: 0 2996s Starting 2 pkgProblemResolver with broken count: 0 2996s Done 2997s The following packages were automatically installed and are no longer required: 2997s python3-certifi python3-chardet python3-configobj python3-debconf 2997s python3-requests python3-urllib3 2997s Use 'sudo apt autoremove' to remove them. 2997s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2997s autopkgtest: DBG: testbed command exited with code 0 2997s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-common'], kind short, sout pipe, serr pipe, env [] 2997s autopkgtest: DBG: testbed command exited with code 0 2997s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-doc'], kind short, sout pipe, serr pipe, env [] 2997s autopkgtest: DBG: testbed command exited with code 0 2997s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-ipsec'], kind short, sout pipe, serr pipe, env [] 2997s autopkgtest: DBG: testbed command exited with code 0 2997s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-pki'], kind short, sout pipe, serr pipe, env [] 2997s autopkgtest: DBG: testbed command exited with code 0 2997s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-source'], kind short, sout pipe, serr pipe, env [] 2997s autopkgtest: DBG: testbed command exited with code 0 2997s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-switch'], kind short, sout pipe, serr pipe, env [] 2998s autopkgtest: DBG: testbed command exited with code 0 2998s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-test'], kind short, sout pipe, serr pipe, env [] 2998s autopkgtest: DBG: testbed command exited with code 0 2998s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-testcontroller'], kind short, sout pipe, serr pipe, env [] 2998s autopkgtest: DBG: testbed command exited with code 0 2998s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-vtep'], kind short, sout pipe, serr pipe, env [] 2998s autopkgtest: DBG: testbed command exited with code 0 2998s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-openvswitch'], kind short, sout pipe, serr pipe, env [] 2998s autopkgtest: DBG: testbed command exited with code 0 2998s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.GlFz2E/userspace-packages.all"], kind short, sout raw, serr pipe, env [] 2998s autopkgtest: DBG: testbed command exited with code 0 2998s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/userspace-packages.all /tmp/autopkgtest-work.jqdnc4lc/out/userspace-packages.all 2999s autopkgtest: DBG: got reply from testbed: ok 2999s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.GlFz2E/build.uzZ/src'], kind short, sout raw, serr raw, env [] 2999s autopkgtest: DBG: testbed command exited with code 0 2999s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.GlFz2E/build.uzZ/src already exists 2999s autopkgtest [13:10:38]: test userspace: [----------------------- 2999s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.GlFz2E/wrapper.sh --debug --artifacts=/tmp/autopkgtest.GlFz2E/userspace-artifacts --chdir=/tmp/autopkgtest.GlFz2E/build.uzZ/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.GlFz2E/userspace-stderr --stdout=/tmp/autopkgtest.GlFz2E/userspace-stdout --tmp=/tmp/autopkgtest.GlFz2E/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/userspace -- /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/userspace'], kind test, sout raw, serr raw, env [] 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.GlFz2E/userspace-artifacts 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: changing to directory: /tmp/autopkgtest.GlFz2E/build.uzZ/src 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: LANG=C.UTF-8 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LANGUAGE 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_ADDRESS 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_ALL 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_COLLATE 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_CTYPE 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_IDENTIFICATION 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MEASUREMENT 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MESSAGES 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MONETARY 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_NAME 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_NUMERIC 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_PAPER 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_TELEPHONE 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_TIME 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: pretending to be a login shell 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: will write standard error to /tmp/autopkgtest.GlFz2E/userspace-stderr 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: will write stdout to /tmp/autopkgtest.GlFz2E/userspace-stdout 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.GlFz2E/autopkgtest_tmp 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: marking as executable: /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/userspace 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: command to run: /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/userspace 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: copying /tmp/tmp.0t3ZaIlBYd/out to stdout and file: /tmp/autopkgtest.GlFz2E/userspace-stdout 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: copying /tmp/tmp.0t3ZaIlBYd/err to standard error and file: /tmp/autopkgtest.GlFz2E/userspace-stdout 2999s /tmp/autopkgtest.GlFz2E/wrapper.sh: writing script pid 110774 to /tmp/autopkgtest_script_pid 2999s ++ basename /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/userspace 2999s + PROGRAM=userspace 2999s + TARGET=userspace 2999s + trap cleanup EXIT 2999s + apt-get remove --yes --purge netcat-openbsd 2999s Reading package lists... 2999s Building dependency tree... 2999s Reading state information... 2999s Package 'netcat-openbsd' is not installed, so not removed 2999s The following packages were automatically installed and are no longer required: 2999s python3-certifi python3-chardet python3-configobj python3-debconf 2999s python3-requests python3-urllib3 2999s Use 'sudo apt autoremove' to remove them. 2999s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2999s + ln -sf /usr/bin/ncat /usr/bin/nc 2999s + '[' userspace = dpdk ']' 2999s + systemctl stop openvswitch-ipsec ovs-vswitchd ovsdb-server 2999s + TEST_LIST= 2999s + case "${TARGET}" in 2999s + testsuites=userspace 2999s + for testsuite in ${testsuites} 2999s + test_list= 2999s + '[' -z '' ']' 2999s + stat -t debian/tests/userspace-skip-tests.txt 2999s debian/tests/userspace-skip-tests.txt 126 8 81b4 1000 0 fd01 768869 1 0 0 1739968307 1733250933 1739968323 1739968307 4096 2999s ++ cat debian/tests/userspace-skip-tests.txt debian/tests/userspace--skip-tests.txt 2999s ++ debian/tests/testlist.py - tests/system-userspace-testsuite 2999s + test_list='1-71 73-132 134-198' 2999s ++ realpath ./tests 2999s ++ realpath ./_debian/tests 2999s + set /bin/bash tests/system-userspace-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests 2999s + /bin/bash tests/system-userspace-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests 1-71 73-132 134-198 3000s ## ------------------------------ ## 3000s ## openvswitch 3.4.90 test suite. ## 3000s ## ------------------------------ ## 3000s 3000s datapath-sanity 3000s 3003s 1: datapath - ping between two ports ok 3004s 2: datapath - http between two ports ok 3007s 3: datapath - ping between two ports on vlan ok 3008s 4: datapath - ping between two ports on cvlan skipped (system-traffic.at:74) 3013s 5: datapath - ping6 between two ports ok 3018s 6: datapath - ping6 between two ports on vlan ok 3018s 7: datapath - ping6 between two ports on cvlan skipped (system-traffic.at:165) 3023s 8: datapath - ping6 between two ports IPv6 later fragments ok 3028s 9: datapath - ping6 between two ports with header modify ok 3041s 10: datapath - ping over bond ok 3045s 11: datapath - ping over vxlan tunnel ok 3045s 12: datapath - tcp over vxlan tunnel with software fallback skipped (system-traffic.at:365) 3048s 13: datapath - ping vlan over vxlan tunnel ok 3051s 14: datapath - ping over vxlan6 tunnel ok 3051s 15: datapath - ping over gre tunnel skipped (system-traffic.at:560) 3051s 16: datapath - ping over ip6gre L2 tunnel skipped (system-traffic.at:619) 3051s 17: datapath - ping over erspan v1 tunnel skipped (system-traffic.at:659) 3051s 18: datapath - ping over erspan v2 tunnel skipped (system-traffic.at:695) 3051s 19: datapath - ping over ip6erspan v1 tunnel skipped (system-traffic.at:731) 3051s 20: datapath - ping over ip6erspan v2 tunnel skipped (system-traffic.at:770) 3055s 21: datapath - ping over geneve tunnel ok 3059s 22: datapath - ping over geneve tunnel, delete flow regression ok 3065s 23: datapath - flow resume with geneve tun_metadata ok 3068s 24: datapath - ping over geneve6 tunnel ok 3072s 25: datapath - slow_action on geneve6 tunnel ok 3076s 26: datapath - bridging two geneve tunnels ok 3077s 27: datapath - handling of geneve corrupted metadata ok 3077s 28: datapath - ping over gre tunnel by simulated packets skipped (system-traffic.at:1194) 3077s 29: datapath - ping over erspan v1 tunnel by simulated packets skipped (system-traffic.at:1241) 3077s 30: datapath - ping over erspan v2 tunnel by simulated packets skipped (system-traffic.at:1289) 3077s 31: datapath - ping over ip6erspan v1 tunnel by simulated packets skipped (system-traffic.at:1342) 3077s 32: datapath - ping over ip6erspan v2 tunnel by simulated packets skipped (system-traffic.at:1397) 3079s 33: datapath - ping over srv6 tunnel ok 3084s 34: datapath - ping6 over srv6 tunnel ok 3085s 35: datapath - clone action ok 3088s 36: datapath - mpls actions ok 3090s 37: datapath - multiple mpls label pop ok 3093s 38: datapath - encap decap mpls actions ok 3095s 39: datapath - encap decap mpls_mc actions ok 3097s 40: datapath - multiple encap decap mpls actions ok 3100s 41: datapath - multiple encap decap mpls_mc actions ok 3102s 42: datapath - encap mpls pop mpls actions ok 3105s 43: datapath - push mpls decap mpls actions ok 3106s 44: datapath - basic truncate action ok 3106s 45: datapath - truncate and output to gre tunnel by simulated packets skipped (system-traffic.at:2045) 3106s 46: datapath - truncate and output to gre tunnel skipped (system-traffic.at:2177) 3107s 47: datapath - configure cache size skipped (system-traffic.at:2299) 3110s 48: datapath - drop action ok 3114s 49: datapath - simulated flow action update ok 3116s 50: datapath - netdev offload software fallback ok 3128s 51: datapath - Neighbor Discovery with loose match ok 3128s 3128s MPLS 3128s 3130s 52: mpls - encap header dp-support ok 3132s 53: mpls - encap header slow-path ok 3135s 54: mpls_mc - encap header dp-support ok 3137s 55: mpls_mc - encap header slow-path ok 3140s 56: mpls - decap header dp-support ok 3142s 57: mpls - decap header slow-path ok 3142s 3142s QoS 3142s 3142s 58: QoS - basic configuration ok 3143s 59: QoS - 64bit ok 3144s 60: Ingress Policing - 64-bit ok 3144s 3144s conntrack 3144s 3145s 61: conntrack - controller ok 3146s 62: conntrack - force commit ok 3151s 63: conntrack - ct flush ok 3155s 64: conntrack - IPv4 ping ok 3156s 65: conntrack - get_nconns and get/set_maxconns ok 3162s 66: conntrack - IPv6 ping ok 3164s 67: conntrack - preserve registers ok 3171s 68: conntrack - invalid ok 3179s 69: conntrack - zones ok 3186s 70: conntrack - zones from field ok 3188s 71: conntrack - zones from other field ok 3189s 73: conntrack - multiple bridges ok 3190s 74: conntrack - multiple zones ok 3190s 75: conntrack - multiple namespaces, internal ports skipped (system-traffic.at:3852) 3198s 76: conntrack - ct_mark ok 3199s 77: conntrack - ct_mark bit-fiddling ok 3206s 78: conntrack - ct_mark from register ok 3214s 79: conntrack - ct_label ok 3215s 80: conntrack - ct_label bit-fiddling ok 3216s 81: conntrack - ct metadata, multiple zones ok 3224s 82: conntrack - new connections ok 3225s 83: conntrack - generic IP protocol ok 3226s 84: conntrack - ICMP related ok 3227s 85: conntrack - ICMP related to original direction ok 3228s 86: conntrack - ICMP related 2 ok 3230s 87: conntrack - ICMP related NAT with single port ok 3232s 88: conntrack - IPv4 fragmentation ok 3235s 89: conntrack - IPv4 fragmentation expiry ok 3237s 90: conntrack - IPv4 fragmentation + vlan ok 3241s 91: conntrack - IPv4 fragmentation + cvlan ok 3242s 92: conntrack - IPv4 fragmentation incomplete reassembled packet ok 3243s 93: conntrack - IPv4 fragmentation with fragments specified ok 3243s 94: conntrack - IPv4 fragmentation out of order ok 3244s 95: conntrack - IPv4 fragmentation overlapping fragments by 1 octet ok 3245s 96: conntrack - IPv4 fragmentation overlapping fragments by 1 octet out of order ok 3249s 97: conntrack - IPv6 fragmentation ok 3254s 98: conntrack - IPv6 fragmentation expiry ok 3258s 99: conntrack - IPv6 fragmentation + vlan ok 3264s 100: conntrack - IPv6 fragmentation + cvlan ok 3265s 101: conntrack - IPv6 fragmentation incomplete reassembled packet ok 3265s 102: conntrack - IPv6 fragmentation with fragments specified ok 3266s 103: conntrack - IPv6 fragmentation out of order ok 3267s 104: conntrack - IPv6 fragmentation, multiple extension headers ok 3268s 105: conntrack - IPv6 fragmentation, multiple extension headers + out of order ok 3269s 106: conntrack - IPv6 fragmentation, multiple extension headers 2 ok 3270s 107: conntrack - IPv6 fragmentation, multiple extension headers 2 + out of order ok 3270s 108: conntrack - Fragmentation over vxlan skipped (system-traffic.at:5036) 3270s 109: conntrack - IPv6 Fragmentation over vxlan skipped (system-traffic.at:5089) 3271s 110: conntrack - IPv4 Fragmentation + NAT ok 3282s 111: conntrack - resubmit to ct multiple times ok 3304s 112: conntrack - zone-based timeout policy ok 3306s 113: conntrack - SCTP SNAT with port range ok 3306s 114: conntrack - fragment reassembly with L3 L4 protocol information skipped (system-traffic.at:5409) 3306s 3306s conntrack - L7 3306s 3313s 115: conntrack - IPv4 HTTP ok 3320s 116: conntrack - IPv6 HTTP ok 3322s 117: conntrack - commit, recirc ok 3322s 118: conntrack - multiple zones, local skipped (system-traffic.at:5557) 3322s 119: conntrack - multi-stage pipeline, local skipped (system-traffic.at:5608) 3323s 120: conntrack - limit by zone ok 3324s 121: FTP - no conntrack ok 3344s 122: conntrack - FTP ok 3363s 123: conntrack - FTP non-standard port ok 3364s 124: conntrack - FTP with expectation dump ok 3365s 125: conntrack - FTP over IPv6 ok 3366s 126: conntrack - IPv6 FTP Passive ok 3374s 127: conntrack - FTP with multiple expectations ok 3374s 128: conntrack - TFTP skipped (system-traffic.at:6433) 3374s 3374s conntrack - NAT 3374s 3375s 129: conntrack - simple SNAT ok 3376s 130: conntrack - SNAT with ct_mark change on reply ok 3377s 131: conntrack - SNAT with port range ok 3378s 132: conntrack - SNAT with port range using ICMP ok 3379s 134: conntrack - more complex SNAT ok 3380s 135: conntrack - all-zero IP SNAT ok 3381s 136: conntrack - simple DNAT ok 3382s 137: conntrack - DNAT with additional SNAT ok 3383s 138: conntrack - more complex DNAT ok 3385s 139: conntrack - ICMP related with NAT ok 3385s 140: conntrack - ICMP related with SNAT skipped (system-traffic.at:7074) 3385s 141: conntrack - FTP SNAT prerecirc skipped (system-traffic.at:7270) 3385s 142: conntrack - FTP SNAT prerecirc seqadj skipped (system-traffic.at:7281) 3385s 143: conntrack - FTP SNAT postrecirc skipped (system-traffic.at:7336) 3385s 144: conntrack - FTP SNAT postrecirc seqadj skipped (system-traffic.at:7347) 3385s 145: conntrack - FTP SNAT orig tuple skipped (system-traffic.at:7467) 3385s 146: conntrack - FTP SNAT orig tuple seqadj skipped (system-traffic.at:7471) 3386s 147: conntrack - IPv4 FTP Passive with SNAT ok 3387s 148: conntrack - IPv4 FTP Passive with DNAT ok 3388s 149: conntrack - IPv4 FTP Passive with DNAT 2 ok 3389s 150: conntrack - IPv4 FTP Active with DNAT ok 3390s 151: conntrack - IPv4 FTP Active with DNAT with reverse skew ok 3400s 152: conntrack - IPv6 HTTP with SNAT ok 3403s 153: conntrack - IPv6 HTTP with DNAT ok 3418s 154: conntrack - IPv6 ICMP6 Related with SNAT ok 3420s 155: conntrack - ICMPv6 related NAT with single port ok 3424s 156: conntrack - IPv6 FTP with SNAT ok 3427s 157: conntrack - IPv6 FTP Passive with SNAT ok 3431s 158: conntrack - IPv6 FTP with SNAT - orig tuple ok 3431s 159: conntrack - IPv4 TFTP with SNAT skipped (system-traffic.at:8134) 3433s 160: conntrack - DNAT load balancing ok 3440s 161: conntrack - DNAT load balancing with NC ok 3441s 162: conntrack - floating IP ok 3442s 163: conntrack - negative test for recirculation optimization ok 3444s 164: conntrack - Multiple ICMP traverse ok 3444s 165: conntrack - can match and clear ct_state from outside OVS skipped (system-traffic.at:8561) 3447s 166: conntrack - ICMP from different source related with NAT ok 3449s 167: conntrack - Flush many conntrack entries by port ok 3449s 3449s IGMP 3449s 3450s 168: IGMP - flood under normal action ok 3452s 169: IGMP - forward with ICMP ok 3452s 3452s 802.1ad 3452s 3456s 170: 802.1ad - vlan_limit ok 3458s 171: 802.1ad - push/pop outer 802.1ad ok 3461s 172: 802.1ad - push/pop outer 802.1q ok 3468s 173: 802.1ad - 802.1q tunnel ok 3470s 174: 802.1ad - double vlan match ok 3470s 3470s nsh-datapath 3470s 3472s 175: nsh - encap header ok 3475s 176: nsh - decap header ok 3477s 177: nsh - replace header ok 3481s 178: nsh - forward ok 3481s 3481s local-sampling 3481s 3481s 179: psample - sanity check skipped (system-traffic.at:9289) 3482s 180: psample - sanity check IPv6 skipped (system-traffic.at:9340) 3482s 181: psample - slow skipped (system-traffic.at:9389) 3483s 182: psample - slow with probability skipped (system-traffic.at:9449) 3483s 183: psample - with IPFIX skipped (system-traffic.at:9508) 3483s 184: psample - from ct label skipped (system-traffic.at:9590) 3483s 3483s layer3-tunnels 3483s 3486s 185: layer3 - ping over VXLAN-GPE ok 3489s 186: layer3 - ping over GRE ok 3489s 187: layer3 - ping over MPLS Bareudp skipped (system-layer3-tunnels.at:102) 3489s 188: layer3 - ping over Bareudp skipped (system-layer3-tunnels.at:150) 3489s 3489s system-inteface 3489s 3489s 189: interface - add delete add same interface ok 3490s 190: interface - add route to br and verify clean-up ok 3491s 191: interface - datapath ports garbage collection skipped (system-interface.at:72) 3491s 192: interface - datapath port rename skipped (system-interface.at:130) 3492s 193: interface - current speed ok 3492s 3492s packet-type-aware pipeline 3492s 3499s 194: ptap - triangle bridge setup with L2 and L3 GRE tunnels ok 3499s 3499s system-route 3499s 3500s 195: ovs-route - add/remove system route ok 3500s 196: ovs-route - add system route with src - ipv4 ok 3503s 197: ovs-route - add system route with src - ipv6 ok 3504s 198: ovs-route - route tables ok 3504s 3504s ## ------------- ## 3504s ## Test results. ## 3504s ## ------------- ## 3504s 3504s 153 tests were successful. 3504s 43 tests were skipped. 3504s + cleanup 3504s + rc=0 3504s + set +e 3504s + '[' 0 -ne 0 ']' 3504s + '[' -L /usr/bin/nc ']' 3504s + rm -f /usr/bin/nc 3505s + '[' userspace = dpdk ']' 3505s + exit 0 3505s /tmp/autopkgtest.GlFz2E/wrapper.sh: checking for leaked background processes... 3505s /tmp/autopkgtest.GlFz2E/wrapper.sh: waiting for tee/cat subprocesses... 3505s /tmp/autopkgtest.GlFz2E/wrapper.sh: cleaning up... 3505s /tmp/autopkgtest.GlFz2E/wrapper.sh: Exit status: 0 3505s autopkgtest: DBG: testbed command exited with code 0 3505s autopkgtest [13:19:04]: test userspace: -----------------------] 3505s autopkgtest: DBG: testbed executing test finished with exit status 0 3505s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/userspace-stdout /tmp/autopkgtest-work.jqdnc4lc/out/userspace-stdout 3505s autopkgtest: DBG: got reply from testbed: ok 3505s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/userspace-stderr /tmp/autopkgtest-work.jqdnc4lc/out/userspace-stderr 3505s autopkgtest: DBG: got reply from testbed: ok 3505s autopkgtest [13:19:04]: test userspace: - - - - - - - - - - results - - - - - - - - - - 3505s userspace PASS 3505s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/userspace-artifacts/ /tmp/autopkgtest-work.jqdnc4lc/out/artifacts/ 3506s autopkgtest: DBG: got reply from testbed: ok 3506s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.GlFz2E/userspace-artifacts', '/tmp/autopkgtest.GlFz2E/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 3506s autopkgtest: DBG: testbed command exited with code 0 3506s autopkgtest [13:19:05]: test dpdk: preparing testbed 3506s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'], deps_new=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'dpdk-dev [amd64 i386 ppc64el arm64 riscv64]', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 3506s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 3506s autopkgtest: DBG: install_deps: deps_new=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'dpdk-dev [amd64 i386 ppc64el arm64 riscv64]', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'] 3506s autopkgtest: DBG: install-deps: satisfying openvswitch-common, openvswitch-doc, openvswitch-ipsec, openvswitch-pki, openvswitch-source, openvswitch-switch, openvswitch-test, openvswitch-testcontroller, openvswitch-vtep, python3-openvswitch, conntrack, curl, dpdk-dev [amd64 i386 ppc64el arm64 riscv64], ethtool, net-tools, ncat, python3-pyftpdlib, tcpdump, wget 3506s autopkgtest: DBG: can use apt-get on testbed: True 3506s 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', 'openvswitch-common, openvswitch-doc, openvswitch-ipsec, openvswitch-pki, openvswitch-source, openvswitch-switch, openvswitch-test, openvswitch-testcontroller, openvswitch-vtep, python3-openvswitch, conntrack, curl, dpdk-dev [amd64 i386 ppc64el arm64 riscv64], ethtool, net-tools, ncat, python3-pyftpdlib, tcpdump, wget'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 3506s Reading package lists... 3506s Building dependency tree... 3506s Reading state information... 3506s Starting pkgProblemResolver with broken count: 0 3506s Starting 2 pkgProblemResolver with broken count: 0 3506s Done 3507s The following packages were automatically installed and are no longer required: 3507s python3-certifi python3-chardet python3-configobj python3-debconf 3507s python3-requests python3-urllib3 3507s Use 'sudo apt autoremove' to remove them. 3507s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3507s autopkgtest: DBG: testbed command exited with code 0 3507s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-common'], kind short, sout pipe, serr pipe, env [] 3507s autopkgtest: DBG: testbed command exited with code 0 3507s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-doc'], kind short, sout pipe, serr pipe, env [] 3507s autopkgtest: DBG: testbed command exited with code 0 3507s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-ipsec'], kind short, sout pipe, serr pipe, env [] 3507s autopkgtest: DBG: testbed command exited with code 0 3507s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-pki'], kind short, sout pipe, serr pipe, env [] 3507s autopkgtest: DBG: testbed command exited with code 0 3507s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-source'], kind short, sout pipe, serr pipe, env [] 3507s autopkgtest: DBG: testbed command exited with code 0 3507s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-switch'], kind short, sout pipe, serr pipe, env [] 3508s autopkgtest: DBG: testbed command exited with code 0 3508s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-test'], kind short, sout pipe, serr pipe, env [] 3508s autopkgtest: DBG: testbed command exited with code 0 3508s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-testcontroller'], kind short, sout pipe, serr pipe, env [] 3508s autopkgtest: DBG: testbed command exited with code 0 3508s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-vtep'], kind short, sout pipe, serr pipe, env [] 3508s autopkgtest: DBG: testbed command exited with code 0 3508s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-openvswitch'], kind short, sout pipe, serr pipe, env [] 3508s autopkgtest: DBG: testbed command exited with code 0 3508s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.GlFz2E/dpdk-packages.all"], kind short, sout raw, serr pipe, env [] 3508s autopkgtest: DBG: testbed command exited with code 0 3508s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/dpdk-packages.all /tmp/autopkgtest-work.jqdnc4lc/out/dpdk-packages.all 3509s autopkgtest: DBG: got reply from testbed: ok 3509s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.GlFz2E/build.uzZ/src'], kind short, sout raw, serr raw, env [] 3509s autopkgtest: DBG: testbed command exited with code 0 3509s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.GlFz2E/build.uzZ/src already exists 3509s autopkgtest [13:19:08]: test dpdk: [----------------------- 3509s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.GlFz2E/wrapper.sh --debug --artifacts=/tmp/autopkgtest.GlFz2E/dpdk-artifacts --chdir=/tmp/autopkgtest.GlFz2E/build.uzZ/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.GlFz2E/dpdk-stderr --stdout=/tmp/autopkgtest.GlFz2E/dpdk-stdout --tmp=/tmp/autopkgtest.GlFz2E/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/dpdk -- /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/dpdk'], kind test, sout raw, serr raw, env [] 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.GlFz2E/dpdk-artifacts 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: changing to directory: /tmp/autopkgtest.GlFz2E/build.uzZ/src 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: LANG=C.UTF-8 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LANGUAGE 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_ADDRESS 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_ALL 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_COLLATE 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_CTYPE 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_IDENTIFICATION 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MEASUREMENT 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MESSAGES 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MONETARY 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_NAME 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_NUMERIC 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_PAPER 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_TELEPHONE 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_TIME 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: pretending to be a login shell 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: will write standard error to /tmp/autopkgtest.GlFz2E/dpdk-stderr 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: will write stdout to /tmp/autopkgtest.GlFz2E/dpdk-stdout 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.GlFz2E/autopkgtest_tmp 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: marking as executable: /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/dpdk 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: command to run: /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/dpdk 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: copying /tmp/tmp.5wHmWJKiTZ/out to stdout and file: /tmp/autopkgtest.GlFz2E/dpdk-stdout 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: copying /tmp/tmp.5wHmWJKiTZ/err to standard error and file: /tmp/autopkgtest.GlFz2E/dpdk-stdout 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: writing script pid 141893 to /tmp/autopkgtest_script_pid 3509s ++ basename /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/dpdk 3509s + PROGRAM=dpdk 3509s + TARGET=dpdk 3509s + trap cleanup EXIT 3509s + apt-get remove --yes --purge netcat-openbsd 3509s Reading package lists... 3509s Building dependency tree... 3509s Reading state information... 3509s Package 'netcat-openbsd' is not installed, so not removed 3509s The following packages were automatically installed and are no longer required: 3509s python3-certifi python3-chardet python3-configobj python3-debconf 3509s python3-requests python3-urllib3 3509s Use 'sudo apt autoremove' to remove them. 3509s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3509s + ln -sf /usr/bin/ncat /usr/bin/nc 3509s + '[' dpdk = dpdk ']' 3509s + '[' '!' -x /usr/lib/openvswitch-switch-dpdk/ovs-vswitchd-dpdk ']' 3509s + echo 'DPDK enabled binary not detected, SKIP test' 3509s + exit 77 3509s + cleanup 3509s + rc=77 3509s + set +e 3509s + '[' 77 -ne 0 ']' 3509s + for logfile in ./_debian/tests/system-*-testsuite.log 3509s DPDK enabled binary not detected, SKIP test 3509s ++ basename ./_debian/tests/system-afxdp-testsuite.log 3509s + printf '%s:\n' system-afxdp-testsuite.log 3509s + cat ./_debian/tests/system-afxdp-testsuite.log 3509s system-afxdp-testsuite.log: 3509s ## ------------------------------ ## 3509s ## openvswitch 3.4.90 test suite. ## 3509s ## ------------------------------ ## 3509s 3509s system-afxdp-testsuite: command line was: 3509s $ tests/system-afxdp-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests 1-73 75-134 136-186 3509s 3509s ## --------- ## 3509s ## Platform. ## 3509s ## --------- ## 3509s 3509s hostname = autopkgtest 3509s uname -m = s390x 3509s uname -r = 6.12.0-15-generic 3509s uname -s = Linux 3509s uname -v = #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 3509s 3509s /usr/bin/uname -p = s390x 3509s /bin/uname -X = unknown 3509s 3509s /bin/arch = s390x 3509s /usr/bin/arch -k = unknown 3509s /usr/convex/getsysinfo = unknown 3509s /usr/bin/hostinfo = unknown 3509s /bin/machine = unknown 3509s /usr/bin/oslevel = unknown 3509s /bin/universe = unknown 3509s 3509s PATH: /tmp/autopkgtest.GlFz2E/build.uzZ/src/tests/ 3509s PATH: /tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests/ 3509s PATH: /usr/local/sbin/ 3509s PATH: /usr/local/bin/ 3509s PATH: /usr/sbin/ 3509s PATH: /usr/bin/ 3509s PATH: /sbin/ 3509s PATH: /bin/ 3509s PATH: /usr/games/ 3509s PATH: /usr/local/games/ 3509s 3509s system-afxdp-testsuite: atconfig: 3509s | # Configurable variable values for building test suites. 3509s | # Generated by ./config.status. 3509s | # Copyright (C) 2023 Free Software Foundation, Inc. 3509s | 3509s | # The test suite will define top_srcdir=/../.. etc. 3509s | at_testdir='tests' 3509s | abs_builddir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests' 3509s | at_srcdir='../../tests' 3509s | abs_srcdir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/../tests' 3509s | at_top_srcdir='../..' 3509s | abs_top_srcdir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..' 3509s | at_top_build_prefix='../' 3509s | abs_top_builddir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 3509s | 3509s | # Backward compatibility with Autotest <= 2.59b: 3509s | at_top_builddir=$at_top_build_prefix 3509s | 3509s | 3509s | EXEEXT='' 3509s | AUTOTEST_PATH='tests' 3509s | 3509s | SHELL=${CONFIG_SHELL-'/bin/bash'} 3509s 3509s system-afxdp-testsuite: atlocal: 3509s | # -*- shell-script -*- 3509s | HAVE_OPENSSL='yes' 3509s | OPENSSL_SUPPORTS_SNI='yes' 3509s | HAVE_UNBOUND='yes' 3509s | HAVE_BACKTRACE='yes' 3509s | HAVE_UNWIND='no' 3509s | EGREP='/usr/bin/grep -E' 3509s | PYTHON3='/usr/bin/python3' 3509s | CFLAGS='-g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC' 3509s | HAVE_TCA_HTB_RATE64='yes' 3509s | HAVE_TCA_POLICE_PKTRATE64='yes' 3509s | 3509s | # PYTHONCOERCECLOCALE=0 disables the Unicode compatibility warning on 3509s | # stderr that breaks almost any Python3 test (PEP 0538) 3509s | PYTHONCOERCECLOCALE=0 3509s | export PYTHONCOERCECLOCALE 3509s | 3509s | PYTHONPATH=$abs_top_srcdir/python:$abs_top_builddir/tests:$PYTHONPATH 3509s | export PYTHONPATH 3509s | 3509s | PYTHONIOENCODING=utf_8 3509s | export PYTHONIOENCODING 3509s | 3509s | # PYTHONDONTWRITEBYTECODE=yes keeps Python from creating .pyc and .pyo 3509s | # files. Creating .py[co] works OK for any given version of Open 3509s | # vSwitch, but it causes trouble if you switch from a version with 3509s | # foo/__init__.py into an (older) version with plain foo.py, since 3509s | # foo/__init__.pyc will cause Python to ignore foo.py. 3509s | PYTHONDONTWRITEBYTECODE=yes 3509s | export PYTHONDONTWRITEBYTECODE 3509s | 3509s | # Test whether the current working directory name is all ASCII 3509s | # characters. Some Python code doesn't tolerate non-ASCII characters 3509s | # in filenames very well, so if the current working directory is 3509s | # non-ASCII then we skip the tests that run those programs. 3509s | # 3509s | # This would be just papering over a real problem, except that the 3509s | # tests that we skip are launched from initscripts and thus normally 3509s | # run in system directories with ASCII names. (This problem only came 3509s | # up at all because the Debian autobuilders do build in a top-level 3509s | # directory named /«BUILDDIR».) 3509s | case `pwd | tr -d ' -~'` in 3509s | '') non_ascii_cwd=false ;; 3509s | *) non_ascii_cwd=true 3509s | esac 3509s | 3509s | # Enable malloc debugging features. 3509s | case `uname` in 3509s | Linux) 3509s | MALLOC_PERTURB_=165; export MALLOC_PERTURB_ 3509s | MALLOC_CHECK_=2; export MALLOC_CHECK_ 3509s | ;; 3509s | FreeBSD) 3509s | case `uname -r` in 3509s | [789].*) 3509s | MALLOC_CONF=AJ 3509s | ;; 3509s | 1[01].*) 3509s | MALLOC_CONF=abort:true,junk:true,redzone:true 3509s | ;; 3509s | *) 3509s | MALLOC_CONF=abort:true,junk:true 3509s | ;; 3509s | esac 3509s | export MALLOC_CONF 3509s | esac 3509s | 3509s | # The name of loopback interface 3509s | case `uname` in 3509s | Linux) 3509s | LOOPBACK_INTERFACE=lo 3509s | ;; 3509s | FreeBSD|NetBSD) 3509s | LOOPBACK_INTERFACE=lo0 3509s | ;; 3509s | esac 3509s | 3509s | # Check for platform. 3509s | case `uname` in 3509s | MINGW*|MSYS*) 3509s | IS_WIN32="yes" 3509s | IS_BSD="no" 3509s | ;; 3509s | FreeBSD|NetBSD) 3509s | IS_WIN32="no" 3509s | IS_BSD="yes" 3509s | ;; 3509s | *) 3509s | IS_WIN32="no" 3509s | IS_BSD="no" 3509s | ;; 3509s | esac 3509s | 3509s | if test "$IS_WIN32" = yes; then 3509s | # enables legacy windows unicode printing needed for Python3 compatibility 3509s | # with the Python2 tests 3509s | PYTHONLEGACYWINDOWSFSENCODING=true 3509s | export PYTHONLEGACYWINDOWSFSENCODING 3509s | PYTHONLEGACYWINDOWSSTDIO=true 3509s | export PYTHONLEGACYWINDOWSSTDIO 3509s | fi 3509s | 3509s | # Check for CPU architecture 3509s | case `uname -m` in 3509s | aarch64) 3509s | IS_ARM64="yes" 3509s | ;; 3509s | *) 3509s | IS_ARM64="no" 3509s | ;; 3509s | esac 3509s | 3509s | # Check whether to run IPv6 tests. 3509s | $PYTHON3 -c ' 3509s | import errno 3509s | import socket 3509s | import sys 3509s | try: 3509s | socket.socket(family=socket.AF_INET6).bind(("::1", 0, 0, 0)) 3509s | except socket.error as e: 3509s | if e.errno == errno.EAFNOSUPPORT or errno.EADDRNOTAVAIL: 3509s | sys.exit(2) 3509s | raise 3509s | ' 3509s | case $? in 3509s | 0) HAVE_IPV6=yes ;; 3509s | 2) HAVE_IPV6=no ;; 3509s | *) echo "$0: unexpected error probing $PYTHON3 for IPv6 support" >&2 ;; 3509s | esac 3509s | 3509s | # Look for a python L7 library 'LIB' in the system. If it is found, defines 3509s | # HAVE_LIB="yes", otherwise HAVE_LIB="no" 3509s | find_l7_lib() 3509s | { 3509s | set +x 3509s | var=HAVE_`echo "$1" | tr '[a-z]' '[A-Z]'` 3509s | result=$($PYTHON3 $abs_top_srcdir/tests/test-l7.py --help | grep "$1") 3509s | if test "x${result}" != x; then 3509s | eval ${var}="yes" 3509s | else 3509s | eval ${var}="no" 3509s | fi 3509s | } 3509s | 3509s | # HAVE_FTP 3509s | find_l7_lib ftp 3509s | # HAVE_TFTP 3509s | find_l7_lib tftp 3509s | 3509s | # Look for a commnand in the system. If it is found, defines 3509s | # HAVE_COMMAND="yes", otherwise HAVE_COMMAND="no". 3509s | find_command() 3509s | { 3509s | which $1 > /dev/null 2>&1 3509s | status=$? 3509s | var=HAVE_`echo "$1" | tr '[a-z]' '[A-Z]'` 3509s | if test "$status" = "0"; then 3509s | eval ${var}="yes" 3509s | else 3509s | eval ${var}="no" 3509s | fi 3509s | } 3509s | 3509s | # Set HAVE_NC 3509s | find_command nc 3509s | 3509s | # Determine correct netcat option to quit on stdin EOF 3509s | if nc --version 2>&1 | grep -q nmap.org; then 3509s | # Nmap netcat 3509s | NC_EOF_OPT="--send-only -w 5" 3509s | else 3509s | # BSD netcat 3509s | NC_EOF_OPT="-q 1 -w 5" 3509s | fi 3509s | 3509s | # Set HAVE_TC 3509s | find_command tc 3509s | 3509s | # Set HAVE_TCPDUMP 3509s | find_command tcpdump 3509s | 3509s | # Set HAVE_LFTP 3509s | find_command lftp 3509s | 3509s | # Set HAVE_ETHTOOL 3509s | find_command ethtool 3509s | 3509s | # Set HAVE_IPTABLES 3509s | find_command iptables 3509s | 3509s | # Set HAVE_NFT 3509s | find_command nft 3509s | 3509s | CURL_OPT="-g -v --max-time 1 --retry 2 --retry-delay 1 --connect-timeout 1" 3509s | 3509s | # Determine whether "diff" supports "normal" diffs. (busybox diff does not.) 3509s | if echo xyzzy | diff /dev/null - | grep '^>' >/dev/null; then 3509s | DIFF_SUPPORTS_NORMAL_FORMAT=yes 3509s | else 3509s | DIFF_SUPPORTS_NORMAL_FORMAT=no 3509s | fi 3509s | 3509s | # Turn off proxies. 3509s | unset http_proxy 3509s | unset https_proxy 3509s | unset ftp_proxy 3509s | unset no_proxy 3509s | unset HTTP_PROXY 3509s | unset HTTPS_PROXY 3509s | unset FTP_PROXY 3509s | unset NO_PROXY 3509s | 3509s | # Prevent logging to syslog during tests. 3509s | OVS_SYSLOG_METHOD=null 3509s | export OVS_SYSLOG_METHOD 3509s | 3509s | # Set default timeout for control utils 3509s | OVS_CTL_TIMEOUT=30 3509s | export OVS_CTL_TIMEOUT 3509s | 3509s | # Add some default flags to make the tests run better under Address 3509s | # Sanitizer, if it was used for the build. 3509s | # 3509s | # We disable leak detection because otherwise minor leaks that don't 3509s | # matter break everything. 3509s | ASAN_OPTIONS=detect_leaks=0:abort_on_error=true:log_path=sanitizers:$ASAN_OPTIONS 3509s | export ASAN_OPTIONS 3509s | 3509s | # Add some default flags for UndefinedBehaviorSanitizer, if it was used 3509s | # for the build. 3509s | UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=true:log_path=san+ for logfile in ./_debian/tests/system-*-testsuite.log 3509s ++ basename ./_debian/tests/system-kmod-testsuite.log 3509s + printf '%s:\n' system-kmod-testsuite.log 3509s + cat ./_debian/tests/system-kmod-testsuite.log 3509s + for logfile in ./_debian/tests/system-*-testsuite.log 3509s itizers:$UBSAN_OPTIONS 3509s | export UBSAN_OPTIONS 3509s | 3509s | # Check whether Python test requirements are available. 3509s | REQUIREMENT_PATH=$abs_top_srcdir/python/test_requirements.txt $PYTHON3 -c ' 3509s | import os 3509s | import pathlib 3509s | import sys 3509s | 3509s | PACKAGING = True 3509s | try: 3509s | from packaging import requirements 3509s | from importlib import metadata 3509s | except ModuleNotFoundError: 3509s | PACKAGING = False 3509s | import pkg_resources 3509s | 3509s | with pathlib.Path(os.path.join(os.getenv("REQUIREMENT_PATH"))).open() as reqs: 3509s | if PACKAGING: 3509s | for req in reqs.readlines(): 3509s | try: 3509s | r = requirements.Requirement(req.strip()) 3509s | if metadata.version(r.name) not in r.specifier: 3509s | raise metadata.PackageNotFoundError 3509s | except metadata.PackageNotFoundError: 3509s | sys.exit(2) 3509s | else: 3509s | for req in pkg_resources.parse_requirements(reqs): 3509s | try: 3509s | pkg_resources.require(str(req)) 3509s | except pkg_resources.DistributionNotFound: 3509s | sys.exit(2) 3509s | ' 3509s | case $? in 3509s | 0) HAVE_PYTEST=yes ;; 3509s | 2) HAVE_PYTEST=no ;; 3509s | *) HAVE_PYTEST=no 3509s | echo "$0: unexpected error probing Python unit test requirements" >&2 ;; 3509s | esac 3509s 3509s ## ---------------- ## 3509s ## Tested programs. ## 3509s ## ---------------- ## 3509s 3509s ../../tests/system-afxdp-testsuite.at:1: /usr/sbin/ovs-vswitchd --version 3509s ovs-vswitchd (Open vSwitch) 3.4.90 3509s 3509s ../../tests/system-afxdp-testsuite.at:1: /usr/bin/ovs-vsctl --version 3509s ovs-vsctl (Open vSwitch) 3.4.90 3509s DB Schema 8.8.0 3509s 3509s ## ------------------ ## 3509s ## Running the tests. ## 3509s ## ------------------ ## 3509s system-afxdp-testsuite: starting at: Wed Feb 19 12:32:08 UTC 2025 3509s 1. AF_XDP - infinite re-addition of failed ports (system-afxdp.at:3): ok (0m0.043s 0m0.067s) 3509s 2. AF_XDP - ping between pmd and non-pmd ports (system-afxdp.at:27): ok (0m0.050s 0m0.073s) 3509s 3. datapath - ping between two ports (system-traffic.at:3): ok (0m0.051s 0m0.097s) 3509s 4. datapath - http between two ports (system-traffic.at:26): ok (0m0.056s 0m0.102s) 3509s 5. datapath - ping between two ports on vlan (system-traffic.at:46): ok (0m0.053s 0m0.093s) 3509s 6. datapath - ping between two ports on cvlan (system-traffic.at:72): skipped (system-traffic.at:74) 3509s 7. datapath - ping6 between two ports (system-traffic.at:104): ok (0m0.062s 0m0.127s) 3509s 8. datapath - ping6 between two ports on vlan (system-traffic.at:132): ok (0m0.065s 0m0.141s) 3509s 9. datapath - ping6 between two ports on cvlan (system-traffic.at:163): skipped (system-traffic.at:165) 3509s 10. datapath - ping6 between two ports IPv6 later fragments (system-traffic.at:195): ok (0m0.068s 0m0.143s) 3509s 11. datapath - ping6 between two ports with header modify (system-traffic.at:229): ok (0m0.069s 0m0.140s) 3509s 12. datapath - ping over bond (system-traffic.at:273): ok (0m0.060s 0m0.122s) 3509s 13. datapath - ping over vxlan tunnel (system-traffic.at:298): ok (0m0.115s 0m0.116s) 3509s 14. datapath - tcp over vxlan tunnel with software fallback (system-traffic.at:358): skipped (system-traffic.at:365) 3509s 15. datapath - ping vlan over vxlan tunnel (system-traffic.at:450): ok (0m0.068s 0m0.117s) 3509s 16. datapath - ping over vxlan6 tunnel (system-traffic.at:497): ok (0m0.102s 0m0.105s) 3509s 17. datapath - ping over gre tunnel (system-traffic.at:559): skipped (system-traffic.at:560) 3509s 18. datapath - ping over ip6gre L2 tunnel (system-traffic.at:618): skipped (system-traffic.at:619) 3509s 19. datapath - ping over erspan v1 tunnel (system-traffic.at:658): skipped (system-traffic.at:659) 3509s 20. datapath - ping over erspan v2 tunnel (system-traffic.at:694): skipped (system-traffic.at:695) 3509s 21. datapath - ping over ip6erspan v1 tunnel (system-traffic.at:730): skipped (system-traffic.at:731) 3509s 22. datapath - ping over ip6erspan v2 tunnel (system-traffic.at:769): skipped (system-traffic.at:770) 3509s 23. datapath - ping over geneve tunnel (system-traffic.at:809): ok (0m0.101s 0m0.106s) 3509s 24. datapath - ping over geneve tunnel, delete flow regression (system-traffic.at:869): ok (0m0.050s 0m0.075s) 3509s 25. datapath - flow resume with geneve tun_metadata (system-traffic.at:923): ok (0m0.056s 0m0.078s) 3509s 26. datapath - ping over geneve6 tunnel (system-traffic.at:974): ok (0m0.114s 0m0.114s) 3509s 27. datapath - slow_action on geneve6 tunnel (system-traffic.at:1036): ok (0m0.100s 0m0.091s) 3509s 28. datapath - bridging two geneve tunnels (system-traffic.at:1083): ok (0m0.077s 0m0.122s) 3509s 29. datapath - handling of geneve corrupted metadata (system-traffic.at:1160): ok (0m0.063s 0m0.068s) 3509s 30. datapath - ping over gre tunnel by simulated packets (system-traffic.at:1192): skipped (system-traffic.at:1194) 3509s 31. datapath - ping over erspan v1 tunnel by simulated packets (system-traffic.at:1239): skipped (system-traffic.at:1241) 3509s 32. datapath - ping over erspan v2 tunnel by simulated packets (system-traffic.at:1288): skipped (system-traffic.at:1289) 3509s 33. datapath - ping over ip6erspan v1 tunnel by simulated packets (system-traffic.at:1341): skipped (system-traffic.at:1342) 3509s 34. datapath - ping over ip6erspan v2 tunnel by simulated packets (system-traffic.at:1396): skipped (system-traffic.at:1397) 3509s 35. datapath - ping over srv6 tunnel (system-traffic.at:1450): ok (0m0.070s 0m0.119s) 3509s 36. datapath - ping6 over srv6 tunnel (system-traffic.at:1511): ok (0m0.079s 0m0.143s) 3509s 37. datapath - clone action (system-traffic.at:1572): ok (0m0.053s 0m0.089s) 3509s 38. datapath - mpls actions (system-traffic.at:1606): ok (0m0.055s 0m0.087s) 3509s 39. datapath - multiple mpls label pop (system-traffic.at:1643): ok (0m0.052s 0m0.079s) 3509s 40. datapath - encap decap mpls actions (system-traffic.at:1681): ok (0m0.072s 0m0.075s) 3509s 41. datapath - encap decap mpls_mc actions (system-traffic.at:1721): ok (0m0.072s 0m0.083s) 3509s 42. datapath - multiple encap decap mpls actions (system-traffic.at:1761): ok (0m0.077s 0m0.095s) 3509s 43. datapath - multiple encap decap mpls_mc actions (system-traffic.at:1801): ok (0m0.083s 0m0.087s) 3509s 44. datapath - encap mpls pop mpls actions (system-traffic.at:1841): ok (0m0.080s 0m0.087s) 3509s 45. datapath - push mpls decap mpls actions (system-traffic.at:1885): ok (0m0.076s 0m0.083s) 3509s 46. datapath - basic truncate action (system-traffic.at:1929): ok (0m0.138s 0m0.106s) 3509s 47. datapath - truncate and output to gre tunnel by simulated packets (system-traffic.at:2044): skipped (system-traffic.at:2045) 3509s 48. datapath - truncate and output to gre tunnel (system-traffic.at:2175): skipped (system-traffic.at:2177) 3509s 49. datapath - configure cache size (system-traffic.at:2296): skipped (system-traffic.at:2299) 3509s 50. datapath - drop action (system-traffic.at:2332): ok (0m0.099s 0m0.159s) 3509s 51. datapath - simulated flow action update (system-traffic.at:2363): ok (0m0.062s 0m0.122s) 3509s 52. datapath - netdev offload software fallback (system-traffic.at:2426): ok (0m0.100s 0m0.093s) 3509s 53. datapath - Neighbor Discovery with loose match (system-traffic.at:2471): ok (0m0.196s 0m0.217s) 3509s 54. mpls - encap header dp-support (system-traffic.at:2539): ok (0m0.154s 0m0.136s) 3509s 55. mpls - encap header slow-path (system-traffic.at:2581): ok (0m0.143s 0m0.120s) 3509s 56. mpls_mc - encap header dp-support (system-traffic.at:2622): ok (0m0.142s 0m0.118s) 3509s 57. mpls_mc - encap header slow-path (system-traffic.at:2664): ok (0m0.136s 0m0.118s) 3509s 58. mpls - decap header dp-support (system-traffic.at:2705): ok (0m0.143s 0m0.121s) 3509s 59. mpls - decap header slow-path (system-traffic.at:2749): ok (0m0.135s 0m0.112s) 3509s 60. QoS - basic configuration (system-traffic.at:2794): ok (0m0.037s 0m0.053s) 3509s 61. QoS - 64bit (system-traffic.at:2847): ok (0m0.049s 0m0.077s) 3509s 62. Ingress Policing - 64-bit (system-traffic.at:2875): ok (0m0.034s 0m0.048s) 3509s 63. conntrack - controller (system-traffic.at:2898): ok (0m0.088s 0m0.076s) 3509s 64. conntrack - force commit (system-traffic.at:2944): ok (0m0.103s 0m0.085s) 3509s 65. conntrack - ct flush (system-traffic.at:3007): ok (0m1.124s 0m0.892s) 3509s 66. conntrack - IPv4 ping (system-traffic.at:3297): ok (0m0.063s 0m0.107s) 3509s 67. conntrack - get_nconns and get/set_maxconns (system-traffic.at:3339): ok (0m0.065s 0m0.101s) 3509s 68. conntrack - IPv6 ping (system-traffic.at:3424): ok (0m0.073s 0m0.147s) 3509s 69. conntrack - preserve registers (system-traffic.at:3478): ok (0m0.096s 0m0.179s) 3509s 70. conntrack - invalid (system-traffic.at:3519): ok (0m0.081s 0m0.146s) 3509s 71. conntrack - zones (system-traffic.at:3562): ok (0m0.082s 0m0.149s) 3509s 72. conntrack - zones from field (system-traffic.at:3610): ok (0m0.098s 0m0.193s) 3509s 73. conntrack - zones from other field (system-traffic.at:3657): ok (0m0.065s 0m0.099s) 3509s 75. conntrack - multiple bridges (system-traffic.at:3769): ok (0m0.064s 0m0.078s) 3509s 76. conntrack - multiple zones (system-traffic.at:3813): ok (0m0.060s 0m0.094s) 3509s 77. conntrack - multiple namespaces, internal ports (system-traffic.at:3850): skipped (system-traffic.at:3852) 3509s 78. conntrack - ct_mark (system-traffic.at:3893): ok (0m0.102s 0m0.188s) 3509s 79. conntrack - ct_mark bit-fiddling (system-traffic.at:3939): ok (0m0.061s 0m0.111s) 3509s 80. conntrack - ct_mark from register (system-traffic.at:3975): ok (0m0.082s 0m0.141s) 3509s 81. conntrack - ct_label (system-traffic.at:4020): ok (0m0.092s 0m0.176s) 3509s 82. conntrack - ct_label bit-fiddling (system-traffic.at:4060): ok (0m0.072s 0m0.142s) 3509s 83. conntrack - ct metadata, multiple zones (system-traffic.at:4096): ok (0m0.061s 0m0.100s) 3509s 84. conntrack - new connections (system-traffic.at:4135): ok (0m0.100s 0m0.116s) 3509s 85. conntrack - generic IP protocol (system-traffic.at:4185): ok (0m0.066s 0m0.070s) 3509s 86. conntrack - ICMP related (system-traffic.at:4214): ok (0m0.076s 0m0.076s) 3509s 87. conntrack - ICMP related to original direction (system-traffic.at:4250): ok (0m0.100s 0m0.096s) 3509s 88. conntrack - ICMP related 2 (system-traffic.at:4307): ok (0m0.092s 0m0.095s) 3509s 89. conntrack - ICMP related NAT with single port (system-traffic.at:4358): ok (0m0.125s 0m0.123s) 3509s 90. conntrack - IPv4 fragmentation (system-traffic.at:4395): ok (0m0.059s 0m0.091s) 3509s 91. conntrack - IPv4 fragmentation expiry (system-traffic.at:4434): ok (0m0.061s 0m0.098s) 3509s 92. conntrack - IPv4 fragmentation + vlan (system-traffic.at:4470): ok (0m0.062s 0m0.099s) 3509s 93. conntrack - IPv4 fragmentation + cvlan (system-traffic.at:4511): skipped (system-traffic.at:4515) 3509s 94. conntrack - IPv4 fragmentation incomplete reassembled packet (system-traffic.at:4564): ok (0m0.054s 0m0.076s) 3509s 95. conntrack - IPv4 fragmentation with fragments specified (system-traffic.at:4593): ok (0m0.046s 0m0.080s) 3509s 96. conntrack - IPv4 fragmentation out of order (system-traffic.at:4617): ok (0m0.045s 0m0.084s) 3509s 97. conntrack - IPv4 fragmentation overlapping fragments by 1 octet (system-traffic.at:4641): ok (0m0.043s 0m0.070s) 3509s 98. conntrack - IPv4 fragmentation overlapping fragments by 1 octet out of order (system-traffic.at:4665): ok (0m0.043s 0m0.069s) 3509s 99. conntrack - IPv6 fragmentation (system-traffic.at:4689): ok (0m0.066s 0m0.109s) 3509s 100. conntrack - IPv6 fragmentation expiry (system-traffic.at:4728): ok (0m0.061s 0m0.101s) 3509s 101. conntrack - IPv6 fragmentation + vlan (system-traffic.at:4768): ok (0m0.067s 0m0.114s) 3509s 102. conntrack - IPv6 fragmentation + cvlan (system-traffic.at:4810): skipped (system-traffic.at:4813) 3509s 103. conntrack - IPv6 fragmentation incomplete reassembled packet (system-traffic.at:4863): ok (0m0.041s 0m0.067s) 3509s 104. conntrack - IPv6 fragmentation with fragments specified (system-traffic.at:4885): ok (0m0.046s 0m0.074s) 3509s 105. conntrack - IPv6 fragmentation out of order (system-traffic.at:4909): ok (0m0.044s 0m0.073s) 3509s 106. conntrack - IPv6 fragmentation, multiple extension headers (system-traffic.at:4933): ok (0m0.044s 0m0.077s) 3509s 107. conntrack - IPv6 fragmentation, multiple extension headers + out of order (system-traffic.at:4958): ok (0m0.046s 0m0.081s) 3509s 108. conntrack - IPv6 fragmentation, multiple extension headers 2 (system-traffic.at:4983): ok (0m0.044s 0m0.076s) 3509s 109. conntrack - IPv6 fragmentation, multiple extension headers 2 + out of order (system-traffic.at:5008): ok (0m0.046s 0m0.084s) 3509s 110. conntrack - Fragmentation over vxlan (system-traffic.at:5033): skipped (system-traffic.at:5036) 3509s 111. conntrack - IPv6 Fragmentation over vxlan (system-traffic.at:5086): skipped (system-traffic.at:5089) 3509s 112. conntrack - IPv4 Fragmentation + NAT (system-traffic.at:5146): ok (0m0.042s 0m0.075s) 3509s 113. conntrack - resubmit to ct multiple times (system-traffic.at:5186): ok (0m0.046s 0m0.079s) 3509s 114. conntrack - zone-based timeout policy (system-traffic.at:5225): ok (0m1.190s 0m0.651s) 3509s 115. conntrack - SCTP SNAT with port range (system-traffic.at:5332): ok (0m0.138s 0m0.093s) 3509s 116. conntrack - fragment reassembly with L3 L4 protocol information (system-traffic.at:5407): skipped (system-traffic.at:5409) 3509s 117. conntrack - IPv4 HTTP (system-traffic.at:5436): ok (0m0.063s 0m0.102s) 3509s 118. conntrack - IPv6 HTTP (system-traffic.at:5473): ok (0m0.062s 0m0.104s) 3509s 119. conntrack - commit, recirc (system-traffic.at:5515): ok (0m0.077s 0m0.134s) 3509s 120. conntrack - multiple zones, local (system-traffic.at:5556): skipped (system-traffic.at:5557) 3509s 121. conntrack - multi-stage pipeline, local (system-traffic.at:5607): skipped (system-traffic.at:5608) 3509s 122. conntrack - limit by zone (system-traffic.at:5680): ok (0m0.460s 0m0.263s) 3509s 123. FTP - no conntrack (system-traffic.at:5967): ok (0m0.054s 0m0.079s) 3509s 124. conntrack - FTP (system-traffic.at:5996): ok (0m0.115s 0m0.179s) 3509s 125. conntrack - FTP non-standard port (system-traffic.at:6102): ok (0m0.125s 0m0.216s) 3509s 126. conntrack - FTP with expectation dump (system-traffic.at:6208): ok (0m0.067s 0m0.103s) 3509s 127. conntrack - FTP over IPv6 (system-traffic.at:6252): ok (0m0.063s 0m0.103s) 3509s 128. conntrack - IPv6 FTP Passive (system-traffic.at:6307): ok (0m0.067s 0m0.112s) 3509s 129. conntrack - FTP with multiple expectations (system-traffic.at:6366): ok (0m0.069s 0m0.135s) 3509s 130. conntrack - TFTP (system-traffic.at:6432): skipped (system-traffic.at:6433) 3509s 131. conntrack - simple SNAT (system-traffic.at:6508): ok (0m0.056s 0m0.087s) 3509s 132. conntrack - SNAT with ct_mark change on reply (system-traffic.at:6554): ok (0m0.061s 0m0.099s) 3509s 133. conntrack - SNAT with port range (system-traffic.at:6597): ok (0m0.066s 0m0.112s) 3509s 134. conntrack - SNAT with port range using ICMP (system-traffic.at:6644): ok (0m0.055s 0m0.077s) 3509s 136. conntrack - more complex SNAT (system-traffic.at:6754): ok (0m0.065s 0m0.090s) 3509s 137. conntrack - all-zero IP SNAT (system-traffic.at:6807): ok (0m0.127s 0m0.101s) 3509s 138. conntrack - simple DNAT (system-traffic.at:6852): ok (0m0.066s 0m0.105s) 3509s 139. conntrack - DNAT with additional SNAT (system-traffic.at:6907): ok (0m0.064s 0m0.105s) 3509s 140. conntrack - more complex DNAT (system-traffic.at:6942): ok (0m0.067s 0m0.100s) 3509s 141. conntrack - ICMP related with NAT (system-traffic.at:7003): ok (0m0.083s 0m0.098s) 3509s 142. conntrack - ICMP related with SNAT (system-traffic.at:7071): skipped (system-traffic.at:7074) 3509s 143. conntrack - FTP SNAT prerecirc (system-traffic.at:7270): skipped (system-traffic.at:7270) 3509s 144. conntrack - FTP SNAT prerecirc seqadj (system-traffic.at:7281): skipped (system-traffic.at:7281) 3509s 145. conntrack - FTP SNAT postrecirc (system-traffic.at:7336): skipped (system-traffic.at:7336) 3509s 146. conntrack - FTP SNAT postrecirc seqadj (system-traffic.at:7347): skipped (system-traffic.at:7347) 3509s 147. conntrack - FTP SNAT orig tuple (system-traffic.at:7467): skipped (system-traffic.at:7467) 3509s 148. conntrack - FTP SNAT orig tuple seqadj (system-traffic.at:7471): skipped (system-traffic.at:7471) 3509s 149. conntrack - IPv4 FTP Passive with SNAT (system-traffic.at:7473): ok (0m0.063s 0m0.099s) 3509s 150. conntrack - IPv4 FTP Passive with DNAT (system-traffic.at:7533): ok (0m0.061s 0m0.096s) 3509s 151. conntrack - IPv4 FTP Passive with DNAT 2 (system-traffic.at:7593): ok (0m0.070s 0m0.127s) 3509s 152. conntrack - IPv4 FTP Active with DNAT (system-traffic.at:7653): ok (0m0.059s 0m0.094s) 3509s 153. conntrack - IPv4 FTP Active with DNAT with reverse skew (system-traffic.at:7713): ok (0m0.062s 0m0.097s) 3509s 154. conntrack - IPv6 HTTP with SNAT (system-traffic.at:7773): ok (0m0.080s 0m0.147s) 3509s 155. conntrack - IPv6 HTTP with DNAT (system-traffic.at:7817): ok (0m0.072s 0m0.131s) 3509s 156. conntrack - IPv6 ICMP6 Related with SNAT (system-traffic.at:7861): ok (0m0.101s 0m0.147s) 3509s 157. conntrack - ICMPv6 related NAT with single port (system-traffic.at:7915): ok (0m0.124s 0m0.142s) 3509s 158. conntrack - IPv6 FTP with SNAT (system-traffic.at:7952): ok (0m0.072s 0m0.132s) 3509s 159. conntrack - IPv6 FTP Passive with SNAT (system-traffic.at:8012): ok (0m0.084s 0m0.162s) 3509s 160. conntrack - IPv6 FTP with SNAT - orig tuple (system-traffic.at:8073): ok (0m0.083s 0m0.164s) 3509s 161. conntrack - IPv4 TFTP with SNAT (system-traffic.at:8133): skipped (system-traffic.at:8134) 3509s 162. conntrack - DNAT load balancing (system-traffic.at:8197): ok (0m0.199s 0m0.384s) 3509s 163. conntrack - DNAT load balancing with NC (system-traffic.at:8284): ok (0m0.605s 0m0.337s) 3509s 164. conntrack - floating IP (system-traffic.at:8372): ok (0m0.130s 0m0.125s) 3509s 165. conntrack - negative test for recirculation optimization (system-traffic.at:8445): ok (0m0.096s 0m0.106s) 3509s 166. conntrack - Multiple ICMP traverse (system-traffic.at:8508): ok (0m0.113s 0m0.116s) 3509s 167. conntrack - can match and clear ct_state from outside OVS (system-traffic.at:8560): skipped (system-traffic.at:8561) 3509s 168. conntrack - ICMP from different source related with NAT (system-traffic.at:8608): ok (0m0.201s 0m0.198s) 3509s 169. conntrack - Flush many conntrack entries by port (system-traffic.at:8715): ok (0m0.356s 0m0.192s) 3509s 170. IGMP - flood under normal action (system-traffic.at:8764): ok (0m0.074s 0m0.088s) 3509s 171. IGMP - forward with ICMP (system-traffic.at:8788): ok (0m0.108s 0m0.112s) 3509s 172. 802.1ad - vlan_limit (system-traffic.at:8843): skipped (system-traffic.at:8846) 3509s 173. 802.1ad - push/pop outer 802.1ad (system-traffic.at:8873): skipped (system-traffic.at:8875) 3509s 174. 802.1ad - push/pop outer 802.1q (system-traffic.at:8929): skipped (system-traffic.at:8931) 3509s 175. 802.1ad - 802.1q tunnel (system-traffic.at:8985): skipped (system-traffic.at:8987) 3509s 176. 802.1ad - double vlan match (system-traffic.at:9047): skipped (system-traffic.at:9049) 3509s 177. nsh - encap header (system-traffic.at:9085): ok (0m0.139s 0m0.121s) 3509s 178. nsh - decap header (system-traffic.at:9125): ok (0m0.143s 0m0.126s) 3509s 179. nsh - replace header (system-traffic.at:9167): ok (0m0.142s 0m0.126s) 3509s 180. nsh - forward (system-traffic.at:9218): ok (0m0.248s 0m0.207s) 3509s 181. psample - sanity check (system-traffic.at:9287): skipped (system-traffic.at:9289) 3509s 182. psample - sanity check IPv6 (system-traffic.at:9338): skipped (system-traffic.at:9340) 3509s 183. psample - slow (system-traffic.at:9387): skipped (system-traffic.at:9389) 3509s 184. psample - slow with probability (system-traffic.at:9447): skipped (system-traffic.at:9449) 3509s 185. psample - with IPFIX (system-traffic.at:9506): skipped (system-traffic.at:9508) 3509s 186. psample - from ct label (system-traffic.at:9587): skipped (system-traffic.at:9590) 3509s system-afxdp-testsuite: ending at: Wed Feb 19 12:40:57 UTC 2025 3509s system-afxdp-testsuite: test suite duration: 0h 8m 49s 3509s 3509s ## ------------- ## 3509s ## Test results. ## 3509s ## ------------- ## 3509s 3509s 138 tests were successful. 3509s 46 tests were skipped. 3509s system-kmod-testsuite.log: 3509s ## ------------------------------ ## 3509s ## openvswitch 3.4.90 test suite. ## 3509s ## ------------------------------ ## 3509s 3509s system-kmod-testsuite: command line was: 3509s $ tests/system-kmod-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests --recheck 3509s 3509s ## --------- ## 3509s ## Platform. ## 3509s ## --------- ## 3509s 3509s hostname = autopkgtest 3509s uname -m = s390x 3509s uname -r = 6.12.0-15-generic 3509s uname -s = Linux 3509s uname -v = #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 3509s 3509s /usr/bin/uname -p = s390x 3509s /bin/uname -X = unknown 3509s 3509s /bin/arch = s390x 3509s /usr/bin/arch -k = unknown 3509s /usr/convex/getsysinfo = unknown 3509s /usr/bin/hostinfo = unknown 3509s /bin/machine = unknown 3509s /usr/bin/oslevel = unknown 3509s /bin/universe = unknown 3509s 3509s PATH: /tmp/autopkgtest.GlFz2E/build.uzZ/src/tests/ 3509s PATH: /tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests/ 3509s PATH: /usr/local/sbin/ 3509s PATH: /usr/local/bin/ 3509s PATH: /usr/sbin/ 3509s PATH: /usr/bin/ 3509s PATH: /sbin/ 3509s PATH: /bin/ 3509s PATH: /usr/games/ 3509s PATH: /usr/local/games/ 3509s 3509s system-kmod-testsuite: atconfig: 3509s | # Configurable variable values for building test suites. 3509s | # Generated by ./config.status. 3509s | # Copyright (C) 2023 Free Software Foundation, Inc. 3509s | 3509s | # The test suite will define top_srcdir=/../.. etc. 3509s | at_testdir='tests' 3509s | abs_builddir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests' 3509s | at_srcdir='../../tests' 3509s | abs_srcdir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/../tests' 3509s | at_top_srcdir='../..' 3509s | abs_top_srcdir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..' 3509s | at_top_build_prefix='../' 3509s | abs_top_builddir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 3509s | 3509s | # Backward compatibility with Autotest <= 2.59b: 3509s | at_top_builddir=$at_top_build_prefix 3509s | 3509s | 3509s | EXEEXT='' 3509s | AUTOTEST_PATH='tests' 3509s | 3509s | SHELL=${CONFIG_SHELL-'/bin/bash'} 3509s 3509s system-kmod-testsuite: atlocal: 3509s | # -*- shell-script -*- 3509s | HAVE_OPENSSL='yes' 3509s | OPENSSL_SUPPORTS_SNI='yes' 3509s | HAVE_UNBOUND='yes' 3509s | HAVE_BACKTRACE='yes' 3509s | HAVE_UNWIND='no' 3509s | EGREP='/usr/bin/grep -E' 3509s | PYTHON3='/usr/bin/python3' 3509s | CFLAGS='-g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC' 3509s | HAVE_TCA_HTB_RATE64='yes' 3509s | HAVE_TCA_POLICE_PKTRATE64='yes' 3509s | 3509s | # PYTHONCOERCECLOCALE=0 disables the Unicode compatibility warning on 3509s | # stderr that breaks almost any Python3 test (PEP 0538) 3509s | PYTHONCOERCECLOCALE=0 3509s | export PYTHONCOERCECLOCALE 3509s | 3509s | PYTHONPATH=$abs_top_srcdir/python:$abs_top_builddir/tests:$PYTHONPATH 3509s | export PYTHONPATH 3509s | 3509s | PYTHONIOENCODING=utf_8 3509s | export PYTHONIOENCODING 3509s | 3509s | # PYTHONDONTWRITEBYTECODE=yes keeps Python from creating .pyc and .pyo 3509s | # files. Creating .py[co] works OK for any given version of Open 3509s | # vSwitch, but it causes trouble if you switch from a version with 3509s | # foo/__init__.py into an (older) version with plain foo.py, since 3509s | # foo/__init__.pyc will cause Python to ignore foo.py. 3509s | PYTHONDONTWRITEBYTECODE=yes 3509s | export PYTHONDONTWRITEBYTECODE 3509s | 3509s | # Test whether the current working directory name is all ASCII 3509s | # characters. Some Python code doesn't tolerate non-ASCII characters 3509s | # in filenames very well, so if the current working directory is 3509s | # non-ASCII then we skip the tests that run those programs. 3509s | # 3509s | # This would be just papering over a real problem, except that the 3509s | # tests that we skip are launched from initscripts and thus normally 3509s | # run in system directories with ASCII names. (This problem only came 3509s | # up at all because the Debian autobuilders do build in a top-level 3509s | # directory named /«BUILDDIR».) 3509s | case `pwd | tr -d ' -~'` in 3509s | '') non_ascii_cwd=false ;; 3509s | *) non_ascii_cwd=true 3509s | esac 3509s | 3509s | # Enable malloc debugging features. 3509s | case `uname` in 3509s | Linux) 3509s | MALLOC_PERTURB_=165; export MALLOC_PERTURB_ 3509s | MALLOC_CHECK_=2; export MALLOC_CHECK_ 3509s | ;; 3509s | FreeBSD) 3509s | case `uname -r` in 3509s | [789].*) 3509s | MALLOC_CONF=AJ 3509s | ;; 3509s | 1[01].*) 3509s | MALLOC_CONF=abort:true,junk:true,redzone:true 3509s | ;; 3509s | *) 3509s | MALLOC_CONF=abort:true,junk:true 3509s | ;; 3509s | esac 3509s | export MALLOC_CONF 3509s | esac 3509s | 3509s | # The name of loopback interface 3509s | case `uname` in 3509s | Linux) 3509s | LOOPBACK_INTERFACE=lo 3509s | ;; 3509s | FreeBSD|NetBSD) 3509s | LOOPBACK_INTERFACE=lo0 3509s | ;; 3509s | esac 3509s | 3509s | # Check for platform. 3509s | case `uname` in 3509s | MINGW*|MSYS*) 3509s | IS_WIN32="yes" 3509s | IS_BSD="no" 3509s | ;; 3509s | FreeBSD|NetBSD) 3509s | IS_WIN32="no" 3509s | IS_BSD="yes" 3509s | ;; 3509s | *) 3509s | IS_WIN32="no" 3509s | IS_BSD="no" 3509s | ;; 3509s | esac 3509s | 3509s | if test "$IS_WIN32" = yes; then 3509s | # enables legacy windows unicode printing needed for Python3 compatibility 3509s | # with the Python2 tests 3509s | PYTHONLEGACYWINDOWSFSENCODING=true 3509s | export PYTHONLEGACYWINDOWSFSENCODING 3509s | PYTHONLEGACYWINDOWSSTDIO=true 3509s | export PYTHONLEGACYWINDOWSSTDIO 3509s | fi 3509s | 3509s | # Check for CPU architecture 3509s | case `uname -m` in 3509s | aarch64) 3509s | IS_ARM64="yes" 3509s | ;; 3509s | *) 3509s | IS_ARM64="no" 3509s | ;; 3509s | esac 3509s | 3509s | # Check whether to run IPv6 tests. 3509s | $PYTHON3 -c ' 3509s | import errno 3509s | import socket 3509s | import sys 3509s | try: 3509s | socket.socket(family=socket.AF_INET6).bind(("::1", 0, 0, 0)) 3509s | except socket.error as e: 3509s | if e.errno == errno.EAFNOSUPPORT or errno.EADDRNOTAVAIL: 3509s | sys.exit(2) 3509s | raise 3509s | ' 3509s | case $? in 3509s | 0) HAVE_IPV6=yes ;; 3509s | 2) HAVE_IPV6=no ;; 3509s | *) echo "$0: unexpected error probing $PYTHON3 for IPv6 support" >&2 ;; 3509s | esac 3509s | 3509s | # Look for a python L7 library 'LIB' in the system. If it is found, defines 3509s | # HAVE_LIB="yes", otherwise HAVE_LIB="no" 3509s | find_l7_lib() 3509s | { 3509s | set +x 3509s | var=HAVE_`echo "$1" | tr '[a-z]' '[A-Z]'` 3509s | result=$($PYTHON3 $abs_top_srcdir/tests/test-l7.py --help | grep "$1") 3509s | if test "x${result}" != x; then 3509s | eval ${var}="yes" 3509s | else 3509s | eval ${var}="no" 3509s | fi 3509s | } 3509s | 3509s | # HAVE_FTP 3509s | find_l7_lib ftp 3509s | # HAVE_TFTP 3509s | find_l7_lib tftp 3509s | 3509s | # Look for a commnand in the system. If it is found, defines 3509s | # HAVE_COMMAND="yes", otherwise HAVE_COMMAND="no". 3509s | find_command() 3509s | { 3509s | which $1 > /dev/null 2>&1 3509s | status=$? 3509s | var=HAVE_`echo "$1" | tr '[a-z]' '[A-Z]'` 3509s | if test "$status" = "0"; then 3509s | eval ${var}="yes" 3509s | else 3509s | eval ${var}="no" 3509s | fi 3509s | } 3509s | 3509s | # Set HAVE_NC 3509s | find_command nc 3509s | 3509s | # Determine correct netcat option to quit on stdin EOF 3509s | if nc --version 2>&1 | grep -q nmap.org; then 3509s | # Nmap netcat 3509s | NC_EOF_OPT="--send-only -w 5" 3509s | else 3509s | # BSD netcat 3509s | NC_EOF_OPT="-q 1 -w 5" 3509s | fi 3509s | 3509s | # Set HAVE_TC 3509s | find_command tc 3509s | 3509s | # Set HAVE_TCPDUMP 3509s | find_command tcpdump 3509s | 3509s | # Set HAVE_LFTP 3509s | find_command lftp 3509s | 3509s | # Set HAVE_ETHTOOL 3509s | find_command ethtool 3509s | 3509s | # Set HAVE_IPTABLES 3509s | find_command iptables 3509s | 3509s | # Set HAVE_NFT 3509s | find_command nft 3509s | 3509s | CURL_OPT="-g -v --max-time 1 --retry 2 --retry-delay 1 --connect-timeout 1" 3509s | 3509s | # Determine whether "diff" supports "normal" diffs. (busybox diff does not.) 3509s | if echo xyzzy | diff /dev/null - | grep '^>' >/dev/null; then 3509s | DIFF_SUPPORTS_NORMAL_FORMAT=yes 3509s | else 3509s | DIFF_SUPPORTS_NORMAL_FORMAT=no 3509s | fi 3509s | 3509s | # Turn off proxies. 3509s | unset http_proxy 3509s | unset https_proxy 3509s | unset ftp_proxy 3509s | unset no_proxy 3509s | unset HTTP_PROXY 3509s | unset HTTPS_PROXY 3509s | unset FTP_PROXY 3509s | unset NO_PROXY 3509s | 3509s | # Prevent logging to syslog during tests. 3509s | OVS_SYSLOG_METHOD=null 3509s | export OVS_SYSLOG_METHOD 3509s | 3509s | # Set default timeout for control utils 3509s | OVS_CTL_TIMEOUT=30 3509s | export OVS_CTL_TIMEOUT 3509s | 3509s | # Add some default flags to make the tests run better under Address 3509s | # Sanitizer, if it was used for the build. 3509s | # 3509s | # We disable leak detection because otherwise minor leaks that don't 3509s | # matter break everything. 3509s | ASAN_OPTIONS=detect_leaks=0:abort_on_error=true:log_path=sanitizers:$ASAN_OPTIONS 3509s | export ASAN_OPTIONS 3509s | 3509s | # Add some default flags for UndefinedBehaviorSanitizer, if it was used 3509s | # for the build. 3509s | UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=true:log_path=sanitizers:$UBSAN_OPTIONS 3509s | export UBSAN_OPTIONS 3509s | 3509s | # Check whether Python test requirements are available. 3509s | REQUIREMENT_PATH=$abs_top_srcdir/python/test_requirements.txt $PYTHON3 -c ' 3509s | import os 3509s | import pathlib 3509s | import sys 3509s | 3509s | PACKAGING = True 3509s | try: 3509s | from packaging import requirements 3509s | from importlib import metadata 3509s | except ModuleNotFoundError: 3509s | PACKAGING = False 3509s | import pkg_resources 3509s | 3509s | with pathlib.Path(os.path.join(os.getenv("REQUIREMENT_PATH"))).open() as reqs: 3509s | if PACKAGING: 3509s | for req in reqs.readlines(): 3509s | try: 3509s | r = requirements.Requirement(req.strip()) 3509s | if metadata.version(r.name) not in r.specifier: 3509s | raise metadata.PackageNotFoundError 3509s | except metadata.PackageNotFoundError: 3509s | sys.exit(2) 3509s | else: 3509s | for req in pkg_resources.parse_requirements(reqs): 3509s | try: 3509s | pkg_resources.require(str(req)) 3509s | except pkg_resources.DistributionNotFound: 3509s | sys.exit(2) 3509s | ' 3509s | case $? in 3509s | 0) HAVE_PYTEST=yes ;; 3509s | 2) HAVE_PYTEST=no ;; 3509s | *) HAVE_PYTEST=no 3509s | echo "$0: unexpected error probing Python unit test requirements" >&2 ;; 3509s | esac 3509s 3509s ## ---------------- ## 3509s ## Tested programs. ## 3509s ## ---------------- ## 3509s 3509s ../../tests/system-kmod-testsuite.at:1: /usr/sbin/ovs-vswitchd --version 3509s ovs-vswitchd (Open vSwitch) 3.4.90 3509s 3509s ../../tests/system-kmod-testsuite.at:1: /usr/bin/ovs-vsctl --version 3509s ovs-vsctl (Open vSwitch) 3.4.90 3509s DB Schema 8.8.0 3509s 3509s ## ------------------ ## 3509s ## Running the tests. ## 3509s ## ------------------ ## 3509s system-kmod-testsuite: starting at: Wed Feb 19 12:56:18 UTC 2025 3509s 102. conntrack - IPv6 fragmentation with fragments specified (system-traffic.at:4885): ok (0m0.046s 0m0.099s) 3509s system-kmod-testsuite: ending at: Wed Feb 19 12:56:22 UTC 2025 3509s system-kmod-testsuite: test suite duration: 0h 0m 4s 3509s 3509s ## ------------- ## 3509s ## Test results. ## 3509s ## ------------- ## 3509s 3509s 1 test was successful. 3509s ++ basename ./_debian/tests/system-offloads-testsuite.log 3509s + printf '%s:\n' system-offloads-testsuite.log 3509s + cat ./_debian/tests/system-offloads-testsuite.log 3509s system-offloads-testsuite.log: 3509s ## ------------------------------ ## 3509s ## openvswitch 3.4.90 test suite. ## 3509s ## ------------------------------ ## 3509s 3509s system-offloads-testsuite: command line was: 3509s $ tests/system-offloads-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests --recheck 3509s 3509s ## --------- ## 3509s ## Platform. ## 3509s ## --------- ## 3509s 3509s hostname = autopkgtest 3509s uname -m = s390x 3509s uname -r = 6.12.0-15-generic 3509s uname -s = Linux 3509s uname -v = #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 3509s 3509s /usr/bin/uname -p = s390x 3509s /bin/uname -X = unknown 3509s 3509s /bin/arch = s390x 3509s /usr/bin/arch -k = unknown 3509s /usr/convex/getsysinfo = unknown 3509s /usr/bin/hostinfo = unknown 3509s /bin/machine = unknown 3509s /usr/bin/oslevel = unknown 3509s /bin/universe = unknown 3509s 3509s PATH: /tmp/autopkgtest.GlFz2E/build.uzZ/src/tests/ 3509s PATH: /tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests/ 3509s PATH: /usr/local/sbin/ 3509s PATH: /usr/local/bin/ 3509s PATH: /usr/sbin/ 3509s PATH: /usr/bin/ 3509s PATH: /sbin/ 3509s PATH: /bin/ 3509s PATH: /usr/games/ 3509s PATH: /usr/local/games/ 3509s 3509s system-offloads-testsuite: atconfig: 3509s | # Configurable variable values for building test suites. 3509s | # Generated by ./config.status. 3509s | # Copyright (C) 2023 Free Software Foundation, Inc. 3509s | 3509s | # The test suite will define top_srcdir=/../.. etc. 3509s | at_testdir='tests' 3509s | abs_builddir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests' 3509s | at_srcdir='../../tests' 3509s | abs_srcdir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/../tests' 3509s | at_top_srcdir='../..' 3509s | abs_top_srcdir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..' 3509s | at_top_build_prefix='../' 3509s | abs_top_builddir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 3509s | 3509s | # Backward compatibility with Autotest <= 2.59b: 3509s | at_top_builddir=$at_top_build_prefix 3509s | 3509s | 3509s | EXEEXT='' 3509s | AUTOTEST_PATH='tests' 3509s | 3509s | SHELL=${CONFIG_SHELL-'/bin/bash'} 3509s 3509s system-offloads-testsuite: atlocal: 3509s | # -*- shell-script -*- 3509s | HAVE_OPENSSL='yes' 3509s | OPENSSL_SUPPORTS_SNI='yes' 3509s | HAVE_UNBOUND='yes' 3509s | HAVE_BACKTRACE='yes' 3509s | HAVE_UNWIND='no' 3509s | EGREP='/usr/bin/grep -E' 3509s | PYTHON3='/usr/bin/python3' 3509s | CFLAGS='-g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC' 3509s | HAVE_TCA_HTB_RATE64='yes' 3509s | HAVE_TCA_POLICE_PKTRATE64='yes' 3509s | 3509s | # PYTHONCOERCECLOCALE=0 disables the Unicode compatibility warning on 3509s | # stderr that breaks almost any Python3 test (PEP 0538) 3509s | PYTHONCOERCECLOCALE=0 3509s | export PYTHONCOERCECLOCALE 3509s | 3509s | PYTHONPATH=$abs_top_srcdir/python:$abs_top_builddir/tests:$PYTHONPATH 3509s | export PYTHONPATH 3509s | 3509s | PYTHONIOENCODING=utf_8 3509s | export PYTHONIOENCODING 3509s | 3509s | # PYTHONDONTWRITEBYTECODE=yes keeps Python from creating .pyc and .pyo 3509s | # files. Creating .py[co] works OK for any given version of Open 3509s | # vSwitch, but it causes trouble if you switch from a version with 3509s | # foo/__init__.py into an (older) version with plain foo.py, since 3509s | # foo/__init__.pyc will cause Python to ignore foo.py. 3509s | PYTHONDONTWRITEBYTECODE=yes 3509s | export PYTHONDONTWRITEBYTECODE 3509s | 3509s | # Test whether the current working directory name is all ASCII 3509s | # characters. Some Python code doesn't tolerate non-ASCII characters 3509s | # in filenames very well, so if the current working directory is 3509s | # non-ASCII then we skip the tests that run those programs. 3509s | # 3509s | # This would be just papering over a real problem, except that the 3509s | # tests that we skip are launched from initscripts and thus normally 3509s | # run in system directories with ASCII names. (This problem only came 3509s | # up at all because the Debian autobuilders do build in a top-level 3509s | # directory named /«BUILDDIR».) 3509s | case `pwd | tr -d ' -~'` in 3509s | '') non_ascii_cwd=false ;; 3509s | *) non_ascii_cwd=true 3509s | esac 3509s | 3509s | # Enable malloc debugging features. 3509s | case `uname` in 3509s | Linux) 3509s | MALLOC_PERTURB_=165; export MALLOC_PERTURB_ 3509s | MALLOC_CHECK_=2; export MALLOC_CHECK_ 3509s | ;; 3509s | FreeBSD) 3509s | case `uname -r` in 3509s | [789].*) 3509s | MALLOC_CONF=AJ 3509s | ;; 3509s | 1[01].*) 3509s | MALLOC_CONF=abort:true,junk:true,redzone:true 3509s | ;; 3509s | *) 3509s | MALLOC_CONF=abort:true,junk:true 3509s | ;; 3509s | esac 3509s | export MALLOC_CONF 3509s | esac 3509s | 3509s | # The name of loopback interface 3509s | case `uname` in 3509s | Linux) 3509s | LOOPBACK_INTERFACE=lo 3509s | ;; 3509s | FreeBSD|NetBSD) 3509s | LOOPBACK_INTERFACE=lo0 3509s | ;; 3509s | esac 3509s | 3509s | # Check for platform. 3509s | case `uname` in 3509s | MINGW*|MSYS*) 3509s | IS_WIN32="yes" 3509s | IS_BSD="no" 3509s | ;; 3509s | FreeBSD|NetBSD) 3509s | IS_WIN32="no" 3509s | IS_BSD="yes" 3509s | ;; 3509s | *) 3509s | IS_WIN32="no" 3509s | IS_BSD="no" 3509s | ;; 3509s | esac 3509s | 3509s | if test "$IS_WIN32" = yes; then 3509s | # enables legacy windows unicode printing needed for Python3 compatibility 3509s | # with the Python2 tests 3509s | PYTHONLEGACYWINDOWSFSENCODING=true 3509s | export PYTHONLEGACYWINDOWSFSENCODING 3509s | PYTHONLEGACYWINDOWSSTDIO=true 3509s | export PYTHONLEGACYWINDOWSSTDIO 3509s | fi 3509s | 3509s | # Check for CPU architecture 3509s | case `uname -m` in 3509s | aarch64) 3509s | IS_ARM64="yes" 3509s | ;; 3509s | *) 3509s | IS_ARM64="no" 3509s | ;; 3509s | esac 3509s | 3509s | # Check whether to run IPv6 tests. 3509s | $PYTHON3 -c ' 3509s | import errno 3509s | import socket 3509s | import sys 3509s | try: 3509s | socket.socket(family=socket.AF_INET6).bind(("::1", 0, 0, 0)) 3509s | except socket.error as e: 3509s | if e.errno == errno.EAFNOSUPPORT or errno.EADDRNOTAVAIL: 3509s | sys.exit(2) 3509s | raise 3509s | ' 3509s | case $? in 3509s | 0) HAVE_IPV6=yes ;; 3509s | 2) HAVE_IPV6=no ;; 3509s | *) echo "$0: unexpected error probing $PYTHON3 for IPv6 support" >&2 ;; 3509s | esac 3509s | 3509s | # Look for a python L7 library 'LIB' in the system. If it is found, defines 3509s | # HAVE_LIB="yes", otherwise HAVE_LIB="no" 3509s | find_l7_lib() 3509s | { 3509s | set +x 3509s | var=HAVE_`echo "$1" | tr '[a-z]' '[A-Z]'` 3509s | result=$($PYTHON3 $abs_top_srcdir/tests/test-l7.py --help | grep "$1") 3509s | if test "x${result}" != x; then 3509s | eval ${var}="yes" 3509s | else 3509s | eval ${var}="no" 3509s | fi 3509s | } 3509s | 3509s | # HAVE_FTP 3509s | find_l7_lib ftp 3509s | # HAVE_TFTP 3509s | find_l7_lib tftp 3509s | 3509s | # Look for a commnand in the system. If it is found, defines 3509s | # HAVE_COMMAND="yes", otherwise HAVE_COMMAND="no". 3509s | find_command() 3509s | { 3509s | which $1 > /dev/null 2>&1 3509s | status=$? 3509s | var=HAVE_`echo "$1" | tr '[a-z]' '[A-Z]'` 3509s | if test "$status" = "0"; then 3509s | eval ${var}="yes" 3509s | else 3509s | eval ${var}="no" 3509s | fi 3509s | } 3509s | 3509s | # Set HAVE_NC 3509s | find_command nc 3509s | 3509s | # Determine correct netcat option to quit on stdin EOF 3509s | if nc --version 2>&1 | grep -q nmap.org; then 3509s | # Nmap netcat 3509s | NC_EOF_OPT="--send-only -w 5" 3509s | else 3509s | # BSD netcat 3509s | NC_EOF_OPT="-q 1 -w 5" 3509s | fi 3509s | 3509s | # Set HAVE_TC 3509s | find_command tc 3509s | 3509s | # Set HAVE_TCPDUMP 3509s | find_command tcpdump 3509s | 3509s | # Set HAVE_LFTP 3509s | find_command lftp 3509s | 3509s | # Set HAVE_ETHTOOL 3509s | find_command ethtool 3509s | 3509s | # Set HAVE_IPTABLES 3509s | find_command iptables 3509s | 3509s | # Set HAVE_NFT 3509s | find_command nft 3509s | 3509s | CURL_OPT="-g -v --max-time 1 --retry 2 --retry-delay 1 --connect-timeout 1" 3509s | 3509s | # Determine whether "diff" supports "normal" diffs. (busybox diff does not.) 3509s | if echo xyzzy | diff /dev/null - | grep '^>' >/dev/null; then 3509s | DIFF_SUPPORTS_NORMAL_FORMAT=yes 3509s | else 3509s | DIFF_SUPPORTS_NORMAL_FORMAT=no 3509s | fi 3509s | 3509s | # Turn off proxies. 3509s | unset http_proxy 3509s | unset https_proxy 3509s | unset ftp_proxy 3509s | unset no_proxy 3509s | unset HTTP_PROXY 3509s | unset HTTPS_PROXY 3509s | unset FTP_PROXY 3509s | unset NO_PROXY 3509s | 3509s | # Prevent logging to syslog during tests. 3509s | OVS_SYSLOG_METHOD=null 3509s | export OVS_SYSLOG_METHOD 3509s | 3509s | # Set default timeout for control utils 3509s | OVS_CTL_TIMEOUT=30 3509s | export OVS_CTL_TIMEOUT 3509s | 3509s | # Add some default flags to make the tests run better under Address 3509s | # Sanitizer, if it was used for the build. 3509s | # 3509s | # We disable leak detection because otherwise minor leaks that don't 3509s | # matter break everything. 3509s | ASAN_OPTIONS=detect_leaks=0:abort_on_error=true:log_path=sanitizers:$ASAN_OPTIONS 3509s | export ASAN_OPTIONS 3509s | 3509s | # Add some default flags for UndefinedBehaviorSanitizer, if it was used 3509s | # for the build. 3509s | UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=true:log_path=sanitizers:$UBSAN_OPTIONS 3509s | export UBSAN_OPTIONS 3509s | 3509s | # Check whether Python test requirements are available. 3509s | REQUIREMENT_PATH=$abs_top_srcdir/python/test_requirements.txt $PYTHON3 -c ' 3509s | import os 3509s | import pathlib 3509s | import sys 3509s | 3509s | PACKAGING = True 3509s | try: 3509s | from packaging import requirements 3509s | from importlib import metadata 3509s | except ModuleNotFoundError: 3509s | PACKAGING = False 3509s | import pkg_resources 3509s | 3509s | with pathlib.Path(os.path.join(os.getenv("REQUIREMENT_PATH"))).open() as reqs: 3509s | if PACKAGING: 3509s | for req in reqs.readlines(): 3509s | try: 3509s | r = requirements.Requirement(req.strip()) 3509s | if metadata.version(r.name) not in r.specifier: 3509s | raise metadata.PackageNotFoundError 3509s | except metadata.PackageNotFoundError: 3509s | sys.exit(2) 3509s | else: 3509s | for req in pkg_resources.parse_requirements(reqs): 3509s | try: 3509s | pkg_resources.require(str(req)) 3509s | except pkg_resources.DistributionNotFound: 3509s | sys.exit(2) 3509s | ' 3509s | case $? in 3509s | 0) HAVE_PYTEST=yes ;; 3509s | 2) HAVE_PYTEST=no ;; 3509s | *) HAVE_PYTEST=no 3509s | echo "$0: unexpected error probing Python unit test requirements" >&2 ;; 3509s | esac 3509s 3509s ## ---------------- ## 3509s ## Tested programs. ## 3509s ## ---------------- ## 3509s 3509s ../../tests/system-offloads-testsuite.at:1: /usr/sbin/ovs-vswitchd --version 3509s ovs-vswitchd (Open vSwitch) 3.4.90 3509s 3509s ../../tests/system-offloads-testsuite.at:1: /usr/bin/ovs-vsctl --version 3509s ovs-vsctl (Open vSwitch) 3.4.90 3509s DB Schema 8.8.0 3509s 3509s ## ------------------ ## 3509s ## Running the tests. ## 3509s ## ------------------ ## 3509s system-offloads-testsuite: starting at: Wed Feb 19 13:10:30 UTC 2025 3509s 119. conntrack - IPv6 fragmentation with fragments specified (system-traffic.at:4885): ok (0m0.044s 0m0.092s) 3509s system-offloads-testsuite: ending at: Wed Feb 19 13:10:33 UTC 2025 3509s system-offloads-testsuite: test suite duration: 0h 0m 3s 3509s 3509s ## ------------- ## 3509s ## Test results. ## 3509s ## ------------- ## 3509s 3509s 1 test was successful. 3509s + for logfile in ./_debian/tests/system-*-testsuite.log 3509s ++ basename ./_debian/tests/system-userspace-testsuite.log 3509s + printf '%s:\n' system-userspace-testsuite.log 3509s + cat ./_debian/tests/system-userspace-testsuite.log 3509s system-userspace-testsuite.log: 3509s ## ------------------------------ ## 3509s ## openvswitch 3.4.90 test suite. ## 3509s ## ------------------------------ ## 3509s 3509s system-userspace-testsuite: command line was: 3509s $ tests/system-userspace-testsuite -C _debian/tests -j1 AUTOTEST_PATH=/tmp/autopkgtest.GlFz2E/build.uzZ/src/tests:/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests 1-71 73-132 134-198 3509s 3509s ## --------- ## 3509s ## Platform. ## 3509s ## --------- ## 3509s 3509s hostname = autopkgtest 3509s uname -m = s390x 3509s uname -r = 6.12.0-15-generic 3509s uname -s = Linux 3509s uname -v = #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 3509s 3509s /usr/bin/uname -p = s390x 3509s /bin/uname -X = unknown 3509s 3509s /bin/arch = s390x 3509s /usr/bin/arch -k = unknown 3509s /usr/convex/getsysinfo = unknown 3509s /usr/bin/hostinfo = unknown 3509s /bin/machine = unknown 3509s /usr/bin/oslevel = unknown 3509s /bin/universe = unknown 3509s 3509s PATH: /tmp/autopkgtest.GlFz2E/build.uzZ/src/tests/ 3509s PATH: /tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests/ 3509s PATH: /usr/local/sbin/ 3509s PATH: /usr/local/bin/ 3509s PATH: /usr/sbin/ 3509s PATH: /usr/bin/ 3509s PATH: /sbin/ 3509s PATH: /bin/ 3509s PATH: /usr/games/ 3509s PATH: /usr/local/games/ 3509s 3509s system-userspace-testsuite: atconfig: 3509s | # Configurable variable values for building test suites. 3509s | # Generated by ./config.status. 3509s | # Copyright (C) 2023 Free Software Foundation, Inc. 3509s | 3509s | # The test suite will define top_srcdir=/../.. etc. 3509s | at_testdir='tests' 3509s | abs_builddir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/tests' 3509s | at_srcdir='../../tests' 3509s | abs_srcdir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/../tests' 3509s | at_top_srcdir='../..' 3509s | abs_top_srcdir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian/..' 3509s | at_top_build_prefix='../' 3509s | abs_top_builddir='/tmp/autopkgtest.GlFz2E/build.uzZ/src/_debian' 3509s | 3509s | # Backward compatibility with Autotest <= 2.59b: 3509s | at_top_builddir=$at_top_build_prefix 3509s | 3509s | 3509s | EXEEXT='' 3509s | AUTOTEST_PATH='tests' 3509s | 3509s | SHELL=${CONFIG_SHELL-'/bin/bash'} 3509s 3509s system-userspace-testsuite: atlocal: 3509s | # -*- shell-script -*- 3509s | HAVE_OPENSSL='yes' 3509s | OPENSSL_SUPPORTS_SNI='yes' 3509s | HAVE_UNBOUND='yes' 3509s | HAVE_BACKTRACE='yes' 3509s | HAVE_UNWIND='no' 3509s | EGREP='/usr/bin/grep -E' 3509s | PYTHON3='/usr/bin/python3' 3509s | CFLAGS='-g -O2 -Werror=implicit-function-declaration -mbackchain -ffile-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.GlFz2E/build.uzZ/src=/usr/src/openvswitch-3.5.0~git20241129.2af7cef-2build1 -fPIC' 3509s | HAVE_TCA_HTB_RATE64='yes' 3509s | HAVE_TCA_POLICE_PKTRATE64='yes' 3509s | 3509s | # PYTHONCOERCECLOCALE=0 disables the Unicode compatibility warning on 3509s | # stderr that breaks almost any Python3 test (PEP 0538) 3509s | PYTHONCOERCECLOCALE=0 3509s | export PYTHONCOERCECLOCALE 3509s | 3509s | PYTHONPATH=$abs_top_srcdir/python:$abs_top_builddir/tests:$PYTHONPATH 3509s | export PYTHONPATH 3509s | 3509s | PYTHONIOENCODING=utf_8 3509s | export PYTHONIOENCODING 3509s | 3509s | # PYTHONDONTWRITEBYTECODE=yes keeps Python from creating .pyc and .pyo 3509s | # files. Creating .py[co] works OK for any given version of Open 3509s | # vSwitch, but it causes trouble if you switch from a version with 3509s | # foo/__init__.py into an (older) version with plain foo.py, since 3509s | # foo/__init__.pyc will cause Python to ignore foo.py. 3509s | PYTHONDONTWRITEBYTECODE=yes 3509s | export PYTHONDONTWRITEBYTECODE 3509s | 3509s | # Test whether the current working directory name is all ASCII 3509s | # characters. Some Python code doesn't tolerate non-ASCII characters 3509s | # in filenames very well, so if the current working directory is 3509s | # non-ASCII then we skip the tests that run those programs. 3509s | # 3509s | # This would be just papering over a real problem, except that the 3509s | # tests that we skip are launched from initscripts and thus normally 3509s | # run in system directories with ASCII names. (This problem only came 3509s | # up at all because the Debian autobuilders do build in a top-level 3509s | # directory named /«BUILDDIR».) 3509s | case `pwd | tr -d ' -~'` in 3509s | '') non_ascii_cwd=false ;; 3509s | *) non_ascii_cwd=true 3509s | esac 3509s | 3509s | # Enable malloc debugging features. 3509s | case `uname` in 3509s | Linux) 3509s | MALLOC_PERTURB_=165; export MALLOC_PERTURB_ 3509s | MALLOC_CHECK_=2; export MALLOC_CHECK_ 3509s | ;; 3509s | FreeBSD) 3509s | case `uname -r` in 3509s | [789].*) 3509s | MALLOC_CONF=AJ 3509s | ;; 3509s | 1[01].*) 3509s | MALLOC_CONF=abort:true,junk:true,redzone:true 3509s | ;; 3509s | *) 3509s | MALLOC_CONF=abort:true,junk:true 3509s | ;; 3509s | esac 3509s | export MALLOC_CONF 3509s | esac 3509s | 3509s | # The name of loopback interface 3509s | case `uname` in 3509s | Linux) 3509s | LOOPBACK_INTERFACE=lo 3509s | ;; 3509s | FreeBSD|NetBSD) 3509s | LOOPBACK_INTERFACE=lo0 3509s | ;; 3509s | esac 3509s | 3509s | # Check for platform. 3509s | case `uname` in 3509s | MINGW*|MSYS*) 3509s | IS_WIN32="yes" 3509s | IS_BSD="no" 3509s | ;; 3509s | FreeBSD|NetBSD) 3509s | IS_WIN32="no" 3509s | IS_BSD="yes" 3509s | ;; 3509s | *) 3509s | IS_WIN32="no" 3509s | IS_BSD="no" 3509s | ;; 3509s | esac 3509s | 3509s | if test "$IS_WIN32" = yes; then 3509s | # enables legacy windows unicode printing needed for Python3 compatibility 3509s | # with the Python2 tests 3509s | PYTHONLEGACYWINDOWSFSENCODING=true 3509s | export PYTHONLEGACYWINDOWSFSENCODING 3509s | PYTHONLEGACYWINDOWSSTDIO=true 3509s | export PYTHONLEGACYWINDOWSSTDIO 3509s | fi 3509s | 3509s | # Check for CPU architecture 3509s | case `uname -m` in 3509s | aarch64) 3509s | IS_ARM64="yes" 3509s | ;; 3509s | *) 3509s | IS_ARM64="no" 3509s | ;; 3509s | esac 3509s | 3509s | # Check whether to run IPv6 tests. 3509s | $PYTHON3 -c ' 3509s | import errno 3509s | import socket 3509s | import sys 3509s | try: 3509s | socket.socket(family=socket.AF_INET6).bind(("::1", 0, 0, 0)) 3509s | except socket.error as e: 3509s | if e.errno == errno.EAFNOSUPPORT or errno.EADDRNOTAVAIL: 3509s | sys.exit(2) 3509s | raise 3509s | ' 3509s | case $? in 3509s | 0) HAVE_IPV6=yes ;; 3509s | 2) HAVE_IPV6=no ;; 3509s | *) echo "$0: unexpected error probing $PYTHON3 for IPv6 support" >&2 ;; 3509s | esac 3509s | 3509s | # Look for a python L7 library 'LIB' in the system. If it is found, defines 3509s | # HAVE_LIB="yes", otherwise HAVE_LIB="no" 3509s | find_l7_lib() 3509s | { 3509s | set +x 3509s | var=HAVE_`echo "$1" | tr '[a-z]' '[A-Z]'` 3509s | result=$($PYTHON3 $abs_top_srcdir/tests/test-l7.py --help | grep "$1") 3509s | if test "x${result}" != x; then 3509s | eval ${var}="yes" 3509s | else 3509s | eval ${var}="no" 3509s | fi 3509s | } 3509s | 3509s | # HAVE_FTP 3509s | find_l7_lib ftp 3509s | # HAVE_TFTP 3509s | find_l7_lib tftp 3509s | 3509s | # Look for a commnand in the system. If it is found, defines 3509s | # HAVE_COMMAND="yes", otherwise HAVE_COMMAND="no". 3509s | find_command() 3509s | { 3509s | which $1 > /dev/null 2>&1 3509s | status=$? 3509s | var=HAVE_`echo "$1" | tr '[a-z]' '[A-Z]'` 3509s | if test "$status" = "0"; then 3509s | eval ${var}="yes" 3509s | else 3509s | eval ${var}="no" 3509s | fi 3509s | } 3509s | 3509s | # Set HAVE_NC 3509s | find_command nc 3509s | 3509s | # Determine correct netcat option to quit on stdin EOF 3509s | if nc --version 2>&1 | grep -q nmap.org; then 3509s | # Nmap netcat 3509s | NC_EOF_OPT="--send-only -w 5" 3509s | else 3509s | # BSD netcat 3509s | NC_EOF_OPT="-q 1 -w 5" 3509s | fi 3509s | 3509s | # Set HAVE_TC 3509s | find_command tc 3509s | 3509s | # Set HAVE_TCPDUMP 3509s | find_command tcpdump 3509s | 3509s | # Set HAVE_LFTP 3509s | find_command lftp 3509s | 3509s | # Set HAVE_ETHTOOL 3509s | find_command ethtool 3509s | 3509s | # Set HAVE_IPTABLES 3509s | find_command iptables 3509s | 3509s | # Set HAVE_NFT 3509s | find_command nft 3509s | 3509s | CURL_OPT="-g -v --max-time 1 --retry 2 --retry-delay 1 --connect-timeout 1" 3509s | 3509s | # Determine whether "diff" supports "normal" diffs. (busybox diff does not.) 3509s | if echo xyzzy | diff /dev/null - | grep '^>' >/dev/null; then 3509s | DIFF_SUPPORTS_NORMAL_FORMAT=yes 3509s | else 3509s | DIFF_SUPPORTS_NORMAL_FORMAT=no 3509s | fi 3509s | 3509s | # Turn off proxies. 3509s | unset http_proxy 3509s | unset https_proxy 3509s | unset ftp_proxy 3509s | unset no_proxy 3509s | unset HTTP_PROXY 3509s | unset HTTPS_PROXY 3509s | unset FTP_PROXY 3509s | unset NO_PROXY 3509s | 3509s | # Prevent logging to syslog during tests. 3509s | OVS_SYSLOG_METHOD=null 3509s | export OVS_SYSLOG_METHOD 3509s | 3509s | # Set default timeout for control utils 3509s | OVS_CTL_TIMEOUT=30 3509s | export OVS_CTL_TIMEOUT 3509s | 3509s | # Add some default flags to make the tests run better under Address 3509s | # Sanitizer, if it was used for the build. 3509s | # 3509s | # We disable leak detection because otherwise minor leaks that don't 3509s | # matter break everything. 3509s | ASAN_OPTIONS=detect_leaks=0:abort_on_error=true:log_path=sanitizers:$ASAN_OPTIONS 3509s | export ASAN_OPTIONS 3509s | 3509s | # Add some default flags for UndefinedBehaviorSanitizer, if it was used 3509s | # for the build. 3509s | UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=t+ '[' -L /usr/bin/nc ']' 3509s + rm -f /usr/bin/nc 3509s + '[' dpdk = dpdk ']' 3509s + mv /etc/dpdk/dpdk.conf.bak /etc/dpdk/dpdk.conf 3509s mv: cannot stat '/etc/dpdk/dpdk.conf.bak': No such file or directory 3509s + systemctl restart dpdk 3509s Failed to restart dpdk.service: Unit dpdk.service not found. 3509s + update-alternatives --set ovs-vswitchd /usr/lib/openvswitch-switch/ovs-vswitchd 3509s + dirs +1 3509s + exit 77 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: checking for leaked background processes... 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: waiting for tee/cat subprocesses... 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: cleaning up... 3509s /tmp/autopkgtest.GlFz2E/wrapper.sh: Exit status: 77 3509s rue:log_path=sanitizers:$UBSAN_OPTIONS 3509s | export UBSAN_OPTIONS 3509s | 3509s | # Check whether Python test requirements are available. 3509s | REQUIREMENT_PATH=$abs_top_srcdir/python/test_requirements.txt $PYTHON3 -c ' 3509s | import os 3509s | import pathlib 3509s | import sys 3509s | 3509s | PACKAGING = True 3509s | try: 3509s | from packaging import requirements 3509s | from importlib import metadata 3509s | except ModuleNotFoundError: 3509s | PACKAGING = False 3509s | import pkg_resources 3509s | 3509s | with pathlib.Path(os.path.join(os.getenv("REQUIREMENT_PATH"))).open() as reqs: 3509s | if PACKAGING: 3509s | for req in reqs.readlines(): 3509s | try: 3509s | r = requirements.Requirement(req.strip()) 3509s | if metadata.version(r.name) not in r.specifier: 3509s | raise metadata.PackageNotFoundError 3509s | except metadata.PackageNotFoundError: 3509s | sys.exit(2) 3509s | else: 3509s | for req in pkg_resources.parse_requirements(reqs): 3509s | try: 3509s | pkg_resources.require(str(req)) 3509s | except pkg_resources.DistributionNotFound: 3509s | sys.exit(2) 3509s | ' 3509s | case $? in 3509s | 0) HAVE_PYTEST=yes ;; 3509s | 2) HAVE_PYTEST=no ;; 3509s | *) HAVE_PYTEST=no 3509s | echo "$0: unexpected error probing Python unit test requirements" >&2 ;; 3509s | esac 3509s 3509s ## ---------------- ## 3509s ## Tested programs. ## 3509s ## ---------------- ## 3509s 3509s ../../tests/system-userspace-testsuite.at:1: /usr/sbin/ovs-vswitchd --version 3509s ovs-vswitchd (Open vSwitch) 3.4.90 3509s 3509s ../../tests/system-userspace-testsuite.at:1: /usr/bin/ovs-vsctl --version 3509s ovs-vsctl (Open vSwitch) 3.4.90 3509s DB Schema 8.8.0 3509s 3509s ## ------------------ ## 3509s ## Running the tests. ## 3509s ## ------------------ ## 3509s system-userspace-testsuite: starting at: Wed Feb 19 13:10:39 UTC 2025 3509s 1. datapath - ping between two ports (system-traffic.at:3): ok (0m0.045s 0m0.080s) 3509s 2. datapath - http between two ports (system-traffic.at:26): ok (0m0.043s 0m0.078s) 3509s 3. datapath - ping between two ports on vlan (system-traffic.at:46): ok (0m0.054s 0m0.105s) 3509s 4. datapath - ping between two ports on cvlan (system-traffic.at:72): skipped (system-traffic.at:74) 3509s 5. datapath - ping6 between two ports (system-traffic.at:104): ok (0m0.054s 0m0.105s) 3509s 6. datapath - ping6 between two ports on vlan (system-traffic.at:132): ok (0m0.055s 0m0.104s) 3509s 7. datapath - ping6 between two ports on cvlan (system-traffic.at:163): skipped (system-traffic.at:165) 3509s 8. datapath - ping6 between two ports IPv6 later fragments (system-traffic.at:195): ok (0m0.055s 0m0.104s) 3509s 9. datapath - ping6 between two ports with header modify (system-traffic.at:229): ok (0m0.060s 0m0.111s) 3509s 10. datapath - ping over bond (system-traffic.at:273): ok (0m0.049s 0m0.091s) 3509s 11. datapath - ping over vxlan tunnel (system-traffic.at:298): ok (0m0.099s 0m0.097s) 3509s 12. datapath - tcp over vxlan tunnel with software fallback (system-traffic.at:358): skipped (system-traffic.at:365) 3509s 13. datapath - ping vlan over vxlan tunnel (system-traffic.at:450): ok (0m0.056s 0m0.090s) 3509s 14. datapath - ping over vxlan6 tunnel (system-traffic.at:497): ok (0m0.115s 0m0.104s) 3509s 15. datapath - ping over gre tunnel (system-traffic.at:559): skipped (system-traffic.at:560) 3509s 16. datapath - ping over ip6gre L2 tunnel (system-traffic.at:618): skipped (system-traffic.at:619) 3509s 17. datapath - ping over erspan v1 tunnel (system-traffic.at:658): skipped (system-traffic.at:659) 3509s 18. datapath - ping over erspan v2 tunnel (system-traffic.at:694): skipped (system-traffic.at:695) 3509s 19. datapath - ping over ip6erspan v1 tunnel (system-traffic.at:730): skipped (system-traffic.at:731) 3509s 20. datapath - ping over ip6erspan v2 tunnel (system-traffic.at:769): skipped (system-traffic.at:770) 3509s 21. datapath - ping over geneve tunnel (system-traffic.at:809): ok (0m0.096s 0m0.092s) 3509s 22. datapath - ping over geneve tunnel, delete flow regression (system-traffic.at:869): ok (0m0.050s 0m0.079s) 3509s 23. datapath - flow resume with geneve tun_metadata (system-traffic.at:923): ok (0m0.059s 0m0.100s) 3509s 24. datapath - ping over geneve6 tunnel (system-traffic.at:974): ok (0m0.101s 0m0.099s) 3509s 25. datapath - slow_action on geneve6 tunnel (system-traffic.at:1036): ok (0m0.104s 0m0.083s) 3509s 26. datapath - bridging two geneve tunnels (system-traffic.at:1083): ok (0m0.074s 0m0.123s) 3509s 27. datapath - handling of geneve corrupted metadata (system-traffic.at:1160): ok (0m0.064s 0m0.072s) 3509s 28. datapath - ping over gre tunnel by simulated packets (system-traffic.at:1192): skipped (system-traffic.at:1194) 3509s 29. datapath - ping over erspan v1 tunnel by simulated packets (system-traffic.at:1239): skipped (system-traffic.at:1241) 3509s 30. datapath - ping over erspan v2 tunnel by simulated packets (system-traffic.at:1288): skipped (system-traffic.at:1289) 3509s 31. datapath - ping over ip6erspan v1 tunnel by simulated packets (system-traffic.at:1341): skipped (system-traffic.at:1342) 3509s 32. datapath - ping over ip6erspan v2 tunnel by simulated packets (system-traffic.at:1396): skipped (system-traffic.at:1397) 3509s 33. datapath - ping over srv6 tunnel (system-traffic.at:1450): ok (0m0.063s 0m0.104s) 3509s 34. datapath - ping6 over srv6 tunnel (system-traffic.at:1511): ok (0m0.071s 0m0.125s) 3509s 35. datapath - clone action (system-traffic.at:1572): ok (0m0.045s 0m0.073s) 3509s 36. datapath - mpls actions (system-traffic.at:1606): ok (0m0.050s 0m0.078s) 3509s 37. datapath - multiple mpls label pop (system-traffic.at:1643): ok (0m0.048s 0m0.071s) 3509s 38. datapath - encap decap mpls actions (system-traffic.at:1681): ok (0m0.069s 0m0.075s) 3509s 39. datapath - encap decap mpls_mc actions (system-traffic.at:1721): ok (0m0.067s 0m0.070s) 3509s 40. datapath - multiple encap decap mpls actions (system-traffic.at:1761): ok (0m0.069s 0m0.074s) 3509s 41. datapath - multiple encap decap mpls_mc actions (system-traffic.at:1801): ok (0m0.073s 0m0.075s) 3509s 42. datapath - encap mpls pop mpls actions (system-traffic.at:1841): ok (0m0.070s 0m0.078s) 3509s 43. datapath - push mpls decap mpls actions (system-traffic.at:1885): ok (0m0.070s 0m0.081s) 3509s 44. datapath - basic truncate action (system-traffic.at:1929): ok (0m0.136s 0m0.103s) 3509s 45. datapath - truncate and output to gre tunnel by simulated packets (system-traffic.at:2044): skipped (system-traffic.at:2045) 3509s 46. datapath - truncate and output to gre tunnel (system-traffic.at:2175): skipped (system-traffic.at:2177) 3509s 47. datapath - configure cache size (system-traffic.at:2296): skipped (system-traffic.at:2299) 3509s 48. datapath - drop action (system-traffic.at:2332): ok (0m0.106s 0m0.154s) 3509s 49. datapath - simulated flow action update (system-traffic.at:2363): ok (0m0.058s 0m0.113s) 3509s 50. datapath - netdev offload software fallback (system-traffic.at:2426): ok (0m0.099s 0m0.091s) 3509s 51. datapath - Neighbor Discovery with loose match (system-traffic.at:2471): ok (0m0.191s 0m0.209s) 3509s 52. mpls - encap header dp-support (system-traffic.at:2539): ok (0m0.139s 0m0.121s) 3509s 53. mpls - encap header slow-path (system-traffic.at:2581): ok (0m0.133s 0m0.115s) 3509s 54. mpls_mc - encap header dp-support (system-traffic.at:2622): ok (0m0.136s 0m0.118s) 3509s 55. mpls_mc - encap header slow-path (system-traffic.at:2664): ok (0m0.134s 0m0.114s) 3509s 56. mpls - decap header dp-support (system-traffic.at:2705): ok (0m0.136s 0m0.118s) 3509s 57. mpls - decap header slow-path (system-traffic.at:2749): ok (0m0.139s 0m0.119s) 3509s 58. QoS - basic configuration (system-traffic.at:2794): ok (0m0.038s 0m0.050s) 3509s 59. QoS - 64bit (system-traffic.at:2847): ok (0m0.043s 0m0.069s) 3509s 60. Ingress Policing - 64-bit (system-traffic.at:2875): ok (0m0.031s 0m0.044s) 3509s 61. conntrack - controller (system-traffic.at:2898): ok (0m0.082s 0m0.063s) 3509s 62. conntrack - force commit (system-traffic.at:2944): ok (0m0.107s 0m0.080s) 3509s 63. conntrack - ct flush (system-traffic.at:3007): ok (0m1.019s 0m0.822s) 3509s 64. conntrack - IPv4 ping (system-traffic.at:3297): ok (0m0.058s 0m0.094s) 3509s 65. conntrack - get_nconns and get/set_maxconns (system-traffic.at:3339): ok (0m0.061s 0m0.096s) 3509s 66. conntrack - IPv6 ping (system-traffic.at:3424): ok (0m0.068s 0m0.118s) 3509s 67. conntrack - preserve registers (system-traffic.at:3478): ok (0m0.070s 0m0.112s) 3509s 68. conntrack - invalid (system-traffic.at:3519): ok (0m0.072s 0m0.120s) 3509s 69. conntrack - zones (system-traffic.at:3562): ok (0m0.076s 0m0.133s) 3509s 70. conntrack - zones from field (system-traffic.at:3610): ok (0m0.074s 0m0.130s) 3509s 71. conntrack - zones from other field (system-traffic.at:3657): ok (0m0.064s 0m0.101s) 3509s 73. conntrack - multiple bridges (system-traffic.at:3769): ok (0m0.066s 0m0.085s) 3509s 74. conntrack - multiple zones (system-traffic.at:3813): ok (0m0.056s 0m0.094s) 3509s 75. conntrack - multiple namespaces, internal ports (system-traffic.at:3850): skipped (system-traffic.at:3852) 3509s 76. conntrack - ct_mark (system-traffic.at:3893): ok (0m0.079s 0m0.142s) 3509s 77. conntrack - ct_mark bit-fiddling (system-traffic.at:3939): ok (0m0.057s 0m0.094s) 3509s 78. conntrack - ct_mark from register (system-traffic.at:3975): ok (0m0.079s 0m0.145s) 3509s 79. conntrack - ct_label (system-traffic.at:4020): ok (0m0.075s 0m0.136s) 3509s 80. conntrack - ct_label bit-fiddling (system-traffic.at:4060): ok (0m0.059s 0m0.090s) 3509s 81. conntrack - ct metadata, multiple zones (system-traffic.at:4096): ok (0m0.057s 0m0.089s) 3509s 82. conntrack - new connections (system-traffic.at:4135): ok (0m0.092s 0m0.086s) 3509s 83. conntrack - generic IP protocol (system-traffic.at:4185): ok (0m0.067s 0m0.069s) 3509s 84. conntrack - ICMP related (system-traffic.at:4214): ok (0m0.075s 0m0.077s) 3509s 85. conntrack - ICMP related to original direction (system-traffic.at:4250): ok (0m0.097s 0m0.081s) 3509s 86. conntrack - ICMP related 2 (system-traffic.at:4307): ok (0m0.092s 0m0.099s) 3509s 87. conntrack - ICMP related NAT with single port (system-traffic.at:4358): ok (0m0.115s 0m0.119s) 3509s 88. conntrack - IPv4 fragmentation (system-traffic.at:4395): ok (0m0.057s 0m0.075s) 3509s 89. conntrack - IPv4 fragmentation expiry (system-traffic.at:4434): ok (0m0.051s 0m0.068s) 3509s 90. conntrack - IPv4 fragmentation + vlan (system-traffic.at:4470): ok (0m0.058s 0m0.089s) 3509s 91. conntrack - IPv4 fragmentation + cvlan (system-traffic.at:4511): ok (0m0.065s 0m0.117s) 3509s 92. conntrack - IPv4 fragmentation incomplete reassembled packet (system-traffic.at:4564): ok (0m0.052s 0m0.072s) 3509s 93. conntrack - IPv4 fragmentation with fragments specified (system-traffic.at:4593): ok (0m0.040s 0m0.066s) 3509s 94. conntrack - IPv4 fragmentation out of order (system-traffic.at:4617): ok (0m0.041s 0m0.070s) 3509s 95. conntrack - IPv4 fragmentation overlapping fragments by 1 octet (system-traffic.at:4641): ok (0m0.040s 0m0.065s) 3509s 96. conntrack - IPv4 fragmentation overlapping fragments by 1 octet out of order (system-traffic.at:4665): ok (0m0.042s 0m0.075s) 3509s 97. conntrack - IPv6 fragmentation (system-traffic.at:4689): ok (0m0.061s 0m0.097s) 3509s 98. conntrack - IPv6 fragmentation expiry (system-traffic.at:4728): ok (0m0.058s 0m0.096s) 3509s 99. conntrack - IPv6 fragmentation + vlan (system-traffic.at:4768): ok (0m0.063s 0m0.106s) 3509s 100. conntrack - IPv6 fragmentation + cvlan (system-traffic.at:4810): ok (0m0.075s 0m0.146s) 3509s 101. conntrack - IPv6 fragmentation incomplete reassembled packet (system-traffic.at:4863): ok (0m0.041s 0m0.071s) 3509s 102. conntrack - IPv6 fragmentation with fragments specified (system-traffic.at:4885): ok (0m0.041s 0m0.071s) 3509s 103. conntrack - IPv6 fragmentation out of order (system-traffic.at:4909): ok (0m0.043s 0m0.078s) 3509s 104. conntrack - IPv6 fragmentation, multiple extension headers (system-traffic.at:4933): ok (0m0.043s 0m0.073s) 3509s 105. conntrack - IPv6 fragmentation, multiple extension headers + out of order (system-traffic.at:4958): ok (0m0.044s 0m0.076s) 3509s 106. conntrack - IPv6 fragmentation, multiple extension headers 2 (system-traffic.at:4983): ok (0m0.041s 0m0.072s) 3509s 107. conntrack - IPv6 fragmentation, multiple extension headers 2 + out of order (system-traffic.at:5008): ok (0m0.042s 0m0.072s) 3509s 108. conntrack - Fragmentation over vxlan (system-traffic.at:5033): skipped (system-traffic.at:5036) 3509s 109. conntrack - IPv6 Fragmentation over vxlan (system-traffic.at:5086): skipped (system-traffic.at:5089) 3509s 110. conntrack - IPv4 Fragmentation + NAT (system-traffic.at:5146): ok (0m0.040s 0m0.069s) 3509s 111. conntrack - resubmit to ct multiple times (system-traffic.at:5186): ok (0m0.042s 0m0.073s) 3509s 112. conntrack - zone-based timeout policy (system-traffic.at:5225): ok (0m1.217s 0m0.732s) 3509s 113. conntrack - SCTP SNAT with port range (system-traffic.at:5332): ok (0m0.132s 0m0.093s) 3509s 114. conntrack - fragment reassembly with L3 L4 protocol information (system-traffic.at:5407): skipped (system-traffic.at:5409) 3509s 115. conntrack - IPv4 HTTP (system-traffic.at:5436): ok (0m0.059s 0m0.103s) 3509s 116. conntrack - IPv6 HTTP (system-traffic.at:5473): ok (0m0.058s 0m0.099s) 3509s 117. conntrack - commit, recirc (system-traffic.at:5515): ok (0m0.072s 0m0.125s) 3509s 118. conntrack - multiple zones, local (system-traffic.at:5556): skipped (system-traffic.at:5557) 3509s 119. conntrack - multi-stage pipeline, local (system-traffic.at:5607): skipped (system-traffic.at:5608) 3509s 120. conntrack - limit by zone (system-traffic.at:5680): ok (0m0.460s 0m0.277s) 3509s 121. FTP - no conntrack (system-traffic.at:5967): ok (0m0.054s 0m0.083s) 3509s 122. conntrack - FTP (system-traffic.at:5996): ok (0m0.103s 0m0.159s) 3509s 123. conntrack - FTP non-standard port (system-traffic.at:6102): ok (0m0.106s 0m0.169s) 3509s 124. conntrack - FTP with expectation dump (system-traffic.at:6208): ok (0m0.060s 0m0.098s) 3509s 125. conntrack - FTP over IPv6 (system-traffic.at:6252): ok (0m0.054s 0m0.082s) 3509s 126. conntrack - IPv6 FTP Passive (system-traffic.at:6307): ok (0m0.057s 0m0.089s) 3509s 127. conntrack - FTP with multiple expectations (system-traffic.at:6366): ok (0m0.064s 0m0.107s) 3509s 128. conntrack - TFTP (system-traffic.at:6432): skipped (system-traffic.at:6433) 3509s 129. conntrack - simple SNAT (system-traffic.at:6508): ok (0m0.054s 0m0.084s) 3509s 130. conntrack - SNAT with ct_mark change on reply (system-traffic.at:6554): ok (0m0.053s 0m0.079s) 3509s 131. conntrack - SNAT with port range (system-traffic.at:6597): ok (0m0.054s 0m0.082s) 3509s 132. conntrack - SNAT with port range using ICMP (system-traffic.at:6644): ok (0m0.051s 0m0.071s) 3509s 134. conntrack - more complex SNAT (system-traffic.at:6754): ok (0m0.053s 0m0.079s) 3509s 135. conntrack - all-zero IP SNAT (system-traffic.at:6807): ok (0m0.120s 0m0.088s) 3509s 136. conntrack - simple DNAT (system-traffic.at:6852): ok (0m0.056s 0m0.086s) 3509s 137. conntrack - DNAT with additional SNAT (system-traffic.at:6907): ok (0m0.055s 0m0.084s) 3509s 138. conntrack - more complex DNAT (system-traffic.at:6942): ok (0m0.057s 0m0.088s) 3509s 139. conntrack - ICMP related with NAT (system-traffic.at:7003): ok (0m0.081s 0m0.088s) 3509s 140. conntrack - ICMP related with SNAT (system-traffic.at:7071): skipped (system-traffic.at:7074) 3509s 141. conntrack - FTP SNAT prerecirc (system-traffic.at:7270): skipped (system-traffic.at:7270) 3509s 142. conntrack - FTP SNAT prerecirc seqadj (system-traffic.at:7281): skipped (system-traffic.at:7281) 3509s 143. conntrack - FTP SNAT postrecirc (system-traffic.at:7336): skipped (system-traffic.at:7336) 3509s 144. conntrack - FTP SNAT postrecirc seqadj (system-traffic.at:7347): skipped (system-traffic.at:7347) 3509s 145. conntrack - FTP SNAT orig tuple (system-traffic.at:7467): skipped (system-traffic.at:7467) 3509s 146. conntrack - FTP SNAT orig tuple seqadj (system-traffic.at:7471): skipped (system-traffic.at:7471) 3509s 147. conntrack - IPv4 FTP Passive with SNAT (system-traffic.at:7473): ok (0m0.056s 0m0.086s) 3509s 148. conntrack - IPv4 FTP Passive with DNAT (system-traffic.at:7533): ok (0m0.056s 0m0.085s) 3509s 149. conntrack - IPv4 FTP Passive with DNAT 2 (system-traffic.at:7593): ok (0m0.055s 0m0.085s) 3509s 150. conntrack - IPv4 FTP Active with DNAT (system-traffic.at:7653): ok (0m0.056s 0m0.086s) 3509s 151. conntrack - IPv4 FTP Active with DNAT with reverse skew (system-traffic.at:7713): ok (0m0.055s 0m0.086s) 3509s 152. conntrack - IPv6 HTTP with SNAT (system-traffic.at:7773): ok (0m0.071s 0m0.125s) 3509s 153. conntrack - IPv6 HTTP with DNAT (system-traffic.at:7817): ok (0m0.069s 0m0.126s) 3509s 154. conntrack - IPv6 ICMP6 Related with SNAT (system-traffic.at:7861): ok (0m0.091s 0m0.124s) 3509s 155. conntrack - ICMPv6 related NAT with single port (system-traffic.at:7915): ok (0m0.114s 0m0.112s) 3509s 156. conntrack - IPv6 FTP with SNAT (system-traffic.at:7952): ok (0m0.070s 0m0.123s) 3509s 157. conntrack - IPv6 FTP Passive with SNAT (system-traffic.at:8012): ok (0m0.069s 0m0.121s) 3509s 158. conntrack - IPv6 FTP with SNAT - orig tuple (system-traffic.at:8073): ok (0m0.063s 0m0.105s) 3509s 159. conntrack - IPv4 TFTP with SNAT (system-traffic.at:8133): skipped (system-traffic.at:8134) 3509s 160. conntrack - DNAT load balancing (system-traffic.at:8197): ok (0m0.167s 0m0.294s) 3509s 161. conntrack - DNAT load balancing with NC (system-traffic.at:8284): ok (0m0.550s 0m0.262s) 3509s 162. conntrack - floating IP (system-traffic.at:8372): ok (0m0.103s 0m0.092s) 3509s 163. conntrack - negative test for recirculation optimization (system-traffic.at:8445): ok (0m0.079s 0m0.093s) 3509s 164. conntrack - Multiple ICMP traverse (system-traffic.at:8508): ok (0m0.100s 0m0.097s) 3509s 165. conntrack - can match and clear ct_state from outside OVS (system-traffic.at:8560): skipped (system-traffic.at:8561) 3509s 166. conntrack - ICMP from different source related with NAT (system-traffic.at:8608): ok (0m0.204s 0m0.178s) 3509s 167. conntrack - Flush many conntrack entries by port (system-traffic.at:8715): ok (0m0.307s 0m0.157s) 3509s 168. IGMP - flood under normal action (system-traffic.at:8764): ok (0m0.064s 0m0.079s) 3509s 169. IGMP - forward with ICMP (system-traffic.at:8788): ok (0m0.085s 0m0.086s) 3509s 170. 802.1ad - vlan_limit (system-traffic.at:8843): ok (0m0.052s 0m0.094s) 3509s 171. 802.1ad - push/pop outer 802.1ad (system-traffic.at:8873): ok (0m0.100s 0m0.108s) 3509s 172. 802.1ad - push/pop outer 802.1q (system-traffic.at:8929): ok (0m0.098s 0m0.102s) 3509s 173. 802.1ad - 802.1q tunnel (system-traffic.at:8985): ok (0m0.086s 0m0.143s) 3509s 174. 802.1ad - double vlan match (system-traffic.at:9047): ok (0m0.067s 0m0.103s) 3509s 175. nsh - encap header (system-traffic.at:9085): ok (0m0.131s 0m0.110s) 3509s 176. nsh - decap header (system-traffic.at:9125): ok (0m0.128s 0m0.107s) 3509s 177. nsh - replace header (system-traffic.at:9167): ok (0m0.133s 0m0.125s) 3509s 178. nsh - forward (system-traffic.at:9218): ok (0m0.232s 0m0.183s) 3509s 179. psample - sanity check (system-traffic.at:9287): skipped (system-traffic.at:9289) 3509s 180. psample - sanity check IPv6 (system-traffic.at:9338): skipped (system-traffic.at:9340) 3509s 181. psample - slow (system-traffic.at:9387): skipped (system-traffic.at:9389) 3509s 182. psample - slow with probability (system-traffic.at:9447): skipped (system-traffic.at:9449) 3509s 183. psample - with IPFIX (system-traffic.at:9506): skipped (system-traffic.at:9508) 3509s 184. psample - from ct label (system-traffic.at:9587): skipped (system-traffic.at:9590) 3509s 185. layer3 - ping over VXLAN-GPE (system-layer3-tunnels.at:3): ok (0m0.051s 0m0.086s) 3509s 186. layer3 - ping over GRE (system-layer3-tunnels.at:52): ok (0m0.053s 0m0.089s) 3509s 187. layer3 - ping over MPLS Bareudp (system-layer3-tunnels.at:101): skipped (system-layer3-tunnels.at:102) 3509s 188. layer3 - ping over Bareudp (system-layer3-tunnels.at:149): skipped (system-layer3-tunnels.at:150) 3509s 189. interface - add delete add same interface (system-interface.at:5): ok (0m0.025s 0m0.032s) 3509s 190. interface - add route to br and verify clean-up (system-interface.at:30): ok (0m0.029s 0m0.039s) 3509s 191. interface - datapath ports garbage collection (system-interface.at:67): skipped (system-interface.at:72) 3509s 192. interface - datapath port rename (system-interface.at:126): skipped (system-interface.at:130) 3509s 193. interface - current speed (system-interface.at:183): ok (0m0.028s 0m0.037s) 3509s 194. ptap - triangle bridge setup with L2 and L3 GRE tunnels (system-userspace-packet-type-aware.at:3): ok (0m0.223s 0m0.366s) 3509s 195. ovs-route - add/remove system route (system-route.at:4): ok (0m0.025s 0m0.039s) 3509s 196. ovs-route - add system route with src - ipv4 (system-route.at:29): ok (0m0.024s 0m0.037s) 3509s 197. ovs-route - add system route with src - ipv6 (system-route.at:47): ok (0m0.034s 0m0.070s) 3509s 198. ovs-route - route tables (system-route.at:69): ok (0m0.040s 0m0.082s) 3509s system-userspace-testsuite: ending at: Wed Feb 19 13:19:03 UTC 2025 3509s system-userspace-testsuite: test suite duration: 0h 8m 24s 3509s 3509s ## ------------- ## 3509s ## Test results. ## 3509s ## ------------- ## 3509s 3509s 153 tests were successful. 3509s 43 tests were skipped. 3509s autopkgtest: DBG: testbed command exited with code 77 3510s autopkgtest [13:19:09]: test dpdk: -----------------------] 3510s autopkgtest: DBG: testbed executing test finished with exit status 77 3510s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/dpdk-stdout /tmp/autopkgtest-work.jqdnc4lc/out/dpdk-stdout 3510s autopkgtest: DBG: got reply from testbed: ok 3510s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/dpdk-stderr /tmp/autopkgtest-work.jqdnc4lc/out/dpdk-stderr 3510s autopkgtest: DBG: got reply from testbed: ok 3510s dpdk SKIP exit status 77 and marked as skippable 3510s autopkgtest [13:19:09]: test dpdk: - - - - - - - - - - results - - - - - - - - - - 3510s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/dpdk-artifacts/ /tmp/autopkgtest-work.jqdnc4lc/out/artifacts/ 3510s autopkgtest: DBG: got reply from testbed: ok 3510s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.GlFz2E/dpdk-artifacts', '/tmp/autopkgtest.GlFz2E/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 3510s autopkgtest: DBG: testbed command exited with code 0 3510s autopkgtest [13:19:09]: test python-extension: preparing testbed 3510s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch', 'conntrack', 'curl', 'dpdk-dev [amd64 i386 ppc64el arm64 riscv64]', 'ethtool', 'net-tools', 'ncat', 'python3-pyftpdlib', 'tcpdump', 'wget'], deps_new=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch'] 3510s autopkgtest: DBG: testbed reset 3510s autopkgtest: DBG: sending command to testbed: revert 3654s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.GlFz2E 3654s autopkgtest: DBG: sending command to testbed: print-execute-command 3654s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.0rwts9oh/runcmd 3654s autopkgtest: DBG: sending command to testbed: capabilities 3654s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu ok reboot revert revert-full-system root-on-testbed isolation-machine 3654s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'ok', 'reboot', 'revert', 'revert-full-system', 'root-on-testbed', 'isolation-machine', 'has_internet'] 3654s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 3654s autopkgtest: DBG: testbed command exited with code 0 3654s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.GlFz2E/wrapper.sh 3654s autopkgtest: DBG: got reply from testbed: ok 3654s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/wrapper.sh'], kind short, sout raw, serr pipe, env [] 3654s autopkgtest: DBG: testbed command exited with code 0 3654s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 3654s autopkgtest: DBG: testbed command exited with code 0 3654s autopkgtest [13:21:33]: testbed dpkg architecture: s390x 3654s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 3655s autopkgtest: DBG: testbed command exited with code 0 3655s autopkgtest [13:21:34]: testbed apt version: 2.9.30 3655s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 3655s autopkgtest: DBG: testbed command exited with code 0 3655s autopkgtest: DBG: testbed has eatmydata 3655s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 3655s autopkgtest: DBG: testbed command exited with code 0 3655s autopkgtest [13:21:34]: @@@@@@@@@@@@@@@@@@@@ test bed setup 3655s 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 [] 3655s autopkgtest: DBG: testbed command exited with code 0 3655s autopkgtest [13:21:34]: testbed release detected to be: plucky 3655s 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 [] 3655s autopkgtest: DBG: testbed command exited with code 0 3655s 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 [] 3655s autopkgtest: DBG: testbed command exited with code 0 3655s autopkgtest: DBG: adding APT source: Types: deb deb-src 3655s URIs: http://ftpmaster.internal/ubuntu/ 3655s Suites: plucky-proposed 3655s Components: main restricted universe multiverse 3655s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 3655s 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 [] 3656s autopkgtest: DBG: testbed command exited with code 0 3656s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 3656s Package: * 3656s Pin: release plucky-proposed 3656s Pin-Priority: 500 3656s 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 [] 3656s autopkgtest: DBG: testbed command exited with code 0 3656s autopkgtest [13:21:35]: updating testbed package index (apt update) 3656s 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'] 3656s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 3656s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 3656s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 3656s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 3657s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [744 kB] 3657s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 3657s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 3657s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 3657s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [104 kB] 3657s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 3657s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [653 kB] 3657s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 3657s Fetched 1711 kB in 1s (1771 kB/s) 3658s Reading package lists... 3658s autopkgtest: DBG: testbed command exited with code 0 3658s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 3658s Package: * 3658s Pin: release plucky-proposed 3658s Pin-Priority: 100 3658s 3658s Package: src:sphinx:any 3658s Pin: release plucky-proposed 3658s Pin-Priority: 995 3658s 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 [] 3658s autopkgtest: DBG: testbed command exited with code 0 3658s 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.GlFz2E/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 3658s autopkgtest: DBG: testbed command exited with code 0 3658s 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'] 3658s + lsb_release --codename --short 3658s + RELEASE=plucky 3658s + cat 3658s + [ plucky != trusty ] 3658s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 3658s Reading package lists... 3658s Building dependency tree... 3658s Reading state information... 3658s Calculating upgrade... 3659s The following packages were automatically installed and are no longer required: 3659s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 3659s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 3659s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 3659s linux-tools-6.11.0-8-generic 3659s Use 'sudo apt autoremove' to remove them. 3659s The following packages will be upgraded: 3659s iproute2 libgpgme11t64 liblsof0 libp11-kit0 lsof sysvinit-utils 3659s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3659s Need to get 1982 kB of archives. 3659s After this operation, 22.5 kB of additional disk space will be used. 3659s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x sysvinit-utils s390x 3.14-1ubuntu1 [36.0 kB] 3659s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 3659s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 3659s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 3659s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 3659s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.2-1ubuntu1 [154 kB] 3659s Preconfiguring packages ... 3659s Fetched 1982 kB in 1s (3247 kB/s) 3660s (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.) 3660s Preparing to unpack .../sysvinit-utils_3.14-1ubuntu1_s390x.deb ... 3660s Unpacking sysvinit-utils (3.14-1ubuntu1) over (3.08-6ubuntu3) ... 3660s Setting up sysvinit-utils (3.14-1ubuntu1) ... 3660s (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.) 3660s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 3660s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 3660s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 3660s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 3660s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 3660s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 3660s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 3660s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 3660s Preparing to unpack .../libgpgme11t64_1.24.2-1ubuntu1_s390x.deb ... 3660s Unpacking libgpgme11t64:s390x (1.24.2-1ubuntu1) over (1.24.1-4ubuntu1) ... 3660s Setting up liblsof0 (4.99.4+dfsg-1) ... 3660s Setting up iproute2 (6.13.0-1ubuntu1) ... 3660s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 3660s Setting up lsof (4.99.4+dfsg-1) ... 3660s Setting up libgpgme11t64:s390x (1.24.2-1ubuntu1) ... 3660s Processing triggers for man-db (2.13.0-1) ... 3661s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3661s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 3661s + /usr/lib/apt/apt-helper analyze-pattern ?true 3661s + uname -r 3661s + sed s/\./\\./g 3661s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 3661s + apt list ?obsolete 3661s + tail -n+2 3661s + cut -d/ -f1 3661s + grep -v ^linux-.*6\.12\.0-15-generic.* 3661s + true 3661s + obsolete_pkgs= 3661s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 3661s Reading package lists... 3661s Building dependency tree... 3661s Reading state information... 3662s The following packages will be REMOVED: 3662s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 3662s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 3662s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 3662s linux-tools-6.11.0-8-generic* 3662s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 3662s After this operation, 167 MB disk space will be freed. 3662s (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.) 3662s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 3662s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 3662s Removing libpython3.12t64:s390x (3.12.9-1) ... 3662s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 3662s Removing libnsl2:s390x (1.3.0-3build3) ... 3662s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 3662s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 3662s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 3663s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 3663s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3663s (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.) 3663s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 3663s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 3663s + grep -q trusty /etc/lsb-release 3663s + [ ! -d /usr/share/doc/unattended-upgrades ] 3663s + [ ! -d /usr/share/doc/lxd ] 3663s + [ ! -d /usr/share/doc/lxd-client ] 3663s + [ ! -d /usr/share/doc/snapd ] 3663s + type iptables 3663s + cat 3663s + chmod 755 /etc/rc.local 3663s + . /etc/rc.local 3663s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 3663s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 3663s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 3663s + uname -m 3663s + [ s390x = ppc64le ] 3663s + [ -d /run/systemd/system ] 3663s + systemd-detect-virt --quiet --vm 3663s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 3663s + cat 3663s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 3663s + echo COMPRESS=lz4 3663s autopkgtest: DBG: testbed command exited with code 0 3663s autopkgtest [13:21:42]: upgrading testbed (apt dist-upgrade and autopurge) 3663s 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'] 3664s Reading package lists... 3664s Building dependency tree... 3664s Reading state information... 3664s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 3664s Starting 2 pkgProblemResolver with broken count: 0 3664s Done 3664s Entering ResolveByKeep 3664s 3664s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3664s autopkgtest: DBG: testbed command exited with code 0 3664s 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'] 3665s Reading package lists... 3665s Building dependency tree... 3665s Reading state information... 3665s Starting pkgProblemResolver with broken count: 0 3665s Starting 2 pkgProblemResolver with broken count: 0 3665s Done 3665s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3665s autopkgtest: DBG: testbed command exited with code 0 3665s 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.GlFz2E/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 3665s autopkgtest: DBG: testbed command exited with code 1 3665s autopkgtest [13:21:44]: rebooting testbed after setup commands that affected boot 3665s autopkgtest: DBG: sending command to testbed: reboot 3685s autopkgtest: DBG: got reply from testbed: ok 3685s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 3685s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 3685s autopkgtest: DBG: testbed command exited with code 0 3685s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.GlFz2E/autopkgtest-reboot 3685s autopkgtest: DBG: got reply from testbed: ok 3685s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3685s autopkgtest: DBG: testbed command exited with code 0 3685s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3686s autopkgtest: DBG: testbed command exited with code 0 3686s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3686s autopkgtest: DBG: testbed command exited with code 0 3686s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 3686s autopkgtest: DBG: testbed command exited with code 0 3686s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare 3686s autopkgtest: DBG: got reply from testbed: ok 3686s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3686s autopkgtest: DBG: testbed command exited with code 0 3686s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3687s autopkgtest: DBG: testbed command exited with code 0 3687s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 3687s autopkgtest: DBG: testbed command exited with code 0 3687s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.GlFz2E/testbed-packages"], kind short, sout raw, serr pipe, env [] 3687s autopkgtest: DBG: testbed command exited with code 0 3687s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/testbed-packages /tmp/autopkgtest-work.jqdnc4lc/out/testbed-packages 3688s autopkgtest: DBG: got reply from testbed: ok 3688s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 3688s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 3688s autopkgtest: DBG: testbed command exited with code 0 3688s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.GlFz2E/autopkgtest-reboot 3689s autopkgtest: DBG: got reply from testbed: ok 3689s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3689s autopkgtest: DBG: testbed command exited with code 0 3689s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3689s autopkgtest: DBG: testbed command exited with code 0 3689s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3689s autopkgtest: DBG: testbed command exited with code 0 3689s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E'], kind short, sout raw, serr pipe, env [] 3689s autopkgtest: DBG: testbed command exited with code 0 3689s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare 3690s autopkgtest: DBG: got reply from testbed: ok 3690s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3690s autopkgtest: DBG: testbed command exited with code 0 3690s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.GlFz2E/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3690s autopkgtest: DBG: testbed command exited with code 0 3690s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 3690s autopkgtest: DBG: testbed command exited with code 0 3690s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 3690s autopkgtest: DBG: install_deps: deps_new=['openvswitch-common', 'openvswitch-doc', 'openvswitch-ipsec', 'openvswitch-pki', 'openvswitch-source', 'openvswitch-switch', 'openvswitch-test', 'openvswitch-testcontroller', 'openvswitch-vtep', 'python3-openvswitch'] 3690s autopkgtest: DBG: install-deps: satisfying openvswitch-common, openvswitch-doc, openvswitch-ipsec, openvswitch-pki, openvswitch-source, openvswitch-switch, openvswitch-test, openvswitch-testcontroller, openvswitch-vtep, python3-openvswitch 3690s autopkgtest: DBG: can use apt-get on testbed: True 3690s 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', 'openvswitch-common, openvswitch-doc, openvswitch-ipsec, openvswitch-pki, openvswitch-source, openvswitch-switch, openvswitch-test, openvswitch-testcontroller, openvswitch-vtep, python3-openvswitch'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 3690s Reading package lists... 3690s Building dependency tree... 3690s Reading state information... 3691s Starting pkgProblemResolver with broken count: 0 3691s Starting 2 pkgProblemResolver with broken count: 0 3691s Done 3691s The following NEW packages will be installed: 3691s libevent-2.1-7t64 libjs-jquery libjs-sphinxdoc libjs-underscore 3691s libstrongswan libunbound8 libxdp1 openvswitch-common openvswitch-doc 3691s openvswitch-ipsec openvswitch-pki openvswitch-source openvswitch-switch 3691s openvswitch-test openvswitch-testcontroller openvswitch-vtep python3-automat 3691s python3-constantly python3-hamcrest python3-hyperlink python3-incremental 3691s python3-netifaces python3-openvswitch python3-packaging python3-pyasn1 3691s python3-pyasn1-modules python3-service-identity python3-sortedcontainers 3691s python3-twisted python3-zope.interface strongswan strongswan-charon 3691s strongswan-libcharon strongswan-starter 3691s 0 upgraded, 34 newly installed, 0 to remove and 0 not upgraded. 3691s Need to get 15.8 MB of archives. 3691s After this operation, 144 MB of additional disk space will be used. 3691s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-2.1-7t64 s390x 2.1.12-stable-10 [145 kB] 3691s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libunbound8 s390x 1.22.0-1ubuntu1 [462 kB] 3691s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x openvswitch-common s390x 3.5.0~git20241129.2af7cef-2build1 [1122 kB] 3692s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netifaces s390x 0.11.0-2build4 [18.2 kB] 3692s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sortedcontainers all 2.4.0-2 [27.6 kB] 3692s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libxdp1 s390x 1.5.1-1ubuntu1 [60.5 kB] 3692s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3-openvswitch s390x 3.5.0~git20241129.2af7cef-2build1 [1083 kB] 3692s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x openvswitch-switch s390x 3.5.0~git20241129.2af7cef-2build1 [1722 kB] 3692s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libstrongswan s390x 5.9.13-2ubuntu4 [439 kB] 3692s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x strongswan-libcharon s390x 5.9.13-2ubuntu4 [295 kB] 3692s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x strongswan-charon s390x 5.9.13-2ubuntu4 [23.3 kB] 3692s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x strongswan-starter s390x 5.9.13-2ubuntu4 [158 kB] 3692s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x strongswan all 5.9.13-2ubuntu4 [18.5 kB] 3692s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-ipsec s390x 3.5.0~git20241129.2af7cef-2build1 [26.8 kB] 3692s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 3692s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 3692s Get:17 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 3692s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x openvswitch-doc all 3.5.0~git20241129.2af7cef-2build1 [1107 kB] 3692s Get:19 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-source all 3.5.0~git20241129.2af7cef-2build1 [5351 kB] 3692s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x python3-automat all 24.8.1-1 [35.5 kB] 3692s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x python3-constantly all 23.10.4-2 [13.9 kB] 3692s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x python3-hamcrest all 2.1.0-1 [28.1 kB] 3692s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x python3-hyperlink all 21.0.0-6 [68.0 kB] 3692s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 3692s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x python3-incremental all 24.7.2-3 [18.6 kB] 3692s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pyasn1 all 0.6.0-1 [57.8 kB] 3692s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pyasn1-modules all 0.4.1-1 [80.2 kB] 3692s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x python3-service-identity all 24.1.0-1 [11.2 kB] 3692s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x python3-zope.interface s390x 7.2-1 [140 kB] 3692s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x python3-twisted all 24.11.0-1 [2066 kB] 3692s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-pki all 3.5.0~git20241129.2af7cef-2build1 [13.3 kB] 3692s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-test all 3.5.0~git20241129.2af7cef-2build1 [85.0 kB] 3692s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-testcontroller s390x 3.5.0~git20241129.2af7cef-2build1 [311 kB] 3692s Get:34 http://ftpmaster.internal/ubuntu plucky/universe s390x openvswitch-vtep s390x 3.5.0~git20241129.2af7cef-2build1 [237 kB] 3693s Preconfiguring packages ... 3693s Fetched 15.8 MB in 1s (11.3 MB/s) 3693s Selecting previously unselected package libevent-2.1-7t64:s390x. 3693s (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.) 3693s Preparing to unpack .../00-libevent-2.1-7t64_2.1.12-stable-10_s390x.deb ... 3693s Unpacking libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 3693s Selecting previously unselected package libunbound8:s390x. 3693s Preparing to unpack .../01-libunbound8_1.22.0-1ubuntu1_s390x.deb ... 3693s Unpacking libunbound8:s390x (1.22.0-1ubuntu1) ... 3693s Selecting previously unselected package openvswitch-common. 3693s Preparing to unpack .../02-openvswitch-common_3.5.0~git20241129.2af7cef-2build1_s390x.deb ... 3693s Unpacking openvswitch-common (3.5.0~git20241129.2af7cef-2build1) ... 3693s Selecting previously unselected package python3-netifaces:s390x. 3693s Preparing to unpack .../03-python3-netifaces_0.11.0-2build4_s390x.deb ... 3693s Unpacking python3-netifaces:s390x (0.11.0-2build4) ... 3693s Selecting previously unselected package python3-sortedcontainers. 3693s Preparing to unpack .../04-python3-sortedcontainers_2.4.0-2_all.deb ... 3693s Unpacking python3-sortedcontainers (2.4.0-2) ... 3693s Selecting previously unselected package libxdp1:s390x. 3693s Preparing to unpack .../05-libxdp1_1.5.1-1ubuntu1_s390x.deb ... 3693s Unpacking libxdp1:s390x (1.5.1-1ubuntu1) ... 3693s Selecting previously unselected package python3-openvswitch. 3693s Preparing to unpack .../06-python3-openvswitch_3.5.0~git20241129.2af7cef-2build1_s390x.deb ... 3693s Unpacking python3-openvswitch (3.5.0~git20241129.2af7cef-2build1) ... 3693s Selecting previously unselected package openvswitch-switch. 3693s Preparing to unpack .../07-openvswitch-switch_3.5.0~git20241129.2af7cef-2build1_s390x.deb ... 3693s Unpacking openvswitch-switch (3.5.0~git20241129.2af7cef-2build1) ... 3693s Selecting previously unselected package libstrongswan. 3693s Preparing to unpack .../08-libstrongswan_5.9.13-2ubuntu4_s390x.deb ... 3693s Unpacking libstrongswan (5.9.13-2ubuntu4) ... 3693s Selecting previously unselected package strongswan-libcharon. 3693s Preparing to unpack .../09-strongswan-libcharon_5.9.13-2ubuntu4_s390x.deb ... 3693s Unpacking strongswan-libcharon (5.9.13-2ubuntu4) ... 3693s Selecting previously unselected package strongswan-charon. 3693s Preparing to unpack .../10-strongswan-charon_5.9.13-2ubuntu4_s390x.deb ... 3693s Unpacking strongswan-charon (5.9.13-2ubuntu4) ... 3693s Selecting previously unselected package strongswan-starter. 3693s Preparing to unpack .../11-strongswan-starter_5.9.13-2ubuntu4_s390x.deb ... 3693s Unpacking strongswan-starter (5.9.13-2ubuntu4) ... 3693s Selecting previously unselected package strongswan. 3693s Preparing to unpack .../12-strongswan_5.9.13-2ubuntu4_all.deb ... 3693s Unpacking strongswan (5.9.13-2ubuntu4) ... 3693s Selecting previously unselected package openvswitch-ipsec. 3693s Preparing to unpack .../13-openvswitch-ipsec_3.5.0~git20241129.2af7cef-2build1_s390x.deb ... 3693s Unpacking openvswitch-ipsec (3.5.0~git20241129.2af7cef-2build1) ... 3693s Selecting previously unselected package libjs-jquery. 3693s Preparing to unpack .../14-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 3693s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 3693s Selecting previously unselected package libjs-underscore. 3693s Preparing to unpack .../15-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 3693s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 3693s Selecting previously unselected package libjs-sphinxdoc. 3693s Preparing to unpack .../16-libjs-sphinxdoc_8.1.3-5_all.deb ... 3693s Unpacking libjs-sphinxdoc (8.1.3-5) ... 3693s Selecting previously unselected package openvswitch-doc. 3693s Preparing to unpack .../17-openvswitch-doc_3.5.0~git20241129.2af7cef-2build1_all.deb ... 3693s Unpacking openvswitch-doc (3.5.0~git20241129.2af7cef-2build1) ... 3693s Selecting previously unselected package openvswitch-source. 3693s Preparing to unpack .../18-openvswitch-source_3.5.0~git20241129.2af7cef-2build1_all.deb ... 3693s Unpacking openvswitch-source (3.5.0~git20241129.2af7cef-2build1) ... 3693s Selecting previously unselected package python3-automat. 3693s Preparing to unpack .../19-python3-automat_24.8.1-1_all.deb ... 3693s Unpacking python3-automat (24.8.1-1) ... 3693s Selecting previously unselected package python3-constantly. 3693s Preparing to unpack .../20-python3-constantly_23.10.4-2_all.deb ... 3693s Unpacking python3-constantly (23.10.4-2) ... 3693s Selecting previously unselected package python3-hamcrest. 3693s Preparing to unpack .../21-python3-hamcrest_2.1.0-1_all.deb ... 3693s Unpacking python3-hamcrest (2.1.0-1) ... 3693s Selecting previously unselected package python3-hyperlink. 3693s Preparing to unpack .../22-python3-hyperlink_21.0.0-6_all.deb ... 3693s Unpacking python3-hyperlink (21.0.0-6) ... 3693s Selecting previously unselected package python3-packaging. 3693s Preparing to unpack .../23-python3-packaging_24.2-1_all.deb ... 3693s Unpacking python3-packaging (24.2-1) ... 3693s Selecting previously unselected package python3-incremental. 3693s Preparing to unpack .../24-python3-incremental_24.7.2-3_all.deb ... 3693s Unpacking python3-incremental (24.7.2-3) ... 3694s Selecting previously unselected package python3-pyasn1. 3694s Preparing to unpack .../25-python3-pyasn1_0.6.0-1_all.deb ... 3694s Unpacking python3-pyasn1 (0.6.0-1) ... 3694s Selecting previously unselected package python3-pyasn1-modules. 3694s Preparing to unpack .../26-python3-pyasn1-modules_0.4.1-1_all.deb ... 3694s Unpacking python3-pyasn1-modules (0.4.1-1) ... 3694s Selecting previously unselected package python3-service-identity. 3694s Preparing to unpack .../27-python3-service-identity_24.1.0-1_all.deb ... 3694s Unpacking python3-service-identity (24.1.0-1) ... 3694s Selecting previously unselected package python3-zope.interface. 3694s Preparing to unpack .../28-python3-zope.interface_7.2-1_s390x.deb ... 3694s Unpacking python3-zope.interface (7.2-1) ... 3694s Selecting previously unselected package python3-twisted. 3694s Preparing to unpack .../29-python3-twisted_24.11.0-1_all.deb ... 3694s Unpacking python3-twisted (24.11.0-1) ... 3694s Selecting previously unselected package openvswitch-pki. 3694s Preparing to unpack .../30-openvswitch-pki_3.5.0~git20241129.2af7cef-2build1_all.deb ... 3694s Unpacking openvswitch-pki (3.5.0~git20241129.2af7cef-2build1) ... 3694s Selecting previously unselected package openvswitch-test. 3694s Preparing to unpack .../31-openvswitch-test_3.5.0~git20241129.2af7cef-2build1_all.deb ... 3694s Unpacking openvswitch-test (3.5.0~git20241129.2af7cef-2build1) ... 3694s Selecting previously unselected package openvswitch-testcontroller. 3694s Preparing to unpack .../32-openvswitch-testcontroller_3.5.0~git20241129.2af7cef-2build1_s390x.deb ... 3694s Unpacking openvswitch-testcontroller (3.5.0~git20241129.2af7cef-2build1) ... 3694s Selecting previously unselected package openvswitch-vtep. 3694s Preparing to unpack .../33-openvswitch-vtep_3.5.0~git20241129.2af7cef-2build1_s390x.deb ... 3694s Unpacking openvswitch-vtep (3.5.0~git20241129.2af7cef-2build1) ... 3694s Setting up openvswitch-source (3.5.0~git20241129.2af7cef-2build1) ... 3694s Setting up python3-zope.interface (7.2-1) ... 3694s Setting up python3-automat (24.8.1-1) ... 3694s Setting up libstrongswan (5.9.13-2ubuntu4) ... 3694s Setting up libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 3694s Setting up python3-hamcrest (2.1.0-1) ... 3694s Setting up python3-sortedcontainers (2.4.0-2) ... 3694s Setting up libxdp1:s390x (1.5.1-1ubuntu1) ... 3694s Setting up python3-packaging (24.2-1) ... 3694s Setting up libunbound8:s390x (1.22.0-1ubuntu1) ... 3694s Setting up python3-incremental (24.7.2-3) ... 3694s Setting up python3-hyperlink (21.0.0-6) ... 3694s Setting up strongswan-libcharon (5.9.13-2ubuntu4) ... 3694s Setting up python3-netifaces:s390x (0.11.0-2build4) ... 3694s Setting up openvswitch-common (3.5.0~git20241129.2af7cef-2build1) ... 3694s Setting up python3-pyasn1 (0.6.0-1) ... 3695s Setting up python3-constantly (23.10.4-2) ... 3695s Setting up strongswan-charon (5.9.13-2ubuntu4) ... 3695s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 3695s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 3695s Setting up openvswitch-pki (3.5.0~git20241129.2af7cef-2build1) ... 3695s Creating controllerca... 3695s Creating switchca... 3695s Setting up python3-openvswitch (3.5.0~git20241129.2af7cef-2build1) ... 3695s Setting up strongswan-starter (5.9.13-2ubuntu4) ... 3696s Created symlink '/etc/systemd/system/multi-user.target.wants/strongswan-starter.service' → '/usr/lib/systemd/system/strongswan-starter.service'. 3696s Setting up strongswan (5.9.13-2ubuntu4) ... 3696s Setting up python3-pyasn1-modules (0.4.1-1) ... 3696s Setting up python3-service-identity (24.1.0-1) ... 3696s Setting up libjs-sphinxdoc (8.1.3-5) ... 3696s Setting up openvswitch-doc (3.5.0~git20241129.2af7cef-2build1) ... 3696s Setting up openvswitch-testcontroller (3.5.0~git20241129.2af7cef-2build1) ... 3696s Setting up openvswitch-switch (3.5.0~git20241129.2af7cef-2build1) ... 3696s update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode 3697s Created symlink '/etc/systemd/system/openvswitch-switch.service.requires/ovs-record-hostname.service' → '/usr/lib/systemd/system/ovs-record-hostname.service'. 3697s Created symlink '/etc/systemd/system/multi-user.target.wants/openvswitch-switch.service' → '/usr/lib/systemd/system/openvswitch-switch.service'. 3697s Setting up openvswitch-vtep (3.5.0~git20241129.2af7cef-2build1) ... 3697s Setting up python3-twisted (24.11.0-1) ... 3700s Setting up openvswitch-ipsec (3.5.0~git20241129.2af7cef-2build1) ... 3700s Created symlink '/etc/systemd/system/multi-user.target.wants/openvswitch-ipsec.service' → '/usr/lib/systemd/system/openvswitch-ipsec.service'. 3703s Setting up openvswitch-test (3.5.0~git20241129.2af7cef-2build1) ... 3703s Processing triggers for man-db (2.13.0-1) ... 3704s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3704s autopkgtest: DBG: testbed command exited with code 0 3704s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-common'], kind short, sout pipe, serr pipe, env [] 3704s autopkgtest: DBG: testbed command exited with code 0 3704s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-doc'], kind short, sout pipe, serr pipe, env [] 3704s autopkgtest: DBG: testbed command exited with code 0 3704s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-ipsec'], kind short, sout pipe, serr pipe, env [] 3705s autopkgtest: DBG: testbed command exited with code 0 3705s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-pki'], kind short, sout pipe, serr pipe, env [] 3705s autopkgtest: DBG: testbed command exited with code 0 3705s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-source'], kind short, sout pipe, serr pipe, env [] 3705s autopkgtest: DBG: testbed command exited with code 0 3705s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-switch'], kind short, sout pipe, serr pipe, env [] 3705s autopkgtest: DBG: testbed command exited with code 0 3705s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-test'], kind short, sout pipe, serr pipe, env [] 3705s autopkgtest: DBG: testbed command exited with code 0 3705s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-testcontroller'], kind short, sout pipe, serr pipe, env [] 3705s autopkgtest: DBG: testbed command exited with code 0 3705s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'openvswitch-vtep'], kind short, sout pipe, serr pipe, env [] 3706s autopkgtest: DBG: testbed command exited with code 0 3706s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-openvswitch'], kind short, sout pipe, serr pipe, env [] 3706s autopkgtest: DBG: testbed command exited with code 0 3706s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.GlFz2E/python-extension-packages.all"], kind short, sout raw, serr pipe, env [] 3706s autopkgtest: DBG: testbed command exited with code 0 3706s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/python-extension-packages.all /tmp/autopkgtest-work.jqdnc4lc/out/python-extension-packages.all 3706s autopkgtest: DBG: got reply from testbed: ok 3706s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.GlFz2E/build.uzZ/src'], kind short, sout raw, serr raw, env [] 3706s autopkgtest: DBG: testbed command exited with code 1 3706s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.GlFz2E/build.uzZ'], kind short, sout raw, serr pipe, env [] 3706s autopkgtest: DBG: testbed command exited with code 0 3706s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.jqdnc4lc/out/tests-tree/ /tmp/autopkgtest.GlFz2E/build.uzZ/src/ 3752s autopkgtest: DBG: got reply from testbed: ok 3752s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.GlFz2E/build.uzZ/src'], kind short, sout raw, serr pipe, env [] 3752s autopkgtest: DBG: testbed command exited with code 0 3752s autopkgtest [13:23:11]: test python-extension: [----------------------- 3752s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.GlFz2E/wrapper.sh --debug --artifacts=/tmp/autopkgtest.GlFz2E/python-extension-artifacts --chdir=/tmp/autopkgtest.GlFz2E/build.uzZ/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.GlFz2E/python-extension-stderr --stdout=/tmp/autopkgtest.GlFz2E/python-extension-stdout --tmp=/tmp/autopkgtest.GlFz2E/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/python-extension -- /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/python-extension'], kind test, sout raw, serr raw, env [] 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.GlFz2E/python-extension-artifacts 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: changing to directory: /tmp/autopkgtest.GlFz2E/build.uzZ/src 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: LANG=C.UTF-8 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LANGUAGE 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_ADDRESS 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_ALL 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_COLLATE 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_CTYPE 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_IDENTIFICATION 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MEASUREMENT 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MESSAGES 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_MONETARY 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_NAME 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_NUMERIC 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_PAPER 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_TELEPHONE 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: unsetting environment: LC_TIME 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: pretending to be a login shell 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: will write standard error to /tmp/autopkgtest.GlFz2E/python-extension-stderr 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: will write stdout to /tmp/autopkgtest.GlFz2E/python-extension-stdout 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.GlFz2E/autopkgtest_tmp 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: marking as executable: /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/python-extension 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: command to run: /tmp/autopkgtest.GlFz2E/build.uzZ/src/debian/tests/python-extension 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: copying /tmp/tmp.oqTaeZ9Vpp/out to stdout and file: /tmp/autopkgtest.GlFz2E/python-extension-stdout 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: copying /tmp/tmp.oqTaeZ9Vpp/err to standard error and file: /tmp/autopkgtest.GlFz2E/python-extension-stdout 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: writing script pid 2345 to /tmp/autopkgtest_script_pid 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: checking for leaked background processes... 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: waiting for tee/cat subprocesses... 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: cleaning up... 3752s /tmp/autopkgtest.GlFz2E/wrapper.sh: Exit status: 0 3752s autopkgtest: DBG: testbed command exited with code 0 3753s autopkgtest [13:23:12]: test python-extension: -----------------------] 3753s autopkgtest: DBG: testbed executing test finished with exit status 0 3753s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/python-extension-stdout /tmp/autopkgtest-work.jqdnc4lc/out/python-extension-stdout 3753s autopkgtest: DBG: got reply from testbed: ok 3753s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/python-extension-stderr /tmp/autopkgtest-work.jqdnc4lc/out/python-extension-stderr 3753s autopkgtest: DBG: got reply from testbed: ok 3753s autopkgtest [13:23:12]: test python-extension: - - - - - - - - - - results - - - - - - - - - - 3753s python-extension PASS 3753s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.GlFz2E/python-extension-artifacts/ /tmp/autopkgtest-work.jqdnc4lc/out/artifacts/ 3753s autopkgtest: DBG: got reply from testbed: ok 3753s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.GlFz2E/python-extension-artifacts', '/tmp/autopkgtest.GlFz2E/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 3753s autopkgtest: DBG: testbed command exited with code 0 3753s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 3753s autopkgtest [13:23:12]: @@@@@@@@@@@@@@@@@@@@ summary 3753s afxdp PASS 3753s kmod PASS 3753s offloads PASS 3753s userspace PASS 3753s dpdk SKIP exit status 77 and marked as skippable 3753s python-extension PASS 3753s autopkgtest: DBG: testbed stop 3753s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.GlFz2E 3753s autopkgtest: DBG: sending command to testbed: close 3771s autopkgtest: DBG: got reply from testbed: ok 3771s autopkgtest: DBG: sending command to testbed: quit 3771s nova [W] Using flock in prodstack6-s390x 3771s Creating nova instance adt-plucky-s390x-openvswitch-20250219-122039-juju-7f2275-prod-proposed-migration-environment-15-be87cf82-3d5d-438c-b3ca-9cf6f467b2b7 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 3771s nova [W] Timed out waiting for b2610210-98df-47d1-9ee1-6ec76f0d3b5c to get deleted. 3771s nova [W] Using flock in prodstack6-s390x 3771s flock: timeout while waiting to get lock 3771s Creating nova instance adt-plucky-s390x-openvswitch-20250219-122039-juju-7f2275-prod-proposed-migration-environment-15-be87cf82-3d5d-438c-b3ca-9cf6f467b2b7 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 3771s nova [W] Timed out waiting for 1e7c31a1-3f81-441a-a7a2-ba9d425a18cc to get deleted. 3771s nova [W] Using flock in prodstack6-s390x 3771s Creating nova instance adt-plucky-s390x-openvswitch-20250219-122039-juju-7f2275-prod-proposed-migration-environment-15-be87cf82-3d5d-438c-b3ca-9cf6f467b2b7 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 3771s nova [W] Timed out waiting for c2a92277-0440-4a23-9190-a0f4dbe74292 to get deleted.