Source: ovn
Version: 22.03.1-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[4]: Entering directory '/<<PKGBUILDDIR>>'
> set /bin/bash './tests/testsuite' -C tests 
> AUTOTEST_PATH=/<<PKGBUILDDIR>>/ovs/utilities:/<<PKGBUILDDIR>>/ovs/vswitchd:/<<PKGBUILDDIR>>/ovs/ovsdb:/<<PKGBUILDDIR>>/ovs/vtep:tests:::controller-vtep:northd:utilities:controller:ic;
>  \
> "$@" --recheck || \
> (test -z "$(find /<<PKGBUILDDIR>>/tests/testsuite.dir -name 'asan.*')" && \
>  test X'' = Xyes && "$@" --recheck)
> ## ----------------------- ##
> ## ovn 22.03.1 test suite. ##
> ## ----------------------- ##
> 
> OVN end-to-end tests
> 
> 612: Dynamic neighbor between LRs -- ovn-northd -- dp-groups=no ok
> 752: ovn-controller incremental processing           FAILED 
> (ovn-performance.at:477)
> 
> ## ------------- ##
> ## Test results. ##
> ## ------------- ##
> 
> ERROR: All 2 tests were run,
> 1 failed unexpectedly.
> ## -------------------------- ##
> ## testsuite.log was created. ##
> ## -------------------------- ##
> 
> Please send `tests/testsuite.log' and all information you think might help:
> 
>    To: <b...@openvswitch.org>
>    Subject: [ovn 22.03.1] testsuite: 752 failed
> 
> You may investigate any problem if you feel able to do so, in which
> case the test suite provides a good starting point.  Its output may
> be found below `tests/testsuite.dir'.
> 
> make[4]: *** [Makefile:3628: check-local] Error 1
> make[4]: Leaving directory '/<<PKGBUILDDIR>>'
> make[3]: *** [Makefile:2888: check-am] Error 2
> make[3]: Leaving directory '/<<PKGBUILDDIR>>'
> make[2]: *** [Makefile:2890: check] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> ## ----------------------- ##
> ## ovn 22.03.1 test suite. ##
> ## ----------------------- ##
> 
> testsuite: command line was:
>   $ ./tests/testsuite -C tests 
> AUTOTEST_PATH=/<<PKGBUILDDIR>>/ovs/utilities:/<<PKGBUILDDIR>>/ovs/vswitchd:/<<PKGBUILDDIR>>/ovs/ovsdb:/<<PKGBUILDDIR>>/ovs/vtep:tests:::controller-vtep:northd:utilities:controller:ic
>  --recheck
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = ip-10-84-234-46
> uname -m = x86_64
> uname -r = 5.10.0-9-cloud-amd64
> uname -s = Linux
> uname -v = #1 SMP Debian 5.10.70-1 (2021-09-30)
> 
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
> 
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH: /<<PKGBUILDDIR>>/ovs/utilities/
> PATH: /<<PKGBUILDDIR>>/ovs/vswitchd/
> PATH: /<<PKGBUILDDIR>>/ovs/ovsdb/
> PATH: /<<PKGBUILDDIR>>/ovs/vtep/
> PATH: /<<PKGBUILDDIR>>/tests/
> PATH: /<<PKGBUILDDIR>>/
> PATH: /<<PKGBUILDDIR>>/controller-vtep/
> PATH: /<<PKGBUILDDIR>>/northd/
> PATH: /<<PKGBUILDDIR>>/utilities/
> PATH: /<<PKGBUILDDIR>>/controller/
> PATH: /<<PKGBUILDDIR>>/ic/
> PATH: /usr/local/sbin/
> PATH: /usr/local/bin/
> PATH: /usr/sbin/
> PATH: /usr/bin/
> PATH: /sbin/
> PATH: /bin/
> PATH: /usr/games/
> 
> testsuite: atconfig:
> | # Configurable variable values for building test suites.
> | # Generated by ./config.status.
> | # Copyright (C) 2021 Free Software Foundation, Inc.
> | 
> | # The test suite will define top_srcdir=/../.. etc.
> | at_testdir='tests'
> | abs_builddir='/<<PKGBUILDDIR>>/tests'
> | at_srcdir='.'
> | abs_srcdir='/<<PKGBUILDDIR>>/tests'
> | at_top_srcdir='..'
> | abs_top_srcdir='/<<PKGBUILDDIR>>'
> | at_top_build_prefix='../'
> | abs_top_builddir='/<<PKGBUILDDIR>>'
> | 
> | # Backward compatibility with Autotest <= 2.59b:
> | at_top_builddir=$at_top_build_prefix
> | 
> | 
> | EXEEXT=''
> | AUTOTEST_PATH='tests'
> | 
> | SHELL=${CONFIG_SHELL-'/bin/bash'}
> 
> testsuite: atlocal:
> | # -*- shell-script -*-
> | HAVE_OPENSSL='yes'
> | OPENSSL_SUPPORTS_SNI='yes'
> | HAVE_UNBOUND='yes'
> | EGREP='/bin/grep -E'
> | 
> | if test x"$PYTHON3" = x; then
> |     PYTHON3='/usr/bin/python3'
> |     PYTHON='/usr/bin/python3'
> |     # PYTHONCOERCECLOCALE=0 disables the Unicode compatibility warning on
> |     # stderr that breaks almost any Python3 test (PEP 0538)
> |     PYTHONCOERCECLOCALE=0
> |     export PYTHONCOERCECLOCALE
> | fi
> | 
> | PYTHONPATH=$ovs_srcdir/python:$abs_top_builddir/tests:$PYTHONPATH
> | export PYTHONPATH
> | 
> | PYTHONIOENCODING=utf_8
> | export PYTHONIOENCODING
> | 
> | # PYTHONDONTWRITEBYTECODE=yes keeps Python from creating .pyc and .pyo
> | # files.  Creating .py[co] works OK for any given version of Open
> | # vSwitch, but it causes trouble if you switch from a version with
> | # foo/__init__.py into an (older) version with plain foo.py, since
> | # foo/__init__.pyc will cause Python to ignore foo.py.
> | PYTHONDONTWRITEBYTECODE=yes
> | export PYTHONDONTWRITEBYTECODE
> | 
> | # Test whether the current working directory name is all ASCII
> | # characters.  Some Python code doesn't tolerate non-ASCII characters
> | # in filenames very well, so if the current working directory is
> | # non-ASCII then we skip the tests that run those programs.
> | #
> | # This would be just papering over a real problem, except that the
> | # tests that we skip are launched from initscripts and thus normally
> | # run in system directories with ASCII names.  (This problem only came
> | # up at all because the Debian autobuilders do build in a top-level
> | # directory named /«BUILDDIR».)
> | case `pwd | tr -d ' -~'` in
> |     '') non_ascii_cwd=false ;;
> |     *) non_ascii_cwd=true
> | esac
> | 
> | # Enable malloc debugging features.
> | case `uname` in
> | Linux)
> |     MALLOC_PERTURB_=165; export MALLOC_PERTURB_
> |     MALLOC_CHECK_=2; export MALLOC_CHECK_
> |     ;;
> | FreeBSD)
> |     case `uname -r` in
> |     [789].*)
> |         MALLOC_CONF=AJ
> |         ;;
> |     1[01].*)
> |         MALLOC_CONF=abort:true,junk:true,redzone:true
> |         ;;
> |     *)
> |         MALLOC_CONF=abort:true,junk:true
> |         ;;
> |     esac
> |     export MALLOC_CONF
> | esac
> | 
> | # The name of loopback interface 
> | case `uname` in
> | Linux)
> |     LOOPBACK_INTERFACE=lo
> |     ;;
> | FreeBSD|NetBSD)
> |     LOOPBACK_INTERFACE=lo0
> |     ;;
> | esac
> | 
> | # Check for platform.
> | case `uname` in
> | MINGW*|MSYS*)
> |     IS_WIN32="yes"
> |     IS_BSD="no"
> |     ;;
> | FreeBSD|NetBSD)
> |     IS_WIN32="no"
> |     IS_BSD="yes"
> |     ;;
> | *)
> |     IS_WIN32="no"
> |     IS_BSD="no"
> |     ;;
> | esac
> | 
> | if test x"$PYTHON3" != x && test "$IS_WIN32" = yes; then
> |     # enables legacy windows unicode printing needed for Python3 
> compatibility
> |     # with the Python2 tests
> |     PYTHONLEGACYWINDOWSFSENCODING=true
> |     export PYTHONLEGACYWINDOWSFSENCODING
> |     PYTHONLEGACYWINDOWSSTDIO=true
> |     export PYTHONLEGACYWINDOWSSTDIO
> | fi
> | 
> | # Check whether to run IPv6 tests.
> | $PYTHON -c '
> | import errno
> | import socket
> | import sys
> | try:
> |     socket.socket(family=socket.AF_INET6).bind(("::1", 0, 0, 0))
> | except socket.error as e:
> |     if e.errno == errno.EAFNOSUPPORT or errno.EADDRNOTAVAIL:
> |         sys.exit(2)
> |     raise
> | '
> | case $? in
> |     0) HAVE_IPV6=yes ;;
> |     2) HAVE_IPV6=no ;;
> |     *) echo "$0: unexpected error probing $PYTHON for IPv6 support" >&2 ;;
> | esac
> | 
> | # Look for a python L7 library 'LIB' in the system. If it is found, defines
> | # HAVE_LIB="yes", otherwise HAVE_LIB="no"
> | find_l7_lib()
> | {
> |     set +x
> |     var=HAVE_`echo "$1" | tr '[a-z]' '[A-Z]'`
> |     result=$($PYTHON3 $abs_top_srcdir/tests/test-l7.py --help | grep "$1")
> |     if test "x${result}" != x; then
> |         eval ${var}="yes"
> |     else
> |         eval ${var}="no"
> |     fi
> | }
> | 
> | # HAVE_FTP
> | find_l7_lib ftp
> | # HAVE_TFTP
> | find_l7_lib tftp
> | # HAVE_SCTP
> | find_l7_lib sctp
> | 
> | # Look for a commnand in the system. If it is found, defines
> | # HAVE_COMMAND="yes", otherwise HAVE_COMMAND="no".
> | find_command()
> | {
> |     which $1 > /dev/null 2>&1
> |     status=$?
> |     var=HAVE_`echo "$1" | tr '-' '_' | tr '[a-z]' '[A-Z]'`
> |     if test "$status" = "0"; then
> |         eval ${var}="yes"
> |     else
> |         eval ${var}="no"
> |     fi
> | }
> | 
> | # Set HAVE_NC
> | find_command nc
> | 
> | # Determine correct netcat option to quit on stdin EOF
> | if nc --version 2>&1 | grep -q nmap.org; then
> |     # Nmap netcat
> |     NC_EOF_OPT="--send-only -w 5"
> | else
> |     # BSD netcat
> |     NC_EOF_OPT="-q 1 -w 5"
> | fi
> | 
> | # Set HAVE_TCPDUMP
> | find_command tcpdump
> | 
> | # Set HAVE_LFTP
> | find_command lftp
> | 
> | # Set HAVE_SCAPY
> | find_command scapy
> | 
> | CURL_OPT="-g -v --max-time 1 --retry 2 --retry-delay 1 --connect-timeout 1"
> | 
> | # Determine whether "diff" supports "normal" diffs.  (busybox diff does 
> not.)
> | if echo xyzzy | diff /dev/null - | grep '^>' >/dev/null; then
> |     DIFF_SUPPORTS_NORMAL_FORMAT=yes
> | else
> |     DIFF_SUPPORTS_NORMAL_FORMAT=no
> | fi
> | 
> | # Set HAVE_DHCPD
> | find_command dhcpd
> | 
> | # Set HAVE_BFDD_BEACON
> | find_command bfdd-beacon
> | 
> | # Turn off proxies.
> | unset http_proxy
> | unset https_proxy
> | unset ftp_proxy
> | unset no_proxy
> | unset HTTP_PROXY
> | unset HTTPS_PROXY
> | unset FTP_PROXY
> | unset NO_PROXY
> | 
> | # Avoid OVN environment variables leaking in from external environment.
> | unset OVN_NB_DB
> | unset OVN_SB_DB
> | 
> | # Prevent logging to syslog during tests.
> | OVS_SYSLOG_METHOD=null
> | export OVS_SYSLOG_METHOD
> | 
> | # Set default timeout for control utils
> | OVS_CTL_TIMEOUT=30
> | export OVS_CTL_TIMEOUT
> | 
> | # Add some default flags to make the tests run better under Address
> | # Sanitizer, if it was used for the build.
> | ASAN_OPTIONS=detect_leaks=1:abort_on_error=true:log_path=asan:$ASAN_OPTIONS
> | export ASAN_OPTIONS
> | 
> | # Check whether we should run ddlog tests.
> | if test 'no' != no; then
> |     TEST_DDLOG="yes"
> | else
> |     TEST_DDLOG="no"
> | fi
> 
> ## ---------------- ##
> ## Tested programs. ##
> ## ---------------- ##
> 
> ./testsuite.at:1: /<<PKGBUILDDIR>>/ovs/vswitchd/ovs-vswitchd --version
> ovs-vswitchd (Open vSwitch) 2.17.2
> 
> ./testsuite.at:1: /<<PKGBUILDDIR>>/ovs/utilities/ovs-vsctl --version
> ovs-vsctl (Open vSwitch) 2.17.2
> DB Schema 8.3.0
> 
> ## ------------------ ##
> ## Running the tests. ##
> ## ------------------ ##
> testsuite: starting at: Sat Sep 17 19:53:49 UTC 2022
> 612. Dynamic neighbor between LRs -- ovn-northd -- dp-groups=no 
> (ovn.at:25528): ok     (0m0.496s 0m0.395s)
> testsuite: ending at: Sat Sep 17 19:54:00 UTC 2022
> testsuite: test suite duration: 0h 0m 11s
> 
> ## ------------- ##
> ## Test results. ##
> ## ------------- ##
> 
> ERROR: All 2 tests were run,
> 1 failed unexpectedly.
> 
> ## ------------------------ ##
> ## Summary of the failures. ##
> ## ------------------------ ##
> Failed tests:
> ovn 22.03.1 test suite test groups:
> 
>  NUM: FILE-NAME:LINE     TEST-GROUP-NAME
>       KEYWORDS
> 
>  752: ovn-performance.at:227 ovn-controller incremental processing
> 
> ## ---------------------- ##
> ## Detailed failed tests. ##
> ## ---------------------- ##
> 
> #                             -*- compilation -*-
> 752. ovn-performance.at:227: testing ovn-controller incremental processing ...
> creating ovn-sb database
> ovsdb-server -vjsonrpc 
> --remote=punix:/<<PKGBUILDDIR>>/tests/testsuite.dir/0752/ovn-sb/ovn-sb.sock 
> --remote=db:OVN_Southbound,SB_Global,connections 
> --private-key=/<<PKGBUILDDIR>>/tests/testpki-test-privkey.pem 
> --certificate=/<<PKGBUILDDIR>>/tests/testpki-test-cert.pem 
> --ca-cert=/<<PKGBUILDDIR>>/tests/testpki-cacert.pem 
> /<<PKGBUILDDIR>>/tests/testsuite.dir/0752/ovn-sb/ovn-sb.db -vconsole:off 
> --detach --no-chdir --pidfile --log-file
> creating ovn-nb database
> ovsdb-server -vjsonrpc 
> --remote=punix:/<<PKGBUILDDIR>>/tests/testsuite.dir/0752/ovn-nb/ovn-nb.sock 
> /<<PKGBUILDDIR>>/tests/testsuite.dir/0752/ovn-nb/ovn-nb.db -vconsole:off 
> --detach --no-chdir --pidfile --log-file
> starting northd
> ovn-northd -vjsonrpc 
> --ovnnb-db=unix:/<<PKGBUILDDIR>>/tests/testsuite.dir/0752/ovn-nb/ovn-nb.sock 
> --ovnsb-db=unix:/<<PKGBUILDDIR>>/tests/testsuite.dir/0752/ovn-sb/ovn-sb.sock 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> starting northd-backup
> ovn-northd -vjsonrpc 
> --ovnnb-db=unix:/<<PKGBUILDDIR>>/tests/testsuite.dir/0752/ovn-nb/ovn-nb.sock 
> --ovnsb-db=unix:/<<PKGBUILDDIR>>/tests/testsuite.dir/0752/ovn-sb/ovn-sb.sock 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> 60797aa7-d56c-4dba-ab15-58520fe3b182
> ovn-macros.at:234: waiting until TCP_PORT=`sed -n 's/.*0:.*: listening on 
> port \([0-9]*\)$/\1/p' "$d/ovn-sb/ovsdb-server.log"` && test X != 
> X"$TCP_PORT"...
> ovn-macros.at:234: wait succeeded immediately
> adding simulator 'main'
> ovsdb-server 
> --remote=punix:/<<PKGBUILDDIR>>/tests/testsuite.dir/0752/main/db.sock 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> ovs-vswitchd --enable-dummy=system -vvconn -vofproto_dpif -vunixctl 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> adding simulator 'hv1'
> ovsdb-server 
> --remote=punix:/<<PKGBUILDDIR>>/tests/testsuite.dir/0752/hv1/db.sock 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> ovs-vswitchd --enable-dummy=system -vvconn -vofproto_dpif -vunixctl 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> ovn-controller --enable-dummy-vif-plug -vconsole:off --detach --no-chdir 
> --pidfile --log-file
> adding simulator 'hv2'
> ovsdb-server 
> --remote=punix:/<<PKGBUILDDIR>>/tests/testsuite.dir/0752/hv2/db.sock 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> ovs-vswitchd --enable-dummy=system -vvconn -vofproto_dpif -vunixctl 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> ovn-controller --enable-dummy-vif-plug -vconsole:off --detach --no-chdir 
> --pidfile --log-file
> adding simulator 'hv3'
> ovsdb-server 
> --remote=punix:/<<PKGBUILDDIR>>/tests/testsuite.dir/0752/hv3/db.sock 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> ovs-vswitchd --enable-dummy=system -vvconn -vofproto_dpif -vunixctl 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> ovn-controller --enable-dummy-vif-plug -vconsole:off --detach --no-chdir 
> --pidfile --log-file
> /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/752/test-source: line 25: ip: 
> command not found
> adding simulator 'hv4'
> ovsdb-server 
> --remote=punix:/<<PKGBUILDDIR>>/tests/testsuite.dir/0752/hv4/db.sock 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> ovs-vswitchd --enable-dummy=system -vvconn -vofproto_dpif -vunixctl 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> ovn-controller --enable-dummy-vif-plug -vconsole:off --detach --no-chdir 
> --pidfile --log-file
> /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/752/test-source: line 25: ip: 
> command not found
> adding simulator 'hv5'
> ovsdb-server 
> --remote=punix:/<<PKGBUILDDIR>>/tests/testsuite.dir/0752/hv5/db.sock 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> ovs-vswitchd --enable-dummy=system -vvconn -vofproto_dpif -vunixctl 
> -vconsole:off --detach --no-chdir --pidfile --log-file
> ovn-controller --enable-dummy-vif-plug -vconsole:off --detach --no-chdir 
> --pidfile --log-file
> /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/752/test-source: line 25: ip: 
> command not found
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> ovn-performance.at:253: waiting until
>                 test $(as hv$i ovs-vsctl list interface ovn-hv$j-0 | \
>             grep -c tunnel_egress_iface_carrier=up) -eq 1
>             ...
> ovn-performance.at:253: wait succeeded immediately
> 0     0       ovn-nbctl --wait=hv lr-add lr1
> 
> ./ovn-performance.at:263: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv ls-add ls1
>     
> ./ovn-performance.at:274: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv add Logical_Switch ls1 other_config 
> subnet=10.0.1.0/24
>     
> ./ovn-performance.at:278: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lrp-add lr1 lr1-ls1 02:00:00:00:01:01 
> 10.0.1.1/24
>     
> ./ovn-performance.at:284: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-add ls1 ls1-lr1
>     
> ./ovn-performance.at:288: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-type ls1-lr1 router
>     
> ./ovn-performance.at:292: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-options ls1-lr1 router-port=lr1-ls1
>     
> ./ovn-performance.at:296: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-addresses ls1-lr1 router
>     
> ./ovn-performance.at:300: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv ls-add ls2
>     
> ./ovn-performance.at:274: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv add Logical_Switch ls2 other_config 
> subnet=10.0.2.0/24
>     
> ./ovn-performance.at:278: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lrp-add lr1 lr1-ls2 02:00:00:00:02:01 
> 10.0.2.1/24
>     
> ./ovn-performance.at:284: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-add ls2 ls2-lr1
>     
> ./ovn-performance.at:288: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-type ls2-lr1 router
>     
> ./ovn-performance.at:292: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-options ls2-lr1 router-port=lr1-ls2
>     
> ./ovn-performance.at:296: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-addresses ls2-lr1 router
>     
> ./ovn-performance.at:300: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-add ls1 lp1
>     
> ./ovn-performance.at:320: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-addresses lp1 dynamic
>     
> ./ovn-performance.at:327: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl wait-until Logical_Switch_Port lp1 
> dynamic_addresses!=[] &&
>          ovn-nbctl --wait=hv sync
>     
> ./ovn-performance.at:331: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl get Logical_Switch_Port lp1 dynamic_addresses &&
>          ovn-nbctl --wait=hv sync
>     
> ./ovn-performance.at:336: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv create Address_Set name=as1
>     
> ./ovn-performance.at:343: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv add Address_Set as1 addresses 10.0.1.10
>     
> ./ovn-performance.at:347: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv acl-add ls1 to-lport 1001 'outport == "lp1" 
> && ip4.src == $as1' allow
>     
> ./ovn-performance.at:353: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv acl-add ls1 to-lport 1000 'outport == 
> "lp1"' drop
>     
> ./ovn-performance.at:357: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl add-port br-int vif1 -- set Interface vif1 
> external-ids:iface-id=lp1 &&
>          ovn-nbctl wait-until Logical_Switch_Port lp1 'up=true' &&
>          ovn-nbctl --wait=hv sync
>     
> ./ovn-performance.at:363: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=lp1 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=lp1 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=lp1 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=lp1 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=lp1 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=lp1 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=lp1 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=lp1 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=lp1 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv1 ovs-vsctl set Interface vif1 external-ids:iface-id=lp1 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp1 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-add ls2 lp2
>     
> ./ovn-performance.at:320: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-addresses lp2 dynamic
>     
> ./ovn-performance.at:327: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl wait-until Logical_Switch_Port lp2 
> dynamic_addresses!=[] &&
>          ovn-nbctl --wait=hv sync
>     
> ./ovn-performance.at:331: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl get Logical_Switch_Port lp2 dynamic_addresses &&
>          ovn-nbctl --wait=hv sync
>     
> ./ovn-performance.at:336: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv create Address_Set name=as2
>     
> ./ovn-performance.at:343: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv add Address_Set as2 addresses 10.0.2.10
>     
> ./ovn-performance.at:347: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv acl-add ls2 to-lport 1001 'outport == "lp2" 
> && ip4.src == $as2' allow
>     
> ./ovn-performance.at:353: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv acl-add ls2 to-lport 1000 'outport == 
> "lp2"' drop
>     
> ./ovn-performance.at:357: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl add-port br-int vif2 -- set Interface vif2 
> external-ids:iface-id=lp2 &&
>          ovn-nbctl wait-until Logical_Switch_Port lp2 'up=true' &&
>          ovn-nbctl --wait=hv sync
>     
> ./ovn-performance.at:363: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=lp2 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=lp2 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=lp2 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=lp2 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=lp2 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=lp2 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=lp2 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=lp2 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=lp2 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=xxxx 
> &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=false' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:373: test $rc -eq 0 -a $rv -eq 1
> 0     0       as hv2 ovs-vsctl set Interface vif2 external-ids:iface-id=lp2 &&
>              ovn-nbctl wait-until Logical_Switch_Port lp2 'up=true' &&
>              ovn-nbctl --wait=hv sync
>         
> ./ovn-performance.at:379: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv acl-del ls1 to-lport 1001 'outport == "lp1" 
> && ip4.src == $as1'
>     
> ./ovn-performance.at:395: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv acl-del ls1 to-lport 1000 'outport == "lp1"'
>     
> ./ovn-performance.at:399: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv remove Address_Set as1 addresses 10.0.1.10
>     
> ./ovn-performance.at:405: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv destroy Address_Set as1
>     
> ./ovn-performance.at:409: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv acl-del ls2 to-lport 1001 'outport == "lp2" 
> && ip4.src == $as2'
>     
> ./ovn-performance.at:395: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv acl-del ls2 to-lport 1000 'outport == "lp2"'
>     
> ./ovn-performance.at:399: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv remove Address_Set as2 addresses 10.0.2.10
>     
> ./ovn-performance.at:405: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv destroy Address_Set as2
>     
> ./ovn-performance.at:409: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv create Port_Group name=pg1 ports=" 
> df378b27-ad06-447c-a55b-e039e7fa1310"
> 
> ./ovn-performance.at:415: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv acl-add pg1 to-lport 1001 'outport == @pg1 
> && ip4.src == ' allow
> 
> ./ovn-performance.at:421: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv ls-add public
> 
> ./ovn-performance.at:427: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-add public public-lr1
> 
> ./ovn-performance.at:432: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-type public-lr1 router
> 
> ./ovn-performance.at:437: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-addresses public-lr1 router
> 
> ./ovn-performance.at:442: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-options public-lr1 
> router-port=lr1-public
> 
> ./ovn-performance.at:447: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lrp-add lr1 lr1-public 00:00:20:20:12:13 
> 172.168.0.100/24
> 
> ./ovn-performance.at:452: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-add public ln-public
> 
> ./ovn-performance.at:457: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-type ln-public localnet
> 
> ./ovn-performance.at:462: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-addresses ln-public unknown
> 
> ./ovn-performance.at:467: test $rc -eq 0 -a $rv -eq 1
> 0     0       ovn-nbctl --wait=hv lsp-set-options ln-public 
> network_name=public
> 
> ./ovn-performance.at:472: test $rc -eq 0 -a $rv -eq 1
>       ovn-nbctl --wait=hv lrp-set-gateway-chassis lr1-public hv3 30 && 
> ovn-nbctl --wait=hv sync
> 
> ./ovn-performance.at:477: test $rc -eq 0 -a $rv -eq 1
> --- /dev/null 2022-09-17 08:52:51.000000000 +0000
> +++ /<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/752/stderr 2022-09-17 
> 19:54:00.207675904 +0000
> @@ -0,0 +1 @@
> +/<<PKGBUILDDIR>>/tests/testsuite.dir/at-groups/752/test-source: line 838: 
> test: too many arguments
> ./ovn-performance.at:477: exit code was 2, expected 0
> 752. ovn-performance.at:227: 752. ovn-controller incremental processing 
> (ovn-performance.at:227): FAILED (ovn-performance.at:477)
> 
> 
> ## ------------- ##
> ## ../config.log ##
> ## ------------- ##
> | This file contains any messages produced by compilers while
> | running configure, to aid debugging if configure makes a mistake.
> | 
> | It was created by ovn configure 22.03.1, which was
> | generated by GNU Autoconf 2.71.  Invocation command line was
> | 
> |   $ ./configure --build=x86_64-linux-gnu --prefix=/usr 
> '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' 
> '--infodir=${prefix}/share/info' --sysconfdir=/etc --localstatedir=/var 
> --disable-option-checking --disable-silent-rules 
> '--libdir=${prefix}/lib/x86_64-linux-gnu' --runstatedir=/run 
> --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr 
> --localstatedir=/var --sysconfdir=/etc --with-dbdir=/var/lib/ovn 
> --with-ovs-source=/<<PKGBUILDDIR>>/ovs --enable-ssl 
> --with-vif-plug-provider=/<<PKGBUILDDIR>>/ovn-vif
> | 
> | ## --------- ##
> | ## Platform. ##
> | ## --------- ##
> | 
> | hostname = ip-10-84-234-46
> | uname -m = x86_64
> | uname -r = 5.10.0-9-cloud-amd64
> | uname -s = Linux
> | uname -v = #1 SMP Debian 5.10.70-1 (2021-09-30)
> | 
> | /usr/bin/uname -p = unknown
> | /bin/uname -X     = unknown
> | 
> | /bin/arch              = unknown
> | /usr/bin/arch -k       = unknown
> | /usr/convex/getsysinfo = unknown
> | /usr/bin/hostinfo      = unknown
> | /bin/machine           = unknown
> | /usr/bin/oslevel       = unknown
> | /bin/universe          = unknown
> | 
> | PATH: /usr/local/sbin/
> | PATH: /usr/local/bin/
> | PATH: /usr/sbin/
> | PATH: /usr/bin/
> | PATH: /sbin/
> | PATH: /bin/
> | PATH: /usr/games/
> | 
> | 
> | ## ----------- ##
> | ## Core tests. ##
> | ## ----------- ##
> | 
> | configure:3374: looking for aux files: config.guess config.sub ltmain.sh 
> compile missing install-sh
> | configure:3387:  trying ./build-aux/
> | configure:3416:   ./build-aux/config.guess found
> | configure:3416:   ./build-aux/config.sub found
> | configure:3416:   ./build-aux/ltmain.sh found
> | configure:3416:   ./build-aux/compile found
> | configure:3416:   ./build-aux/missing found
> | configure:3398:   ./build-aux/install-sh found
> | configure:3551: checking for a BSD-compatible install
> | configure:3624: result: /usr/bin/install -c
> | configure:3635: checking whether build environment is sane
> | configure:3690: result: yes
> | configure:3849: checking for a race-free mkdir -p
> | configure:3893: result: /bin/mkdir -p
> | configure:3900: checking for gawk
> | configure:3935: result: no
> | configure:3900: checking for mawk
> | configure:3921: found /usr/bin/mawk
> | configure:3932: result: mawk
> | configure:3943: checking whether make sets $(MAKE)
> | configure:3966: result: yes
> | configure:3996: checking whether make supports nested variables
> | configure:4014: result: yes
> | configure:4089: checking how to create a pax tar archive
> | configure:4100: tar --version
> | tar (GNU tar) 1.34
> | Copyright (C) 2021 Free Software Foundation, Inc.
> | License GPLv3+: GNU GPL version 3 or later 
> <https://gnu.org/licenses/gpl.html>.
> | This is free software: you are free to change and redistribute it.
> | There is NO WARRANTY, to the extent permitted by law.
> | 
> | Written by John Gilmore and Jay Fenlason.
> | configure:4103: $? = 0
> | configure:4143: tardir=conftest.dir && eval tar --format=posix -chf - 
> "$tardir" >conftest.tar
> | configure:4146: $? = 0
> | configure:4150: tar -xf - <conftest.tar
> | configure:4153: $? = 0
> | configure:4155: cat conftest.dir/file
> | GrepMe
> | configure:4158: $? = 0
> | configure:4172: result: gnutar
> | configure:4252: checking whether make supports the include directive
> | configure:4267: make -f confmf.GNU && cat confinc.out
> | make[2]: Entering directory '/<<PKGBUILDDIR>>'
> | make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> | this is the am__doit target
> | configure:4270: $? = 0
> | configure:4289: result: yes (GNU style)
> | configure:4365: checking for gcc
> | configure:4386: found /usr/bin/gcc
> | configure:4397: result: gcc
> | configure:4750: checking for C compiler version
> | configure:4759: gcc --version >&5
> | gcc (Debian 12.2.0-2) 12.2.0
> | Copyright (C) 2022 Free Software Foundation, Inc.
> | This is free software; see the source for copying conditions.  There is NO
> | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> | 
> | configure:4770: $? = 0
> | configure:4759: gcc -v >&5
> | Using built-in specs.
> | COLLECT_GCC=gcc
> | COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
> | OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> | OFFLOAD_TARGET_DEFAULT=1
> | Target: x86_64-linux-gnu
> | Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-2' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs 
> --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-8doxHl/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-8doxHl/gcc-12-12.2.0/debian/tmp-gcn/usr
>  --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> | Thread model: posix
> | Supported LTO compression algorithms: zlib zstd
> | gcc version 12.2.0 (Debian 12.2.0-2) 
> | ... rest of stderr output deleted ...
> | configure:4770: $? = 0
> | configure:4759: gcc -V >&5
> | gcc: error: unrecognized command-line option '-V'
> | gcc: fatal error: no input files
> | compilation terminated.
> | configure:4770: $? = 1
> | configure:4759: gcc -qversion >&5
> | gcc: error: unrecognized command-line option '-qversion'; did you mean 
> '--version'?
> | gcc: fatal error: no input files
> | compilation terminated.
> | configure:4770: $? = 1
> | configure:4759: gcc -version >&5
> | gcc: error: unrecognized command-line option '-version'
> | gcc: fatal error: no input files
> | compilation terminated.
> | configure:4770: $? = 1
> | configure:4790: checking whether the C compiler works
> | configure:4812: gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
> | configure:4816: $? = 0
> | configure:4866: result: yes
> | configure:4869: checking for C compiler default output file name
> | configure:4871: result: a.out
> | configure:4877: checking for suffix of executables
> | configure:4884: gcc -o conftest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
> | configure:4888: $? = 0
> | configure:4911: result: 
> | configure:4933: checking whether we are cross compiling
> | configure:4941: gcc -o conftest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
> | configure:4945: $? = 0
> | configure:4952: ./conftest
> | configure:4956: $? = 0
> | configure:4971: result: no
> | configure:4976: checking for suffix of object files
> | configure:4999: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:5003: $? = 0
> | configure:5025: result: o
> | configure:5029: checking whether the compiler supports GNU C
> | configure:5049: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:5049: $? = 0
> | configure:5059: result: yes
> | configure:5070: checking whether gcc accepts -g
> | configure:5091: gcc -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:5091: $? = 0
> | configure:5135: result: yes
> | configure:5155: checking for gcc option to enable C11 features
> | configure:5170: gcc  -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:5170: $? = 0
> | configure:5188: result: none needed
> | configure:5304: checking whether gcc understands -c and -o together
> | configure:5327: gcc -c conftest.c -o conftest2.o
> | configure:5330: $? = 0
> | configure:5327: gcc -c conftest.c -o conftest2.o
> | configure:5330: $? = 0
> | configure:5342: result: yes
> | configure:5361: checking dependency style of gcc
> | configure:5473: result: none
> | configure:5559: checking for g++
> | configure:5580: found /usr/bin/g++
> | configure:5591: result: g++
> | configure:5618: checking for C++ compiler version
> | configure:5627: g++ --version >&5
> | g++ (Debian 12.2.0-2) 12.2.0
> | Copyright (C) 2022 Free Software Foundation, Inc.
> | This is free software; see the source for copying conditions.  There is NO
> | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> | 
> | configure:5638: $? = 0
> | configure:5627: g++ -v >&5
> | Using built-in specs.
> | COLLECT_GCC=g++
> | COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
> | OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> | OFFLOAD_TARGET_DEFAULT=1
> | Target: x86_64-linux-gnu
> | Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-2' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs 
> --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-8doxHl/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-8doxHl/gcc-12-12.2.0/debian/tmp-gcn/usr
>  --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> | Thread model: posix
> | Supported LTO compression algorithms: zlib zstd
> | gcc version 12.2.0 (Debian 12.2.0-2) 
> | ... rest of stderr output deleted ...
> | configure:5638: $? = 0
> | configure:5627: g++ -V >&5
> | g++: error: unrecognized command-line option '-V'
> | g++: fatal error: no input files
> | compilation terminated.
> | configure:5638: $? = 1
> | configure:5627: g++ -qversion >&5
> | g++: error: unrecognized command-line option '-qversion'; did you mean 
> '--version'?
> | g++: fatal error: no input files
> | compilation terminated.
> | configure:5638: $? = 1
> | configure:5642: checking whether the compiler supports GNU C++
> | configure:5662: g++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.cpp >&5
> | configure:5662: $? = 0
> | configure:5672: result: yes
> | configure:5683: checking whether g++ accepts -g
> | configure:5704: g++ -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp >&5
> | configure:5704: $? = 0
> | configure:5748: result: yes
> | configure:5768: checking for g++ option to enable C++11 features
> | configure:5783: g++  -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.cpp >&5
> | conftest.cpp: In function 'int main(int, char**)':
> | conftest.cpp:177:25: warning: empty parentheses were disambiguated as a 
> function declaration [-Wvexing-parse]
> |   177 |   cxx11test::delegate d2();
> |       |                         ^~
> | conftest.cpp:177:25: note: remove parentheses to default-initialize a 
> variable
> |   177 |   cxx11test::delegate d2();
> |       |                         ^~
> |       |                         --
> | conftest.cpp:177:25: note: or replace parentheses with braces to 
> value-initialize a variable
> | configure:5783: $? = 0
> | configure:5801: result: none needed
> | configure:5867: checking dependency style of g++
> | configure:5979: result: none
> | configure:5999: checking how to run the C preprocessor
> | configure:6025: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
> | configure:6025: $? = 0
> | configure:6040: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
> | conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
> |    11 | #include <ac_nonexistent.h>
> |       |          ^~~~~~~~~~~~~~~~~~
> | compilation terminated.
> | configure:6040: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "ovn"
> | | #define PACKAGE_TARNAME "ovn"
> | | #define PACKAGE_VERSION "22.03.1"
> | | #define PACKAGE_STRING "ovn 22.03.1"
> | | #define PACKAGE_BUGREPORT "b...@openvswitch.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "ovn"
> | | #define VERSION "22.03.1"
> | | /* end confdefs.h.  */
> | | #include <ac_nonexistent.h>
> | configure:6067: result: gcc -E
> | configure:6081: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
> | configure:6081: $? = 0
> | configure:6096: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
> | conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
> |    11 | #include <ac_nonexistent.h>
> |       |          ^~~~~~~~~~~~~~~~~~
> | compilation terminated.
> | configure:6096: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "ovn"
> | | #define PACKAGE_TARNAME "ovn"
> | | #define PACKAGE_VERSION "22.03.1"
> | | #define PACKAGE_STRING "ovn 22.03.1"
> | | #define PACKAGE_BUGREPORT "b...@openvswitch.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "ovn"
> | | #define VERSION "22.03.1"
> | | /* end confdefs.h.  */
> | | #include <ac_nonexistent.h>
> | configure:6127: checking for grep that handles long lines and -e
> | configure:6191: result: /bin/grep
> | configure:6196: checking for fgrep
> | configure:6264: result: /bin/grep -F
> | configure:6269: checking for egrep
> | configure:6337: result: /bin/grep -E
> | configure:6401: checking for pkg-config
> | configure:6424: found /usr/bin/pkg-config
> | configure:6436: result: /usr/bin/pkg-config
> | configure:6461: checking pkg-config is at least version 0.9.0
> | configure:6464: result: yes
> | configure:6482: checking for stdio.h
> | configure:6482: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6482: $? = 0
> | configure:6482: result: yes
> | configure:6482: checking for stdlib.h
> | configure:6482: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6482: $? = 0
> | configure:6482: result: yes
> | configure:6482: checking for string.h
> | configure:6482: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6482: $? = 0
> | configure:6482: result: yes
> | configure:6482: checking for inttypes.h
> | configure:6482: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6482: $? = 0
> | configure:6482: result: yes
> | configure:6482: checking for stdint.h
> | configure:6482: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6482: $? = 0
> | configure:6482: result: yes
> | configure:6482: checking for strings.h
> | configure:6482: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6482: $? = 0
> | configure:6482: result: yes
> | configure:6482: checking for sys/stat.h
> | configure:6482: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6482: $? = 0
> | configure:6482: result: yes
> | configure:6482: checking for sys/types.h
> | configure:6482: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6482: $? = 0
> | configure:6482: result: yes
> | configure:6482: checking for unistd.h
> | configure:6482: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6482: $? = 0
> | configure:6482: result: yes
> | configure:6482: checking for wchar.h
> | configure:6482: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6482: $? = 0
> | configure:6482: result: yes
> | configure:6482: checking for minix/config.h
> | configure:6482: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | conftest.c:49:10: fatal error: minix/config.h: No such file or directory
> |    49 | #include <minix/config.h>
> |       |          ^~~~~~~~~~~~~~~~
> | compilation terminated.
> | configure:6482: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "ovn"
> | | #define PACKAGE_TARNAME "ovn"
> | | #define PACKAGE_VERSION "22.03.1"
> | | #define PACKAGE_STRING "ovn 22.03.1"
> | | #define PACKAGE_BUGREPORT "b...@openvswitch.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "ovn"
> | | #define VERSION "22.03.1"
> | | #define HAVE_STDIO_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STRINGS_H 1
> | | #define HAVE_SYS_STAT_H 1
> | | #define HAVE_SYS_TYPES_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE_WCHAR_H 1
> | | /* end confdefs.h.  */
> | | #include <stddef.h>
> | | #ifdef HAVE_STDIO_H
> | | # include <stdio.h>
> | | #endif
> | | #ifdef HAVE_STDLIB_H
> | | # include <stdlib.h>
> | | #endif
> | | #ifdef HAVE_STRING_H
> | | # include <string.h>
> | | #endif
> | | #ifdef HAVE_INTTYPES_H
> | | # include <inttypes.h>
> | | #endif
> | | #ifdef HAVE_STDINT_H
> | | # include <stdint.h>
> | | #endif
> | | #ifdef HAVE_STRINGS_H
> | | # include <strings.h>
> | | #endif
> | | #ifdef HAVE_SYS_TYPES_H
> | | # include <sys/types.h>
> | | #endif
> | | #ifdef HAVE_SYS_STAT_H
> | | # include <sys/stat.h>
> | | #endif
> | | #ifdef HAVE_UNISTD_H
> | | # include <unistd.h>
> | | #endif
> | | #include <minix/config.h>
> | configure:6482: result: no
> | configure:6513: checking whether it is safe to define __EXTENSIONS__
> | configure:6532: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6532: $? = 0
> | configure:6540: result: yes
> | configure:6543: checking whether _XOPEN_SOURCE should be defined
> | configure:6565: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6565: $? = 0
> | configure:6592: result: no
> | configure:6648: checking whether byte ordering is bigendian
> | configure:6664: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | conftest.c:39:16: error: unknown type name 'not'
> |    39 |                not a universal capable compiler
> |       |                ^~~
> | conftest.c:39:22: error: expected '=', ',', ';', 'asm' or '__attribute__' 
> before 'universal'
> |    39 |                not a universal capable compiler
> |       |                      ^~~~~~~~~
> | conftest.c:39:22: error: unknown type name 'universal'
> | configure:6664: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "ovn"
> | | #define PACKAGE_TARNAME "ovn"
> | | #define PACKAGE_VERSION "22.03.1"
> | | #define PACKAGE_STRING "ovn 22.03.1"
> | | #define PACKAGE_BUGREPORT "b...@openvswitch.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "ovn"
> | | #define VERSION "22.03.1"
> | | #define HAVE_STDIO_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STRINGS_H 1
> | | #define HAVE_SYS_STAT_H 1
> | | #define HAVE_SYS_TYPES_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE_WCHAR_H 1
> | | #define STDC_HEADERS 1
> | | #define _ALL_SOURCE 1
> | | #define _DARWIN_C_SOURCE 1
> | | #define _GNU_SOURCE 1
> | | #define _HPUX_ALT_XOPEN_SOCKET_API 1
> | | #define _NETBSD_SOURCE 1
> | | #define _OPENBSD_SOURCE 1
> | | #define _POSIX_PTHREAD_SEMANTICS 1
> | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
> | | #define __STDC_WANT_LIB_EXT2__ 1
> | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
> | | #define _TANDEM_SOURCE 1
> | | #define __EXTENSIONS__ 1
> | | /* end confdefs.h.  */
> | | #ifndef __APPLE_CC__
> | |          not a universal capable compiler
> | |        #endif
> | |        typedef int dummy;
> | | 
> | configure:6710: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6710: $? = 0
> | configure:6729: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | conftest.c: In function 'main':
> | conftest.c:45:18: error: unknown type name 'not'; did you mean 'ino_t'?
> |    45 |                  not big endian
> |       |                  ^~~
> |       |                  ino_t
> | conftest.c:45:26: error: expected '=', ',', ';', 'asm' or '__attribute__' 
> before 'endian'
> |    45 |                  not big endian
> |       |                          ^~~~~~
> | configure:6729: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "ovn"
> | | #define PACKAGE_TARNAME "ovn"
> | | #define PACKAGE_VERSION "22.03.1"
> | | #define PACKAGE_STRING "ovn 22.03.1"
> | | #define PACKAGE_BUGREPORT "b...@openvswitch.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "ovn"
> | | #define VERSION "22.03.1"
> | | #define HAVE_STDIO_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STRINGS_H 1
> | | #define HAVE_SYS_STAT_H 1
> | | #define HAVE_SYS_TYPES_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE_WCHAR_H 1
> | | #define STDC_HEADERS 1
> | | #define _ALL_SOURCE 1
> | | #define _DARWIN_C_SOURCE 1
> | | #define _GNU_SOURCE 1
> | | #define _HPUX_ALT_XOPEN_SOCKET_API 1
> | | #define _NETBSD_SOURCE 1
> | | #define _OPENBSD_SOURCE 1
> | | #define _POSIX_PTHREAD_SEMANTICS 1
> | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
> | | #define __STDC_WANT_LIB_EXT2__ 1
> | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
> | | #define _TANDEM_SOURCE 1
> | | #define __EXTENSIONS__ 1
> | | /* end confdefs.h.  */
> | | #include <sys/types.h>
> | |           #include <sys/param.h>
> | | 
> | | int
> | | main (void)
> | | {
> | | #if BYTE_ORDER != BIG_ENDIAN
> | |            not big endian
> | |           #endif
> | | 
> | |   ;
> | |   return 0;
> | | }
> | configure:6863: result: no
> | configure:6889: checking for special C compiler options needed for large 
> files
> | configure:6937: result: no
> | configure:6943: checking for _FILE_OFFSET_BITS value needed for large files
> | configure:6969: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:6969: $? = 0
> | configure:7003: result: no
> | configure:7118: checking build system type
> | configure:7133: result: x86_64-pc-linux-gnu
> | configure:7153: checking host system type
> | configure:7167: result: x86_64-pc-linux-gnu
> | configure:7208: checking how to print strings
> | configure:7235: result: printf
> | configure:7256: checking for a sed that does not truncate output
> | configure:7326: result: /bin/sed
> | configure:7375: checking for ld used by gcc
> | configure:7443: result: /usr/bin/ld
> | configure:7450: checking if the linker (/usr/bin/ld) is GNU ld
> | configure:7466: result: yes
> | configure:7478: checking for BSD- or MS-compatible name lister (nm)
> | configure:7533: result: /usr/bin/nm -B
> | configure:7673: checking the name lister (/usr/bin/nm -B) interface
> | configure:7681: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:7684: /usr/bin/nm -B "conftest.o"
> | configure:7687: output
> | 0000000000000000 B some_variable
> | configure:7694: result: BSD nm
> | configure:7697: checking whether ln -s works
> | configure:7701: result: yes
> | configure:7709: checking the maximum length of command line arguments
> | configure:7841: result: 1572864
> | configure:7889: checking how to convert x86_64-pc-linux-gnu file names to 
> x86_64-pc-linux-gnu format
> | configure:7930: result: func_convert_file_noop
> | configure:7937: checking how to convert x86_64-pc-linux-gnu file names to 
> toolchain format
> | configure:7958: result: func_convert_file_noop
> | configure:7965: checking for /usr/bin/ld option to reload object files
> | configure:7973: result: -r
> | configure:8052: checking for file
> | configure:8073: found /usr/bin/file
> | configure:8084: result: file
> | configure:8160: checking for objdump
> | configure:8181: found /usr/bin/objdump
> | configure:8192: result: objdump
> | configure:8224: checking how to recognize dependent libraries
> | configure:8425: result: pass_all
> | configure:8515: checking for dlltool
> | configure:8550: result: no
> | configure:8580: checking how to associate runtime and link libraries
> | configure:8608: result: printf %s\n
> | configure:8673: checking for ar
> | configure:8694: found /usr/bin/ar
> | configure:8705: result: ar
> | configure:8758: checking for archiver @FILE support
> | configure:8776: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:8776: $? = 0
> | configure:8780: ar cr libconftest.a @conftest.lst >&5
> | configure:8783: $? = 0
> | configure:8788: ar cr libconftest.a @conftest.lst >&5
> | ar: conftest.o: No such file or directory
> | configure:8791: $? = 1
> | configure:8803: result: @
> | configure:8866: checking for strip
> | configure:8887: found /usr/bin/strip
> | configure:8898: result: strip
> | configure:8975: checking for ranlib
> | configure:8996: found /usr/bin/ranlib
> | configure:9007: result: ranlib
> | configure:9109: checking command to parse /usr/bin/nm -B output from gcc 
> object
> | configure:9263: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:9266: $? = 0
> | configure:9270: /usr/bin/nm -B conftest.o | /bin/sed -n -e 's/^.*[   
> ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
> ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed '/ __gnu_lto/d' > 
> conftest.nm
> | configure:9336: gcc -o conftest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c conftstm.o >&5
> | configure:9339: $? = 0
> | configure:9377: result: ok
> | configure:9424: checking for sysroot
> | configure:9455: result: no
> | configure:9462: checking for a working dd
> | configure:9506: result: /bin/dd
> | configure:9510: checking how to truncate binary pipes
> | configure:9526: result: /bin/dd bs=4096 count=1
> | configure:9663: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:9666: $? = 0
> | configure:9863: checking for mt
> | configure:9898: result: no
> | configure:9918: checking if : is a manifest tool
> | configure:9925: : '-?'
> | configure:9933: result: no
> | configure:10654: checking for dlfcn.h
> | configure:10654: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.c >&5
> | configure:10654: $? = 0
> | configure:10654: result: yes
> | configure:10923: checking for objdir
> | configure:10939: result: .libs
> | configure:11203: checking if gcc supports -fno-rtti -fno-exceptions
> | configure:11222: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
> | cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but 
> not for C
> | configure:11226: $? = 0
> | configure:11239: result: no
> | configure:11603: checking for gcc option to produce PIC
> | configure:11611: result: -fPIC -DPIC
> | configure:11619: checking if gcc PIC flag -fPIC -DPIC works
> | configure:11638: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
> | configure:11642: $? = 0
> | configure:11655: result: yes
> | configure:11684: checking if gcc static flag -static works
> | configure:11713: result: yes
> | configure:11728: checking if gcc supports -c -o file.o
> | configure:11750: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
> | configure:11754: $? = 0
> | configure:11776: result: yes
> | configure:11784: checking if gcc supports -c -o file.o
> | configure:11832: result: yes
> | configure:11865: checking whether the gcc linker (/usr/bin/ld -m 
> elf_x86_64) supports shared libraries
> | configure:13139: result: yes
> | configure:13380: checking dynamic linker characteristics
> | configure:13962: gcc -o conftest -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro 
> -Wl,-z,now -Wl,-rpath -Wl,/foo conftest.c  >&5
> | configure:13962: $? = 0
> | configure:14213: result: GNU/Linux ld.so
> | configure:14335: checking how to hardcode library paths into programs
> | configure:14360: result: immediate
> | configure:14912: checking whether stripping libraries is possible
> | configure:14921: result: yes
> | configure:14963: checking if libtool supports shared libraries
> | configure:14965: result: yes
> | configure:14968: checking whether to build shared libraries
> | configure:14993: result: no
> | configure:14996: checking whether to build static libraries
> | configure:15000: result: yes
> | configure:15023: checking how to run the C++ preprocessor
> | configure:15045: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
> | configure:15045: $? = 0
> | configure:15060: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
> | conftest.cpp:40:10: fatal error: ac_nonexistent.h: No such file or directory
> |    40 | #include <ac_nonexistent.h>
> |       |          ^~~~~~~~~~~~~~~~~~
> | compilation terminated.
> | configure:15060: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "ovn"
> | | #define PACKAGE_TARNAME "ovn"
> | | #define PACKAGE_VERSION "22.03.1"
> | | #define PACKAGE_STRING "ovn 22.03.1"
> | | #define PACKAGE_BUGREPORT "b...@openvswitch.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "ovn"
> | | #define VERSION "22.03.1"
> | | #define HAVE_STDIO_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STRINGS_H 1
> | | #define HAVE_SYS_STAT_H 1
> | | #define HAVE_SYS_TYPES_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE_WCHAR_H 1
> | | #define STDC_HEADERS 1
> | | #define _ALL_SOURCE 1
> | | #define _DARWIN_C_SOURCE 1
> | | #define _GNU_SOURCE 1
> | | #define _HPUX_ALT_XOPEN_SOCKET_API 1
> | | #define _NETBSD_SOURCE 1
> | | #define _OPENBSD_SOURCE 1
> | | #define _POSIX_PTHREAD_SEMANTICS 1
> | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
> | | #define __STDC_WANT_LIB_EXT2__ 1
> | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
> | | #define _TANDEM_SOURCE 1
> | | #define __EXTENSIONS__ 1
> | | #define HAVE_DLFCN_H 1
> | | #define LT_OBJDIR ".libs/"
> | | /* end confdefs.h.  */
> | | #include <ac_nonexistent.h>
> | configure:15087: result: g++ -E
> | configure:15101: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
> | configure:15101: $? = 0
> | configure:15116: g++ -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp
> | conftest.cpp:40:10: fatal error: ac_nonexistent.h: No such file or directory
> |    40 | #include <ac_nonexistent.h>
> |       |          ^~~~~~~~~~~~~~~~~~
> | compilation terminated.
> | configure:15116: $? = 1
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "ovn"
> | | #define PACKAGE_TARNAME "ovn"
> | | #define PACKAGE_VERSION "22.03.1"
> | | #define PACKAGE_STRING "ovn 22.03.1"
> | | #define PACKAGE_BUGREPORT "b...@openvswitch.org"
> | | #define PACKAGE_URL ""
> | | #define PACKAGE "ovn"
> | | #define VERSION "22.03.1"
> | | #define HAVE_STDIO_H 1
> | | #define HAVE_STDLIB_H 1
> | | #define HAVE_STRING_H 1
> | | #define HAVE_INTTYPES_H 1
> | | #define HAVE_STDINT_H 1
> | | #define HAVE_STRINGS_H 1
> | | #define HAVE_SYS_STAT_H 1
> | | #define HAVE_SYS_TYPES_H 1
> | | #define HAVE_UNISTD_H 1
> | | #define HAVE_WCHAR_H 1
> | | #define STDC_HEADERS 1
> | | #define _ALL_SOURCE 1
> | | #define _DARWIN_C_SOURCE 1
> | | #define _GNU_SOURCE 1
> | | #define _HPUX_ALT_XOPEN_SOCKET_API 1
> | | #define _NETBSD_SOURCE 1
> | | #define _OPENBSD_SOURCE 1
> | | #define _POSIX_PTHREAD_SEMANTICS 1
> | | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
> | | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
> | | #define __STDC_WANT_LIB_EXT2__ 1
> | | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
> | | #define _TANDEM_SOURCE 1
> | | #define __EXTENSIONS__ 1
> | | #define HAVE_DLFCN_H 1
> | | #define LT_OBJDIR ".libs/"
> | | /* end confdefs.h.  */
> | | #include <ac_nonexistent.h>
> | configure:15281: checking for ld used by g++
> | configure:15349: result: /usr/bin/ld -m elf_x86_64
> | configure:15356: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU 
> ld
> | configure:15372: result: yes
> | configure:15427: checking whether the g++ linker (/usr/bin/ld -m 
> elf_x86_64) supports shared libraries
> | configure:16505: result: yes
> | configure:16541: g++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 conftest.cpp >&5
> | configure:16544: $? = 0
> | configure:17025: checking for g++ option to produce PIC
> | configure:17033: result: -fPIC -DPIC
> | configure:17041: checking if g++ PIC flag -fPIC -DPIC works
> | configure:17060: g++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.cpp >&5
> | configure:17064: $? = 0
> | configure:17077: result: yes
> | configure:17100: checking if g++ static flag -static works
> | configure:17129: result: yes
> | configure:17141: checking if g++ supports -c -o file.o
> | configure:17163: g++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.cpp >&5
> | configure:17167: $? = 0
> | configure:17189: result: yes
> | configure:17194: checking if g++ supports -c -o file.o
> | configure:17242: result: yes
> | configure:17272: checking whether the g++ linker (/usr/bin/ld -m 
> elf_x86_64) supports shared libraries
> | configure:17315: result: yes
> | configure:17457: checking dynamic linker characteristics
> | configure:18217: result: GNU/Linux ld.so
> | configure:18282: checking how to hardcode library paths into programs
> | configure:18307: result: immediate
> | configure:18404: checking for library containing pow
> | configure:18434: gcc -o conftest -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro 
> -Wl,-z,now conftest.c  >&5
> | conftest.c:44:6: warning: conflicting types for built-in function 'pow'; 
> expected 'double(double,  double)' [-Wbuiltin-declaration-mismatch]
> |    44 | char pow ();
> |       |      ^~~
> | conftest.c:1:1: note: 'pow' is declared in header '<math.h>'
> |     1 | /* confdefs.h */
> | /usr/bin/ld: /tmp/ccycNROj.o: in function `main':
> | ./conftest.c:48: undefined reference to `pow'
> | collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/ovn_22.03.1-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.


Reply via email to