INFO:root:Gathering tests for the following targets: ['controller/src/agent:test']

scons: warning: Two different environments were specified for target /root/contrail/build/debug/vrouter/tests/dpdk/n3k/fakes/fake_vr_offloads.o,
	but they appear to have the same action: $CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/root/contrail/vrouter/tests/dpdk/n3k/integration/SConscript", line 29, in <listcomp>

scons: warning: Support for Python older than 3.7.0 is deprecated (3.6.8 detected).
    If this will cause hardship, contact scons-dev@scons.org
File "/usr/local/bin/scons", line 8, in <module>

scons: warning: Two different environments were specified for target /root/contrail/build/debug/vrouter/tests/dpdk/n3k/fakes/fake_vr_offloads.o,
	but they appear to have the same action: $CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/root/contrail/vrouter/tests/dpdk/n3k/integration/SConscript", line 29, in <listcomp>
DEBUG:root:Not a valid JSON: 'scons: Reading SConscript files ...'
DEBUG:root:Not a valid JSON: 'DBG: dist/sandesh-0.1.dev0.tar.gz build/debug/tools/sandesh/library/python'
DEBUG:root:Not a valid JSON: ''
DEBUG:root:Found 175 tests for targets.

scons: warning: Two different environments were specified for target /root/contrail/build/debug/vrouter/tests/dpdk/n3k/fakes/fake_vr_offloads.o,
	but they appear to have the same action: $CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/root/contrail/vrouter/tests/dpdk/n3k/integration/SConscript", line 29, in <listcomp>

scons: warning: Support for Python older than 3.7.0 is deprecated (3.6.8 detected).
    If this will cause hardship, contact scons-dev@scons.org
File "/usr/local/bin/scons", line 8, in <module>
INFO:root:Executing SCons command: /usr/local/bin/scons -j 4 --keep-going --skip-tests=/root/tf-dev-env/skip_tests --kernel-dir=/lib/modules/3.10.0-1160.25.1.el7.x86_64/build controller/src/agent:test
scons: Reading SConscript files ...
DBG: dist/sandesh-0.1.dev0.tar.gz build/debug/tools/sandesh/library/python

scons: warning: Two different environments were specified for target /root/contrail/build/debug/vrouter/tests/dpdk/n3k/fakes/fake_vr_offloads.o,
	but they appear to have the same action: $CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/root/contrail/vrouter/tests/dpdk/n3k/integration/SConscript", line 29, in <listcomp>
scons: done reading SConscript files.

scons: warning: Support for Python older than 3.7.0 is deprecated (3.6.8 detected).
    If this will cause hardship, contact scons-dev@scons.org
File "/usr/local/bin/scons", line 8, in <module>
scons: Building targets ...
Install directory: "third_party/googletest-release-1.8.1/googletest/include/gtest" as "build/include/gtest"
Install directory: "third_party/googletest-release-1.8.1/googlemock/include/gmock" as "build/include/gmock"
(cd /root/contrail/build/third_party/log4cplus; /root/contrail/third_party/log4cplus-2.1.1/configure CXXFLAGS=-std=c++11 --prefix=/root/contrail/build --enable-static=yes --enable-thread-pool=no --enable-threads=yes; make clean; make; make install)
g++ -o build/debug/tools/sandesh/compiler/main.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -DSANDESH -Isrc/contrail-common/sandesh/compiler -Ibuild/include src/contrail-common/sandesh/compiler/main.cc
Install file: "build/third_party/gunit/gunit.h" as "build/include/testing/gunit.h"
checking build system type... gcc -o build/debug/tools/sandesh/compiler/md5.o -c -O0 -DDEBUG -DSANDESH -Isrc/contrail-common/sandesh/compiler -Ibuild/include src/contrail-common/sandesh/compiler/md5.c
bison -d -o build/debug/tools/sandesh/compiler/sandeshy.cc src/contrail-common/sandesh/compiler/sandeshy.yy
flex -t src/contrail-common/sandesh/compiler/sandeshl.ll > build/debug/tools/sandesh/compiler/sandeshl.cc
x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... g++ -o build/debug/tools/sandesh/compiler/generate/t_cpp_generator.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -DSANDESH -Isrc/contrail-common/sandesh/compiler -Ibuild/include src/contrail-common/sandesh/compiler/generate/t_cpp_generator.cc
yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
g++ -o build/debug/tools/sandesh/compiler/sandeshy.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -DSANDESH -Isrc/contrail-common/sandesh/compiler -Ibuild/include build/debug/tools/sandesh/compiler/sandeshy.cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... -std=gnu11
checking whether gcc -std=gnu11 understands -c and -o together... yes
checking dependency style of gcc -std=gnu11... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
configure: WARNING: Neither C++ locale support nor C locale support nor iconv() support requested, using poor man's locale conversion.
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports C++11 features by default... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for C++ compiler vendor... gnu
checking CXXFLAGS for maximum warnings... -Wall
checking for grep that handles long lines and -e... /usr/bin/grep
checking CXXFLAGS for gcc -fdiagnostics-show-caret... -fdiagnostics-show-caret
checking CXXFLAGS for gcc -ftrack-macro-expansion... -ftrack-macro-expansion
checking CXXFLAGS for gcc -fdiagnostics-color=auto... -fdiagnostics-color=auto
checking CXXFLAGS for gcc -Wextra... g++ -o build/debug/tools/sandesh/compiler/sandeshl.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -DSANDESH -Isrc/contrail-common/sandesh/compiler -Ibuild/include build/debug/tools/sandesh/compiler/sandeshl.cc
-Wextra
checking CXXFLAGS for gcc -pedantic... -pedantic
checking CXXFLAGS for gcc -Wstrict-aliasing... -Wstrict-aliasing
checking CXXFLAGS for gcc -Wstrict-overflow... -Wstrict-overflow
checking CXXFLAGS for gcc -Woverloaded-virtual... -Woverloaded-virtual
checking CXXFLAGS for gcc -Wold-style-cast... -Wold-style-cast
checking CXXFLAGS for gcc -Wc++14-compat... no, unknown
checking CXXFLAGS for gcc -Wc++17-compat... no, unknown
checking CXXFLAGS for gcc -Wc++20-compat... no, unknown
checking CXXFLAGS for gcc -Wundef... -Wundef
checking CXXFLAGS for gcc -Wshadow... g++ -o build/debug/tools/sandesh/compiler/generate/t_html_generator.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -DSANDESH -Isrc/contrail-common/sandesh/compiler -Ibuild/include src/contrail-common/sandesh/compiler/generate/t_html_generator.cc
-Wshadow
checking CXXFLAGS for gcc -Wformat... -Wformat
checking CXXFLAGS for gcc -Wnoexcept... -Wnoexcept
checking CXXFLAGS for gcc -Wsuggest-attribute=format... g++ -o build/debug/tools/sandesh/compiler/generate/t_generator.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -DSANDESH -Isrc/contrail-common/sandesh/compiler -Ibuild/include src/contrail-common/sandesh/compiler/generate/t_generator.cc
-Wsuggest-attribute=format
checking CXXFLAGS for gcc -Wsuggest-attribute=noreturn... -Wsuggest-attribute=noreturn
checking CXXFLAGS for gcc -Wno-variadic-macros... -Wno-variadic-macros
checking CXXFLAGS for gcc -O2... -O2
checking for __global and __hidden... no
checking for __declspec(dllexport) and __declspec(dllimport)... no
checking for __attribute__((visibility("default"))) and __attribute__((visibility("hidden")))... yes
checking CXXFLAGS for gcc -fvisibility=hidden... -fvisibility=hidden
checking for __FUNCTION__ macro... yes
checking for __PRETTY_FUNCTION__ macro... yes
checking for __func__ symbol... yes
checking for __attribute__((constructor_priority))... yes
checking for __attribute__((constructor))... yes
checking for __attribute__((init_priority))... g++ -o build/debug/tools/sandesh/compiler/generate/t_xsd_generator.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -DSANDESH -Isrc/contrail-common/sandesh/compiler -Ibuild/include src/contrail-common/sandesh/compiler/generate/t_xsd_generator.cc
yes
checking for library containing __atomic_fetch_and_4... no
checking for library containing strerror... none required
checking for library containing gethostbyname... none required
checking for library containing setsockopt... none required
checking for stdio.h... g++ -o build/debug/tools/sandesh/compiler/generate/t_c_generator.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -DSANDESH -Isrc/contrail-common/sandesh/compiler -Ibuild/include src/contrail-common/sandesh/compiler/generate/t_c_generator.cc
yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for egrep... /usr/bin/grep -E
checking for sys/types.h... (cached) yes
checking for sys/socket.h... yes
checking for sys/time.h... yes
checking for sys/timeb.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/syscall.h... yes
checking for sys/file.h... yes
checking for syslog.h... yes
checking for arpa/inet.h... g++ -o build/debug/tools/sandesh/compiler/generate/t_py_generator.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -DSANDESH -Isrc/contrail-common/sandesh/compiler -Ibuild/include src/contrail-common/sandesh/compiler/generate/t_py_generator.cc
yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking for netdb.h... yes
checking for unistd.h... (cached) yes
checking for fcntl.h... yes
checking for stdio.h... (cached) yes
checking for stdarg.h... g++ -o build/debug/tools/sandesh/compiler/generate/t_doc_generator.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -DSANDESH -Isrc/contrail-common/sandesh/compiler -Ibuild/include src/contrail-common/sandesh/compiler/generate/t_doc_generator.cc
yes
checking for stdlib.h... (cached) yes
checking for wchar.h... yes
checking for time.h... yes
checking for errno.h... yes
checking for limits.h... yes
checking for poll.h... yes
checking for socklen_t... yes
configure: Creating a multi-threaded library.
configure: Threads support:
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for library containing sem_init... g++ -o build/debug/tools/sandesh/compiler/parse/parse.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -DSANDESH -Isrc/contrail-common/sandesh/compiler -Ibuild/include src/contrail-common/sandesh/compiler/parse/parse.cc
no
checking for thread_local... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for getpid... yes
checking for poll... yes
checking for pipe... yes
checking for pipe2... yes
checking for ftime... yes
checking for stat... yes
checking for lstat... yes
checking for fcntl... yes
checking for lockf... Install file: "src/contrail-common/sandesh/library/cpp/sandesh_trace.h" as "build/include/sandesh/sandesh_trace.h"
yes
checking for flock... Copy("build/include/rapidjson/document.h", "third_party/rapidjson/include/rapidjson/document.h")
Copy("build/include/rapidjson/stringbuffer.h", "third_party/rapidjson/include/rapidjson/stringbuffer.h")
Copy("build/include/rapidjson/writer.h", "third_party/rapidjson/include/rapidjson/writer.h")
yes
checking for htons... yes
checking for ntohs... yes
checking for htonl... yes
checking for ntohl... yes
checking for shutdown... yes
checking for mbstowcs... yes
checking for wcstombs... yes
checking for vsnprintf... yes
checking for _vsnprintf... no
checking for vsnwprintf... no
checking for _vsnwprintf... no
checking for vsprintf_s... Install file: "src/contrail-common/sandesh/library/cpp/sandesh.h" as "build/include/sandesh/sandesh.h"
Copy("build/include/rapidjson/encodedstream.h", "third_party/rapidjson/include/rapidjson/encodedstream.h")
Copy("build/include/rapidjson/internal/meta.h", "third_party/rapidjson/include/rapidjson/internal/meta.h")
Copy("build/include/rapidjson/internal/strfunc.h", "third_party/rapidjson/include/rapidjson/internal/strfunc.h")
Copy("build/include/rapidjson/memorystream.h", "third_party/rapidjson/include/rapidjson/memorystream.h")
Copy("build/include/rapidjson/reader.h", "third_party/rapidjson/include/rapidjson/reader.h")
no
checking for vswprintf_s... Install file: "src/contrail-common/sandesh/library/cpp/Thrift.h" as "build/include/sandesh/Thrift.h"
Install file: "src/contrail-common/sandesh/library/cpp/derived_stats.h" as "build/include/sandesh/derived_stats.h"
Install file: "src/contrail-common/sandesh/library/cpp/derived_stats_algo.h" as "build/include/sandesh/derived_stats_algo.h"
no
checking for vfprintf_s... Install file: "src/contrail-common/sandesh/library/cpp/protocol/TBinaryProtocol.h" as "build/include/sandesh/protocol/TBinaryProtocol.h"
Install file: "src/contrail-common/sandesh/library/cpp/protocol/TJSONProtocol.h" as "build/include/sandesh/protocol/TJSONProtocol.h"
Install file: "src/contrail-common/sandesh/library/cpp/protocol/TProtocol.h" as "build/include/sandesh/protocol/TProtocol.h"
Install file: "src/contrail-common/sandesh/library/cpp/protocol/TVirtualProtocol.h" as "build/include/sandesh/protocol/TVirtualProtocol.h"
Install file: "src/contrail-common/sandesh/library/cpp/protocol/TXMLProtocol.h" as "build/include/sandesh/protocol/TXMLProtocol.h"
Install file: "src/contrail-common/sandesh/library/cpp/request_pipeline.h" as "build/include/sandesh/request_pipeline.h"
Install file: "src/contrail-common/sandesh/library/cpp/sandesh_client.h" as "build/include/sandesh/sandesh_client.h"
Install file: "src/contrail-common/sandesh/library/cpp/sandesh_client_sm.h" as "build/include/sandesh/sandesh_client_sm.h"
Install file: "src/contrail-common/sandesh/library/cpp/sandesh_connection.h" as "build/include/sandesh/sandesh_connection.h"
Install file: "src/contrail-common/sandesh/library/cpp/sandesh_http.h" as "build/include/sandesh/sandesh_http.h"
Install file: "src/contrail-common/sandesh/library/cpp/sandesh_message_builder.h" as "build/include/sandesh/sandesh_message_builder.h"
Install file: "src/contrail-common/sandesh/library/cpp/sandesh_options.h" as "build/include/sandesh/sandesh_options.h"
Install file: "src/contrail-common/sandesh/library/cpp/sandesh_server.h" as "build/include/sandesh/sandesh_server.h"
Install file: "src/contrail-common/sandesh/library/cpp/sandesh_session.h" as "build/include/sandesh/sandesh_session.h"
Install file: "src/contrail-common/sandesh/library/cpp/sandesh_state_machine.h" as "build/include/sandesh/sandesh_state_machine.h"
Install file: "src/contrail-common/sandesh/library/cpp/sandesh_statistics.h" as "build/include/sandesh/sandesh_statistics.h"
Install file: "src/contrail-common/sandesh/library/cpp/sandesh_util.h" as "build/include/sandesh/sandesh_util.h"
Install file: "src/contrail-common/sandesh/library/cpp/sandesh_uve.h" as "build/include/sandesh/sandesh_uve.h"
Install file: "src/contrail-common/sandesh/library/cpp/stats_client.h" as "build/include/sandesh/stats_client.h"
Install file: "src/contrail-common/sandesh/library/cpp/transport/TBufferTransports.h" as "build/include/sandesh/transport/TBufferTransports.h"
Install file: "src/contrail-common/sandesh/library/cpp/transport/TFDTransport.h" as "build/include/sandesh/transport/TFDTransport.h"
Install file: "src/contrail-common/sandesh/library/cpp/transport/TSimpleFileTransport.h" as "build/include/sandesh/transport/TSimpleFileTransport.h"
Install file: "src/contrail-common/sandesh/library/cpp/transport/TTransport.h" as "build/include/sandesh/transport/TTransport.h"
Install file: "src/contrail-common/sandesh/library/cpp/transport/TVirtualTransport.h" as "build/include/sandesh/transport/TVirtualTransport.h"
no
checking for vfwprintf_s... no
checking for _vsnprintf_s... no
checking for _vsnwprintf_s... no
checking for ENAMETOOLONG... yes
checking for getaddrinfo... yes
checking for gethostbyname_r... yes
checking for gettid... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc -std=gnu11... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... Install file: "src/contrail-common/http/http_session.h" as "build/include/http/http_session.h"
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... Install file: "src/contrail-common/http/http_server.h" as "build/include/http/http_server.h"
1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu11 object... cmd(["build/debug/tools/sandesh/library/cpp/css_bootstrap_min_css.cpp"], ["src/contrail-common/sandesh/library/common/webs/css/bootstrap.min.css"])
g++ -o build/debug/tools/sandesh/compiler/sandesh build/debug/tools/sandesh/compiler/main.o build/debug/tools/sandesh/compiler/md5.o build/debug/tools/sandesh/compiler/sandeshy.o build/debug/tools/sandesh/compiler/sandeshl.o build/debug/tools/sandesh/compiler/generate/t_cpp_generator.o build/debug/tools/sandesh/compiler/generate/t_html_generator.o build/debug/tools/sandesh/compiler/generate/t_generator.o build/debug/tools/sandesh/compiler/generate/t_xsd_generator.o build/debug/tools/sandesh/compiler/generate/t_c_generator.o build/debug/tools/sandesh/compiler/generate/t_py_generator.o build/debug/tools/sandesh/compiler/generate/t_doc_generator.o build/debug/tools/sandesh/compiler/parse/parse.o
cmd(["build/debug/tools/sandesh/library/cpp/css_DT_bootstrap_css.cpp"], ["src/contrail-common/sandesh/library/common/webs/css/DT_bootstrap.css"])
cmd(["build/debug/tools/sandesh/library/cpp/css_images_sort_asc_png.cpp"], ["src/contrail-common/sandesh/library/common/webs/css/images/sort_asc.png"])
cmd(["build/debug/tools/sandesh/library/cpp/css_images_sort_asc_disabled_png.cpp"], ["src/contrail-common/sandesh/library/common/webs/css/images/sort_asc_disabled.png"])
cmd(["build/debug/tools/sandesh/library/cpp/css_images_sort_both_png.cpp"], ["src/contrail-common/sandesh/library/common/webs/css/images/sort_both.png"])
cmd(["build/debug/tools/sandesh/library/cpp/css_images_sort_desc_png.cpp"], ["src/contrail-common/sandesh/library/common/webs/css/images/sort_desc.png"])
cmd(["build/debug/tools/sandesh/library/cpp/css_images_sort_desc_disabled_png.cpp"], ["src/contrail-common/sandesh/library/common/webs/css/images/sort_desc_disabled.png"])
cmd(["build/debug/tools/sandesh/library/cpp/css_style_css.cpp"], ["src/contrail-common/sandesh/library/common/webs/css/style.css"])
cmd(["build/debug/tools/sandesh/library/cpp/js_bootstrap_min_js.cpp"], ["src/contrail-common/sandesh/library/common/webs/js/bootstrap.min.js"])
cmd(["build/debug/tools/sandesh/library/cpp/js_DT_bootstrap_js.cpp"], ["src/contrail-common/sandesh/library/common/webs/js/DT_bootstrap.js"])
cmd(["build/debug/tools/sandesh/library/cpp/js_jquery_2_0_3_min_js.cpp"], ["src/contrail-common/sandesh/library/common/webs/js/jquery-2.0.3.min.js"])
cmd(["build/debug/tools/sandesh/library/cpp/js_jquery_dataTables_min_js.cpp"], ["src/contrail-common/sandesh/library/common/webs/js/jquery.dataTables.min.js"])
ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... cmd(["build/debug/tools/sandesh/library/cpp/js_util_js.cpp"], ["src/contrail-common/sandesh/library/common/webs/js/util.js"])
/usr/bin/dd bs=4096 count=1
cmd(["build/debug/tools/sandesh/library/cpp/universal_parse_xsl.cpp"], ["src/contrail-common/sandesh/library/common/webs/universal_parse.xsl"])
Install file: "src/contrail-common/http/http_request.h" as "build/include/http/http_request.h"
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
Copy("build/include/rapidjson/internal/stack.h", "third_party/rapidjson/include/rapidjson/internal/stack.h")
Copy("build/include/rapidjson/stream.h", "third_party/rapidjson/include/rapidjson/stream.h")
Copy("build/include/rapidjson/internal/dtoa.h", "third_party/rapidjson/include/rapidjson/internal/dtoa.h")
Copy("build/include/rapidjson/internal/itoa.h", "third_party/rapidjson/include/rapidjson/internal/itoa.h")
Copy("build/include/rapidjson/rapidjson.h", "third_party/rapidjson/include/rapidjson/rapidjson.h")
Copy("build/include/rapidjson/allocators.h", "third_party/rapidjson/include/rapidjson/allocators.h")
Copy("build/include/rapidjson/error/error.h", "third_party/rapidjson/include/rapidjson/error/error.h")
Copy("build/include/rapidjson/internal/strtod.h", "third_party/rapidjson/include/rapidjson/internal/strtod.h")
checking if gcc -std=gnu11 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu11 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu11 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu11 static flag -static works... Install file: "third_party/pugixml/src/pugixml.hpp" as "build/include/pugixml/pugixml.hpp"
no
checking if gcc -std=gnu11 supports -c -o file.o... Install file: "build/debug/tools/sandesh/compiler/sandesh" as "build/bin/sandesh"
yes
checking if gcc -std=gnu11 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... Install file: "third_party/pugixml/src/pugiconfig.hpp" as "build/include/pugixml/pugiconfig.hpp"
no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
Install file: "src/contrail-api-client/LICENSE" as "build/debug/api-lib/LICENSE"
SandeshCppBuilder controller/src/sandesh/common/vns.sandesh -> build/debug/sandesh/common/vns_types.h build/debug/sandesh/common/vns_types.cpp build/debug/sandesh/common/vns_constants.h build/debug/sandesh/common/vns_constants.cpp build/debug/sandesh/common/vns_html.cpp
SandeshCppBuilder src/contrail-common/sandesh/library/common/sandesh_uve.sandesh -> build/debug/tools/sandesh/library/common/sandesh_uve_types.h build/debug/tools/sandesh/library/common/sandesh_uve_types.cpp build/debug/tools/sandesh/library/common/sandesh_uve_constants.h build/debug/tools/sandesh/library/common/sandesh_uve_constants.cpp build/debug/tools/sandesh/library/common/sandesh_uve_html.cpp
SandeshCppBuilder src/contrail-common/sandesh/library/common/sandesh_trace.sandesh -> build/debug/tools/sandesh/library/common/sandesh_trace_types.h build/debug/tools/sandesh/library/common/sandesh_trace_types.cpp build/debug/tools/sandesh/library/common/sandesh_trace_constants.h build/debug/tools/sandesh/library/common/sandesh_trace_constants.cpp build/debug/tools/sandesh/library/common/sandesh_trace_html.cpp
Install file: "build/debug/sandesh/common/vns_constants.h" as "build/include/sandesh/common/vns_constants.h"
Install file: "build/debug/tools/sandesh/library/common/sandesh_trace_types.h" as "build/include/sandesh/sandesh_trace_types.h"
Install file: "build/debug/tools/sandesh/library/common/sandesh_trace_constants.h" as "build/include/sandesh/sandesh_trace_constants.h"
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
SandeshCppBuilder src/contrail-common/io/io.sandesh -> build/debug/io/io_types.h build/debug/io/io_types.cpp build/debug/io/io_constants.h build/debug/io/io_constants.cpp build/debug/io/io_html.cpp
Install file: "build/debug/tools/sandesh/library/common/sandesh_uve_constants.h" as "build/include/sandesh/sandesh_uve_constants.h"
Install file: "build/debug/tools/sandesh/library/common/sandesh_uve_types.h" as "build/include/sandesh/sandesh_uve_types.h"
Install file: "build/debug/sandesh/common/vns_types.h" as "build/include/sandesh/common/vns_types.h"
SandeshCppBuilder controller/src/vnsw/agent/pkt/pkt.sandesh -> build/debug/vnsw/agent/pkt/pkt_types.h build/debug/vnsw/agent/pkt/pkt_types.cpp build/debug/vnsw/agent/pkt/pkt_constants.h build/debug/vnsw/agent/pkt/pkt_constants.cpp build/debug/vnsw/agent/pkt/pkt_html.cpp
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... SandeshCppBuilder src/contrail-common/sandesh/library/common/derived_stats_results.sandesh -> build/debug/tools/sandesh/library/common/derived_stats_results_types.h build/debug/tools/sandesh/library/common/derived_stats_results_types.cpp build/debug/tools/sandesh/library/common/derived_stats_results_constants.h build/debug/tools/sandesh/library/common/derived_stats_results_constants.cpp build/debug/tools/sandesh/library/common/derived_stats_results_html.cpp
SandeshCppBuilder src/contrail-common/sandesh/library/common/sandesh_alarm_base.sandesh -> build/debug/tools/sandesh/library/common/sandesh_alarm_base_types.h build/debug/tools/sandesh/library/common/sandesh_alarm_base_types.cpp build/debug/tools/sandesh/library/common/sandesh_alarm_base_constants.h build/debug/tools/sandesh/library/common/sandesh_alarm_base_constants.cpp build/debug/tools/sandesh/library/common/sandesh_alarm_base_html.cpp
yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... Install file: "build/debug/tools/sandesh/library/common/derived_stats_results_constants.h" as "build/include/sandesh/derived_stats_results_constants.h"
yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) Install file: "build/debug/tools/sandesh/library/common/sandesh_alarm_base_constants.h" as "build/include/sandesh/sandesh_alarm_base_constants.h"
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
Install file: "build/debug/tools/sandesh/library/common/sandesh_alarm_base_types.h" as "build/include/sandesh/sandesh_alarm_base_types.h"
checking that generated files are newer than configure... done
configure: creating ./config.status
Install file: "build/debug/tools/sandesh/library/common/derived_stats_results_types.h" as "build/include/sandesh/derived_stats_results_types.h"
SandeshOnlyCppBuilder src/contrail-common/sandesh/library/common/sandesh_ctrl.sandesh -> build/debug/tools/sandesh/library/common/sandesh_ctrl_types.h build/debug/tools/sandesh/library/common/sandesh_ctrl_types.cpp build/debug/tools/sandesh/library/common/sandesh_ctrl_constants.h build/debug/tools/sandesh/library/common/sandesh_ctrl_constants.cpp build/debug/tools/sandesh/library/common/sandesh_ctrl_html.cpp
SandeshCppBuilder controller/src/sandesh/common/flow.sandesh -> build/debug/sandesh/common/flow_types.h build/debug/sandesh/common/flow_types.cpp build/debug/sandesh/common/flow_constants.h build/debug/sandesh/common/flow_constants.cpp build/debug/sandesh/common/flow_html.cpp
SandeshCppBuilder controller/src/vnsw/agent/oper/agent.sandesh -> build/debug/vnsw/agent/oper/agent_types.h build/debug/vnsw/agent/oper/agent_types.cpp build/debug/vnsw/agent/oper/agent_constants.h build/debug/vnsw/agent/oper/agent_constants.cpp build/debug/vnsw/agent/oper/agent_html.cpp
g++ -o build/debug/tools/sandesh/library/common/sandesh_ctrl_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_ctrl_html.cpp
Install file: "build/debug/sandesh/common/flow_types.h" as "build/include/sandesh/common/flow_types.h"
Install file: "build/debug/sandesh/common/flow_constants.h" as "build/include/sandesh/common/flow_constants.h"
Install file: "build/debug/tools/sandesh/library/common/sandesh_ctrl_types.h" as "build/include/sandesh/sandesh_ctrl_types.h"
Install file: "build/debug/tools/sandesh/library/common/sandesh_ctrl_constants.h" as "build/include/sandesh/sandesh_ctrl_constants.h"
SandeshCppBuilder src/contrail-common/base/sandesh/process_info.sandesh -> build/debug/base/sandesh/process_info_types.h build/debug/base/sandesh/process_info_types.cpp build/debug/base/sandesh/process_info_constants.h build/debug/base/sandesh/process_info_constants.cpp build/debug/base/sandesh/process_info_html.cpp
SandeshCppBuilder src/contrail-common/base/sandesh/nodeinfo.sandesh -> build/debug/base/sandesh/nodeinfo_types.h build/debug/base/sandesh/nodeinfo_types.cpp build/debug/base/sandesh/nodeinfo_constants.h build/debug/base/sandesh/nodeinfo_constants.cpp build/debug/base/sandesh/nodeinfo_html.cpp
SandeshCppBuilder src/contrail-common/base/sandesh/cpuinfo.sandesh -> build/debug/base/sandesh/cpuinfo_types.h build/debug/base/sandesh/cpuinfo_types.cpp build/debug/base/sandesh/cpuinfo_constants.h build/debug/base/sandesh/cpuinfo_constants.cpp build/debug/base/sandesh/cpuinfo_html.cpp
SandeshCppBuilder src/contrail-common/sandesh/library/common/sandesh.sandesh -> build/debug/tools/sandesh/library/common/sandesh_types.h build/debug/tools/sandesh/library/common/sandesh_types.cpp build/debug/tools/sandesh/library/common/sandesh_constants.h build/debug/tools/sandesh/library/common/sandesh_constants.cpp build/debug/tools/sandesh/library/common/sandesh_html.cpp
[WARNING:/root/contrail/src/contrail-common/sandesh/library/common/sandesh.sandesh:31] Negative value supplied for enum SYS_UVE.

[WARNING:/root/contrail/src/contrail-common/sandesh/library/common/sandesh.sandesh:31] Negative value supplied for enum SYS_UVE.

SandeshCppBuilder vrouter/sandesh/vr.sandesh -> build/debug/vrouter/sandesh/vr_types.h build/debug/vrouter/sandesh/vr_types.cpp build/debug/vrouter/sandesh/vr_constants.h build/debug/vrouter/sandesh/vr_constants.cpp build/debug/vrouter/sandesh/vr_html.cpp
Install file: "build/debug/tools/sandesh/library/common/sandesh_types.h" as "build/include/sandesh/sandesh_types.h"
Install file: "build/debug/tools/sandesh/library/common/sandesh_constants.h" as "build/include/sandesh/sandesh_constants.h"
SandeshCppBuilder controller/src/vnsw/agent/vrouter/ksync/agent_ksync.sandesh -> build/debug/vnsw/agent/vrouter/ksync/agent_ksync_types.h build/debug/vnsw/agent/vrouter/ksync/agent_ksync_types.cpp build/debug/vnsw/agent/vrouter/ksync/agent_ksync_constants.h build/debug/vnsw/agent/vrouter/ksync/agent_ksync_constants.cpp build/debug/vnsw/agent/vrouter/ksync/agent_ksync_html.cpp
SandeshCppBuilder controller/src/vnsw/agent/uve/uve.sandesh -> build/debug/vnsw/agent/uve/uve_types.h build/debug/vnsw/agent/uve/uve_types.cpp build/debug/vnsw/agent/uve/uve_constants.h build/debug/vnsw/agent/uve/uve_constants.cpp build/debug/vnsw/agent/uve/uve_html.cpp
Install file: "src/contrail-api-client/base/version.info" as "build/debug/api-lib/version.info"
Install directory: "src/contrail-api-client/api-lib/vnc_api" as "build/debug/api-lib/vnc_api"
Install file: "src/contrail-api-client/generateds/generatedssuper.py" as "build/debug/api-lib/vnc_api/gen/generatedssuper.py"
Install file: "src/contrail-api-client/generateds/cfixture.py" as "build/debug/api-lib/vnc_api/gen/cfixture.py"
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating tests/atlocal
config.status: creating log4cplus.pc
config.status: creating tests/configandwatch_test/log4cplus.properties
config.status: creating tests/filter_test/log4cplus.properties
config.status: creating tests/performance_test/log4cplus.properties
config.status: creating tests/propertyconfig_test/log4cplus.properties
config.status: creating tests/propertyconfig_test/log4cplus.tail.properties
config.status: creating include/log4cplus/config.h
config.status: creating include/log4cplus/config/defines.hxx
SandeshCppBuilder controller/src/vnsw/agent/kstate/kstate.sandesh -> build/debug/vnsw/agent/kstate/kstate_types.h build/debug/vnsw/agent/kstate/kstate_types.cpp build/debug/vnsw/agent/kstate/kstate_constants.h build/debug/vnsw/agent/kstate/kstate_constants.cpp build/debug/vnsw/agent/kstate/kstate_html.cpp
/root/contrail/src/contrail-api-client/generateds/generateDS.py -f -g type -o /root/contrail/build/debug/schema/xmpp_unicast src/contrail-api-client/schema/xmpp_unicast.xsd
/root/contrail/src/contrail-api-client/generateds/generateDS.py -f -g ifmap-backend -o /root/contrail/build/debug/schema/vnc_cfg src/contrail-api-client/schema/vnc_cfg.xsd
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
/root/contrail/src/contrail-api-client/generateds/generateDS.py -f -g type -o /root/contrail/build/debug/schema/xmpp_enet src/contrail-api-client/schema/xmpp_enet.xsd
generating parser for TunnelEncapsulationListType
generating parser for TunnelEncapsulationListType
generating parser for TagListType
generating parser for TagListType
generating parser for NextHopType
generating parser for NextHopType
generating parser for NextHopListType
generating parser for NextHopListType
generating parser for IPAddressType
generating parser for IPAddressType
generating parser for SecurityGroupListType
generating parser for SecurityGroupListType
generating parser for CommunityTagListType
generating parser for CommunityTagListType
generating parser for LoadBalanceFieldListType
generating parser for LoadBalanceFieldListType
generating parser for LoadBalanceType
generating parser for LoadBalanceType
generating parser for attribute MobilityType
generating json parser for attribute MobilityType
generating parser for EntryType
generating parser for EntryType
generating parser for ItemType
generating parser for ItemType
generating parser for ItemsType
generating parser for ItemsType
generating parser for EnetTunnelEncapsulationListType
generating parser for EnetTunnelEncapsulationListType
generating parser for EnetTagListType
generating parser for EnetTagListType
generating parser for EnetNextHopType
generating parser for EnetNextHopType
generating parser for EnetOlistType
generating parser for EnetOlistType
generating parser for EnetNextHopListType
generating parser for EnetNextHopListType
generating parser for EnetAddressType
generating parser for EnetAddressType
generating parser for EnetSecurityGroupListType
generating parser for EnetSecurityGroupListType
generating parser for attribute EnetMobilityType
generating json parser for attribute EnetMobilityType
generating parser for EnetEntryType
generating parser for EnetEntryType
generating parser for EnetItemType
generating parser for EnetItemType
generating parser for EnetItemsType
generating parser for EnetItemsType
SandeshCppBuilder controller/src/ksync/ksync.sandesh -> build/debug/ksync/ksync_types.h build/debug/ksync/ksync_types.cpp build/debug/ksync/ksync_constants.h build/debug/ksync/ksync_constants.cpp build/debug/ksync/ksync_html.cpp
/root/contrail/src/contrail-api-client/generateds/generateDS.py -f -g type -o /root/contrail/build/debug/schema/xmpp_multicast src/contrail-api-client/schema/xmpp_multicast.xsd
Copy("build/include/rapidjson/internal/swap.h", "third_party/rapidjson/include/rapidjson/internal/swap.h")
Copy("build/include/rapidjson/encodings.h", "third_party/rapidjson/include/rapidjson/encodings.h")
Copy("build/include/rapidjson/internal/diyfp.h", "third_party/rapidjson/include/rapidjson/internal/diyfp.h")
Copy("build/include/rapidjson/internal/ieee754.h", "third_party/rapidjson/include/rapidjson/internal/ieee754.h")
Copy("build/include/rapidjson/msinttypes/inttypes.h", "third_party/rapidjson/include/rapidjson/msinttypes/inttypes.h")
Copy("build/include/rapidjson/msinttypes/stdint.h", "third_party/rapidjson/include/rapidjson/msinttypes/stdint.h")
Copy("build/include/rapidjson/internal/biginteger.h", "third_party/rapidjson/include/rapidjson/internal/biginteger.h")
Copy("build/include/rapidjson/internal/pow10.h", "third_party/rapidjson/include/rapidjson/internal/pow10.h")
SandeshCppBuilder controller/src/vnsw/agent/cfg/cfg.sandesh -> build/debug/vnsw/agent/cfg/cfg_types.h build/debug/vnsw/agent/cfg/cfg_types.cpp build/debug/vnsw/agent/cfg/cfg_constants.h build/debug/vnsw/agent/cfg/cfg_constants.cpp build/debug/vnsw/agent/cfg/cfg_html.cpp
WARNING:ifmap_model:bgp-router not found in xml schema
WARNING:ifmap_model:routing-instance not found in xml schema
WARNING:ifmap_model:routing-policy not found in xml schema
WARNING:ifmap_model:route-aggregate not found in xml schema
WARNING:ifmap_model:customer-attachment not found in xml schema
WARNING:ifmap_model:provider-attachment not found in xml schema
WARNING:ifmap_model:route-target not found in xml schema
generating parser for McastTunnelEncapsulationListType
generating parser for McastTunnelEncapsulationListType
generating parser for McastNextHopType
generating parser for McastNextHopType
generating parser for OlistType
generating parser for OlistType
generating parser for McastNextHopsType
generating parser for McastNextHopsType
generating parser for McastNlriType
generating parser for McastNlriType
generating parser for McastEntryType
generating parser for McastEntryType
generating parser for McastItemType
generating parser for McastItemType
generating parser for McastItemsType
generating parser for McastItemsType
SandeshCppBuilder controller/src/vnsw/agent/resource_manager/resource_manager.sandesh -> build/debug/vnsw/agent/resource_manager/resource_manager_types.h build/debug/vnsw/agent/resource_manager/resource_manager_types.cpp build/debug/vnsw/agent/resource_manager/resource_manager_constants.h build/debug/vnsw/agent/resource_manager/resource_manager_constants.cpp build/debug/vnsw/agent/resource_manager/resource_manager_html.cpp
generating parser for PermType
generating parser for PermType
generating parser for UuidType
generating parser for UuidType
generating parser for IdPermsType
generating parser for IdPermsType
generating parser for ShareType
generating parser for ShareType
generating parser for PermType2
generating parser for PermType2
generating parser for KeyValuePair
generating parser for KeyValuePair
generating parser for KeyValuePairs
generating parser for KeyValuePairs
generating parser for GracefulRestartParametersType
generating parser for GracefulRestartParametersType
generating parser for FastConvergenceParametersType
generating parser for FastConvergenceParametersType
generating parser for PluginProperty
generating parser for PluginProperty
generating parser for PluginProperties
generating parser for PluginProperties
generating parser for SubnetType
generating parser for SubnetType
generating parser for SubnetListType
generating parser for SubnetListType
generating parser for AsnRangeType
generating parser for AsnRangeType
generating parser for DeviceFamilyListType
generating parser for DeviceFamilyListType
generating parser for VendorHardwaresType
generating parser for VendorHardwaresType
generating parser for BGPaaServiceParametersType
generating parser for BGPaaServiceParametersType
generating parser for MACLimitControlType
generating parser for MACLimitControlType
generating parser for MACMoveLimitControlType
generating parser for MACMoveLimitControlType
generating parser for UserDefinedLogStat
generating parser for UserDefinedLogStat
generating parser for UserDefinedLogStatList
generating parser for UserDefinedLogStatList
generating parser for SecurityLoggingObjectRuleEntryType
generating parser for SecurityLoggingObjectRuleEntryType
generating parser for SecurityLoggingObjectRuleListType
generating parser for SecurityLoggingObjectRuleListType
generating parser for EcmpHashingIncludeFields
generating parser for EcmpHashingIncludeFields
generating parser for LinklocalServiceEntryType
generating parser for LinklocalServiceEntryType
generating parser for LinklocalServicesTypes
generating parser for LinklocalServicesTypes
generating parser for EncapsulationPrioritiesType
generating parser for EncapsulationPrioritiesType
generating parser for FlowAgingTimeout
generating parser for FlowAgingTimeout
generating parser for FlowAgingTimeoutList
generating parser for FlowAgingTimeoutList
generating parser for EncryptionTunnelEndpoint
generating parser for EncryptionTunnelEndpoint
generating parser for EncryptionTunnelEndpointList
generating parser for EncryptionTunnelEndpointList
generating parser for PortType
generating parser for PortType
generating parser for PortTranslationPool
generating parser for PortTranslationPool
generating parser for PortTranslationPools
generating parser for PortTranslationPools
generating parser for VirtualNetworkType
generating parser for VirtualNetworkType
generating parser for BgpParameters
generating parser for BgpParameters
generating parser for OspfParameters
generating parser for OspfParameters
generating parser for PimParameters
generating parser for PimParameters
generating parser for StaticRouteParameters
generating parser for StaticRouteParameters
generating parser for BfdParameters
generating parser for BfdParameters
generating parser for RoutingPolicyParameters
generating parser for RoutingPolicyParameters
generating parser for RoutedProperties
generating parser for RoutedProperties
generating parser for VirtualNetworkRoutedPropertiesType
generating parser for VirtualNetworkRoutedPropertiesType
generating parser for ProviderDetails
generating parser for ProviderDetails
generating parser for RouteTargetList
generating parser for RouteTargetList
generating parser for ProtocolType
generating parser for ProtocolType
generating parser for FatFlowProtocols
generating parser for FatFlowProtocols
generating parser for MacAddressesType
generating parser for MacAddressesType
generating parser for DhcpOptionType
generating parser for DhcpOptionType
generating parser for DhcpOptionsListType
generating parser for DhcpOptionsListType
generating parser for CommunityAttributes
generating parser for CommunityAttributes
generating parser for RouteType
generating parser for RouteType
generating parser for RouteTableType
generating parser for RouteTableType
generating parser for AllowedAddressPair
generating parser for AllowedAddressPair
generating parser for AllowedAddressPairs
generating parser for AllowedAddressPairs
generating parser for AddressType
generating parser for AddressType
generating parser for MatchConditionType
generating parser for MatchConditionType
generating parser for VrfAssignRuleType
generating parser for VrfAssignRuleType
generating parser for VrfAssignTableType
generating parser for VrfAssignTableType
generating parser for StaticMirrorNhType
generating parser for StaticMirrorNhType
generating parser for MirrorActionType
generating parser for MirrorActionType
generating parser for InterfaceMirrorType
generating parser for InterfaceMirrorType
generating parser for VirtualMachineInterfacePropertiesType
generating parser for VirtualMachineInterfacePropertiesType
generating parser for QuotaType
generating parser for QuotaType
generating parser for SequenceType
generating parser for SequenceType
generating parser for ServicePropertiesType
generating parser for ServicePropertiesType
generating parser for ActionListType
generating parser for ActionListType
generating parser for PolicyRuleType
generating parser for PolicyRuleType
generating parser for PolicyEntriesType
generating parser for PolicyEntriesType
generating parser for ControlTrafficDscpType
generating parser for ControlTrafficDscpType
generating parser for QosIdForwardingClassPair
generating parser for QosIdForwardingClassPair
generating parser for QosIdForwardingClassPairs
generating parser for QosIdForwardingClassPairs
generating parser for DomainLimitsType
generating parser for DomainLimitsType
generating parser for IpAddressesType
generating parser for IpAddressesType
generating parser for IpamDnsAddressType
generating parser for IpamDnsAddressType
generating parser for IpamType
generating parser for IpamType
generating parser for AllocationPoolType
generating parser for AllocationPoolType
generating parser for IpamSubnetType
generating parser for IpamSubnetType
generating parser for IpamSubnets
generating parser for IpamSubnets
generating parser for AclRuleType
generating parser for AclRuleType
generating parser for AclEntriesType
generating parser for AclEntriesType
generating parser for JunosServicePorts
generating parser for JunosServicePorts
generating parser for TelemetryResourceInfo
generating parser for TelemetryResourceInfo
generating parser for TelemetryStateInfo
generating parser for TelemetryStateInfo
generating parser for RoutingBridgingRolesType
generating parser for RoutingBridgingRolesType
generating parser for UserCredentials
generating parser for UserCredentials
generating parser for SNMPCredentials
generating parser for SNMPCredentials
generating parser for DnsmasqLeaseParameters
generating parser for DnsmasqLeaseParameters
generating parser for AutonomousSystemsType
generating parser for AutonomousSystemsType
generating parser for PortParameters
generating parser for PortParameters
generating parser for FloatingIpPoolSubnetType
generating parser for FloatingIpPoolSubnetType
generating parser for PortMap
generating parser for PortMap
generating parser for PortMappings
generating parser for PortMappings
generating parser for ServiceInstanceInterfaceType
generating parser for ServiceInstanceInterfaceType
generating parser for ServiceScaleOutType
generating parser for ServiceScaleOutType
generating parser for ServiceInstanceType
generating parser for ServiceInstanceType
generating parser for ServiceTemplateInterfaceType
generating parser for ServiceTemplateInterfaceType
generating parser for ServiceTemplateType
generating parser for ServiceTemplateType
generating parser for ServiceHealthCheckType
generating parser for ServiceHealthCheckType
generating parser for DnsSoaRecordType
generating parser for DnsSoaRecordType
generating parser for VirtualDnsType
generating parser for VirtualDnsType
generating parser for VirtualDnsRecordType
generating parser for VirtualDnsRecordType
generating parser for DeviceCredential
generating parser for DeviceCredential
generating parser for DeviceCredentialList
generating parser for DeviceCredentialList
generating parser for RbacPermType
generating parser for RbacPermType
generating parser for RbacRuleType
generating parser for RbacRuleType
generating parser for RbacRuleEntriesType
generating parser for RbacRuleEntriesType
generating parser for DiscoveryPubSubEndPointType
generating parser for DiscoveryPubSubEndPointType
generating parser for DiscoveryServiceAssignmentType
generating parser for DiscoveryServiceAssignmentType
generating parser for MulticastSourceGroup
generating parser for MulticastSourceGroup
generating parser for MulticastSourceGroups
generating parser for MulticastSourceGroups
generating parser for LoadbalancerPoolType
generating parser for LoadbalancerPoolType
generating parser for LoadbalancerListenerType
generating parser for LoadbalancerListenerType
generating parser for LoadbalancerMemberType
generating parser for LoadbalancerMemberType
generating parser for LoadbalancerHealthmonitorType
generating parser for LoadbalancerHealthmonitorType
generating parser for VirtualIpType
generating parser for VirtualIpType
generating parser for LoadbalancerType
generating parser for LoadbalancerType
generating parser for UveKeysType
generating parser for UveKeysType
generating parser for AlarmOperand2
generating parser for AlarmOperand2
generating parser for AlarmExpression
generating parser for AlarmExpression
generating parser for AlarmAndList
generating parser for AlarmAndList
generating parser for AlarmOrList
generating parser for AlarmOrList
generating parser for FirewallServiceType
generating parser for FirewallServiceType
generating parser for FirewallServiceGroupType
generating parser for FirewallServiceGroupType
generating parser for FirewallRuleEndpointType
generating parser for FirewallRuleEndpointType
generating parser for FirewallRuleMatchTagsType
generating parser for FirewallRuleMatchTagsType
generating parser for FirewallRuleMatchTagsTypeIdList
generating parser for FirewallRuleMatchTagsTypeIdList
generating parser for PlaybookInfoType
generating parser for PlaybookInfoType
generating parser for PlaybookInfoListType
generating parser for PlaybookInfoListType
generating parser for ExecutableInfoType
generating parser for ExecutableInfoType
generating parser for ExecutableInfoListType
generating parser for ExecutableInfoListType
generating parser for LogicalRouterPRListParams
generating parser for LogicalRouterPRListParams
generating parser for LogicalRouterPRListType
generating parser for LogicalRouterPRListType
generating parser for NamespaceValue
generating parser for NamespaceValue
generating parser for PortInfoType
generating parser for PortInfoType
generating parser for InterfaceMapType
generating parser for InterfaceMapType
generating parser for NodeProfileRoleType
generating parser for NodeProfileRoleType
generating parser for NodeProfileRolesType
generating parser for NodeProfileRolesType
generating parser for DevicePlatformListType
generating parser for DevicePlatformListType
generating parser for CliDiffInfoType
generating parser for CliDiffInfoType
generating parser for CliDiffListType
generating parser for CliDiffListType
generating parser for ESXIHostInfo
generating parser for ESXIHostInfo
generating parser for BaremetalProperties
generating parser for BaremetalProperties
generating parser for DriverInfo
generating parser for DriverInfo
generating parser for BaremetalServerInfo
generating parser for BaremetalServerInfo
generating parser for CloudInstanceInfo
generating parser for CloudInstanceInfo
generating parser for LocalLinkConnection
generating parser for LocalLinkConnection
generating parser for BaremetalPortInfo
generating parser for BaremetalPortInfo
generating parser for ESXIProperties
generating parser for ESXIProperties
generating parser for PortGroupProperties
generating parser for PortGroupProperties
generating parser for BaremetalPortGroupInfo
generating parser for BaremetalPortGroupInfo
generating parser for StatsCollectionFrequency
generating parser for StatsCollectionFrequency
generating parser for EnabledInterfaceParams
generating parser for EnabledInterfaceParams
generating parser for SflowParameters
generating parser for SflowParameters
generating parser for EnabledSensorParams
generating parser for EnabledSensorParams
generating parser for GrpcParameters
generating parser for GrpcParameters
generating parser for NetconfParameters
generating parser for NetconfParameters
generating parser for SnmpParameters
generating parser for SnmpParameters
generating parser for StormControlParameters
generating parser for StormControlParameters
generating parser for LacpParams
generating parser for LacpParams
generating parser for PortProfileParameters
generating parser for PortProfileParameters
generating parser for BGPaaSControlNodeZoneAttributes
generating parser for BGPaaSControlNodeZoneAttributes
generating parser for VnSubnetsType
generating parser for VnSubnetsType
generating parser for VirtualRouterNetworkIpamType
generating parser for VirtualRouterNetworkIpamType
generating parser for TimerType
generating parser for TimerType
generating parser for VirtualNetworkPolicyType
generating parser for VirtualNetworkPolicyType
generating parser for PolicyBasedForwardingRuleType
generating parser for PolicyBasedForwardingRuleType
generating parser for ServiceInterfaceTag
generating parser for ServiceInterfaceTag
generating parser for RoutingPolicyServiceInstanceType
generating parser for RoutingPolicyServiceInstanceType
generating parser for LogicalRouterVirtualNetworkType
generating parser for LogicalRouterVirtualNetworkType
generating parser for ServiceApplianceInterfaceType
generating parser for ServiceApplianceInterfaceType
generating parser for BridgeDomainMembershipType
generating parser for BridgeDomainMembershipType
generating parser for FirewallSequence
generating parser for FirewallSequence
generating parser for SloRateType
generating parser for SloRateType
generating parser for FabricNetworkTag
generating parser for FabricNetworkTag
generating parser for SerialNumListType
generating parser for SerialNumListType
generating parser for VpgInterfaceParametersType
generating parser for VpgInterfaceParametersType
generating parser for VMIVirtualPortGroupAttributes
generating parser for VMIVirtualPortGroupAttributes
generating parser for ServiceVirtualNetworkType
generating parser for ServiceVirtualNetworkType
config.status: executing libtool commands
make[1]: Entering directory `/root/work/build/third_party/log4cplus'
Making clean in include
make[2]: Entering directory `/root/work/build/third_party/log4cplus/include'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/root/work/build/third_party/log4cplus/include'
make[2]: Entering directory `/root/work/build/third_party/log4cplus'
test -z "liblog4cplus.la liblog4cplusU.la    " || rm -f liblog4cplus.la liblog4cplusU.la    
rm -f ./so_locations
rm -rf .libs _libs
rm -rf qt4debugappender/.libs qt4debugappender/_libs
rm -rf qt5debugappender/.libs qt5debugappender/_libs
rm -rf src/.libs src/_libs
cd "./tests" && (test ! -f "/root/contrail/third_party/log4cplus-2.1.1/tests/testsuite" || /bin/sh "/root/contrail/third_party/log4cplus-2.1.1/tests/testsuite" --clean)
/root/contrail/src/contrail-api-client/generateds/generateDS.py -f -g ifmap-backend -o /root/contrail/build/debug/vnsw/agent/test/test_cfg controller/src/vnsw/agent/test/test_cfg.xsd
 rm -f loggingserver loggingserverU appender_test appender_testU configandwatch_test configandwatch_testU customloglevel_test customloglevel_testU fileappender_test fileappender_testU filter_test filter_testU hierarchy_test hierarchy_testU loglog_test loglog_testU ndc_test ndc_testU ostream_test ostream_testU patternlayout_test patternlayout_testU performance_test performance_testU priority_test priority_testU propertyconfig_test propertyconfig_testU socket_test socket_testU thread_test thread_testU timeformat_test timeformat_testU unit_tests unit_testsU
test -z "" || rm -f 
rm -f *.o
rm -f qt4debugappender/*.o
rm -f qt4debugappender/*.lo
rm -f qt5debugappender/*.o
rm -f qt5debugappender/*.lo
rm -f simpleserver/*.o
rm -f src/*.o
rm -f src/*.lo
rm -f tests/appender_test/*.o
rm -f tests/configandwatch_test/*.o
rm -f tests/customloglevel_test/*.o
rm -f tests/fileappender_test/*.o
rm -f tests/filter_test/*.o
rm -f tests/hierarchy_test/*.o
rm -f tests/loglog_test/*.o
rm -f tests/ndc_test/*.o
rm -f tests/ostream_test/*.o
rm -f tests/patternlayout_test/*.o
rm -f tests/performance_test/*.o
rm -f tests/priority_test/*.o
rm -f tests/propertyconfig_test/*.o
rm -f tests/socket_test/*.o
rm -f tests/thread_test/*.o
rm -f tests/timeformat_test/*.o
rm -f tests/unit_tests/*.o
rm -f *.lo
make[2]: Leaving directory `/root/work/build/third_party/log4cplus'
make[1]: Leaving directory `/root/work/build/third_party/log4cplus'
make[1]: Entering directory `/root/work/build/third_party/log4cplus'
make  all-recursive
make[2]: Entering directory `/root/work/build/third_party/log4cplus'
Making all in include
make[3]: Entering directory `/root/work/build/third_party/log4cplus/include'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/work/build/third_party/log4cplus/include'
make[3]: Entering directory `/root/work/build/third_party/log4cplus'
depbase=`echo simpleserver/loggingserver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT simpleserver/loggingserver.o -MD -MP -MF $depbase.Tpo -c -o simpleserver/loggingserver.o /root/contrail/third_party/log4cplus-2.1.1/simpleserver/loggingserver.cxx &&\
mv -f $depbase.Tpo $depbase.Po
generating parser for DataType
generating parser for DataType
g++ -o build/debug/base/test/task_test_util.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh src/contrail-common/base/test/task_test_util.cc
g++ -o build/debug/vnsw/agent/test/test_cfg_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test build/debug/vnsw/agent/test/test_cfg_types.cc
g++ -o build/debug/vnsw/agent/test/test_cfg_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test build/debug/vnsw/agent/test/test_cfg_server.cc
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-appenderattachableimpl.lo -MD -MP -MF src/.deps/liblog4cplus_la-appenderattachableimpl.Tpo -c -o src/liblog4cplus_la-appenderattachableimpl.lo `test -f 'src/appenderattachableimpl.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/appenderattachableimpl.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-appenderattachableimpl.lo -MD -MP -MF src/.deps/liblog4cplus_la-appenderattachableimpl.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/appenderattachableimpl.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-appenderattachableimpl.o
g++ -o build/debug/vnsw/agent/test/test_cfg_parser.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test build/debug/vnsw/agent/test/test_cfg_parser.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-appenderattachableimpl.lo -MD -MP -MF src/.deps/liblog4cplus_la-appenderattachableimpl.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/appenderattachableimpl.cxx  -fPIC -DPIC -o src/liblog4cplus_la-appenderattachableimpl.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplus_la-appenderattachableimpl.Tpo src/.deps/liblog4cplus_la-appenderattachableimpl.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-appender.lo -MD -MP -MF src/.deps/liblog4cplus_la-appender.Tpo -c -o src/liblog4cplus_la-appender.lo `test -f 'src/appender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/appender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-appender.lo -MD -MP -MF src/.deps/liblog4cplus_la-appender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/appender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-appender.o
Install file: "controller/src/bgp/inet/inet_route.h" as "build/include/bgp/inet/inet_route.h"
Install file: "controller/src/bgp/l3vpn/inetvpn_address.h" as "build/include/bgp/l3vpn/inetvpn_address.h"
Install file: "controller/src/bgp/bgp_attr.h" as "build/include/bgp/bgp_attr.h"
Install file: "controller/src/bgp/bgp_route.h" as "build/include/bgp/bgp_route.h"
Install file: "controller/src/net/bgp_af.h" as "build/include/net/bgp_af.h"
Install file: "controller/src/net/rd.h" as "build/include/net/rd.h"
Install file: "controller/src/bgp/bgp_aspath.h" as "build/include/bgp/bgp_aspath.h"
Install file: "controller/src/bgp/bgp_attr_base.h" as "build/include/bgp/bgp_attr_base.h"
Install file: "controller/src/bgp/bgp_origin_vn_path.h" as "build/include/bgp/bgp_origin_vn_path.h"
Install file: "controller/src/bgp/community.h" as "build/include/bgp/community.h"
Install file: "controller/src/net/esi.h" as "build/include/net/esi.h"
Install file: "controller/src/net/mac_address.h" as "build/include/net/mac_address.h"
Install file: "controller/src/bgp/bgp_path.h" as "build/include/bgp/bgp_path.h"
Install file: "controller/src/route/route.h" as "build/include/route/route.h"
Install file: "controller/src/bgp/bgp_common.h" as "build/include/bgp/bgp_common.h"
Install file: "controller/src/bgp/extended-community/types.h" as "build/include/bgp/extended-community/types.h"
Install file: "controller/src/route/path.h" as "build/include/route/path.h"
Install file: "controller/src/db/db_entry.h" as "build/include/db/db_entry.h"
Install file: "controller/src/db/db_table.h" as "build/include/db/db_table.h"
g++ -o build/debug/base/test/addr_test_util.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh src/contrail-common/base/test/addr_test_util.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-appender.lo -MD -MP -MF src/.deps/liblog4cplus_la-appender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/appender.cxx  -fPIC -DPIC -o src/liblog4cplus_la-appender.o >/dev/null 2>&1
g++ -o build/third_party/gunit/gtest/gtest-all.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Ithird_party/googletest-release-1.8.1/googletest -Ithird_party/googletest-release-1.8.1/googletest/include -Ithird_party/googletest-release-1.8.1/googlemock -Ithird_party/googletest-release-1.8.1/googlemock/include build/third_party/gunit/gtest/gtest-all.cc
mv -f src/.deps/liblog4cplus_la-appender.Tpo src/.deps/liblog4cplus_la-appender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-asyncappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-asyncappender.Tpo -c -o src/liblog4cplus_la-asyncappender.lo `test -f 'src/asyncappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/asyncappender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-asyncappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-asyncappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/asyncappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-asyncappender.o
ar rc build/debug/base/test/libtask_test.a build/debug/base/test/task_test_util.o build/debug/base/test/addr_test_util.o
ranlib build/debug/base/test/libtask_test.a
Install file: "build/debug/base/test/libtask_test.a" as "build/lib/libtask_test.a"
g++ -o build/third_party/gunit/gmock/gmock-all.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Ithird_party/googletest-release-1.8.1/googletest -Ithird_party/googletest-release-1.8.1/googletest/include -Ithird_party/googletest-release-1.8.1/googlemock -Ithird_party/googletest-release-1.8.1/googlemock/include build/third_party/gunit/gmock/gmock-all.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-asyncappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-asyncappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/asyncappender.cxx  -fPIC -DPIC -o src/liblog4cplus_la-asyncappender.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplus_la-asyncappender.Tpo src/.deps/liblog4cplus_la-asyncappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-callbackappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-callbackappender.Tpo -c -o src/liblog4cplus_la-callbackappender.lo `test -f 'src/callbackappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/callbackappender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-callbackappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-callbackappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/callbackappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-callbackappender.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-callbackappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-callbackappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/callbackappender.cxx  -fPIC -DPIC -o src/liblog4cplus_la-callbackappender.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplus_la-callbackappender.Tpo src/.deps/liblog4cplus_la-callbackappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-clogger.lo -MD -MP -MF src/.deps/liblog4cplus_la-clogger.Tpo -c -o src/liblog4cplus_la-clogger.lo `test -f 'src/clogger.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/clogger.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-clogger.lo -MD -MP -MF src/.deps/liblog4cplus_la-clogger.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/clogger.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-clogger.o
SandeshCppBuilder controller/src/vnsw/agent/mac_learning/mac_learning.sandesh -> build/debug/vnsw/agent/mac_learning/mac_learning_types.h build/debug/vnsw/agent/mac_learning/mac_learning_types.cpp build/debug/vnsw/agent/mac_learning/mac_learning_constants.h build/debug/vnsw/agent/mac_learning/mac_learning_constants.cpp build/debug/vnsw/agent/mac_learning/mac_learning_html.cpp
ar rc build/third_party/gunit/libgunit.a build/third_party/gunit/gtest/gtest-all.o build/third_party/gunit/gmock/gmock-all.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-clogger.lo -MD -MP -MF src/.deps/liblog4cplus_la-clogger.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/clogger.cxx  -fPIC -DPIC -o src/liblog4cplus_la-clogger.o >/dev/null 2>&1
ranlib build/third_party/gunit/libgunit.a
SandeshCppBuilder controller/src/vnsw/agent/services/services.sandesh -> build/debug/vnsw/agent/services/services_types.h build/debug/vnsw/agent/services/services_types.cpp build/debug/vnsw/agent/services/services_constants.h build/debug/vnsw/agent/services/services_constants.cpp build/debug/vnsw/agent/services/services_html.cpp
Install file: "build/third_party/gunit/libgunit.a" as "build/lib/libgunit.a"
SandeshCppBuilder controller/src/dns/bind/bind.sandesh -> build/debug/dns/bind/bind_types.h build/debug/dns/bind/bind_types.cpp build/debug/dns/bind/bind_constants.h build/debug/dns/bind/bind_constants.cpp build/debug/dns/bind/bind_html.cpp
mv -f src/.deps/liblog4cplus_la-clogger.Tpo src/.deps/liblog4cplus_la-clogger.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-configurator.lo -MD -MP -MF src/.deps/liblog4cplus_la-configurator.Tpo -c -o src/liblog4cplus_la-configurator.lo `test -f 'src/configurator.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/configurator.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-configurator.lo -MD -MP -MF src/.deps/liblog4cplus_la-configurator.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/configurator.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-configurator.o
(cd /root/contrail/build/third_party/bind; /root/contrail/third_party/bind-9.10.4-P2/configure --prefix=/root/contrail/build --enable-threads --enable-fixed-rrset; make clean; make; make install; mv /root/contrail/build/sbin/named /root/contrail/build/sbin/contrail-named; mv /root/contrail/build/sbin/rndc /root/contrail/build/sbin/contrail-rndc; mv /root/contrail/build/sbin/rndc-confgen /root/contrail/build/sbin/contrail-rndc-confgen;)
Install file: "third_party/http-parser-2.1/http_parser.h" as "build/include/http_parser/http_parser.h"
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-configurator.lo -MD -MP -MF src/.deps/liblog4cplus_la-configurator.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/configurator.cxx  -fPIC -DPIC -o src/liblog4cplus_la-configurator.o >/dev/null 2>&1
yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ar... /usr/bin/ar
checking for etags... no
checking for emacs-etags... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for python... /usr/bin/python
checking python module 'argparse'... found, using /usr/bin/python
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for ANSI C header files... (cached) yes
checking for fcntl.h... yes
checking for regex.h... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/mman.h... yes
checking for sys/sockio.h... no
checking for sys/select.h... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... yes
checking for net/if6.h... no
checking for sys/socket.h... yes
checking for net/route.h... mv -f src/.deps/liblog4cplus_la-configurator.Tpo src/.deps/liblog4cplus_la-configurator.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-connectorthread.lo -MD -MP -MF src/.deps/liblog4cplus_la-connectorthread.Tpo -c -o src/liblog4cplus_la-connectorthread.lo `test -f 'src/connectorthread.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/connectorthread.cxx
gcc -o build/debug/vnsw/agent/services/multicast/grpmgmt/gmp_addrlist.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/grpmgmt/gmp_addrlist.c
yes
checking for linux/netlink.h... cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
gcc -o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpp_proto.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/grpmgmt/gmpp_proto.c
cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
yes
checking for linux/rtnetlink.h... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-connectorthread.lo -MD -MP -MF src/.deps/liblog4cplus_la-connectorthread.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/connectorthread.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-connectorthread.o
yes
gcc -o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_client.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/grpmgmt/gmpr_client.c
checking for an ANSI C-conforming const... gcc -o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_engine.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/grpmgmt/gmpr_engine.c
cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
yes
checking for inline... cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
inline
checking for working volatile... yes
checking for sysctlbyname... gcc -o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_group.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/grpmgmt/gmpr_group.c
cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
no
checking for flexible array members... gcc -o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_host.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/grpmgmt/gmpr_host.c
cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
yes
checking for mmap... yes
gcc -o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_instance.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/grpmgmt/gmpr_instance.c
checking for seteuid... cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
gcc -o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_intf.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/grpmgmt/gmpr_intf.c
cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
yes
gcc -o build/debug/vnsw/agent/services/multicast/grpmgmt/gmp_router.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/grpmgmt/gmp_router.c
checking for setresuid... cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
gcc -o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_trace.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/grpmgmt/gmpr_trace.c
cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
yes
checking for setegid... gcc -o build/debug/vnsw/agent/services/multicast/grpmgmt/gmp_trace.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/grpmgmt/gmp_trace.c
cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
gcc -o build/debug/vnsw/agent/services/multicast/grpmgmt/igmp_protocol.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/grpmgmt/igmp_protocol.c
yes
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-connectorthread.lo -MD -MP -MF src/.deps/liblog4cplus_la-connectorthread.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/connectorthread.cxx  -fPIC -DPIC -o src/liblog4cplus_la-connectorthread.o >/dev/null 2>&1
checking for setresgid... cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
gcc -o build/debug/vnsw/agent/services/multicast/stubs/bitvector/bitvector.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/stubs/bitvector/bitvector.c
cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
yes
checking for ftello... ar rc build/debug/vnsw/agent/services/multicast/grpmgmt/libgrpmgmt.a build/debug/vnsw/agent/services/multicast/grpmgmt/gmp_addrlist.o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpp_proto.o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_client.o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_engine.o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_group.o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_host.o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_instance.o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_intf.o build/debug/vnsw/agent/services/multicast/grpmgmt/gmp_router.o build/debug/vnsw/agent/services/multicast/grpmgmt/gmpr_trace.o build/debug/vnsw/agent/services/multicast/grpmgmt/gmp_trace.o build/debug/vnsw/agent/services/multicast/grpmgmt/igmp_protocol.o
ranlib build/debug/vnsw/agent/services/multicast/grpmgmt/libgrpmgmt.a
gcc -o build/debug/vnsw/agent/services/multicast/stubs/bitvector/ordinal.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/stubs/bitvector/ordinal.c
yes
checking for fseeko... g++ -o build/debug/vnsw/agent/services/multicast/agent_map/task_block_api.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/agent_map/task_block_api.cc
cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
yes
checking for static inline breakage... ar rc build/debug/vnsw/agent/services/multicast/stubs/libgmp_utils.a build/debug/vnsw/agent/services/multicast/stubs/bitvector/bitvector.o build/debug/vnsw/agent/services/multicast/stubs/bitvector/ordinal.o
g++ -o build/debug/vnsw/agent/services/multicast/agent_map/task_thread_api.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/agent_map/task_thread_api.cc
no
checking for size_t... ranlib build/debug/vnsw/agent/services/multicast/stubs/libgmp_utils.a
yes
checking for ssize_t... yes
checking for uintptr_t... g++ -o build/debug/vnsw/agent/services/multicast/agent_map/patricia_api.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/agent_map/patricia_api.cc
gcc -o build/debug/vnsw/agent/services/multicast/agent_map/gmpx_environment.o -c -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/agent_map/gmpx_environment.c
cc1: warning: command line option ‘-Wno-conversion-null’ is valid for C++/ObjC++ but not for C [enabled by default]
yes
checking for socklen_t... mv -f src/.deps/liblog4cplus_la-connectorthread.Tpo src/.deps/liblog4cplus_la-connectorthread.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-consoleappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-consoleappender.Tpo -c -o src/liblog4cplus_la-consoleappender.lo `test -f 'src/consoleappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/consoleappender.cxx
SandeshCppBuilder controller/src/vnsw/agent/diag/diag.sandesh -> build/debug/vnsw/agent/diag/diag_types.h build/debug/vnsw/agent/diag/diag_types.cpp build/debug/vnsw/agent/diag/diag_constants.h build/debug/vnsw/agent/diag/diag_constants.cpp build/debug/vnsw/agent/diag/diag_html.cpp
yes
checking whether time.h and sys/time.h may both be included... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-consoleappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-consoleappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/consoleappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-consoleappender.o
yes
checking for long long... yes
checking for uname... yes
checking for GCC noreturn attribute... yes
checking for struct lifconf... no
checking for kqueue... no
checking epoll support... yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking devpoll.h usability... no
checking devpoll.h presence... no
checking for devpoll.h... no
checking if unistd.h or sys/types.h defines fd_set... yes
checking whether byte ordering is bigendian... SandeshCppBuilder controller/src/vnsw/agent/vrouter/flow_stats/flow_stats.sandesh -> build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_types.h build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_types.cpp build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_constants.h build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_constants.cpp build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_html.cpp
no
checking for GeoIP support... disabled
checking for GSSAPI library... looking in /usr/lib
checking gssapi.h usability... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-consoleappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-consoleappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/consoleappender.cxx  -fPIC -DPIC -o src/liblog4cplus_la-consoleappender.o >/dev/null 2>&1
yes
checking gssapi.h presence... yes
checking for gssapi.h... yes
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking gssapi_krb5.h usability... no
checking gssapi_krb5.h presence... no
checking for gssapi_krb5.h... no
checking gssapi/gssapi_krb5.h usability... yes
checking gssapi/gssapi_krb5.h presence... yes
checking for gssapi/gssapi_krb5.h... yes
checking krb5.h usability... yes
checking krb5.h presence... yes
checking for krb5.h... yes
checking krb5/krb5.h usability... yes
checking krb5/krb5.h presence... yes
checking for krb5/krb5.h... yes
checking kerberosv5/krb5.h usability... no
checking kerberosv5/krb5.h presence... no
checking for kerberosv5/krb5.h... no
checking linking as -lgssapi_krb5... no
checking linking as -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err... yes
using GSSAPI from /usr/lib and /usr/include
checking for random device... /dev/random
checking for /dev/random... yes
checking for arc4random... no
checking for arc4random_addrandom... mv -f src/.deps/liblog4cplus_la-consoleappender.Tpo src/.deps/liblog4cplus_la-consoleappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-cygwin-win32.lo -MD -MP -MF src/.deps/liblog4cplus_la-cygwin-win32.Tpo -c -o src/liblog4cplus_la-cygwin-win32.lo `test -f 'src/cygwin-win32.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/cygwin-win32.cxx
no
checking whether to build with thread support... yes
checking for pthread_create in -lpthread... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-cygwin-win32.lo -MD -MP -MF src/.deps/liblog4cplus_la-cygwin-win32.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/cygwin-win32.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-cygwin-win32.o
yes
checking for sigwait... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-cygwin-win32.lo -MD -MP -MF src/.deps/liblog4cplus_la-cygwin-win32.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/cygwin-win32.cxx  -fPIC -DPIC -o src/liblog4cplus_la-cygwin-win32.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplus_la-cygwin-win32.Tpo src/.deps/liblog4cplus_la-cygwin-win32.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-env.lo -MD -MP -MF src/.deps/liblog4cplus_la-env.Tpo -c -o src/liblog4cplus_la-env.lo `test -f 'src/env.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/env.cxx
yes
checking for pthread_attr_getstacksize... yes
checking for pthread_attr_setstacksize... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-env.lo -MD -MP -MF src/.deps/liblog4cplus_la-env.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/env.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-env.o
yes
checking for PTHREAD_MUTEX_ADAPTIVE_NP... using adaptive lock type
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sched_yield... yes
checking for pthread_yield... yes
checking for pthread_yield_np... no
checking for sysconf... yes
checking for libtool... no
checking for Source Identity Token support... no
checking for OpenSSL library... using OpenSSL from /usr/lib and /usr/include
checking whether linking with OpenSSL works... yes
checking whether linking with OpenSSL requires -ldl... no
checking OpenSSL library version... ok
checking for OpenSSL DSA support... yes
checking for EVP_sha256... yes
checking for EVP_sha384... yes
checking for EVP_sha512... yes
checking for OpenSSL ECDSA support... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-env.lo -MD -MP -MF src/.deps/liblog4cplus_la-env.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/env.cxx  -fPIC -DPIC -o src/liblog4cplus_la-env.o >/dev/null 2>&1
yes
checking for OpenSSL GOST support... no
checking for OpenSSL AES support... yes
checking for using OpenSSL for hash functions... no
checking for PKCS11 support... no
checking for PKCS11 tools... disabled
checking for native PKCS11... disabled
checking for clock_gettime... yes
checking for libxml2 library... yes
checking for json library... no
checking for smf_enable_instance in -lscf... no
checking for flockfile... yes
checking for getc_unlocked... yes
checking whether to build with threads... yes
checking if "gcc" supports -fno-strict-aliasing... yes
checking if "gcc" supports -fno-delete-null-pointer-checks... yes
checking for catgets... yes
checking whether to use purify... no
checking whether to use gperftools profiler... no
checking for IPv6 structures... SandeshCppBuilder controller/src/vnsw/agent/uve/stats_interval.sandesh -> build/debug/vnsw/agent/uve/stats_interval_types.h build/debug/vnsw/agent/uve/stats_interval_types.cpp build/debug/vnsw/agent/uve/stats_interval_constants.h build/debug/vnsw/agent/uve/stats_interval_constants.cpp build/debug/vnsw/agent/uve/stats_interval_html.cpp
yes
checking for Kame IPv6 support... no
checking for in6_addr... yes
checking for in6addr_any... yes
checking for in6addr_loopback... yes
checking for sin6_scope_id in struct sockaddr_in6... mv -f src/.deps/liblog4cplus_la-env.Tpo src/.deps/liblog4cplus_la-env.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-exception.lo -MD -MP -MF src/.deps/liblog4cplus_la-exception.Tpo -c -o src/liblog4cplus_la-exception.lo `test -f 'src/exception.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/exception.cxx
yes
checking for in6_pktinfo... yes
checking for struct sockaddr_storage... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-exception.lo -MD -MP -MF src/.deps/liblog4cplus_la-exception.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/exception.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-exception.o
yes
checking for struct if_laddrreq... no
checking for struct if_laddrconf... no
checking for inet_ntop with IPv6 support... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-exception.lo -MD -MP -MF src/.deps/liblog4cplus_la-exception.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/exception.cxx  -fPIC -DPIC -o src/liblog4cplus_la-exception.o >/dev/null 2>&1
yes
checking for working inet_pton with IPv6 support... SandeshCppBuilder controller/src/vnsw/agent/vrouter/stats_collector/agent_stats_interval.sandesh -> build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_types.h build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_types.cpp build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_constants.h build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_constants.cpp build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_html.cpp
yes
checking for sa_len in struct sockaddr... no
checking for struct msghdr flavor... mv -f src/.deps/liblog4cplus_la-exception.Tpo src/.deps/liblog4cplus_la-exception.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-factory.lo -MD -MP -MF src/.deps/liblog4cplus_la-factory.Tpo -c -o src/liblog4cplus_la-factory.lo `test -f 'src/factory.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/factory.cxx
4.4BSD
checking for type in_port_t... yes
checking for struct addrinfo... yes
checking for struct rrsetinfo... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-factory.lo -MD -MP -MF src/.deps/liblog4cplus_la-factory.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/factory.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-factory.o
no
checking for int sethostent... no
checking for int endhostent... no
checking for getnetbyaddr(in_addr_t, ...)... yes
checking for int setnetent... no
checking for int endnetent... no
checking for gethostbyaddr(const void *, size_t, ...)... no
checking for h_errno in netdb.h... yes
checking for getnameinfo prototype definitions... not match any subspecies; assume standard definition
checking for gai_strerror prototype definitions... not match any subspecies; assume standard definition
checking for getipnodebyname... no
checking for getnameinfo... yes
checking for getaddrinfo... yes
checking for gai_strerror... yes
checking for getifaddrs... yes
checking for interface list sysctl... no
checking for correctly declared strsep()... yes
checking for memmove... yes
checking for strtoul... yes
checking for strlcpy... no
checking for strlcat... no
checking for strcasestr... yes
configure: checking for readline with -ledit
checking for readline... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-factory.lo -MD -MP -MF src/.deps/liblog4cplus_la-factory.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/factory.cxx  -fPIC -DPIC -o src/liblog4cplus_la-factory.o >/dev/null 2>&1
no
configure: checking for readline with -ledit -lterminfo
checking for readline... no
configure: checking for readline with -ledit -ltermcap
checking for readline... no
configure: checking for readline with -ledit -lncurses
checking for readline... no
configure: checking for readline with -ledit -lcurses
checking for readline... no
configure: checking for readline with -lreadline
checking for readline... (cached) no
configure: checking for readline with -lreadline -lterminfo
checking for readline... no
configure: checking for readline with -lreadline -ltermcap
checking for readline... no
configure: checking for readline with -lreadline -lncurses
checking for readline... no
configure: checking for readline with -lreadline -lcurses
checking for readline... no
checking sprintf return type... int
checking for vsnprintf... yes
checking printf for %z support... yes
checking for strerror... yes
using SPNEGO from lib/dns
checking printf format modifier for 64-bit integers... ll
checking for chroot... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking for linux/capability.h... yes
checking for cap_set_proc in -lcap... no
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for tzset... mv -f src/.deps/liblog4cplus_la-factory.Tpo src/.deps/liblog4cplus_la-factory.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-fileappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-fileappender.Tpo -c -o src/liblog4cplus_la-fileappender.lo `test -f 'src/fileappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/fileappender.cxx
yes
checking for optarg declaration... yes
checking for type rlim_t... yes
checking for strings.h... (cached) yes
checking for if_nametoindex... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-fileappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-fileappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/fileappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-fileappender.o
yes
checking for nanosleep... yes
checking for usleep... yes
checking size of void *... SandeshCBuilder vrouter/sandesh/vr.sandesh -> build/debug/vrouter/sandesh/gen-c/vr_types.h build/debug/vrouter/sandesh/gen-c/vr_types.c
8
checking architecture type for atomic operations... x86_64
checking compiler support for inline assembly code... gcc
checking compiler support for __builtin_expect... yes
checking for latex... no
checking for pdflatex... no
checking for dblatex... no
checking for w3m... no
checking for xsltproc... /usr/bin/xsltproc
checking for xmllint... /usr/bin/xmllint
checking for doxygen... /usr/bin/doxygen
checking for curl... /usr/bin/curl
checking for Docbook-XSL path... auto
checking for html/docbook.xsl... "not found"
checking for xhtml/docbook.xsl... "not found"
checking for manpages/docbook.xsl... "not found"
checking for html/chunk.xsl... "not found"
checking for xhtml/chunk.xsl... "not found"
checking for html/chunktoc.xsl... "not found"
checking for xhtml/chunktoc.xsl... "not found"
checking for html/maketoc.xsl... "not found"
checking for xhtml/maketoc.xsl... "not found"
checking for xsl/docbook.xsl... "not found"
checking for xsl/latex_book_fast.xsl... "not found"
checking locale.h usability... gcc -o build/debug/vrouter/utils/udp_util.lo -c -O0 -DDEBUG -D__VR_X86_64__ -D__VR_SSE__ -D__VR_SSE2__ -DPLATFORM_IS_DPDK -g -Ivrouter/include -Ibuild/debug/vrouter/sandesh/gen-c -Ivrouter/sandesh/gen-c -Isrc/contrail-common -Isrc/contrail-common/sandesh/library/c -Ibuild/debug/vrouter/dpdk/x86_64-native-linuxapp-gcc/include -Ivrouter/dpdk/x86_64-native-linuxapp-gcc/include vrouter/utils/udp_util.c
yes
checking locale.h presence... yes
checking for locale.h... yes
checking for setlocale... gcc -o build/debug/vrouter/utils/nl_util.lo -c -O0 -DDEBUG -D__VR_X86_64__ -D__VR_SSE__ -D__VR_SSE2__ -DPLATFORM_IS_DPDK -g -Ivrouter/include -Ibuild/debug/vrouter/sandesh/gen-c -Ivrouter/sandesh/gen-c -Isrc/contrail-common -Isrc/contrail-common/sandesh/library/c -Ibuild/debug/vrouter/dpdk/x86_64-native-linuxapp-gcc/include -Ivrouter/dpdk/x86_64-native-linuxapp-gcc/include vrouter/utils/nl_util.c
gcc -o build/debug/vrouter/utils/ini_parser.lo -c -O0 -DDEBUG -D__VR_X86_64__ -D__VR_SSE__ -D__VR_SSE2__ -DPLATFORM_IS_DPDK -g -Ivrouter/include -Ibuild/debug/vrouter/sandesh/gen-c -Ivrouter/sandesh/gen-c -Isrc/contrail-common -Isrc/contrail-common/sandesh/library/c -Ibuild/debug/vrouter/dpdk/x86_64-native-linuxapp-gcc/include -Ivrouter/dpdk/x86_64-native-linuxapp-gcc/include vrouter/utils/ini_parser.c
yes
using default tuning
checking whether to enable query trace logging... no
checking for dlopen in -ldl... yes
gcc -o build/debug/vrouter/utils/vr_util.lo -c -O0 -DDEBUG -D__VR_X86_64__ -D__VR_SSE__ -D__VR_SSE2__ -DPLATFORM_IS_DPDK -g -Ivrouter/include -Ibuild/debug/vrouter/sandesh/gen-c -Ivrouter/sandesh/gen-c -Isrc/contrail-common -Isrc/contrail-common/sandesh/library/c -Ibuild/debug/vrouter/dpdk/x86_64-native-linuxapp-gcc/include -Ivrouter/dpdk/x86_64-native-linuxapp-gcc/include vrouter/utils/vr_util.c
checking for dlopen... gcc -o build/debug/vrouter/utils/unix_util.lo -c -O0 -DDEBUG -D__VR_X86_64__ -D__VR_SSE__ -D__VR_SSE2__ -DPLATFORM_IS_DPDK -g -Ivrouter/include -Ibuild/debug/vrouter/sandesh/gen-c -Ivrouter/sandesh/gen-c -Isrc/contrail-common -Isrc/contrail-common/sandesh/library/c -Ibuild/debug/vrouter/dpdk/x86_64-native-linuxapp-gcc/include -Ivrouter/dpdk/x86_64-native-linuxapp-gcc/include vrouter/utils/unix_util.c
yes
checking for dlclose... yes
checking for dlsym... (cd /root/contrail/build/third_party/gperftools; /root/contrail/third_party/gperftools-2.1/configure --prefix=/root/contrail/build --enable-frame-pointers; make clean; make; make install)
yes
checking for Postgres DLZ driver... no
checking for MySQL DLZ driver... no
checking for Berkeley DB DLZ driver...... no
checking for file system DLZ driver... no
checking for LDAP DLZ driver... no
checking for ODBC DLZ driver... no
checking for stub DLZ driver... no
checking contributed DLZ drivers... no
ar rc build/debug/vrouter/utils/libvrutil.a build/debug/vrouter/utils/nl_util.lo build/debug/vrouter/utils/udp_util.lo build/debug/vrouter/utils/ini_parser.lo build/debug/vrouter/utils/vr_util.lo build/debug/vrouter/utils/unix_util.lo
ranlib build/debug/vrouter/utils/libvrutil.a
configure: creating ./config.status
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... SandeshCppBuilder controller/src/vnsw/agent/port_ipc/port_ipc.sandesh -> build/debug/vnsw/agent/port_ipc/port_ipc_types.h build/debug/vnsw/agent/port_ipc/port_ipc_types.cpp build/debug/vnsw/agent/port_ipc/port_ipc_constants.h build/debug/vnsw/agent/port_ipc/port_ipc_constants.cpp build/debug/vnsw/agent/port_ipc/port_ipc_html.cpp
no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... config.status: creating make/rules
gcc3
checking how to run the C preprocessor... config.status: creating make/includes
gcc -E
config.status: creating make/Makefile
checking whether gcc and cc understand -c and -o together... config.status: creating make/mkdep
Copy("build/include/rapidjson/prettywriter.h", "third_party/rapidjson/include/rapidjson/prettywriter.h")
config.status: creating Makefile
config.status: creating bin/Makefile
config.status: creating bin/check/Makefile
yes
config.status: creating bin/confgen/Makefile
checking for objcopy... objcopy
checking if objcopy supports -W... /root/contrail/third_party/log4cplus-2.1.1/src/fileappender.cxx:686:1: warning: ‘std::chrono::seconds log4cplus::{anonymous}::local_time_offset(const Time&)’ defined but not used [-Wunused-function]
 local_time_offset (Time const & t)
 ^
/root/contrail/third_party/log4cplus-2.1.1/src/fileappender.cxx:702:1: warning: ‘log4cplus::helpers::Time log4cplus::{anonymous}::adjust_for_time_zone(const Time&, const seconds&)’ defined but not used [-Wunused-function]
 adjust_for_time_zone (Time const & t, std::chrono::seconds const & tzoffset)
 ^
no
checking how to print strings... printf
checking for a sed that does not truncate output... config.status: creating bin/confgen/unix/Makefile
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-fileappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-fileappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/fileappender.cxx  -fPIC -DPIC -o src/liblog4cplus_la-fileappender.o >/dev/null 2>&1
config.status: creating bin/delv/Makefile
config.status: creating bin/dig/Makefile
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... config.status: creating bin/dnssec/Makefile
yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... config.status: creating bin/named/Makefile
config.status: creating bin/named/unix/Makefile
@
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... SandeshCppBuilder controller/src/vnsw/agent/oper/agent_profile.sandesh -> build/debug/vnsw/agent/oper/agent_profile_types.h build/debug/vnsw/agent/oper/agent_profile_types.cpp build/debug/vnsw/agent/oper/agent_profile_constants.h build/debug/vnsw/agent/oper/agent_profile_constants.cpp build/debug/vnsw/agent/oper/agent_profile_html.cpp
config.status: creating bin/nsupdate/Makefile
config.status: creating bin/pkcs11/Makefile
config.status: creating bin/python/Makefile
ok
checking for sysroot... no
config.status: creating bin/python/dnssec-checkds.py
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... config.status: creating bin/python/dnssec-coverage.py
SandeshCppBuilder controller/src/vnsw/agent/oper/multicast.sandesh -> build/debug/vnsw/agent/oper/multicast_types.h build/debug/vnsw/agent/oper/multicast_types.cpp build/debug/vnsw/agent/oper/multicast_constants.h build/debug/vnsw/agent/oper/multicast_constants.cpp build/debug/vnsw/agent/oper/multicast_html.cpp
config.status: creating bin/rndc/Makefile
config.status: creating bin/tests/Makefile
yes
config.status: creating bin/tests/atomic/Makefile
checking for sys/types.h... config.status: creating bin/tests/db/Makefile
yes
checking for sys/stat.h... config.status: creating bin/tests/dst/Makefile
yes
checking for stdlib.h... config.status: creating bin/tests/dst/Kdh.+002+18602.key
yes
config.status: creating bin/tests/dst/Kdh.+002+18602.private
checking for string.h... config.status: creating bin/tests/dst/Kdh.+002+48957.key
config.status: creating bin/tests/dst/Kdh.+002+48957.private
yes
checking for memory.h... config.status: creating bin/tests/dst/Ktest.+001+00002.key
config.status: creating bin/tests/dst/Ktest.+001+54622.key
yes
checking for strings.h... config.status: creating bin/tests/dst/Ktest.+001+54622.private
config.status: creating bin/tests/dst/Ktest.+003+23616.key
yes
checking for inttypes.h... config.status: creating bin/tests/dst/Ktest.+003+23616.private
/root/contrail/src/contrail-api-client/generateds/generateDS.py -f -g ifmap-backend -o /root/contrail/build/debug/schema/bgp_schema src/contrail-api-client/schema/bgp_schema.xsd
config.status: creating bin/tests/dst/Ktest.+003+49667.key
yes
checking for stdint.h... yes
checking for unistd.h... config.status: creating bin/tests/dst/dst_2_data
config.status: creating bin/tests/dst/t2_data_1
yes
checking for dlfcn.h... config.status: creating bin/tests/dst/t2_data_2
yes
checking for objdir... .libs
config.status: creating bin/tests/dst/t2_dsasig
config.status: creating bin/tests/dst/t2_rsasig
config.status: creating bin/tests/hashes/Makefile
checking if gcc supports -fno-rtti -fno-exceptions... WARNING:ifmap_model:bgp-as-a-service not found in xml schema
WARNING:ifmap_model:virtual-network not found in xml schema
WARNING:ifmap_model:sub-cluster not found in xml schema
config.status: creating bin/tests/headerdep_test.sh
generating parser for AddressFamilies
generating parser for AddressFamilies
generating parser for AuthenticationKeyItem
generating parser for AuthenticationKeyItem
generating parser for AuthenticationData
generating parser for AuthenticationData
generating parser for BgpRouterParams
generating parser for BgpRouterParams
generating parser for RouteListType
generating parser for RouteListType
generating parser for ServiceChainInfo
generating parser for ServiceChainInfo
generating parser for StaticRouteType
generating parser for StaticRouteType
generating parser for StaticRouteEntriesType
generating parser for StaticRouteEntriesType
generating parser for ProtocolBgpType
generating parser for ProtocolBgpType
generating parser for ProtocolOspfType
generating parser for ProtocolOspfType
generating parser for DefaultProtocolType
generating parser for DefaultProtocolType
generating parser for PrefixMatchType
generating parser for PrefixMatchType
generating parser for PrefixListMatchType
generating parser for PrefixListMatchType
generating parser for RouteFilterProperties
generating parser for RouteFilterProperties
generating parser for RouteFilterType
generating parser for RouteFilterType
generating parser for TermMatchConditionType
generating parser for TermMatchConditionType
generating parser for AsListType
generating parser for AsListType
generating parser for ActionAsPathType
generating parser for ActionAsPathType
generating parser for CommunityListType
generating parser for CommunityListType
generating parser for ActionCommunityType
generating parser for ActionCommunityType
generating parser for ExtCommunityListType
generating parser for ExtCommunityListType
generating parser for ActionExtCommunityType
generating parser for ActionExtCommunityType
generating parser for ActionUpdateType
generating parser for ActionUpdateType
generating parser for TermActionListType
generating parser for TermActionListType
generating parser for PolicyTermType
generating parser for PolicyTermType
generating parser for PolicyStatementType
generating parser for PolicyStatementType
generating parser for AttachmentAddressType
generating parser for AttachmentAddressType
generating parser for RoutingPolicyType
generating parser for RoutingPolicyType
generating parser for BgpPrefixLimit
generating parser for BgpPrefixLimit
generating parser for BgpFamilyAttributes
generating parser for BgpFamilyAttributes
generating parser for RouteOriginOverride
generating parser for RouteOriginOverride
generating parser for BgpSessionAttributes
generating parser for BgpSessionAttributes
generating parser for BgpSession
generating parser for BgpSession
generating parser for BgpPeeringAttributes
generating parser for BgpPeeringAttributes
generating parser for ConnectionType
generating parser for ConnectionType
generating parser for InstanceTargetType
generating parser for InstanceTargetType
generating parser for ProtocolStaticType
generating parser for ProtocolStaticType
generating parser for AttachmentInfoType
generating parser for AttachmentInfoType
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... config.status: creating bin/tests/master/Makefile
yes
checking if gcc static flag -static works... config.status: creating bin/tests/mem/Makefile
no
checking if gcc supports -c -o file.o... config.status: creating bin/tests/names/Makefile
config.status: creating bin/tests/net/Makefile
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... config.status: creating bin/tests/pkcs11/Makefile
config.status: creating bin/tests/pkcs11/benchmarks/Makefile
no
checking dynamic linker characteristics... config.status: creating bin/tests/rbt/Makefile
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... config.status: creating bin/tests/resolver/Makefile
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... config.status: creating bin/tests/sockaddr/Makefile
g++ -E
config.status: creating bin/tests/system/Makefile
config.status: creating bin/tests/system/conf.sh
config.status: creating bin/tests/system/builtin/Makefile
config.status: creating bin/tests/system/dlz/prereq.sh
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
config.status: creating bin/tests/system/dlzexternal/Makefile
config.status: creating bin/tests/system/dlzexternal/ns1/named.conf
config.status: creating bin/tests/system/dlzredir/prereq.sh
config.status: creating bin/tests/system/fetchlimit/Makefile
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... config.status: creating bin/tests/system/filter-aaaa/Makefile
yes
checking if g++ static flag -static works... config.status: creating bin/tests/system/geoip/Makefile
no
checking if g++ supports -c -o file.o... config.status: creating bin/tests/system/inline/checkdsa.sh
config.status: creating bin/tests/system/lwresd/Makefile
yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for inline... config.status: creating bin/tests/system/rpz/Makefile
inline
checking for __attribute__... config.status: creating bin/tests/system/rsabigexponent/Makefile
yes
checking for ANSI C header files... (cached) yes
checking for __int64... config.status: creating bin/tests/system/sit/prereq.sh
config.status: creating bin/tests/system/statistics/Makefile
no
checking for struct mallinfo... config.status: creating bin/tests/system/tkey/Makefile
config.status: creating bin/tests/system/tsiggss/Makefile
yes
checking for Elf32_Versym... mv -f src/.deps/liblog4cplus_la-fileappender.Tpo src/.deps/liblog4cplus_la-fileappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-fileinfo.lo -MD -MP -MF src/.deps/liblog4cplus_la-fileinfo.Tpo -c -o src/liblog4cplus_la-fileinfo.lo `test -f 'src/fileinfo.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/fileinfo.cxx
config.status: creating bin/tests/tasks/Makefile
yes
checking for sbrk... config.status: creating bin/tests/timers/Makefile
config.status: creating bin/tests/virtual-time/Makefile
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-fileinfo.lo -MD -MP -MF src/.deps/liblog4cplus_la-fileinfo.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/fileinfo.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-fileinfo.o
config.status: creating bin/tests/virtual-time/conf.sh
yes
checking for geteuid... config.status: creating bin/tools/Makefile
yes
checking for fork... config.status: creating contrib/scripts/check-secure-delegation.pl
yes
checking features.h usability... config.status: creating contrib/scripts/zone-edit.sh
config.status: creating doc/Makefile
yes
checking features.h presence... yes
checking for features.h... yes
checking malloc.h usability... config.status: creating doc/arm/Makefile
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-fileinfo.lo -MD -MP -MF src/.deps/liblog4cplus_la-fileinfo.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/fileinfo.cxx  -fPIC -DPIC -o src/liblog4cplus_la-fileinfo.o >/dev/null 2>&1
yes
checking malloc.h presence... config.status: creating doc/arm/noteversion.xml
yes
checking for malloc.h... yes
checking sys/malloc.h usability... config.status: creating doc/arm/pkgversion.xml
config.status: creating doc/arm/releaseinfo.xml
config.status: creating doc/doxygen/Doxyfile
no
checking sys/malloc.h presence... config.status: creating doc/doxygen/Makefile
no
checking for sys/malloc.h... no
checking malloc/malloc.h usability... config.status: creating doc/doxygen/doxygen-input-filter
mv -f src/.deps/liblog4cplus_la-fileinfo.Tpo src/.deps/liblog4cplus_la-fileinfo.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-filter.lo -MD -MP -MF src/.deps/liblog4cplus_la-filter.Tpo -c -o src/liblog4cplus_la-filter.lo `test -f 'src/filter.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/filter.cxx
config.status: creating doc/misc/Makefile
config.status: creating doc/tex/Makefile
config.status: creating doc/tex/armstyle.sty
no
checking malloc/malloc.h presence... SandeshCppBuilder controller/src/vnsw/agent/cmn/stats.sandesh -> build/debug/vnsw/agent/cmn/stats_types.h build/debug/vnsw/agent/cmn/stats_types.cpp build/debug/vnsw/agent/cmn/stats_constants.h build/debug/vnsw/agent/cmn/stats_constants.cpp build/debug/vnsw/agent/cmn/stats_html.cpp
config.status: creating doc/xsl/Makefile
no
checking for malloc/malloc.h... no
checking glob.h usability... libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-filter.lo -MD -MP -MF src/.deps/liblog4cplus_la-filter.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/filter.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-filter.o
yes
checking glob.h presence... config.status: creating doc/xsl/isc-docbook-chunk.xsl
yes
checking for glob.h... yes
checking execinfo.h usability... config.status: creating doc/xsl/isc-docbook-html.xsl
config.status: creating doc/xsl/isc-manpage.xsl
yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking libunwind.h usability... config.status: creating doc/xsl/isc-notes-html.xsl
config.status: creating isc-config.sh
config.status: creating lib/Makefile
config.status: creating lib/bind9/Makefile
no
checking libunwind.h presence... config.status: creating lib/bind9/include/Makefile
no
checking for libunwind.h... no
checking unwind.h usability... config.status: creating lib/bind9/include/bind9/Makefile
yes
checking unwind.h presence... yes
checking for unwind.h... yes
config.status: creating lib/dns/Makefile
checking sched.h usability... config.status: creating lib/dns/include/Makefile
yes
checking sched.h presence... yes
checking for sched.h... yes
checking conflict-signal.h usability... config.status: creating lib/dns/include/dns/Makefile
config.status: creating lib/dns/include/dst/Makefile
SandeshCppBuilder src/contrail-common/base/sandesh/task.sandesh -> build/debug/base/sandesh/task_types.h build/debug/base/sandesh/task_types.cpp build/debug/base/sandesh/task_constants.h build/debug/base/sandesh/task_constants.cpp build/debug/base/sandesh/task_html.cpp
config.status: creating lib/dns/tests/Makefile
no
checking conflict-signal.h presence... config.status: creating lib/irs/Makefile
no
checking for conflict-signal.h... no
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... config.status: creating lib/irs/include/Makefile
yes
checking for sys/prctl.h... yes
checking linux/ptrace.h usability... config.status: creating lib/irs/include/irs/Makefile
g++ -o build/debug/vnsw/agent/cmn/xmpp_server_address_parser.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/cmn/xmpp_server_address_parser.cc
yes
checking linux/ptrace.h presence... config.status: creating lib/irs/include/irs/netdb.h
yes
checking for linux/ptrace.h... yes
checking sys/syscall.h usability... config.status: creating lib/irs/include/irs/platform.h
config.status: creating lib/isc/x86_32/Makefile
yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/socket.h usability... config.status: creating lib/isc/x86_32/include/Makefile
config.status: creating lib/isc/x86_32/include/isc/Makefile
yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/wait.h usability... config.status: creating lib/isc/pthreads/Makefile
config.status: creating lib/isc/pthreads/include/Makefile
yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking poll.h usability... config.status: creating lib/isc/pthreads/include/isc/Makefile
yes
checking poll.h presence... config.status: creating lib/isc/Makefile
yes
checking for poll.h... yes
checking fcntl.h usability... config.status: creating lib/isc/include/Makefile
yes
checking fcntl.h presence... config.status: creating lib/isc/include/isc/Makefile
yes
checking for fcntl.h... yes
checking grp.h usability... config.status: creating lib/isc/include/isc/platform.h
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-filter.lo -MD -MP -MF src/.deps/liblog4cplus_la-filter.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/filter.cxx  -fPIC -DPIC -o src/liblog4cplus_la-filter.o >/dev/null 2>&1
config.status: creating lib/isc/include/pk11/Makefile
yes
checking grp.h presence... yes
checking for grp.h... yes
checking pwd.h usability... config.status: creating lib/isc/include/pkcs11/Makefile
config.status: creating lib/isc/tests/Makefile
yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/resource.h usability... config.status: creating lib/isc/nls/Makefile
yes
checking sys/resource.h presence... config.status: creating lib/isc/unix/Makefile
yes
checking for sys/resource.h... yes
checking valgrind.h usability... config.status: creating lib/isc/unix/include/Makefile
config.status: creating lib/isc/unix/include/isc/Makefile
config.status: creating lib/isc/unix/include/pkcs11/Makefile
no
checking valgrind.h presence... config.status: creating lib/isccc/Makefile
no
checking for valgrind.h... no
checking sys/cdefs.h usability... config.status: creating lib/isccc/include/Makefile
yes
checking sys/cdefs.h presence... config.status: creating lib/isccc/include/isccc/Makefile
yes
checking for sys/cdefs.h... yes
checking for features.h... (cached) yes
checking whether cfree is declared... config.status: creating lib/isccfg/Makefile
yes
config.status: creating lib/isccfg/include/Makefile
checking whether posix_memalign is declared... config.status: creating lib/isccfg/include/isccfg/Makefile
yes
checking whether memalign is declared... config.status: creating lib/lwres/Makefile
yes
config.status: creating lib/lwres/include/Makefile
checking whether valloc is declared... config.status: creating lib/lwres/include/lwres/Makefile
yes
checking whether pvalloc is declared... config.status: creating lib/lwres/include/lwres/netdb.h
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
config.status: creating lib/lwres/include/lwres/platform.h
checking for sys/param.h... config.status: creating lib/lwres/man/Makefile
yes
config.status: creating lib/lwres/tests/Makefile
checking for getpagesize... config.status: creating lib/lwres/unix/Makefile
yes
checking for working mmap... config.status: creating lib/lwres/unix/include/Makefile
config.status: creating lib/lwres/unix/include/lwres/Makefile
config.status: creating lib/tests/Makefile
yes
checking if int32_t is the same type as intptr_t... config.status: creating lib/tests/include/Makefile
no
checking ucontext.h usability... config.status: creating lib/tests/include/tests/Makefile
yes
checking ucontext.h presence... config.status: creating lib/samples/Makefile
yes
checking for ucontext.h... yes
checking sys/ucontext.h usability... mv -f src/.deps/liblog4cplus_la-filter.Tpo src/.deps/liblog4cplus_la-filter.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-global-init.lo -MD -MP -MF src/.deps/liblog4cplus_la-global-init.Tpo -c -o src/liblog4cplus_la-global-init.lo `test -f 'src/global-init.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/global-init.cxx
config.status: creating lib/samples/Makefile-postinstall
config.status: creating unit/Makefile
yes
checking sys/ucontext.h presence... config.status: creating unit/unittest.sh
yes
checking for sys/ucontext.h... yes
checking cygwin/signal.h usability... config.status: creating config.h
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-global-init.lo -MD -MP -MF src/.deps/liblog4cplus_la-global-init.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/global-init.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-global-init.o
config.status: executing libtool commands
no
checking cygwin/signal.h presence... no
checking for cygwin/signal.h... no
checking how to access the program counter from a struct ucontext... config.status: executing chmod commands
make[1]: Entering directory `/root/work/build/third_party/bind'
making clean in /root/contrail/build/third_party/bind/make
make[2]: Entering directory `/root/work/build/third_party/bind/make'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[2]: Leaving directory `/root/work/build/third_party/bind/make'
making clean in /root/contrail/build/third_party/bind/unit
make[2]: Entering directory `/root/work/build/third_party/bind/unit'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -rf ./atf
make[2]: Leaving directory `/root/work/build/third_party/bind/unit'
making clean in /root/contrail/build/third_party/bind/lib
make[2]: Entering directory `/root/work/build/third_party/bind/lib'
making clean in /root/contrail/build/third_party/bind/lib/isc
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isc'
making clean in /root/contrail/build/third_party/bind/lib/isc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/include'
making clean in /root/contrail/build/third_party/bind/lib/isc/include/isc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/isc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/isc'
making clean in /root/contrail/build/third_party/bind/lib/isc/include/pk11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
making clean in /root/contrail/build/third_party/bind/lib/isc/include/pkcs11
uc_mcontext.gregs[REG_RIP]
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
checking for backtrace in -lunwind... rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include'
making clean in /root/contrail/build/third_party/bind/lib/isc/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix'
making clean in /root/contrail/build/third_party/bind/lib/isc/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include'
making clean in /root/contrail/build/third_party/bind/lib/isc/unix/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
making clean in /root/contrail/build/third_party/bind/lib/isc/unix/include/pkcs11
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
no
rm -rf .depend .libs
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix'
making clean in /root/contrail/build/third_party/bind/lib/isc/nls
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/nls'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/nls'
making clean in /root/contrail/build/third_party/bind/lib/isc/pthreads
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making clean in /root/contrail/build/third_party/bind/lib/isc/pthreads/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
making clean in /root/contrail/build/third_party/bind/lib/isc/pthreads/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making clean in /root/contrail/build/third_party/bind/lib/isc/x86_32
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32'
making clean in /root/contrail/build/third_party/bind/lib/isc/x86_32/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
making clean in /root/contrail/build/third_party/bind/lib/isc/x86_32/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
checking if the compiler supports -Wno-unused-result... rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f libisc.a libisc-nosymtbl.a libisc.la \
libisc-nosymtbl.la timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isc'
making clean in /root/contrail/build/third_party/bind/lib/isccc
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isccc'
making clean in /root/contrail/build/third_party/bind/lib/isccc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include'
making clean in /root/contrail/build/third_party/bind/lib/isccc/include/isccc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
yes
checking printf format code for printing a size_t and ssize_t... rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f libisccc.a timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isccc'
making clean in /root/contrail/build/third_party/bind/lib/dns
make[3]: Entering directory `/root/work/build/third_party/bind/lib/dns'
making clean in /root/contrail/build/third_party/bind/lib/dns/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/dns/include'
making clean in /root/contrail/build/third_party/bind/lib/dns/include/dns
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dns'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dns'
making clean in /root/contrail/build/third_party/bind/lib/dns/include/dst
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dst'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dst'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f libdns.a timestamp
rm -f gen code.h include/dns/enumtype.h include/dns/enumclass.h
rm -f include/dns/rdatastruct.h
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/dns'
making clean in /root/contrail/build/third_party/bind/lib/isccfg
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isccfg'
making clean in /root/contrail/build/third_party/bind/lib/isccfg/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include'
making clean in /root/contrail/build/third_party/bind/lib/isccfg/include/isccfg
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f libisccfg.a timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg'
making clean in /root/contrail/build/third_party/bind/lib/bind9
l
make[3]: Entering directory `/root/work/build/third_party/bind/lib/bind9'
making clean in /root/contrail/build/third_party/bind/lib/bind9/include
checking for __builtin_stack_pointer()... make[4]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include'
making clean in /root/contrail/build/third_party/bind/lib/bind9/include/bind9
make[5]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f libbind9.a timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/bind9'
making clean in /root/contrail/build/third_party/bind/lib/lwres
make[3]: Entering directory `/root/work/build/third_party/bind/lib/lwres'
making clean in /root/contrail/build/third_party/bind/lib/lwres/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include'
making clean in /root/contrail/build/third_party/bind/lib/lwres/include/lwres
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include'
making clean in /root/contrail/build/third_party/bind/lib/lwres/man
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/man'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/man'
making clean in /root/contrail/build/third_party/bind/lib/lwres/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix'
making clean in /root/contrail/build/third_party/bind/lib/lwres/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
no
checking for __builtin_expect()... making clean in /root/contrail/build/third_party/bind/lib/lwres/unix/include/lwres
make[6]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f liblwres.a liblwres.la timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/lwres'
making clean in /root/contrail/build/third_party/bind/lib/irs
make[3]: Entering directory `/root/work/build/third_party/bind/lib/irs'
making clean in /root/contrail/build/third_party/bind/lib/irs/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/irs/include'
making clean in /root/contrail/build/third_party/bind/lib/irs/include/irs
make[5]: Entering directory `/root/work/build/third_party/bind/lib/irs/include/irs'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
yes
checking for __environ... make[5]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include/irs'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f libirs.a libirs.la timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/irs'
making clean in /root/contrail/build/third_party/bind/lib/tests
make[3]: Entering directory `/root/work/build/third_party/bind/lib/tests'
making clean in /root/contrail/build/third_party/bind/lib/tests/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/tests/include'
making clean in /root/contrail/build/third_party/bind/lib/tests/include/tests
make[5]: Entering directory `/root/work/build/third_party/bind/lib/tests/include/tests'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include/tests'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_api.o libt_api.a timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/tests'
yes
making clean in /root/contrail/build/third_party/bind/lib/samples
checking for __thread... make[3]: Entering directory `/root/work/build/third_party/bind/lib/samples'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f resolve sample-async sample-gai sample-update sample-request nsprobe
rm -f sample.key
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/samples'
g++ -o build/debug/vnsw/agent/cmn/agent_signal.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/cmn/agent_signal.cc
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[2]: Leaving directory `/root/work/build/third_party/bind/lib'
making clean in /root/contrail/build/third_party/bind/bin
make[2]: Entering directory `/root/work/build/third_party/bind/bin'
making clean in /root/contrail/build/third_party/bind/bin/named
make[3]: Entering directory `/root/work/build/third_party/bind/bin/named'
making clean in /root/contrail/build/third_party/bind/bin/named/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/named/unix'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/named/unix'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
yes
checking if __malloc_hook is declared volatile... rm -rf .depend .libs
rm -f named lwresd builtin.o client.o config.o control.o controlconf.o  interfacemgr.o listenlist.o log.o logconf.o main.o notify.o query.o server.o sortlist.o statschannel.o tkeyconf.o tsigconf.o update.o xfrout.o zoneconf.o lwaddr.o lwresd.o lwdclient.o lwderror.o lwdgabn.o lwdgnba.o lwdgrbn.o lwdnoop.o lwsearch.o  
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/named'
making clean in /root/contrail/build/third_party/bind/bin/rndc
make[3]: Entering directory `/root/work/build/third_party/bind/bin/rndc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f rndc librndc.a
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/rndc'
making clean in /root/contrail/build/third_party/bind/bin/dig
make[3]: Entering directory `/root/work/build/third_party/bind/bin/dig'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f dig host nslookup
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/dig'
making clean in /root/contrail/build/third_party/bind/bin/delv
make[3]: Entering directory `/root/work/build/third_party/bind/bin/delv'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
In file included from /root/contrail/third_party/log4cplus-2.1.1/src/global-init.cxx:44:0:
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h: In lambda function:
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h:250:54: warning: declaration of ‘std::unique_lock<std::mutex> lock’ shadows a parameter [-Wshadow]
                     std::unique_lock<std::mutex> lock(this->queue_mutex);
                                                      ^
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h:236:68: warning: shadowed declaration is here [-Wshadow]
     std::size_t worker_number, std::unique_lock<std::mutex> const &lock)
                                                                    ^
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h:286:54: warning: declaration of ‘std::unique_lock<std::mutex> lock’ shadows a parameter [-Wshadow]
                     std::unique_lock<std::mutex> lock(this->queue_mutex);
                                                      ^
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h:236:68: warning: shadowed declaration is here [-Wshadow]
     std::size_t worker_number, std::unique_lock<std::mutex> const &lock)
                                                                    ^
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h: At global scope:
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h:235:13: warning: unused parameter ‘lock’ [-Wunused-parameter]
 inline void ThreadPool::start_worker(
             ^
rm -rf .depend .libs
rm -f delv
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/delv'
making clean in /root/contrail/build/third_party/bind/bin/dnssec
yes
make[3]: Entering directory `/root/work/build/third_party/bind/bin/dnssec'
checking if nanosleep requires any libraries... rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f dnssec-keygen dnssec-signzone dnssec-keyfromlabel dnssec-dsfromkey dnssec-revoke dnssec-settime dnssec-verify dnssec-importkey
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/dnssec'
making clean in /root/contrail/build/third_party/bind/bin/tools
make[3]: Entering directory `/root/work/build/third_party/bind/bin/tools'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f arpaname named-journalprint named-rrchecker  nsec3hash genrandom isc-hmac-fixup
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/tools'
making clean in /root/contrail/build/third_party/bind/bin/tests
make[3]: Entering directory `/root/work/build/third_party/bind/bin/tests'
making clean in /root/contrail/build/third_party/bind/bin/tests/atomic
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/atomic'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_atomic
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/atomic'
making clean in /root/contrail/build/third_party/bind/bin/tests/db
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/db'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_db
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/db'
making clean in /root/contrail/build/third_party/bind/bin/tests/dst
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/dst'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f dst_test t_dst gsstest randomfile
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/dst'
making clean in /root/contrail/build/third_party/bind/bin/tests/master
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/master'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
no
rm -rf .depend .libs
rm -f t_master
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/master'
making clean in /root/contrail/build/third_party/bind/bin/tests/mem
checking whether uname is declared... make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/mem'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_mem
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/mem'
making clean in /root/contrail/build/third_party/bind/bin/tests/hashes
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/hashes'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_hashes
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/hashes'
making clean in /root/contrail/build/third_party/bind/bin/tests/names
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/names'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_names
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/names'
making clean in /root/contrail/build/third_party/bind/bin/tests/net
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/net'
yes
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
checking for the pthreads library -lpthreads... rm -f t_net
rm -f driver.o netaddr_multicast.o sockaddr_multicast.o
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/net'
making clean in /root/contrail/build/third_party/bind/bin/tests/rbt
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/rbt'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_rbt
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/rbt'
making clean in /root/contrail/build/third_party/bind/bin/tests/resolver
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/resolver'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_resolver
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/resolver'
making clean in /root/contrail/build/third_party/bind/bin/tests/sockaddr
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_sockaddr
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
making clean in /root/contrail/build/third_party/bind/bin/tests/tasks
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/tasks'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_tasks
no
checking whether pthreads work without any flags... make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/tasks'
making clean in /root/contrail/build/third_party/bind/bin/tests/timers
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/timers'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_timers
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/timers'
making clean in /root/contrail/build/third_party/bind/bin/tests/system
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/system'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/builtin
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f gethostname
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/dlzexternal
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f dlopen driver.so
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/fetchlimit
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f fetchlimit
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/filter-aaaa
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f filter-aaaa
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/geoip
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f geoip
no
checking whether pthreads work with -Kthread... make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/lwresd
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f lwtest
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/rpz
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
no
checking whether pthreads work with -kthread... rm -rf .depend .libs
rm -f rpz
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/rsabigexponent
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f bigkey
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/statistics
no
checking for the pthreads library -llthread... make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/tkey
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f keycreate keydelete
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/tsiggss
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f gssapi_krb 
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
if test -f ./cleanall.sh; then sh ./cleanall.sh; fi
rm -f systests.output
rm -f random.data
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f cfg_test makejournal wire_test adb_test byaddr_test backtrace_test backtrace_test_nosymtbl byname_test compress_test db_test entropy_test entropy2_test gxba_test gxbn_test hash_test fsaccess_test inter_test keyboard_test lex_test lfsr_test log_test lwres_test lwresconf_test master_test mempool_test name_test nsecify ratelimiter_test rbt_test rdata_test rwlock_test serial_test shutdown_test sig0_test sock_test sym_test task_test timer_test wire_test zone_test
rm -f t_journal
rm -f backtrace_test_symtbl.c
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/tests'
making clean in /root/contrail/build/third_party/bind/bin/nsupdate
no
checking whether pthreads work with -pthread... make[3]: Entering directory `/root/work/build/third_party/bind/bin/nsupdate'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f nsupdate
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/nsupdate'
making clean in /root/contrail/build/third_party/bind/bin/check
make[3]: Entering directory `/root/work/build/third_party/bind/bin/check'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f named-checkconf named-checkzone r1.htm
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/check'
making clean in /root/contrail/build/third_party/bind/bin/confgen
make[3]: Entering directory `/root/work/build/third_party/bind/bin/confgen'
making clean in /root/contrail/build/third_party/bind/bin/confgen/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/confgen/unix'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/confgen/unix'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f rndc-confgen ddns-confgen tsig-keygen
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/confgen'
making clean in /root/contrail/build/third_party/bind/bin/python
make[3]: Entering directory `/root/work/build/third_party/bind/bin/python'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
yes
checking for joinable pthread attribute... rm -rf .depend .libs
rm -f dnssec-checkds dnssec-coverage
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/python'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[2]: Leaving directory `/root/work/build/third_party/bind/bin'
making clean in /root/contrail/build/third_party/bind/doc
make[2]: Entering directory `/root/work/build/third_party/bind/doc'
making clean in /root/contrail/build/third_party/bind/doc/arm
make[3]: Entering directory `/root/work/build/third_party/bind/doc/arm'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f Bv9ARM.aux Bv9ARM.brf Bv9ARM.glo Bv9ARM.idx Bv9ARM.toc
rm -f Bv9ARM.log Bv9ARM.out
rm -f notes.aux notes.brf notes.glo notes.idx notes.toc
rm -f notes.log notes.out
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/arm'
making clean in /root/contrail/build/third_party/bind/doc/misc
make[3]: Entering directory `/root/work/build/third_party/bind/doc/misc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/misc'
making clean in /root/contrail/build/third_party/bind/doc/xsl
make[3]: Entering directory `/root/work/build/third_party/bind/doc/xsl'
PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/xsl'
making clean in /root/contrail/build/third_party/bind/doc/doxygen
make[3]: Entering directory `/root/work/build/third_party/bind/doc/doxygen'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/doxygen'
making clean in /root/contrail/build/third_party/bind/doc/tex
make[3]: Entering directory `/root/work/build/third_party/bind/doc/tex'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/tex'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[2]: Leaving directory `/root/work/build/third_party/bind/doc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f FAQ.tmp
make[1]: Leaving directory `/root/work/build/third_party/bind'
========================================================================
Configuration summary:
------------------------------------------------------------------------
Optional features enabled:
    Multiprocessing support (--enable-threads)
    GSS-API (--with-gssapi)
    ECDSA algorithm support (--with-ecdsa)
    Allow 'fixed' rrset-order (--enable-fixed-rrset)
    Print backtrace on crash (--enable-backtrace)
    Use symbol table for backtrace, named only (--enable-symtable)
    Dynamically loadable zone (DLZ) drivers:
        None

Features disabled or unavailable on this platform:
    Large-system tuning (--with-tuning)
    GeoIP access control (--with-geoip)
    Recursive fetch limits for DoS attack mitigation (--enable-fetchlimit)
    Source Identity Token support (--enable-sit)
    PKCS#11/Cryptoki support (--with-pkcs11)
    Native PKCS#11/Cryptoki support (--enable-native-pkcs11)
    GOST algorithm support (--with-gost)
    Use libseccomp system call filtering (--enable-seccomp)
    Very verbose query trace logging (--enable-querytrace)
    Use GNU libtool (--with-libtool)
    Automated Testing Framework (--with-atf)
    JSON statistics (--with-libjson)
------------------------------------------------------------------------
For more detail, use --enable-full-report.
========================================================================
yes
checking whether -pthread is sufficient with -shared... make[1]: Entering directory `/root/work/build/third_party/bind'
making clean in /root/contrail/build/third_party/bind/make
yes
checking whether what we have so far is sufficient with -nostdlib... make[2]: Entering directory `/root/work/build/third_party/bind/make'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[2]: Leaving directory `/root/work/build/third_party/bind/make'
making clean in /root/contrail/build/third_party/bind/unit
make[2]: Entering directory `/root/work/build/third_party/bind/unit'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -rf ./atf
make[2]: Leaving directory `/root/work/build/third_party/bind/unit'
making clean in /root/contrail/build/third_party/bind/lib
make[2]: Entering directory `/root/work/build/third_party/bind/lib'
making clean in /root/contrail/build/third_party/bind/lib/isc
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isc'
making clean in /root/contrail/build/third_party/bind/lib/isc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/include'
making clean in /root/contrail/build/third_party/bind/lib/isc/include/isc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/isc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/isc'
making clean in /root/contrail/build/third_party/bind/lib/isc/include/pk11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
making clean in /root/contrail/build/third_party/bind/lib/isc/include/pkcs11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
no
checking whether -lpthread saves the day... rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include'
making clean in /root/contrail/build/third_party/bind/lib/isc/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix'
making clean in /root/contrail/build/third_party/bind/lib/isc/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include'
making clean in /root/contrail/build/third_party/bind/lib/isc/unix/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
making clean in /root/contrail/build/third_party/bind/lib/isc/unix/include/pkcs11
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix'
making clean in /root/contrail/build/third_party/bind/lib/isc/nls
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/nls'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
yes
checking whether the compiler implements namespaces... rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/nls'
making clean in /root/contrail/build/third_party/bind/lib/isc/pthreads
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making clean in /root/contrail/build/third_party/bind/lib/isc/pthreads/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
making clean in /root/contrail/build/third_party/bind/lib/isc/pthreads/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
yes
checking what namespace STL code is in... rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making clean in /root/contrail/build/third_party/bind/lib/isc/x86_32
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32'
making clean in /root/contrail/build/third_party/bind/lib/isc/x86_32/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
making clean in /root/contrail/build/third_party/bind/lib/isc/x86_32/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f libisc.a libisc-nosymtbl.a libisc.la \
libisc-nosymtbl.la timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isc'
making clean in /root/contrail/build/third_party/bind/lib/isccc
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isccc'
making clean in /root/contrail/build/third_party/bind/lib/isccc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include'
making clean in /root/contrail/build/third_party/bind/lib/isccc/include/isccc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f libisccc.a timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isccc'
making clean in /root/contrail/build/third_party/bind/lib/dns
make[3]: Entering directory `/root/work/build/third_party/bind/lib/dns'
making clean in /root/contrail/build/third_party/bind/lib/dns/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/dns/include'
making clean in /root/contrail/build/third_party/bind/lib/dns/include/dns
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dns'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dns'
making clean in /root/contrail/build/third_party/bind/lib/dns/include/dst
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dst'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dst'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f libdns.a timestamp
rm -f gen code.h include/dns/enumtype.h include/dns/enumclass.h
rm -f include/dns/rdatastruct.h
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/dns'
making clean in /root/contrail/build/third_party/bind/lib/isccfg
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isccfg'
making clean in /root/contrail/build/third_party/bind/lib/isccfg/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include'
making clean in /root/contrail/build/third_party/bind/lib/isccfg/include/isccfg
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f libisccfg.a timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg'
making clean in /root/contrail/build/third_party/bind/lib/bind9
make[3]: Entering directory `/root/work/build/third_party/bind/lib/bind9'
making clean in /root/contrail/build/third_party/bind/lib/bind9/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include'
making clean in /root/contrail/build/third_party/bind/lib/bind9/include/bind9
make[5]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
std
checking for program_invocation_name... make[5]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f libbind9.a timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/bind9'
making clean in /root/contrail/build/third_party/bind/lib/lwres
make[3]: Entering directory `/root/work/build/third_party/bind/lib/lwres'
making clean in /root/contrail/build/third_party/bind/lib/lwres/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include'
making clean in /root/contrail/build/third_party/bind/lib/lwres/include/lwres
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include'
making clean in /root/contrail/build/third_party/bind/lib/lwres/man
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/man'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/man'
making clean in /root/contrail/build/third_party/bind/lib/lwres/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix'
making clean in /root/contrail/build/third_party/bind/lib/lwres/unix/include
yes
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
making clean in /root/contrail/build/third_party/bind/lib/lwres/unix/include/lwres
make[6]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f liblwres.a liblwres.la timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/lwres'
making clean in /root/contrail/build/third_party/bind/lib/irs
make[3]: Entering directory `/root/work/build/third_party/bind/lib/irs'
making clean in /root/contrail/build/third_party/bind/lib/irs/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/irs/include'
making clean in /root/contrail/build/third_party/bind/lib/irs/include/irs
make[5]: Entering directory `/root/work/build/third_party/bind/lib/irs/include/irs'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include/irs'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
checking that generated files are newer than configure... done
configure: creating ./config.status
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f libirs.a libirs.la timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/irs'
making clean in /root/contrail/build/third_party/bind/lib/tests
make[3]: Entering directory `/root/work/build/third_party/bind/lib/tests'
making clean in /root/contrail/build/third_party/bind/lib/tests/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/tests/include'
making clean in /root/contrail/build/third_party/bind/lib/tests/include/tests
make[5]: Entering directory `/root/work/build/third_party/bind/lib/tests/include/tests'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include/tests'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-global-init.lo -MD -MP -MF src/.deps/liblog4cplus_la-global-init.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/global-init.cxx  -fPIC -DPIC -o src/liblog4cplus_la-global-init.o >/dev/null 2>&1
rm -rf .depend .libs
rm -f t_api.o libt_api.a timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/tests'
making clean in /root/contrail/build/third_party/bind/lib/samples
make[3]: Entering directory `/root/work/build/third_party/bind/lib/samples'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f resolve sample-async sample-gai sample-update sample-request nsprobe
rm -f sample.key
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/samples'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[2]: Leaving directory `/root/work/build/third_party/bind/lib'
making clean in /root/contrail/build/third_party/bind/bin
make[2]: Entering directory `/root/work/build/third_party/bind/bin'
making clean in /root/contrail/build/third_party/bind/bin/named
make[3]: Entering directory `/root/work/build/third_party/bind/bin/named'
making clean in /root/contrail/build/third_party/bind/bin/named/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/named/unix'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/named/unix'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f named lwresd builtin.o client.o config.o control.o controlconf.o  interfacemgr.o listenlist.o log.o logconf.o main.o notify.o query.o server.o sortlist.o statschannel.o tkeyconf.o tsigconf.o update.o xfrout.o zoneconf.o lwaddr.o lwresd.o lwdclient.o lwderror.o lwdgabn.o lwdgnba.o lwdgrbn.o lwdnoop.o lwsearch.o  
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/named'
making clean in /root/contrail/build/third_party/bind/bin/rndc
make[3]: Entering directory `/root/work/build/third_party/bind/bin/rndc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f rndc librndc.a
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/rndc'
making clean in /root/contrail/build/third_party/bind/bin/dig
make[3]: Entering directory `/root/work/build/third_party/bind/bin/dig'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f dig host nslookup
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/dig'
making clean in /root/contrail/build/third_party/bind/bin/delv
make[3]: Entering directory `/root/work/build/third_party/bind/bin/delv'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f delv
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/delv'
making clean in /root/contrail/build/third_party/bind/bin/dnssec
make[3]: Entering directory `/root/work/build/third_party/bind/bin/dnssec'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f dnssec-keygen dnssec-signzone dnssec-keyfromlabel dnssec-dsfromkey dnssec-revoke dnssec-settime dnssec-verify dnssec-importkey
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/dnssec'
making clean in /root/contrail/build/third_party/bind/bin/tools
make[3]: Entering directory `/root/work/build/third_party/bind/bin/tools'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f arpaname named-journalprint named-rrchecker  nsec3hash genrandom isc-hmac-fixup
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/tools'
making clean in /root/contrail/build/third_party/bind/bin/tests
make[3]: Entering directory `/root/work/build/third_party/bind/bin/tests'
making clean in /root/contrail/build/third_party/bind/bin/tests/atomic
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/atomic'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_atomic
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/atomic'
making clean in /root/contrail/build/third_party/bind/bin/tests/db
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/db'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_db
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/db'
making clean in /root/contrail/build/third_party/bind/bin/tests/dst
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/dst'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f dst_test t_dst gsstest randomfile
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/dst'
making clean in /root/contrail/build/third_party/bind/bin/tests/master
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/master'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_master
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/master'
making clean in /root/contrail/build/third_party/bind/bin/tests/mem
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/mem'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_mem
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/mem'
making clean in /root/contrail/build/third_party/bind/bin/tests/hashes
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/hashes'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_hashes
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/hashes'
making clean in /root/contrail/build/third_party/bind/bin/tests/names
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/names'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_names
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/names'
making clean in /root/contrail/build/third_party/bind/bin/tests/net
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/net'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_net
rm -f driver.o netaddr_multicast.o sockaddr_multicast.o
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/net'
making clean in /root/contrail/build/third_party/bind/bin/tests/rbt
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/rbt'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_rbt
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/rbt'
making clean in /root/contrail/build/third_party/bind/bin/tests/resolver
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/resolver'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_resolver
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/resolver'
making clean in /root/contrail/build/third_party/bind/bin/tests/sockaddr
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_sockaddr
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
making clean in /root/contrail/build/third_party/bind/bin/tests/tasks
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/tasks'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_tasks
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/tasks'
making clean in /root/contrail/build/third_party/bind/bin/tests/timers
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/timers'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f t_timers
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/timers'
making clean in /root/contrail/build/third_party/bind/bin/tests/system
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/system'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/builtin
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f gethostname
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/dlzexternal
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f dlopen driver.so
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/fetchlimit
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f fetchlimit
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/filter-aaaa
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f filter-aaaa
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/geoip
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f geoip
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/lwresd
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f lwtest
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/rpz
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f rpz
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/rsabigexponent
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f bigkey
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/statistics
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/tkey
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f keycreate keydelete
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
making clean in /root/contrail/build/third_party/bind/bin/tests/system/tsiggss
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f gssapi_krb 
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
if test -f ./cleanall.sh; then sh ./cleanall.sh; fi
rm -f systests.output
rm -f random.data
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f cfg_test makejournal wire_test adb_test byaddr_test backtrace_test backtrace_test_nosymtbl byname_test compress_test db_test entropy_test entropy2_test gxba_test gxbn_test hash_test fsaccess_test inter_test keyboard_test lex_test lfsr_test log_test lwres_test lwresconf_test master_test mempool_test name_test nsecify ratelimiter_test rbt_test rdata_test rwlock_test serial_test shutdown_test sig0_test sock_test sym_test task_test timer_test wire_test zone_test
rm -f t_journal
rm -f backtrace_test_symtbl.c
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/tests'
making clean in /root/contrail/build/third_party/bind/bin/nsupdate
make[3]: Entering directory `/root/work/build/third_party/bind/bin/nsupdate'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f nsupdate
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/nsupdate'
making clean in /root/contrail/build/third_party/bind/bin/check
make[3]: Entering directory `/root/work/build/third_party/bind/bin/check'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f named-checkconf named-checkzone r1.htm
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/check'
making clean in /root/contrail/build/third_party/bind/bin/confgen
make[3]: Entering directory `/root/work/build/third_party/bind/bin/confgen'
making clean in /root/contrail/build/third_party/bind/bin/confgen/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/confgen/unix'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/confgen/unix'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f rndc-confgen ddns-confgen tsig-keygen
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/confgen'
making clean in /root/contrail/build/third_party/bind/bin/python
make[3]: Entering directory `/root/work/build/third_party/bind/bin/python'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f dnssec-checkds dnssec-coverage
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/python'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[2]: Leaving directory `/root/work/build/third_party/bind/bin'
making clean in /root/contrail/build/third_party/bind/doc
make[2]: Entering directory `/root/work/build/third_party/bind/doc'
making clean in /root/contrail/build/third_party/bind/doc/arm
make[3]: Entering directory `/root/work/build/third_party/bind/doc/arm'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f Bv9ARM.aux Bv9ARM.brf Bv9ARM.glo Bv9ARM.idx Bv9ARM.toc
rm -f Bv9ARM.log Bv9ARM.out
rm -f notes.aux notes.brf notes.glo notes.idx notes.toc
rm -f notes.log notes.out
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/arm'
making clean in /root/contrail/build/third_party/bind/doc/misc
make[3]: Entering directory `/root/work/build/third_party/bind/doc/misc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/misc'
making clean in /root/contrail/build/third_party/bind/doc/xsl
make[3]: Entering directory `/root/work/build/third_party/bind/doc/xsl'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/xsl'
making clean in /root/contrail/build/third_party/bind/doc/doxygen
make[3]: Entering directory `/root/work/build/third_party/bind/doc/doxygen'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/doxygen'
making clean in /root/contrail/build/third_party/bind/doc/tex
make[3]: Entering directory `/root/work/build/third_party/bind/doc/tex'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/tex'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
make[2]: Leaving directory `/root/work/build/third_party/bind/doc'
rm -f *.o *.o *.lo *.la core *.core *-symtbl.c *tmp0 *tmp1 *tmp2
rm -rf .depend .libs
rm -f FAQ.tmp
make[1]: Leaving directory `/root/work/build/third_party/bind'
make[1]: Entering directory `/root/work/build/third_party/bind'
making all in /root/contrail/build/third_party/bind/make
make[2]: Entering directory `/root/work/build/third_party/bind/make'
make[2]: Leaving directory `/root/work/build/third_party/bind/make'
making all in /root/contrail/build/third_party/bind/unit
make[2]: Entering directory `/root/work/build/third_party/bind/unit'
make[2]: Leaving directory `/root/work/build/third_party/bind/unit'
making all in /root/contrail/build/third_party/bind/lib
make[2]: Entering directory `/root/work/build/third_party/bind/lib'
making all in /root/contrail/build/third_party/bind/lib/isc
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/include'
making all in /root/contrail/build/third_party/bind/lib/isc/include/isc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/include/pk11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
making all in /root/contrail/build/third_party/bind/lib/isc/include/pkcs11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include'
making all in /root/contrail/build/third_party/bind/lib/isc/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include/pkcs11
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/app.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/dir.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/entropy.c
config.status: creating Makefile
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/errno2result.c
config.status: creating src/gperftools/tcmalloc.h
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/file.c
config.status: creating src/windows/gperftools/tcmalloc.h
config.status: creating src/config.h
config.status: executing depfiles commands
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/fsaccess.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/interfaceiter.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/keyboard.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/net.c
config.status: executing libtool commands
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/os.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/resource.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/socket.c
make[1]: Entering directory `/root/work/build/third_party/gperftools'
test -z "libtcmalloc.pc libtcmalloc_minimal.pc libtcmalloc_debug.pc libtcmalloc_minimal_debug.pc libprofiler.pc" || rm -f libtcmalloc.pc libtcmalloc_minimal.pc libtcmalloc_debug.pc libtcmalloc_minimal_debug.pc libprofiler.pc
test -z "libtcmalloc_minimal.la libtcmalloc_minimal_debug.la libtcmalloc.la libtcmalloc_debug.la libprofiler.la libtcmalloc_and_profiler.la" || rm -f libtcmalloc_minimal.la libtcmalloc_minimal_debug.la libtcmalloc.la libtcmalloc_debug.la libprofiler.la libtcmalloc_and_profiler.la
rm -f ./so_locations
rm -rf .libs _libs
test -z "liblogging.la libsysinfo.la  libspinlock.la libstacktrace.la libtcmalloc_minimal_internal.la libtcmalloc_internal.la" || rm -f liblogging.la libsysinfo.la  libspinlock.la libstacktrace.la libtcmalloc_minimal_internal.la libtcmalloc_internal.la
rm -f ./so_locations
 rm -f debugallocation_test tcmalloc_unittest sampling_test heap-profiler_unittest heap-checker_unittest sampling_debug_test heap-profiler_debug_unittest heap-checker_debug_unittest profiler1_unittest profiler2_unittest profiler3_unittest profiler4_unittest low_level_alloc_unittest atomicops_unittest stacktrace_unittest tcmalloc_minimal_unittest tcmalloc_minimal_large_unittest tcmalloc_minimal_large_heap_fragmentation_unittest addressmap_unittest system_alloc_unittest packed_cache_test frag_unittest markidle_unittest current_allocated_bytes_test malloc_hook_test malloc_extension_test memalign_unittest page_heap_test pagemap_unittest realloc_unittest stack_trace_table_test thread_dealloc_unittest tcmalloc_minimal_debug_unittest malloc_extension_debug_test memalign_debug_unittest realloc_debug_unittest debugallocation_test.sh tcmalloc_unittest.sh tcmalloc_both_unittest tcmalloc_large_unittest tcmalloc_large_heap_fragmentation_unittest raw_printer_test sampler_test sampling_test.sh heap-profiler_unittest.sh simple_compat_test heap-checker_unittest.sh heap-checker-death_unittest.sh tcmalloc_debug_unittest sampler_debug_test sampling_debug_test.sh heap-profiler_debug_unittest.sh heap-checker_debug_unittest.sh getpc_test profiledata_unittest profile_handler_unittest profiler_unittest.sh tcmalloc_and_profiler_unittest
rm -f *.o
test -z "low_level_alloc_unittest.log atomicops_unittest.log stacktrace_unittest.log tcmalloc_minimal_unittest.log tcmalloc_minimal_large_unittest.log tcmalloc_minimal_large_heap_fragmentation_unittest.log addressmap_unittest.log system_alloc_unittest.log packed_cache_test.log frag_unittest.log markidle_unittest.log current_allocated_bytes_test.log malloc_hook_test.log malloc_extension_test.log memalign_unittest.log page_heap_test.log pagemap_unittest.log realloc_unittest.log stack_trace_table_test.log thread_dealloc_unittest.log tcmalloc_minimal_debug_unittest.log malloc_extension_debug_test.log memalign_debug_unittest.log realloc_debug_unittest.log debugallocation_test.sh.log tcmalloc_unittest.sh.log tcmalloc_both_unittest.log tcmalloc_large_unittest.log tcmalloc_large_heap_fragmentation_unittest.log raw_printer_test.log sampler_test.log sampling_test.sh.log heap-profiler_unittest.sh.log simple_compat_test.log heap-checker_unittest.sh.log heap-checker-death_unittest.sh.log tcmalloc_debug_unittest.log sampler_debug_test.log sampling_debug_test.sh.log heap-profiler_debug_unittest.sh.log heap-checker_debug_unittest.sh.log getpc_test.log profiledata_unittest.log profile_handler_unittest.log profiler_unittest.sh.log tcmalloc_and_profiler_unittest.log" || rm -f low_level_alloc_unittest.log atomicops_unittest.log stacktrace_unittest.log tcmalloc_minimal_unittest.log tcmalloc_minimal_large_unittest.log tcmalloc_minimal_large_heap_fragmentation_unittest.log addressmap_unittest.log system_alloc_unittest.log packed_cache_test.log frag_unittest.log markidle_unittest.log current_allocated_bytes_test.log malloc_hook_test.log malloc_extension_test.log memalign_unittest.log page_heap_test.log pagemap_unittest.log realloc_unittest.log stack_trace_table_test.log thread_dealloc_unittest.log tcmalloc_minimal_debug_unittest.log malloc_extension_debug_test.log memalign_debug_unittest.log realloc_debug_unittest.log debugallocation_test.sh.log tcmalloc_unittest.sh.log tcmalloc_both_unittest.log tcmalloc_large_unittest.log tcmalloc_large_heap_fragmentation_unittest.log raw_printer_test.log sampler_test.log sampling_test.sh.log heap-profiler_unittest.sh.log simple_compat_test.log heap-checker_unittest.sh.log heap-checker-death_unittest.sh.log tcmalloc_debug_unittest.log sampler_debug_test.log sampling_debug_test.sh.log heap-profiler_debug_unittest.sh.log heap-checker_debug_unittest.sh.log getpc_test.log profiledata_unittest.log profile_handler_unittest.log profiler_unittest.sh.log tcmalloc_and_profiler_unittest.log
test -z "low_level_alloc_unittest.trs atomicops_unittest.trs stacktrace_unittest.trs tcmalloc_minimal_unittest.trs tcmalloc_minimal_large_unittest.trs tcmalloc_minimal_large_heap_fragmentation_unittest.trs addressmap_unittest.trs system_alloc_unittest.trs packed_cache_test.trs frag_unittest.trs markidle_unittest.trs current_allocated_bytes_test.trs malloc_hook_test.trs malloc_extension_test.trs memalign_unittest.trs page_heap_test.trs pagemap_unittest.trs realloc_unittest.trs stack_trace_table_test.trs thread_dealloc_unittest.trs tcmalloc_minimal_debug_unittest.trs malloc_extension_debug_test.trs memalign_debug_unittest.trs realloc_debug_unittest.trs debugallocation_test.sh.trs tcmalloc_unittest.sh.trs tcmalloc_both_unittest.trs tcmalloc_large_unittest.trs tcmalloc_large_heap_fragmentation_unittest.trs raw_printer_test.trs sampler_test.trs sampling_test.sh.trs heap-profiler_unittest.sh.trs simple_compat_test.trs heap-checker_unittest.sh.trs heap-checker-death_unittest.sh.trs tcmalloc_debug_unittest.trs sampler_debug_test.trs sampling_debug_test.sh.trs heap-profiler_debug_unittest.sh.trs heap-checker_debug_unittest.sh.trs getpc_test.trs profiledata_unittest.trs profile_handler_unittest.trs profiler_unittest.sh.trs tcmalloc_and_profiler_unittest.trs" || rm -f low_level_alloc_unittest.trs atomicops_unittest.trs stacktrace_unittest.trs tcmalloc_minimal_unittest.trs tcmalloc_minimal_large_unittest.trs tcmalloc_minimal_large_heap_fragmentation_unittest.trs addressmap_unittest.trs system_alloc_unittest.trs packed_cache_test.trs frag_unittest.trs markidle_unittest.trs current_allocated_bytes_test.trs malloc_hook_test.trs malloc_extension_test.trs memalign_unittest.trs page_heap_test.trs pagemap_unittest.trs realloc_unittest.trs stack_trace_table_test.trs thread_dealloc_unittest.trs tcmalloc_minimal_debug_unittest.trs malloc_extension_debug_test.trs memalign_debug_unittest.trs realloc_debug_unittest.trs debugallocation_test.sh.trs tcmalloc_unittest.sh.trs tcmalloc_both_unittest.trs tcmalloc_large_unittest.trs tcmalloc_large_heap_fragmentation_unittest.trs raw_printer_test.trs sampler_test.trs sampling_test.sh.trs heap-profiler_unittest.sh.trs simple_compat_test.trs heap-checker_unittest.sh.trs heap-checker-death_unittest.sh.trs tcmalloc_debug_unittest.trs sampler_debug_test.trs sampling_debug_test.sh.trs heap-profiler_debug_unittest.sh.trs heap-checker_debug_unittest.sh.trs getpc_test.trs profiledata_unittest.trs profile_handler_unittest.trs profiler_unittest.sh.trs tcmalloc_and_profiler_unittest.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[1]: Leaving directory `/root/work/build/third_party/gperftools'
make[1]: Entering directory `/root/work/build/third_party/gperftools'
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c -o libtcmalloc_minimal_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tcmalloc.cc
mv -f src/.deps/liblog4cplus_la-global-init.Tpo src/.deps/liblog4cplus_la-global-init.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-hierarchy.lo -MD -MP -MF src/.deps/liblog4cplus_la-hierarchy.Tpo -c -o src/liblog4cplus_la-hierarchy.lo `test -f 'src/hierarchy.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/hierarchy.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/tcmalloc.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_la-tcmalloc.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-hierarchy.lo -MD -MP -MF src/.deps/liblog4cplus_la-hierarchy.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/hierarchy.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-hierarchy.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/stdio.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/stdtime.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/strerror.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/syslog.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../pthreads/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/time.c
SandeshCppBuilder controller/src/vnsw/agent/controller/controller.sandesh -> build/debug/vnsw/agent/controller/controller_types.h build/debug/vnsw/agent/controller/controller_types.cpp build/debug/vnsw/agent/controller/controller_constants.h build/debug/vnsw/agent/controller/controller_constants.cpp build/debug/vnsw/agent/controller/controller_html.cpp
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix'
making all in /root/contrail/build/third_party/bind/lib/isc/nls
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/nls'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I../unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/nls/../unix/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/nls/../include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/nls/msgcat.c
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/nls'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/../unix/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/condition.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/../unix/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/mutex.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/../unix/include -I../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/../include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/..  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/thread.c
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/aes.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/assertions.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/backtrace.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/base32.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/base64.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/bind9.c
/root/contrail/src/contrail-api-client/generateds/generateDS.py -f -g type -o /root/contrail/build/debug/schema/xmpp_mvpn src/contrail-api-client/schema/xmpp_mvpn.xsd
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/buffer.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-hierarchy.lo -MD -MP -MF src/.deps/liblog4cplus_la-hierarchy.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/hierarchy.cxx  -fPIC -DPIC -o src/liblog4cplus_la-hierarchy.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/bufferlist.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/commandline.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/counter.c
generating parser for MvpnTunnelEncapsulationListType
generating parser for MvpnTunnelEncapsulationListType
generating parser for MvpnNextHopType
generating parser for MvpnNextHopType
generating parser for MvpnOlistType
generating parser for MvpnOlistType
generating parser for MvpnNlriType
generating parser for MvpnNlriType
generating parser for MvpnEntryType
generating parser for MvpnEntryType
generating parser for MvpnItemType
generating parser for MvpnItemType
generating parser for MvpnItemsType
generating parser for MvpnItemsType
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/crc64.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/error.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/event.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/hash.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/heap.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/hex.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/tcmalloc.cc -o libtcmalloc_minimal_la-tcmalloc.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/hmacmd5.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/hmacsha.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/httpd.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/inet_aton.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/iterated_hash.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/lex.c
mv -f src/.deps/liblog4cplus_la-hierarchy.Tpo src/.deps/liblog4cplus_la-hierarchy.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-hierarchylocker.lo -MD -MP -MF src/.deps/liblog4cplus_la-hierarchylocker.Tpo -c -o src/liblog4cplus_la-hierarchylocker.lo `test -f 'src/hierarchylocker.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/hierarchylocker.cxx
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/lfsr.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-hierarchylocker.lo -MD -MP -MF src/.deps/liblog4cplus_la-hierarchylocker.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/hierarchylocker.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-hierarchylocker.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/lib.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/log.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/md5.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/mem.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-hierarchylocker.lo -MD -MP -MF src/.deps/liblog4cplus_la-hierarchylocker.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/hierarchylocker.cxx  -fPIC -DPIC -o src/liblog4cplus_la-hierarchylocker.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/mutexblock.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/netaddr.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/netscope.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/pool.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/ondestroy.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/parseint.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/portset.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/quota.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/radix.c
mv -f .deps/libtcmalloc_minimal_la-tcmalloc.Tpo .deps/libtcmalloc_minimal_la-tcmalloc.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-common.Tpo -c -o libtcmalloc_minimal_internal_la-common.lo `test -f 'src/common.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/common.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-common.Tpo -c /root/contrail/third_party/gperftools-2.1/src/common.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-common.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/random.c
mv -f src/.deps/liblog4cplus_la-hierarchylocker.Tpo src/.deps/liblog4cplus_la-hierarchylocker.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-layout.lo -MD -MP -MF src/.deps/liblog4cplus_la-layout.Tpo -c -o src/liblog4cplus_la-layout.lo `test -f 'src/layout.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/layout.cxx
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/ratelimiter.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-layout.lo -MD -MP -MF src/.deps/liblog4cplus_la-layout.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/layout.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-layout.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-common.Tpo -c /root/contrail/third_party/gperftools-2.1/src/common.cc -o libtcmalloc_minimal_internal_la-common.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/refcount.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/region.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/regex.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/result.c
mv -f .deps/libtcmalloc_minimal_internal_la-common.Tpo .deps/libtcmalloc_minimal_internal_la-common.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c -o libtcmalloc_minimal_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/internal_logging.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c /root/contrail/third_party/gperftools-2.1/src/internal_logging.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-internal_logging.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/rwlock.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -O0 \
	-c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/safe.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/serial.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/sha1.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/sha2.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c /root/contrail/third_party/gperftools-2.1/src/internal_logging.cc -o libtcmalloc_minimal_internal_la-internal_logging.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/sockaddr.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/stats.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/string.c
g++ -o build/debug/bfd/bfd_common.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/bfd/bfd_common.cc
mv -f .deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo .deps/libtcmalloc_minimal_internal_la-internal_logging.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c -o libtcmalloc_minimal_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/system-alloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-layout.lo -MD -MP -MF src/.deps/liblog4cplus_la-layout.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/layout.cxx  -fPIC -DPIC -o src/liblog4cplus_la-layout.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/strtoul.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/system-alloc.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-system-alloc.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/symtab.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/task.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/system-alloc.cc -o libtcmalloc_minimal_internal_la-system-alloc.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/taskpool.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/tm.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/timer.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-DLIBINTERFACE=161 \
	-DLIBREVISION=1 \
	-DLIBAGE=1 \
	-c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/version.c
mv -f .deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo .deps/libtcmalloc_minimal_internal_la-system-alloc.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c -o libtcmalloc_minimal_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/memfs_malloc.cc
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include  -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include  -D_REENTRANT -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isc/backtrace-emptytbl.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/memfs_malloc.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-memfs_malloc.o
/usr/bin/ar cruv libisc.a aes.o assertions.o backtrace.o base32.o base64.o bind9.o buffer.o bufferlist.o commandline.o counter.o crc64.o error.o event.o hash.o heap.o hex.o hmacmd5.o hmacsha.o httpd.o inet_aton.o iterated_hash.o lex.o lfsr.o lib.o log.o md5.o mem.o mutexblock.o netaddr.o netscope.o pool.o ondestroy.o parseint.o portset.o quota.o radix.o random.o ratelimiter.o refcount.o region.o regex.o result.o rwlock.o safe.o serial.o sha1.o sha2.o sockaddr.o stats.o string.o strtoul.o symtab.o task.o taskpool.o tm.o timer.o version.o unix/app.o unix/dir.o unix/entropy.o unix/errno2result.o unix/file.o unix/fsaccess.o unix/interfaceiter.o unix/keyboard.o unix/net.o unix/os.o unix/resource.o unix/socket.o unix/stdio.o unix/stdtime.o unix/strerror.o unix/syslog.o unix/time.o nls/msgcat.o pthreads/condition.o pthreads/mutex.o pthreads/thread.o backtrace-emptytbl.o
a - aes.o
a - assertions.o
a - backtrace.o
a - base32.o
a - base64.o
a - bind9.o
a - buffer.o
a - bufferlist.o
a - commandline.o
a - counter.o
a - crc64.o
a - error.o
a - event.o
a - hash.o
a - heap.o
a - hex.o
a - hmacmd5.o
a - hmacsha.o
a - httpd.o
a - inet_aton.o
a - iterated_hash.o
a - lex.o
a - lfsr.o
a - lib.o
a - log.o
a - md5.o
a - mem.o
a - mutexblock.o
a - netaddr.o
a - netscope.o
a - pool.o
a - ondestroy.o
a - parseint.o
a - portset.o
a - quota.o
a - radix.o
a - random.o
a - ratelimiter.o
a - refcount.o
a - region.o
a - regex.o
a - result.o
a - rwlock.o
a - safe.o
a - serial.o
a - sha1.o
a - sha2.o
a - sockaddr.o
a - stats.o
a - string.o
a - strtoul.o
a - symtab.o
a - task.o
a - taskpool.o
a - tm.o
a - timer.o
a - version.o
a - unix/app.o
a - unix/dir.o
a - unix/entropy.o
a - unix/errno2result.o
a - unix/file.o
a - unix/fsaccess.o
a - unix/interfaceiter.o
a - unix/keyboard.o
a - unix/net.o
a - unix/os.o
a - unix/resource.o
a - unix/socket.o
a - unix/stdio.o
a - unix/stdtime.o
a - unix/strerror.o
a - unix/syslog.o
a - unix/time.o
a - nls/msgcat.o
a - pthreads/condition.o
a - pthreads/mutex.o
a - pthreads/thread.o
a - backtrace-emptytbl.o
ranlib libisc.a
/usr/bin/ar cruv libisc-nosymtbl.a aes.o assertions.o backtrace.o base32.o base64.o bind9.o buffer.o bufferlist.o commandline.o counter.o crc64.o error.o event.o hash.o heap.o hex.o hmacmd5.o hmacsha.o httpd.o inet_aton.o iterated_hash.o lex.o lfsr.o lib.o log.o md5.o mem.o mutexblock.o netaddr.o netscope.o pool.o ondestroy.o parseint.o portset.o quota.o radix.o random.o ratelimiter.o refcount.o region.o regex.o result.o rwlock.o safe.o serial.o sha1.o sha2.o sockaddr.o stats.o string.o strtoul.o symtab.o task.o taskpool.o tm.o timer.o version.o unix/app.o unix/dir.o unix/entropy.o unix/errno2result.o unix/file.o unix/fsaccess.o unix/interfaceiter.o unix/keyboard.o unix/net.o unix/os.o unix/resource.o unix/socket.o unix/stdio.o unix/stdtime.o unix/strerror.o unix/syslog.o unix/time.o nls/msgcat.o pthreads/condition.o pthreads/mutex.o pthreads/thread.o
a - aes.o
a - assertions.o
a - backtrace.o
a - base32.o
a - base64.o
a - bind9.o
a - buffer.o
a - bufferlist.o
a - commandline.o
a - counter.o
a - crc64.o
a - error.o
a - event.o
a - hash.o
a - heap.o
a - hex.o
a - hmacmd5.o
a - hmacsha.o
a - httpd.o
a - inet_aton.o
a - iterated_hash.o
a - lex.o
a - lfsr.o
a - lib.o
a - log.o
a - md5.o
a - mem.o
a - mutexblock.o
a - netaddr.o
a - netscope.o
a - pool.o
a - ondestroy.o
a - parseint.o
a - portset.o
a - quota.o
a - radix.o
a - random.o
a - ratelimiter.o
a - refcount.o
a - region.o
a - regex.o
a - result.o
a - rwlock.o
a - safe.o
a - serial.o
a - sha1.o
a - sha2.o
a - sockaddr.o
a - stats.o
a - string.o
a - strtoul.o
a - symtab.o
a - task.o
a - taskpool.o
a - tm.o
a - timer.o
a - version.o
a - unix/app.o
a - unix/dir.o
a - unix/entropy.o
a - unix/errno2result.o
a - unix/file.o
a - unix/fsaccess.o
a - unix/interfaceiter.o
a - unix/keyboard.o
a - unix/net.o
a - unix/os.o
a - unix/resource.o
a - unix/socket.o
a - unix/stdio.o
a - unix/stdtime.o
a - unix/strerror.o
a - unix/syslog.o
a - unix/time.o
a - nls/msgcat.o
a - pthreads/condition.o
a - pthreads/mutex.o
a - pthreads/thread.o
ranlib libisc-nosymtbl.a
touch timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isc'
making all in /root/contrail/build/third_party/bind/lib/isccc
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isccc'
making all in /root/contrail/build/third_party/bind/lib/isccc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include'
mv -f src/.deps/liblog4cplus_la-layout.Tpo src/.deps/liblog4cplus_la-layout.Plo
making all in /root/contrail/build/third_party/bind/lib/isccc/include/isccc
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-log4judpappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-log4judpappender.Tpo -c -o src/liblog4cplus_la-log4judpappender.lo `test -f 'src/log4judpappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/log4judpappender.cxx
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccc/alist.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccc/base64.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-log4judpappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-log4judpappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/log4judpappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-log4judpappender.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccc/cc.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccc/ccmsg.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/memfs_malloc.cc -o libtcmalloc_minimal_internal_la-memfs_malloc.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccc/lib.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccc/result.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccc/sexpr.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccc/symtab.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-DLIBINTERFACE=140 \
	-DLIBREVISION=4 \
	-DLIBAGE=0 \
	-c /root/contrail/third_party/bind-9.10.4-P2/lib/isccc/version.c
/usr/bin/ar cruv libisccc.a alist.o base64.o cc.o ccmsg.o lib.o result.o sexpr.o symtab.o version.o
a - alist.o
a - base64.o
a - cc.o
a - ccmsg.o
a - lib.o
a - result.o
a - sexpr.o
a - symtab.o
a - version.o
ranlib libisccc.a
touch timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isccc'
making all in /root/contrail/build/third_party/bind/lib/dns
make[3]: Entering directory `/root/work/build/third_party/bind/lib/dns'
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include \
-D_GNU_SOURCE   -o gen /root/contrail/third_party/bind-9.10.4-P2/lib/dns/gen.c -ldl -lpthread  -lxml2 -lz -lm -ldl
mv -f .deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo .deps/libtcmalloc_minimal_internal_la-memfs_malloc.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c -o libtcmalloc_minimal_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/central_freelist.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c /root/contrail/third_party/gperftools-2.1/src/central_freelist.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-central_freelist.o
./gen -s /root/contrail/third_party/bind-9.10.4-P2/lib/dns -t > include/dns/enumtype.h
./gen -s /root/contrail/third_party/bind-9.10.4-P2/lib/dns -c > include/dns/enumclass.h
./gen -s /root/contrail/third_party/bind-9.10.4-P2/lib/dns -i \
	-P /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rdata/rdatastructpre.h \
	-S /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rdata/rdatastructsuf.h > include/dns/rdatastruct.h
./gen -s /root/contrail/third_party/bind-9.10.4-P2/lib/dns > code.h
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-log4judpappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-log4judpappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/log4judpappender.cxx  -fPIC -DPIC -o src/liblog4cplus_la-log4judpappender.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c /root/contrail/third_party/gperftools-2.1/src/central_freelist.cc -o libtcmalloc_minimal_internal_la-central_freelist.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo .deps/libtcmalloc_minimal_internal_la-central_freelist.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c -o libtcmalloc_minimal_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/page_heap.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c /root/contrail/third_party/gperftools-2.1/src/page_heap.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-page_heap.o
mv -f src/.deps/liblog4cplus_la-log4judpappender.Tpo src/.deps/liblog4cplus_la-log4judpappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-lockfile.lo -MD -MP -MF src/.deps/liblog4cplus_la-lockfile.Tpo -c -o src/liblog4cplus_la-lockfile.lo `test -f 'src/lockfile.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/lockfile.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-lockfile.lo -MD -MP -MF src/.deps/liblog4cplus_la-lockfile.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/lockfile.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-lockfile.o
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_common.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c /root/contrail/third_party/gperftools-2.1/src/page_heap.cc -o libtcmalloc_minimal_internal_la-page_heap.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-lockfile.lo -MD -MP -MF src/.deps/liblog4cplus_la-lockfile.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/lockfile.cxx  -fPIC -DPIC -o src/liblog4cplus_la-lockfile.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_minimal_internal_la-page_heap.Tpo .deps/libtcmalloc_minimal_internal_la-page_heap.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c -o libtcmalloc_minimal_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/sampler.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/sampler.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-sampler.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/sampler.cc -o libtcmalloc_minimal_internal_la-sampler.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplus_la-lockfile.Tpo src/.deps/liblog4cplus_la-lockfile.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-logger.lo -MD -MP -MF src/.deps/liblog4cplus_la-logger.Tpo -c -o src/liblog4cplus_la-logger.lo `test -f 'src/logger.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/logger.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-logger.lo -MD -MP -MF src/.deps/liblog4cplus_la-logger.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/logger.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-logger.o
mv -f .deps/libtcmalloc_minimal_internal_la-sampler.Tpo .deps/libtcmalloc_minimal_internal_la-sampler.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-span.Tpo -c -o libtcmalloc_minimal_internal_la-span.lo `test -f 'src/span.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/span.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-span.Tpo -c /root/contrail/third_party/gperftools-2.1/src/span.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-span.o
g++ -o build/debug/xmpp/xmpp_channel.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_channel.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-span.Tpo -c /root/contrail/third_party/gperftools-2.1/src/span.cc -o libtcmalloc_minimal_internal_la-span.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-logger.lo -MD -MP -MF src/.deps/liblog4cplus_la-logger.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/logger.cxx  -fPIC -DPIC -o src/liblog4cplus_la-logger.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_minimal_internal_la-span.Tpo .deps/libtcmalloc_minimal_internal_la-span.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c -o libtcmalloc_minimal_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/stack_trace_table.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c /root/contrail/third_party/gperftools-2.1/src/stack_trace_table.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-stack_trace_table.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c /root/contrail/third_party/gperftools-2.1/src/stack_trace_table.cc -o libtcmalloc_minimal_internal_la-stack_trace_table.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplus_la-logger.Tpo src/.deps/liblog4cplus_la-logger.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loggerimpl.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggerimpl.Tpo -c -o src/liblog4cplus_la-loggerimpl.lo `test -f 'src/loggerimpl.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/loggerimpl.cxx
mv -f .deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo .deps/libtcmalloc_minimal_internal_la-stack_trace_table.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c -o libtcmalloc_minimal_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/static_vars.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loggerimpl.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggerimpl.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loggerimpl.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-loggerimpl.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c /root/contrail/third_party/gperftools-2.1/src/static_vars.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-static_vars.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c /root/contrail/third_party/gperftools-2.1/src/static_vars.cc -o libtcmalloc_minimal_internal_la-static_vars.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_minimal_internal_la-static_vars.Tpo .deps/libtcmalloc_minimal_internal_la-static_vars.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c -o libtcmalloc_minimal_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/symbolize.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c /root/contrail/third_party/gperftools-2.1/src/symbolize.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-symbolize.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loggerimpl.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggerimpl.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loggerimpl.cxx  -fPIC -DPIC -o src/liblog4cplus_la-loggerimpl.o >/dev/null 2>&1
SandeshCppBuilder controller/src/xmpp/sandesh/xmpp_client_server_sandesh.sandesh -> build/debug/xmpp/sandesh/xmpp_client_server_sandesh_types.h build/debug/xmpp/sandesh/xmpp_client_server_sandesh_types.cpp build/debug/xmpp/sandesh/xmpp_client_server_sandesh_constants.h build/debug/xmpp/sandesh/xmpp_client_server_sandesh_constants.cpp build/debug/xmpp/sandesh/xmpp_client_server_sandesh_html.cpp
SandeshCppBuilder controller/src/xmpp/sandesh/xmpp_message_sandesh.sandesh -> build/debug/xmpp/sandesh/xmpp_message_sandesh_types.h build/debug/xmpp/sandesh/xmpp_message_sandesh_types.cpp build/debug/xmpp/sandesh/xmpp_message_sandesh_constants.h build/debug/xmpp/sandesh/xmpp_message_sandesh_constants.cpp build/debug/xmpp/sandesh/xmpp_message_sandesh_html.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c /root/contrail/third_party/gperftools-2.1/src/symbolize.cc -o libtcmalloc_minimal_internal_la-symbolize.o >/dev/null 2>&1
SandeshCppBuilder controller/src/xmpp/sandesh/xmpp_peer_info.sandesh -> build/debug/xmpp/sandesh/xmpp_peer_info_types.h build/debug/xmpp/sandesh/xmpp_peer_info_types.cpp build/debug/xmpp/sandesh/xmpp_peer_info_constants.h build/debug/xmpp/sandesh/xmpp_peer_info_constants.cpp build/debug/xmpp/sandesh/xmpp_peer_info_html.cpp
SandeshCppBuilder controller/src/xmpp/sandesh/xmpp_server.sandesh -> build/debug/xmpp/sandesh/xmpp_server_types.h build/debug/xmpp/sandesh/xmpp_server_types.cpp build/debug/xmpp/sandesh/xmpp_server_constants.h build/debug/xmpp/sandesh/xmpp_server_constants.cpp build/debug/xmpp/sandesh/xmpp_server_html.cpp
SandeshCppBuilder controller/src/xmpp/sandesh/xmpp_state_machine_sandesh.sandesh -> build/debug/xmpp/sandesh/xmpp_state_machine_sandesh_types.h build/debug/xmpp/sandesh/xmpp_state_machine_sandesh_types.cpp build/debug/xmpp/sandesh/xmpp_state_machine_sandesh_constants.h build/debug/xmpp/sandesh/xmpp_state_machine_sandesh_constants.cpp build/debug/xmpp/sandesh/xmpp_state_machine_sandesh_html.cpp
SandeshCppBuilder controller/src/xmpp/sandesh/xmpp_trace_sandesh.sandesh -> build/debug/xmpp/sandesh/xmpp_trace_sandesh_types.h build/debug/xmpp/sandesh/xmpp_trace_sandesh_types.cpp build/debug/xmpp/sandesh/xmpp_trace_sandesh_constants.h build/debug/xmpp/sandesh/xmpp_trace_sandesh_constants.cpp build/debug/xmpp/sandesh/xmpp_trace_sandesh_html.cpp
g++ -o build/debug/xmpp/xmpp_lifetime.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_lifetime.cc
mv -f .deps/libtcmalloc_minimal_internal_la-symbolize.Tpo .deps/libtcmalloc_minimal_internal_la-symbolize.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c -o libtcmalloc_minimal_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/thread_cache.cc
mv -f src/.deps/liblog4cplus_la-loggerimpl.Tpo src/.deps/liblog4cplus_la-loggerimpl.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loggingevent.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggingevent.Tpo -c -o src/liblog4cplus_la-loggingevent.lo `test -f 'src/loggingevent.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/loggingevent.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c /root/contrail/third_party/gperftools-2.1/src/thread_cache.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-thread_cache.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loggingevent.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggingevent.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loggingevent.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-loggingevent.o
making all in /root/contrail/build/third_party/bind/lib/dns/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/dns/include'
making all in /root/contrail/build/third_party/bind/lib/dns/include/dns
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dns'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dns'
making all in /root/contrail/build/third_party/bind/lib/dns/include/dst
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dst'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dst'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/acache.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/acl.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/adb.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c /root/contrail/third_party/gperftools-2.1/src/thread_cache.cc -o libtcmalloc_minimal_internal_la-thread_cache.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loggingevent.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggingevent.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loggingevent.cxx  -fPIC -DPIC -o src/liblog4cplus_la-loggingevent.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/byaddr.c
mv -f .deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo .deps/libtcmalloc_minimal_internal_la-thread_cache.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c -o libtcmalloc_minimal_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/malloc_hook.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c /root/contrail/third_party/gperftools-2.1/src/malloc_hook.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-malloc_hook.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/cache.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/callbacks.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/clientinfo.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/compress.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/db.c
mv -f src/.deps/liblog4cplus_la-loggingevent.Tpo src/.deps/liblog4cplus_la-loggingevent.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loggingmacros.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggingmacros.Tpo -c -o src/liblog4cplus_la-loggingmacros.lo `test -f 'src/loggingmacros.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/loggingmacros.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loggingmacros.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggingmacros.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loggingmacros.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-loggingmacros.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/dbiterator.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/dbtable.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/diff.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/dispatch.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c /root/contrail/third_party/gperftools-2.1/src/malloc_hook.cc -o libtcmalloc_minimal_internal_la-malloc_hook.o >/dev/null 2>&1
SandeshCppBuilder controller/src/bgp/peer_info.sandesh -> build/debug/bgp/peer_info_types.h build/debug/bgp/peer_info_types.cpp build/debug/bgp/peer_info_constants.h build/debug/bgp/peer_info_constants.cpp build/debug/bgp/peer_info_html.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loggingmacros.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggingmacros.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loggingmacros.cxx  -fPIC -DPIC -o src/liblog4cplus_la-loggingmacros.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/dlz.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/dns64.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/dnssec.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/ds.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/forward.c
mv -f .deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo .deps/libtcmalloc_minimal_internal_la-malloc_hook.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c -o libtcmalloc_minimal_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/malloc_extension.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c /root/contrail/third_party/gperftools-2.1/src/malloc_extension.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-malloc_extension.o
mv -f src/.deps/liblog4cplus_la-loggingmacros.Tpo src/.deps/liblog4cplus_la-loggingmacros.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loglevel.lo -MD -MP -MF src/.deps/liblog4cplus_la-loglevel.Tpo -c -o src/liblog4cplus_la-loglevel.lo `test -f 'src/loglevel.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/loglevel.cxx
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/iptable.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loglevel.lo -MD -MP -MF src/.deps/liblog4cplus_la-loglevel.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loglevel.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-loglevel.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/journal.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c /root/contrail/third_party/gperftools-2.1/src/malloc_extension.cc -o libtcmalloc_minimal_internal_la-malloc_extension.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/keydata.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/keytable.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/lib.c
g++ -o build/debug/schema/xmpp_multicast_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/xmpp_multicast_types.cc
mv -f .deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo .deps/libtcmalloc_minimal_internal_la-malloc_extension.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-maybe_threads.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo -c -o libtcmalloc_minimal_internal_la-maybe_threads.lo `test -f 'src/maybe_threads.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/maybe_threads.cc
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/log.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/lookup.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-maybe_threads.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo -c /root/contrail/third_party/gperftools-2.1/src/maybe_threads.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-maybe_threads.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loglevel.lo -MD -MP -MF src/.deps/liblog4cplus_la-loglevel.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loglevel.cxx  -fPIC -DPIC -o src/liblog4cplus_la-loglevel.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/master.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_minimal_internal_la-maybe_threads.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo -c /root/contrail/third_party/gperftools-2.1/src/maybe_threads.cc -o libtcmalloc_minimal_internal_la-maybe_threads.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo .deps/libtcmalloc_minimal_internal_la-maybe_threads.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT spinlock.lo -MD -MP -MF .deps/spinlock.Tpo -c -o spinlock.lo `test -f 'src/base/spinlock.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/spinlock.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT spinlock.lo -MD -MP -MF .deps/spinlock.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/spinlock.cc  -fPIC -DPIC -o .libs/spinlock.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/masterdump.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT spinlock.lo -MD -MP -MF .deps/spinlock.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/spinlock.cc -o spinlock.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/message.c
mv -f .deps/spinlock.Tpo .deps/spinlock.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT spinlock_internal.lo -MD -MP -MF .deps/spinlock_internal.Tpo -c -o spinlock_internal.lo `test -f 'src/base/spinlock_internal.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/spinlock_internal.cc
mv -f src/.deps/liblog4cplus_la-loglevel.Tpo src/.deps/liblog4cplus_la-loglevel.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loglog.lo -MD -MP -MF src/.deps/liblog4cplus_la-loglog.Tpo -c -o src/liblog4cplus_la-loglog.lo `test -f 'src/loglog.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/loglog.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT spinlock_internal.lo -MD -MP -MF .deps/spinlock_internal.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/spinlock_internal.cc  -fPIC -DPIC -o .libs/spinlock_internal.o
g++ -o build/debug/schema/xmpp_multicast_parser.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/xmpp_multicast_parser.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT spinlock_internal.lo -MD -MP -MF .deps/spinlock_internal.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/spinlock_internal.cc -o spinlock_internal.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loglog.lo -MD -MP -MF src/.deps/liblog4cplus_la-loglog.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loglog.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-loglog.o
mv -f .deps/spinlock_internal.Tpo .deps/spinlock_internal.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT atomicops-internals-x86.lo -MD -MP -MF .deps/atomicops-internals-x86.Tpo -c -o atomicops-internals-x86.lo `test -f 'src/base/atomicops-internals-x86.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/atomicops-internals-x86.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT atomicops-internals-x86.lo -MD -MP -MF .deps/atomicops-internals-x86.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/atomicops-internals-x86.cc  -fPIC -DPIC -o .libs/atomicops-internals-x86.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/name.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT atomicops-internals-x86.lo -MD -MP -MF .deps/atomicops-internals-x86.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/atomicops-internals-x86.cc -o atomicops-internals-x86.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/ncache.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/nsec.c
mv -f .deps/atomicops-internals-x86.Tpo .deps/atomicops-internals-x86.Plo
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -no-undefined   -o libspinlock.la  spinlock.lo spinlock_internal.lo atomicops-internals-x86.lo   
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/nsec3.c
libtool: link: ar cru .libs/libspinlock.a .libs/spinlock.o .libs/spinlock_internal.o .libs/atomicops-internals-x86.o 
libtool: link: ranlib .libs/libspinlock.a
libtool: link: ( cd ".libs" && rm -f "libspinlock.la" && ln -s "../libspinlock.la" "libspinlock.la" )
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT sysinfo.lo -MD -MP -MF .deps/sysinfo.Tpo -c -o sysinfo.lo `test -f 'src/base/sysinfo.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/sysinfo.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT sysinfo.lo -MD -MP -MF .deps/sysinfo.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/sysinfo.cc  -fPIC -DPIC -o .libs/sysinfo.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-loglog.lo -MD -MP -MF src/.deps/liblog4cplus_la-loglog.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loglog.cxx  -fPIC -DPIC -o src/liblog4cplus_la-loglog.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/order.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/peer.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/portlist.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT sysinfo.lo -MD -MP -MF .deps/sysinfo.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/sysinfo.cc -o sysinfo.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/private.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rbt.c
ar rc build/debug/schema/libxmpp_multicast.a build/debug/schema/xmpp_multicast_types.o build/debug/schema/xmpp_multicast_parser.o
ranlib build/debug/schema/libxmpp_multicast.a
g++ -o build/debug/schema/xmpp_mvpn_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/xmpp_mvpn_types.cc
mv -f src/.deps/liblog4cplus_la-loglog.Tpo src/.deps/liblog4cplus_la-loglog.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-mdc.lo -MD -MP -MF src/.deps/liblog4cplus_la-mdc.Tpo -c -o src/liblog4cplus_la-mdc.lo `test -f 'src/mdc.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/mdc.cxx
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rbtdb.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-mdc.lo -MD -MP -MF src/.deps/liblog4cplus_la-mdc.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/mdc.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-mdc.o
mv -f .deps/sysinfo.Tpo .deps/sysinfo.Plo
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -no-undefined   -o libsysinfo.la  sysinfo.lo    
libtool: link: ar cru .libs/libsysinfo.a .libs/sysinfo.o 
libtool: link: ranlib .libs/libsysinfo.a
libtool: link: ( cd ".libs" && rm -f "libsysinfo.la" && ln -s "../libsysinfo.la" "libsysinfo.la" )
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c -o logging.lo `test -f 'src/base/logging.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/logging.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/logging.cc  -fPIC -DPIC -o .libs/logging.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/logging.cc -o logging.o >/dev/null 2>&1
mv -f .deps/logging.Tpo .deps/logging.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src    -DOPEN_CONTRAIL_CLIENT -g -MT dynamic_annotations.lo -MD -MP -MF .deps/dynamic_annotations.Tpo -c -o dynamic_annotations.lo `test -f 'src/base/dynamic_annotations.c' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/dynamic_annotations.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DOPEN_CONTRAIL_CLIENT -g -MT dynamic_annotations.lo -MD -MP -MF .deps/dynamic_annotations.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/dynamic_annotations.c  -fPIC -DPIC -o .libs/dynamic_annotations.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DOPEN_CONTRAIL_CLIENT -g -MT dynamic_annotations.lo -MD -MP -MF .deps/dynamic_annotations.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/dynamic_annotations.c -o dynamic_annotations.o >/dev/null 2>&1
mv -f .deps/dynamic_annotations.Tpo .deps/dynamic_annotations.Plo
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -no-undefined   -o liblogging.la  logging.lo dynamic_annotations.lo   
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rbtdb64.c
g++ -o build/debug/schema/xmpp_mvpn_parser.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/xmpp_mvpn_parser.cc
libtool: link: ar cru .libs/liblogging.a .libs/logging.o .libs/dynamic_annotations.o 
libtool: link: ranlib .libs/liblogging.a
libtool: link: ( cd ".libs" && rm -f "liblogging.la" && ln -s "../liblogging.la" "liblogging.la" )
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions -g -O2 -std=c++11 -pthread -no-undefined   -o libtcmalloc_minimal_internal.la  libtcmalloc_minimal_internal_la-common.lo libtcmalloc_minimal_internal_la-internal_logging.lo libtcmalloc_minimal_internal_la-system-alloc.lo libtcmalloc_minimal_internal_la-memfs_malloc.lo libtcmalloc_minimal_internal_la-central_freelist.lo libtcmalloc_minimal_internal_la-page_heap.lo libtcmalloc_minimal_internal_la-sampler.lo libtcmalloc_minimal_internal_la-span.lo libtcmalloc_minimal_internal_la-stack_trace_table.lo libtcmalloc_minimal_internal_la-static_vars.lo libtcmalloc_minimal_internal_la-symbolize.lo libtcmalloc_minimal_internal_la-thread_cache.lo libtcmalloc_minimal_internal_la-malloc_hook.lo libtcmalloc_minimal_internal_la-malloc_extension.lo libtcmalloc_minimal_internal_la-maybe_threads.lo    -lpthread libspinlock.la libsysinfo.la liblogging.la 
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-mdc.lo -MD -MP -MF src/.deps/liblog4cplus_la-mdc.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/mdc.cxx  -fPIC -DPIC -o src/liblog4cplus_la-mdc.o >/dev/null 2>&1
libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libspinlock.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/libspinlock.a")
libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libsysinfo.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/libsysinfo.a")
libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/liblogging.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/liblogging.a")
libtool: link: ar cru .libs/libtcmalloc_minimal_internal.a .libs/libtcmalloc_minimal_internal_la-common.o .libs/libtcmalloc_minimal_internal_la-internal_logging.o .libs/libtcmalloc_minimal_internal_la-system-alloc.o .libs/libtcmalloc_minimal_internal_la-memfs_malloc.o .libs/libtcmalloc_minimal_internal_la-central_freelist.o .libs/libtcmalloc_minimal_internal_la-page_heap.o .libs/libtcmalloc_minimal_internal_la-sampler.o .libs/libtcmalloc_minimal_internal_la-span.o .libs/libtcmalloc_minimal_internal_la-stack_trace_table.o .libs/libtcmalloc_minimal_internal_la-static_vars.o .libs/libtcmalloc_minimal_internal_la-symbolize.o .libs/libtcmalloc_minimal_internal_la-thread_cache.o .libs/libtcmalloc_minimal_internal_la-malloc_hook.o .libs/libtcmalloc_minimal_internal_la-malloc_extension.o .libs/libtcmalloc_minimal_internal_la-maybe_threads.o   .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/spinlock.o .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/spinlock_internal.o  .libs/libtcmalloc_minimal_internal.lax/libsysinfo.a/sysinfo.o  .libs/libtcmalloc_minimal_internal.lax/liblogging.a/dynamic_annotations.o .libs/libtcmalloc_minimal_internal.lax/liblogging.a/logging.o 
libtool: link: ranlib .libs/libtcmalloc_minimal_internal.a
libtool: link: rm -fr .libs/libtcmalloc_minimal_internal.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal_internal.la" && ln -s "../libtcmalloc_minimal_internal.la" "libtcmalloc_minimal_internal.la" )
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread -version-info 5:2:1 -no-undefined   -o libtcmalloc_minimal.la -rpath /root/contrail/build/lib libtcmalloc_minimal_la-tcmalloc.lo    libtcmalloc_minimal_internal.la -lpthread 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/libtcmalloc_minimal_la-tcmalloc.o  -Wl,--whole-archive ./.libs/libtcmalloc_minimal_internal.a -Wl,--no-whole-archive  -lpthread -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o  -pthread -O2 -pthread   -pthread -Wl,-soname -Wl,libtcmalloc_minimal.so.4 -o .libs/libtcmalloc_minimal.so.4.1.2
libtool: link: (cd ".libs" && rm -f "libtcmalloc_minimal.so.4" && ln -s "libtcmalloc_minimal.so.4.1.2" "libtcmalloc_minimal.so.4")
libtool: link: (cd ".libs" && rm -f "libtcmalloc_minimal.so" && ln -s "libtcmalloc_minimal.so.4.1.2" "libtcmalloc_minimal.so")
libtool: link: (cd .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/libtcmalloc_minimal_internal.a")
libtool: link: ar cru .libs/libtcmalloc_minimal.a  libtcmalloc_minimal_la-tcmalloc.o  .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/dynamic_annotations.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-central_freelist.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-common.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-internal_logging.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_extension.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_hook.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-maybe_threads.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-memfs_malloc.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-page_heap.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-sampler.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-span.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-stack_trace_table.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-static_vars.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-symbolize.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-system-alloc.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-thread_cache.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/logging.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/spinlock.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/spinlock_internal.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/sysinfo.o 
libtool: link: ranlib .libs/libtcmalloc_minimal.a
libtool: link: rm -fr .libs/libtcmalloc_minimal.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal.la" && ln -s "../libtcmalloc_minimal.la" "libtcmalloc_minimal.la" )
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_minimal_debug_la-debugallocation.lo -MD -MP -MF .deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo -c -o libtcmalloc_minimal_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/debugallocation.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_minimal_debug_la-debugallocation.lo -MD -MP -MF .deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo -c /root/contrail/third_party/gperftools-2.1/src/debugallocation.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_debug_la-debugallocation.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rcode.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rdata.c
mv -f src/.deps/liblog4cplus_la-mdc.Tpo src/.deps/liblog4cplus_la-mdc.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-ndc.lo -MD -MP -MF src/.deps/liblog4cplus_la-ndc.Tpo -c -o src/liblog4cplus_la-ndc.lo `test -f 'src/ndc.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/ndc.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-ndc.lo -MD -MP -MF src/.deps/liblog4cplus_la-ndc.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/ndc.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-ndc.o
ar rc build/debug/schema/libxmpp_mvpn.a build/debug/schema/xmpp_mvpn_types.o build/debug/schema/xmpp_mvpn_parser.o
ranlib build/debug/schema/libxmpp_mvpn.a
g++ -o build/debug/schema/xmpp_enet_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/xmpp_enet_types.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-ndc.lo -MD -MP -MF src/.deps/liblog4cplus_la-ndc.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/ndc.cxx  -fPIC -DPIC -o src/liblog4cplus_la-ndc.o >/dev/null 2>&1
g++ -o build/debug/schema/xmpp_enet_parser.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/xmpp_enet_parser.cc
mv -f src/.deps/liblog4cplus_la-ndc.Tpo src/.deps/liblog4cplus_la-ndc.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-nullappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-nullappender.Tpo -c -o src/liblog4cplus_la-nullappender.lo `test -f 'src/nullappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/nullappender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-nullappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-nullappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/nullappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-nullappender.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-nullappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-nullappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/nullappender.cxx  -fPIC -DPIC -o src/liblog4cplus_la-nullappender.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rdatalist.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rdataset.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_minimal_debug_la-debugallocation.lo -MD -MP -MF .deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo -c /root/contrail/third_party/gperftools-2.1/src/debugallocation.cc -o libtcmalloc_minimal_debug_la-debugallocation.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rdatasetiter.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rdataslab.c
mv -f src/.deps/liblog4cplus_la-nullappender.Tpo src/.deps/liblog4cplus_la-nullappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-nteventlogappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-nteventlogappender.Tpo -c -o src/liblog4cplus_la-nteventlogappender.lo `test -f 'src/nteventlogappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/nteventlogappender.cxx
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/request.c
ar rc build/debug/schema/libxmpp_enet.a build/debug/schema/xmpp_enet_types.o build/debug/schema/xmpp_enet_parser.o
ranlib build/debug/schema/libxmpp_enet.a
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-nteventlogappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-nteventlogappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/nteventlogappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-nteventlogappender.o
g++ -o build/debug/schema/xmpp_unicast_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/xmpp_unicast_types.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-nteventlogappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-nteventlogappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/nteventlogappender.cxx  -fPIC -DPIC -o src/liblog4cplus_la-nteventlogappender.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplus_la-nteventlogappender.Tpo src/.deps/liblog4cplus_la-nteventlogappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-objectregistry.lo -MD -MP -MF src/.deps/liblog4cplus_la-objectregistry.Tpo -c -o src/liblog4cplus_la-objectregistry.lo `test -f 'src/objectregistry.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/objectregistry.cxx
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/resolver.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-objectregistry.lo -MD -MP -MF src/.deps/liblog4cplus_la-objectregistry.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/objectregistry.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-objectregistry.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/result.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-objectregistry.lo -MD -MP -MF src/.deps/liblog4cplus_la-objectregistry.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/objectregistry.cxx  -fPIC -DPIC -o src/liblog4cplus_la-objectregistry.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rootns.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rpz.c
g++ -o build/debug/schema/xmpp_unicast_parser.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/xmpp_unicast_parser.cc
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rrl.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/rriterator.c
mv -f src/.deps/liblog4cplus_la-objectregistry.Tpo src/.deps/liblog4cplus_la-objectregistry.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-patternlayout.lo -MD -MP -MF src/.deps/liblog4cplus_la-patternlayout.Tpo -c -o src/liblog4cplus_la-patternlayout.lo `test -f 'src/patternlayout.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/patternlayout.cxx
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/sdb.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-patternlayout.lo -MD -MP -MF src/.deps/liblog4cplus_la-patternlayout.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/patternlayout.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-patternlayout.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/sdlz.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/soa.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/ssu.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/ssu_external.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/stats.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/tcpmsg.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/time.c
mv -f .deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo .deps/libtcmalloc_minimal_debug_la-debugallocation.Plo
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -pthread -version-info 5:2:1 -no-undefined  -version-info 5:2:1  -o libtcmalloc_minimal_debug.la -rpath /root/contrail/build/lib libtcmalloc_minimal_debug_la-debugallocation.lo    libtcmalloc_minimal_internal.la -lpthread 
ar rc build/debug/schema/libxmpp_unicast.a build/debug/schema/xmpp_unicast_types.o build/debug/schema/xmpp_unicast_parser.o
ranlib build/debug/schema/libxmpp_unicast.a
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/timer.c
g++ -o build/debug/xml/xml_base.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fPIC -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/xml/xml_base.cc
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/tkey.c
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/libtcmalloc_minimal_debug_la-debugallocation.o  -Wl,--whole-archive ./.libs/libtcmalloc_minimal_internal.a -Wl,--no-whole-archive  -lpthread -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o  -pthread -O2 -pthread   -pthread -Wl,-soname -Wl,libtcmalloc_minimal_debug.so.4 -o .libs/libtcmalloc_minimal_debug.so.4.1.2
libtool: link: (cd ".libs" && rm -f "libtcmalloc_minimal_debug.so.4" && ln -s "libtcmalloc_minimal_debug.so.4.1.2" "libtcmalloc_minimal_debug.so.4")
libtool: link: (cd ".libs" && rm -f "libtcmalloc_minimal_debug.so" && ln -s "libtcmalloc_minimal_debug.so.4.1.2" "libtcmalloc_minimal_debug.so")
libtool: link: (cd .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/libtcmalloc_minimal_internal.a")
libtool: link: ar cru .libs/libtcmalloc_minimal_debug.a  libtcmalloc_minimal_debug_la-debugallocation.o  .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/dynamic_annotations.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-central_freelist.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-common.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-internal_logging.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_extension.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_hook.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-maybe_threads.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-memfs_malloc.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-page_heap.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-sampler.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-span.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-stack_trace_table.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-static_vars.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-symbolize.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-system-alloc.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-thread_cache.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/logging.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/spinlock.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/spinlock_internal.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/sysinfo.o 
libtool: link: ranlib .libs/libtcmalloc_minimal_debug.a
libtool: link: rm -fr .libs/libtcmalloc_minimal_debug.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal_debug.la" && ln -s "../libtcmalloc_minimal_debug.la" "libtcmalloc_minimal_debug.la" )
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer   -g -O2 -std=c++11 -MT libtcmalloc_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_la-tcmalloc.Tpo -c -o libtcmalloc_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tcmalloc.cc
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/tsec.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_la-tcmalloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/tcmalloc.cc  -fPIC -DPIC -o .libs/libtcmalloc_la-tcmalloc.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/tsig.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-patternlayout.lo -MD -MP -MF src/.deps/liblog4cplus_la-patternlayout.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/patternlayout.cxx  -fPIC -DPIC -o src/liblog4cplus_la-patternlayout.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/ttl.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/update.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/validator.c
g++ -o build/third_party/pugixml/src/pugixml.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG build/third_party/pugixml/src/pugixml.cpp
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-DMAJOR=\"9.10\" \
	-DMAPAPI=\"1.1\" \
	-DLIBINTERFACE=165 \
	-DLIBREVISION=1 \
	-DLIBAGE=0 \
	-c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/version.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/view.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/xfrin.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/zone.c
mv -f src/.deps/liblog4cplus_la-patternlayout.Tpo src/.deps/liblog4cplus_la-patternlayout.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-pointer.lo -MD -MP -MF src/.deps/liblog4cplus_la-pointer.Tpo -c -o src/liblog4cplus_la-pointer.lo `test -f 'src/pointer.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/pointer.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-pointer.lo -MD -MP -MF src/.deps/liblog4cplus_la-pointer.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/pointer.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-pointer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_la-tcmalloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/tcmalloc.cc -o libtcmalloc_la-tcmalloc.o >/dev/null 2>&1
ar rc build/third_party/pugixml/libpugixml.a build/third_party/pugixml/src/pugixml.o
ranlib build/third_party/pugixml/libpugixml.a
Install file: "build/third_party/pugixml/libpugixml.a" as "build/lib/libpugixml.a"
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-pointer.lo -MD -MP -MF src/.deps/liblog4cplus_la-pointer.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/pointer.cxx  -fPIC -DPIC -o src/liblog4cplus_la-pointer.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplus_la-pointer.Tpo src/.deps/liblog4cplus_la-pointer.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-property.lo -MD -MP -MF src/.deps/liblog4cplus_la-property.Tpo -c -o src/liblog4cplus_la-property.lo `test -f 'src/property.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/property.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-property.lo -MD -MP -MF src/.deps/liblog4cplus_la-property.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/property.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-property.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/zonekey.c
SandeshCppBuilder controller/src/dns/cmn/dns.sandesh -> build/debug/dns/cmn/dns_types.h build/debug/dns/cmn/dns_types.cpp build/debug/dns/cmn/dns_constants.h build/debug/dns/cmn/dns_constants.cpp build/debug/dns/cmn/dns_html.cpp
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/zt.c
/root/contrail/third_party/log4cplus-2.1.1/src/property.cxx:140:1: warning: unused parameter ‘file’ [-Wunused-parameter]
 imbue_file_from_flags (tistream & file, unsigned flags)
 ^
mv -f .deps/libtcmalloc_la-tcmalloc.Tpo .deps/libtcmalloc_la-tcmalloc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src    -DOPEN_CONTRAIL_CLIENT -g -MT thread_lister.lo -MD -MP -MF .deps/thread_lister.Tpo -c -o thread_lister.lo `test -f 'src/base/thread_lister.c' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/thread_lister.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DOPEN_CONTRAIL_CLIENT -g -MT thread_lister.lo -MD -MP -MF .deps/thread_lister.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/thread_lister.c  -fPIC -DPIC -o .libs/thread_lister.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -DOPEN_CONTRAIL_CLIENT -g -MT thread_lister.lo -MD -MP -MF .deps/thread_lister.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/thread_lister.c -o thread_lister.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/spnego.c
mv -f .deps/thread_lister.Tpo .deps/thread_lister.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer   -g -O2 -std=c++11 -MT libtcmalloc_la-linuxthreads.lo -MD -MP -MF .deps/libtcmalloc_la-linuxthreads.Tpo -c -o libtcmalloc_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/linuxthreads.cc
g++ -o build/debug/schema/bgp_schema_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/bgp_schema_types.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_la-linuxthreads.lo -MD -MP -MF .deps/libtcmalloc_la-linuxthreads.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/linuxthreads.cc  -fPIC -DPIC -o .libs/libtcmalloc_la-linuxthreads.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/openssl_link.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/openssldh_link.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_la-linuxthreads.lo -MD -MP -MF .deps/libtcmalloc_la-linuxthreads.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/linuxthreads.cc -o libtcmalloc_la-linuxthreads.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/openssldsa_link.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-property.lo -MD -MP -MF src/.deps/liblog4cplus_la-property.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/property.cxx  -fPIC -DPIC -o src/liblog4cplus_la-property.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/opensslecdsa_link.c
mv -f .deps/libtcmalloc_la-linuxthreads.Tpo .deps/libtcmalloc_la-linuxthreads.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer   -g -O2 -std=c++11 -MT libtcmalloc_la-heap-checker.lo -MD -MP -MF .deps/libtcmalloc_la-heap-checker.Tpo -c -o libtcmalloc_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/heap-checker.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_la-heap-checker.lo -MD -MP -MF .deps/libtcmalloc_la-heap-checker.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-checker.cc  -fPIC -DPIC -o .libs/libtcmalloc_la-heap-checker.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/opensslrsa_link.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/dst_api.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/dst_lib.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/dst_parse.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/dst_result.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/gssapi_link.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/gssapictx.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/hmac_link.c
mv -f src/.deps/liblog4cplus_la-property.Tpo src/.deps/liblog4cplus_la-property.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-queue.lo -MD -MP -MF src/.deps/liblog4cplus_la-queue.Tpo -c -o src/liblog4cplus_la-queue.lo `test -f 'src/queue.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/queue.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-queue.lo -MD -MP -MF src/.deps/liblog4cplus_la-queue.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/queue.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-queue.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/key.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/client.c
g++ -o build/debug/schema/bgp_schema_parser.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/bgp_schema_parser.cc
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns -Iinclude -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -I/usr/include  -D_REENTRANT -DUSE_MD5 -DOPENSSL -DGSSAPI -DUSE_ISC_SPNEGO -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/dns/ecdb.c
/usr/bin/ar cruv libdns.a acache.o acl.o adb.o byaddr.o cache.o callbacks.o clientinfo.o compress.o db.o dbiterator.o dbtable.o diff.o dispatch.o dlz.o dns64.o dnssec.o ds.o forward.o iptable.o journal.o keydata.o keytable.o lib.o log.o lookup.o master.o masterdump.o message.o name.o ncache.o nsec.o nsec3.o order.o peer.o portlist.o private.o rbt.o rbtdb.o rbtdb64.o rcode.o rdata.o rdatalist.o rdataset.o rdatasetiter.o rdataslab.o request.o resolver.o result.o rootns.o rpz.o rrl.o rriterator.o sdb.o sdlz.o soa.o ssu.o ssu_external.o stats.o tcpmsg.o time.o timer.o tkey.o tsec.o tsig.o ttl.o update.o validator.o version.o view.o xfrin.o zone.o zonekey.o zt.o  spnego.o openssl_link.o openssldh_link.o openssldsa_link.o opensslecdsa_link.o opensslrsa_link.o dst_api.o dst_lib.o dst_parse.o dst_result.o gssapi_link.o gssapictx.o hmac_link.o key.o client.o ecdb.o 
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_la-heap-checker.lo -MD -MP -MF .deps/libtcmalloc_la-heap-checker.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-checker.cc -o libtcmalloc_la-heap-checker.o >/dev/null 2>&1
a - acache.o
a - acl.o
a - adb.o
a - byaddr.o
a - cache.o
a - callbacks.o
a - clientinfo.o
a - compress.o
a - db.o
a - dbiterator.o
a - dbtable.o
a - diff.o
a - dispatch.o
a - dlz.o
a - dns64.o
a - dnssec.o
a - ds.o
a - forward.o
a - iptable.o
a - journal.o
a - keydata.o
a - keytable.o
a - lib.o
a - log.o
a - lookup.o
a - master.o
a - masterdump.o
a - message.o
a - name.o
a - ncache.o
a - nsec.o
a - nsec3.o
a - order.o
a - peer.o
a - portlist.o
a - private.o
a - rbt.o
a - rbtdb.o
a - rbtdb64.o
a - rcode.o
a - rdata.o
a - rdatalist.o
a - rdataset.o
a - rdatasetiter.o
a - rdataslab.o
a - request.o
a - resolver.o
a - result.o
a - rootns.o
a - rpz.o
a - rrl.o
a - rriterator.o
a - sdb.o
a - sdlz.o
a - soa.o
a - ssu.o
a - ssu_external.o
a - stats.o
a - tcpmsg.o
a - time.o
a - timer.o
a - tkey.o
a - tsec.o
a - tsig.o
a - ttl.o
a - update.o
a - validator.o
a - version.o
a - view.o
a - xfrin.o
a - zone.o
a - zonekey.o
a - zt.o
a - spnego.o
a - openssl_link.o
a - openssldh_link.o
a - openssldsa_link.o
a - opensslecdsa_link.o
a - opensslrsa_link.o
a - dst_api.o
a - dst_lib.o
a - dst_parse.o
a - dst_result.o
a - gssapi_link.o
a - gssapictx.o
a - hmac_link.o
a - key.o
a - client.o
a - ecdb.o
ranlib libdns.a
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-queue.lo -MD -MP -MF src/.deps/liblog4cplus_la-queue.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/queue.cxx  -fPIC -DPIC -o src/liblog4cplus_la-queue.o >/dev/null 2>&1
touch timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/dns'
making all in /root/contrail/build/third_party/bind/lib/isccfg
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isccfg'
making all in /root/contrail/build/third_party/bind/lib/isccfg/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include'
making all in /root/contrail/build/third_party/bind/lib/isccfg/include/isccfg
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/aclconf.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/dnsconf.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/log.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/namedconf.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/parser.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-DLIBINTERFACE=143 \
	-DLIBREVISION=1 \
	-DLIBAGE=3 \
	-c /root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/version.c
/usr/bin/ar cruv libisccfg.a aclconf.o dnsconf.o log.o namedconf.o parser.o version.o
a - aclconf.o
a - dnsconf.o
a - log.o
a - namedconf.o
a - parser.o
a - version.o
ranlib libisccfg.a
touch timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg'
making all in /root/contrail/build/third_party/bind/lib/bind9
make[3]: Entering directory `/root/work/build/third_party/bind/lib/bind9'
making all in /root/contrail/build/third_party/bind/lib/bind9/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include'
making all in /root/contrail/build/third_party/bind/lib/bind9/include/bind9
make[5]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/bind9/check.c
mv -f src/.deps/liblog4cplus_la-queue.Tpo src/.deps/liblog4cplus_la-queue.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-rootlogger.lo -MD -MP -MF src/.deps/liblog4cplus_la-rootlogger.Tpo -c -o src/liblog4cplus_la-rootlogger.lo `test -f 'src/rootlogger.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/rootlogger.cxx
/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/check.c: In function ‘check_virtual_forward’:
/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/check.c:269:60: warning: unused parameter ‘logctx’ [-Wunused-parameter]
 check_virtual_forward(const cfg_obj_t *options, isc_log_t *logctx)
                                                            ^
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-rootlogger.lo -MD -MP -MF src/.deps/liblog4cplus_la-rootlogger.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/rootlogger.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-rootlogger.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/bind9/getaddresses.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-DLIBINTERFACE=140 \
	-DLIBREVISION=11 \
	-DLIBAGE=0 \
	-c /root/contrail/third_party/bind-9.10.4-P2/lib/bind9/version.c
/usr/bin/ar cruv libbind9.a check.o getaddresses.o version.o
a - check.o
a - getaddresses.o
a - version.o
ranlib libbind9.a
touch timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/bind9'
making all in /root/contrail/build/third_party/bind/lib/lwres
make[3]: Entering directory `/root/work/build/third_party/bind/lib/lwres'
making all in /root/contrail/build/third_party/bind/lib/lwres/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/include/lwres
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/man
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/man'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/man'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix/include/lwres
make[6]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/compat.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/context.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/gai_strerror.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/getaddrinfo.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/gethost.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-rootlogger.lo -MD -MP -MF src/.deps/liblog4cplus_la-rootlogger.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/rootlogger.cxx  -fPIC -DPIC -o src/liblog4cplus_la-rootlogger.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/getipnode.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/getnameinfo.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/getrrset.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/herror.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/lwbuffer.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/lwconfig.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/lwpacket.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/lwresutil.c
mv -f .deps/libtcmalloc_la-heap-checker.Tpo .deps/libtcmalloc_la-heap-checker.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer   -g -O2 -std=c++11 -MT libtcmalloc_la-heap-checker-bcad.lo -MD -MP -MF .deps/libtcmalloc_la-heap-checker-bcad.Tpo -c -o libtcmalloc_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/heap-checker-bcad.cc
mv -f src/.deps/liblog4cplus_la-rootlogger.Tpo src/.deps/liblog4cplus_la-rootlogger.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-snprintf.lo -MD -MP -MF src/.deps/liblog4cplus_la-snprintf.Tpo -c -o src/liblog4cplus_la-snprintf.lo `test -f 'src/snprintf.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/snprintf.cxx
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/lwres_gabn.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_la-heap-checker-bcad.lo -MD -MP -MF .deps/libtcmalloc_la-heap-checker-bcad.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-checker-bcad.cc  -fPIC -DPIC -o .libs/libtcmalloc_la-heap-checker-bcad.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/lwres_gnba.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-snprintf.lo -MD -MP -MF src/.deps/liblog4cplus_la-snprintf.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/snprintf.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-snprintf.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/lwres_grbn.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/lwres_noop.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_la-heap-checker-bcad.lo -MD -MP -MF .deps/libtcmalloc_la-heap-checker-bcad.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-checker-bcad.cc -o libtcmalloc_la-heap-checker-bcad.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/lwinetaton.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/lwinetpton.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/lwinetntop.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/print.c
mv -f .deps/libtcmalloc_la-heap-checker-bcad.Tpo .deps/libtcmalloc_la-heap-checker-bcad.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-common.lo -MD -MP -MF .deps/libtcmalloc_internal_la-common.Tpo -c -o libtcmalloc_internal_la-common.lo `test -f 'src/common.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/common.cc
Install file: "src/contrail-common/config-client-mgr/config_json_parser_base.h" as "build/include/config-client-mgr/config_json_parser_base.h"
Install file: "src/contrail-common/config-client-mgr/config_client_manager.h" as "build/include/config-client-mgr/config_client_manager.h"
Install file: "src/contrail-common/config-client-mgr/config_cass2json_adapter.h" as "build/include/config-client-mgr/config_cass2json_adapter.h"
Install file: "src/contrail-common/config-client-mgr/config_client_options.h" as "build/include/config-client-mgr/config_client_options.h"
Install file: "src/contrail-common/config-client-mgr/config_factory.h" as "build/include/config-client-mgr/config_factory.h"
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-common.lo -MD -MP -MF .deps/libtcmalloc_internal_la-common.Tpo -c /root/contrail/third_party/gperftools-2.1/src/common.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-common.o
Install file: "src/contrail-common/config-client-mgr/json_adapter_data.h" as "build/include/config-client-mgr/json_adapter_data.h"
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-DLIBINTERFACE=141 \
	-DLIBREVISION=3 \
	-DLIBAGE=0 \
	-c /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/version.c
/usr/bin/ar cruv liblwres.a compat.o context.o gai_strerror.o getaddrinfo.o gethost.o getipnode.o getnameinfo.o getrrset.o herror.o lwbuffer.o lwconfig.o lwpacket.o lwresutil.o lwres_gabn.o lwres_gnba.o lwres_grbn.o lwres_noop.o lwinetaton.o lwinetpton.o lwinetntop.o print.o version.o
a - compat.o
a - context.o
a - gai_strerror.o
a - getaddrinfo.o
a - gethost.o
a - getipnode.o
a - getnameinfo.o
a - getrrset.o
a - herror.o
a - lwbuffer.o
a - lwconfig.o
a - lwpacket.o
a - lwresutil.o
a - lwres_gabn.o
a - lwres_gnba.o
a - lwres_grbn.o
a - lwres_noop.o
a - lwinetaton.o
a - lwinetpton.o
a - lwinetntop.o
a - print.o
a - version.o
ranlib liblwres.a
g++ -o build/debug/schema/bgp_schema_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/bgp_schema_server.cc
touch timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/lwres'
making all in /root/contrail/build/third_party/bind/lib/irs
make[3]: Entering directory `/root/work/build/third_party/bind/lib/irs'
making all in /root/contrail/build/third_party/bind/lib/irs/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/irs/include'
making all in /root/contrail/build/third_party/bind/lib/irs/include/irs
make[5]: Entering directory `/root/work/build/third_party/bind/lib/irs/include/irs'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include/irs'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/irs/context.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-common.lo -MD -MP -MF .deps/libtcmalloc_internal_la-common.Tpo -c /root/contrail/third_party/gperftools-2.1/src/common.cc -o libtcmalloc_internal_la-common.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/irs/dnsconf.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/irs/gai_strerror.c
mv -f .deps/libtcmalloc_internal_la-common.Tpo .deps/libtcmalloc_internal_la-common.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-internal_logging.lo -MD -MP -MF .deps/libtcmalloc_internal_la-internal_logging.Tpo -c -o libtcmalloc_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/internal_logging.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-snprintf.lo -MD -MP -MF src/.deps/liblog4cplus_la-snprintf.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/snprintf.cxx  -fPIC -DPIC -o src/liblog4cplus_la-snprintf.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/irs/getaddrinfo.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-internal_logging.lo -MD -MP -MF .deps/libtcmalloc_internal_la-internal_logging.Tpo -c /root/contrail/third_party/gperftools-2.1/src/internal_logging.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-internal_logging.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/irs/getnameinfo.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/irs/resconf.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-internal_logging.lo -MD -MP -MF .deps/libtcmalloc_internal_la-internal_logging.Tpo -c /root/contrail/third_party/gperftools-2.1/src/internal_logging.cc -o libtcmalloc_internal_la-internal_logging.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I. -I./include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-DLIBINTERFACE=141 \
	-DLIBREVISION=4 \
	-DLIBAGE=0 \
	-c /root/contrail/third_party/bind-9.10.4-P2/lib/irs/version.c
/usr/bin/ar cruv libirs.a context.o dnsconf.o gai_strerror.o getaddrinfo.o getnameinfo.o resconf.o version.o
a - context.o
a - dnsconf.o
a - gai_strerror.o
a - getaddrinfo.o
a - getnameinfo.o
a - resconf.o
a - version.o
ranlib libirs.a
touch timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/irs'
making all in /root/contrail/build/third_party/bind/lib/tests
make[3]: Entering directory `/root/work/build/third_party/bind/lib/tests'
making all in /root/contrail/build/third_party/bind/lib/tests/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/tests/include'
making all in /root/contrail/build/third_party/bind/lib/tests/include/tests
make[5]: Entering directory `/root/work/build/third_party/bind/lib/tests/include/tests'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include/tests'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/tests/t_api.c
/usr/bin/ar cruv libt_api.a t_api.o
a - t_api.o
ranlib libt_api.a
touch timestamp
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/tests'
making all in /root/contrail/build/third_party/bind/lib/samples
make[3]: Entering directory `/root/work/build/third_party/bind/lib/samples'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/samples/include -I../dns/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I../../lib/irs/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DSYSCONFDIR=\"/root/contrail/build/etc\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/samples/resolve.c
mv -f .deps/libtcmalloc_internal_la-internal_logging.Tpo .deps/libtcmalloc_internal_la-internal_logging.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-system-alloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-system-alloc.Tpo -c -o libtcmalloc_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/system-alloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-system-alloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-system-alloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/system-alloc.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-system-alloc.o
mv -f src/.deps/liblog4cplus_la-snprintf.Tpo src/.deps/liblog4cplus_la-snprintf.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socketappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-socketappender.Tpo -c -o src/liblog4cplus_la-socketappender.lo `test -f 'src/socketappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/socketappender.cxx
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o resolve \
resolve.o ../irs/libirs.a ../dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../isccfg/libisccfg.a ../isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socketappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-socketappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socketappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-socketappender.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/samples/include -I../dns/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I../../lib/irs/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DSYSCONFDIR=\"/root/contrail/build/etc\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/samples/sample-async.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-system-alloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-system-alloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/system-alloc.cc -o libtcmalloc_internal_la-system-alloc.o >/dev/null 2>&1
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o sample-async \
sample-async.o ../dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../isccfg/libisccfg.a ../isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/samples/include -I../dns/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I../../lib/irs/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DSYSCONFDIR=\"/root/contrail/build/etc\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/samples/sample-gai.c
mv -f .deps/libtcmalloc_internal_la-system-alloc.Tpo .deps/libtcmalloc_internal_la-system-alloc.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-memfs_malloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-memfs_malloc.Tpo -c -o libtcmalloc_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/memfs_malloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-memfs_malloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-memfs_malloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/memfs_malloc.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-memfs_malloc.o
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o sample-gai \
sample-gai.o ../irs/libirs.a ../dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../isccfg/libisccfg.a ../isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/samples/include -I../dns/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I../../lib/irs/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DSYSCONFDIR=\"/root/contrail/build/etc\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/samples/sample-update.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-memfs_malloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-memfs_malloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/memfs_malloc.cc -o libtcmalloc_internal_la-memfs_malloc.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socketappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-socketappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socketappender.cxx  -fPIC -DPIC -o src/liblog4cplus_la-socketappender.o >/dev/null 2>&1
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o sample-update \
sample-update.o ../dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../isccfg/libisccfg.a ../isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/samples/include -I../dns/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I../../lib/irs/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DSYSCONFDIR=\"/root/contrail/build/etc\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/samples/sample-request.c
mv -f .deps/libtcmalloc_internal_la-memfs_malloc.Tpo .deps/libtcmalloc_internal_la-memfs_malloc.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-central_freelist.lo -MD -MP -MF .deps/libtcmalloc_internal_la-central_freelist.Tpo -c -o libtcmalloc_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/central_freelist.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-central_freelist.lo -MD -MP -MF .deps/libtcmalloc_internal_la-central_freelist.Tpo -c /root/contrail/third_party/gperftools-2.1/src/central_freelist.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-central_freelist.o
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o sample-request \
sample-request.o ../dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../isccfg/libisccfg.a ../isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/samples/include -I../dns/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I../../lib/irs/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DSYSCONFDIR=\"/root/contrail/build/etc\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/lib/samples/nsprobe.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o nsprobe \
nsprobe.o ../dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../isccfg/libisccfg.a ../isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
mv -f src/.deps/liblog4cplus_la-socketappender.Tpo src/.deps/liblog4cplus_la-socketappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socketbuffer.lo -MD -MP -MF src/.deps/liblog4cplus_la-socketbuffer.Tpo -c -o src/liblog4cplus_la-socketbuffer.lo `test -f 'src/socketbuffer.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/socketbuffer.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-central_freelist.lo -MD -MP -MF .deps/libtcmalloc_internal_la-central_freelist.Tpo -c /root/contrail/third_party/gperftools-2.1/src/central_freelist.cc -o libtcmalloc_internal_la-central_freelist.o >/dev/null 2>&1
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/samples'
make[2]: Leaving directory `/root/work/build/third_party/bind/lib'
making all in /root/contrail/build/third_party/bind/bin
make[2]: Entering directory `/root/work/build/third_party/bind/bin'
making all in /root/contrail/build/third_party/bind/bin/named
make[3]: Entering directory `/root/work/build/third_party/bind/bin/named'
making all in /root/contrail/build/third_party/bind/bin/named/unix
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socketbuffer.lo -MD -MP -MF src/.deps/liblog4cplus_la-socketbuffer.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socketbuffer.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-socketbuffer.o
make[4]: Entering directory `/root/work/build/third_party/bind/bin/named/unix'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/../include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/os.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/../include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/dlz_dlopen_driver.c
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/named/unix'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/builtin.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socketbuffer.lo -MD -MP -MF src/.deps/liblog4cplus_la-socketbuffer.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socketbuffer.cxx  -fPIC -DPIC -o src/liblog4cplus_la-socketbuffer.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/client.c
mv -f .deps/libtcmalloc_internal_la-central_freelist.Tpo .deps/libtcmalloc_internal_la-central_freelist.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-page_heap.lo -MD -MP -MF .deps/libtcmalloc_internal_la-page_heap.Tpo -c -o libtcmalloc_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/page_heap.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-page_heap.lo -MD -MP -MF .deps/libtcmalloc_internal_la-page_heap.Tpo -c /root/contrail/third_party/gperftools-2.1/src/page_heap.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-page_heap.o
mv -f src/.deps/liblog4cplus_la-socketbuffer.Tpo src/.deps/liblog4cplus_la-socketbuffer.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socket.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket.Tpo -c -o src/liblog4cplus_la-socket.lo `test -f 'src/socket.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/socket.cxx
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-DSRCID=\"7658a94\" \
	-DNS_LOCALSTATEDIR=\"/root/contrail/build/var\" \
	-DNS_SYSCONFDIR=\"/root/contrail/build/etc\" \
	-c /root/contrail/third_party/bind-9.10.4-P2/bin/named/config.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socket.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socket.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-socket.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/control.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-page_heap.lo -MD -MP -MF .deps/libtcmalloc_internal_la-page_heap.Tpo -c /root/contrail/third_party/gperftools-2.1/src/page_heap.cc -o libtcmalloc_internal_la-page_heap.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/controlconf.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/interfacemgr.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/listenlist.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socket.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socket.cxx  -fPIC -DPIC -o src/liblog4cplus_la-socket.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_internal_la-page_heap.Tpo .deps/libtcmalloc_internal_la-page_heap.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-sampler.lo -MD -MP -MF .deps/libtcmalloc_internal_la-sampler.Tpo -c -o libtcmalloc_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/sampler.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-sampler.lo -MD -MP -MF .deps/libtcmalloc_internal_la-sampler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/sampler.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-sampler.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/log.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/logconf.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-DPRODUCT=\""BIND"\" \
	-DDESCRIPTION=\"""\" \
	-DSRCID=\"7658a94\" \
	-DCONFIGARGS="\"'--prefix=/root/contrail/build' '--enable-threads' '--enable-fixed-rrset' 'CFLAGS=-DOPEN_CONTRAIL_CLIENT -g'\"" \
	-DBUILDER="\"make\"" \
	-DNS_LOCALSTATEDIR=\"/root/contrail/build/var\" \
	-DNS_SYSCONFDIR=\"/root/contrail/build/etc\" -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/main.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/notify.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-sampler.lo -MD -MP -MF .deps/libtcmalloc_internal_la-sampler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/sampler.cc -o libtcmalloc_internal_la-sampler.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/query.c
mv -f src/.deps/liblog4cplus_la-socket.Tpo src/.deps/liblog4cplus_la-socket.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socket-unix.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket-unix.Tpo -c -o src/liblog4cplus_la-socket-unix.lo `test -f 'src/socket-unix.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/socket-unix.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socket-unix.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket-unix.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socket-unix.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-socket-unix.o
mv -f .deps/libtcmalloc_internal_la-sampler.Tpo .deps/libtcmalloc_internal_la-sampler.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-span.lo -MD -MP -MF .deps/libtcmalloc_internal_la-span.Tpo -c -o libtcmalloc_internal_la-span.lo `test -f 'src/span.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/span.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-span.lo -MD -MP -MF .deps/libtcmalloc_internal_la-span.Tpo -c /root/contrail/third_party/gperftools-2.1/src/span.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-span.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/server.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-span.lo -MD -MP -MF .deps/libtcmalloc_internal_la-span.Tpo -c /root/contrail/third_party/gperftools-2.1/src/span.cc -o libtcmalloc_internal_la-span.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_internal_la-span.Tpo .deps/libtcmalloc_internal_la-span.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-stack_trace_table.lo -MD -MP -MF .deps/libtcmalloc_internal_la-stack_trace_table.Tpo -c -o libtcmalloc_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/stack_trace_table.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-stack_trace_table.lo -MD -MP -MF .deps/libtcmalloc_internal_la-stack_trace_table.Tpo -c /root/contrail/third_party/gperftools-2.1/src/stack_trace_table.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-stack_trace_table.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socket-unix.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket-unix.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socket-unix.cxx  -fPIC -DPIC -o src/liblog4cplus_la-socket-unix.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-stack_trace_table.lo -MD -MP -MF .deps/libtcmalloc_internal_la-stack_trace_table.Tpo -c /root/contrail/third_party/gperftools-2.1/src/stack_trace_table.cc -o libtcmalloc_internal_la-stack_trace_table.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/sortlist.c
mv -f .deps/libtcmalloc_internal_la-stack_trace_table.Tpo .deps/libtcmalloc_internal_la-stack_trace_table.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-static_vars.lo -MD -MP -MF .deps/libtcmalloc_internal_la-static_vars.Tpo -c -o libtcmalloc_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/static_vars.cc
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/statschannel.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-static_vars.lo -MD -MP -MF .deps/libtcmalloc_internal_la-static_vars.Tpo -c /root/contrail/third_party/gperftools-2.1/src/static_vars.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-static_vars.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/tkeyconf.c
g++ -o build/debug/schema/vnc_cfg_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/vnc_cfg_types.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-static_vars.lo -MD -MP -MF .deps/libtcmalloc_internal_la-static_vars.Tpo -c /root/contrail/third_party/gperftools-2.1/src/static_vars.cc -o libtcmalloc_internal_la-static_vars.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/tsigconf.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/update.c
mv -f src/.deps/liblog4cplus_la-socket-unix.Tpo src/.deps/liblog4cplus_la-socket-unix.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socket-win32.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket-win32.Tpo -c -o src/liblog4cplus_la-socket-win32.lo `test -f 'src/socket-win32.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/socket-win32.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socket-win32.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket-win32.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socket-win32.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-socket-win32.o
mv -f .deps/libtcmalloc_internal_la-static_vars.Tpo .deps/libtcmalloc_internal_la-static_vars.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-symbolize.lo -MD -MP -MF .deps/libtcmalloc_internal_la-symbolize.Tpo -c -o libtcmalloc_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/symbolize.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-socket-win32.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket-win32.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socket-win32.cxx  -fPIC -DPIC -o src/liblog4cplus_la-socket-win32.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-symbolize.lo -MD -MP -MF .deps/libtcmalloc_internal_la-symbolize.Tpo -c /root/contrail/third_party/gperftools-2.1/src/symbolize.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-symbolize.o
mv -f src/.deps/liblog4cplus_la-socket-win32.Tpo src/.deps/liblog4cplus_la-socket-win32.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-stringhelper.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper.Tpo -c -o src/liblog4cplus_la-stringhelper.lo `test -f 'src/stringhelper.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/stringhelper.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-stringhelper.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-stringhelper.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/xfrout.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/zoneconf.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-symbolize.lo -MD -MP -MF .deps/libtcmalloc_internal_la-symbolize.Tpo -c /root/contrail/third_party/gperftools-2.1/src/symbolize.cc -o libtcmalloc_internal_la-symbolize.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/lwaddr.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/lwresd.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-stringhelper.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper.cxx  -fPIC -DPIC -o src/liblog4cplus_la-stringhelper.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_internal_la-symbolize.Tpo .deps/libtcmalloc_internal_la-symbolize.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-thread_cache.lo -MD -MP -MF .deps/libtcmalloc_internal_la-thread_cache.Tpo -c -o libtcmalloc_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/thread_cache.cc
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/lwdclient.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-thread_cache.lo -MD -MP -MF .deps/libtcmalloc_internal_la-thread_cache.Tpo -c /root/contrail/third_party/gperftools-2.1/src/thread_cache.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-thread_cache.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/lwderror.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/lwdgabn.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/lwdgnba.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/lwdgrbn.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-thread_cache.lo -MD -MP -MF .deps/libtcmalloc_internal_la-thread_cache.Tpo -c /root/contrail/third_party/gperftools-2.1/src/thread_cache.cc -o libtcmalloc_internal_la-thread_cache.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplus_la-stringhelper.Tpo src/.deps/liblog4cplus_la-stringhelper.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-stringhelper-clocale.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-clocale.Tpo -c -o src/liblog4cplus_la-stringhelper-clocale.lo `test -f 'src/stringhelper-clocale.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/stringhelper-clocale.cxx
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/lwdnoop.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-stringhelper-clocale.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-clocale.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper-clocale.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-stringhelper-clocale.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/named/lwsearch.c
export MAKE_SYMTABLE="yes"; \
export BASEOBJS="builtin.o client.o config.o control.o controlconf.o  interfacemgr.o listenlist.o log.o logconf.o main.o notify.o query.o server.o sortlist.o statschannel.o tkeyconf.o tsigconf.o update.o xfrout.o zoneconf.o lwaddr.o lwresd.o lwdclient.o lwderror.o lwdgabn.o lwdgnba.o lwdgrbn.o lwdnoop.o lwsearch.o   unix/os.o unix/dlz_dlopen_driver.o"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named ${BASEOBJS} ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isccc/libisccc.a ../../lib/isc/libisc.a   -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f namedtmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o namedtmp0 ${BASEOBJS} ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isccc/libisccc.a ../../lib/isc/libisc.a   -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f named-symtbl.c named-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-symtbl.c namedtmp0 || exit 1; make named-symtbl.o || exit 1; rm -f namedtmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o namedtmp1 ${BASEOBJS} named-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isccc/libisccc.a ../../lib/isc/libisc-nosymtbl.a   -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f named-symtbl.c named-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-symtbl.c namedtmp1 || exit 1; make named-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o namedtmp2 ${BASEOBJS} named-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isccc/libisccc.a ../../lib/isc/libisc-nosymtbl.a   -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-symtbl2.c namedtmp2; count=0; until diff named-symtbl.c named-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f named-symtbl.c named-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-symtbl.c namedtmp2 || exit 1; make named-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o namedtmp2 ${BASEOBJS} named-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isccc/libisccc.a ../../lib/isc/libisc-nosymtbl.a   -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-symtbl2.c namedtmp2; done ; mv namedtmp2 named; rm -f namedtmp0 namedtmp1 namedtmp2 named-symtbl2.c; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-stringhelper-clocale.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-clocale.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper-clocale.cxx  -fPIC -DPIC -o src/liblog4cplus_la-stringhelper-clocale.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_internal_la-thread_cache.Tpo .deps/libtcmalloc_internal_la-thread_cache.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-malloc_hook.lo -MD -MP -MF .deps/libtcmalloc_internal_la-malloc_hook.Tpo -c -o libtcmalloc_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/malloc_hook.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-malloc_hook.lo -MD -MP -MF .deps/libtcmalloc_internal_la-malloc_hook.Tpo -c /root/contrail/third_party/gperftools-2.1/src/malloc_hook.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-malloc_hook.o
make[4]: Entering directory `/root/work/build/third_party/bind/bin/named'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c named-symtbl.c
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/named'
mv -f src/.deps/liblog4cplus_la-stringhelper-clocale.Tpo src/.deps/liblog4cplus_la-stringhelper-clocale.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-stringhelper-cxxlocale.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-cxxlocale.Tpo -c -o src/liblog4cplus_la-stringhelper-cxxlocale.lo `test -f 'src/stringhelper-cxxlocale.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/stringhelper-cxxlocale.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-stringhelper-cxxlocale.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-cxxlocale.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper-cxxlocale.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-stringhelper-cxxlocale.o
make[4]: Entering directory `/root/work/build/third_party/bind/bin/named'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/named/unix/include -I. -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include     -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c named-symtbl.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-stringhelper-cxxlocale.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-cxxlocale.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper-cxxlocale.cxx  -fPIC -DPIC -o src/liblog4cplus_la-stringhelper-cxxlocale.o >/dev/null 2>&1
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/named'
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-malloc_hook.lo -MD -MP -MF .deps/libtcmalloc_internal_la-malloc_hook.Tpo -c /root/contrail/third_party/gperftools-2.1/src/malloc_hook.cc -o libtcmalloc_internal_la-malloc_hook.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplus_la-stringhelper-cxxlocale.Tpo src/.deps/liblog4cplus_la-stringhelper-cxxlocale.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-stringhelper-iconv.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-iconv.Tpo -c -o src/liblog4cplus_la-stringhelper-iconv.lo `test -f 'src/stringhelper-iconv.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/stringhelper-iconv.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-stringhelper-iconv.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-iconv.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper-iconv.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-stringhelper-iconv.o
rm -f lwresd
ln named lwresd
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/named'
making all in /root/contrail/build/third_party/bind/bin/rndc
make[3]: Entering directory `/root/work/build/third_party/bind/bin/rndc'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-DRNDC_CONFFILE=\"/root/contrail/build/etc/rndc.conf\" \
	-DRNDC_KEYFILE=\"/root/contrail/build/etc/rndc.key\" \
	-c /root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/rndc/util.c
export BASEOBJS="rndc.o util.o"; \
export LIBS0="../../lib/isccfg/libisccfg.a ../../lib/isccc/libisccc.a ../../lib/bind9/libbind9.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o rndc ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f rndctmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o rndctmp0 ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f rndc-symtbl.c rndc-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o rndc-symtbl.c rndctmp0 || exit 1; make rndc-symtbl.o || exit 1; rm -f rndctmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o rndctmp1 ${BASEOBJS} rndc-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f rndc-symtbl.c rndc-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o rndc-symtbl.c rndctmp1 || exit 1; make rndc-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o rndctmp2 ${BASEOBJS} rndc-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o rndc-symtbl2.c rndctmp2; count=0; until diff rndc-symtbl.c rndc-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f rndc-symtbl.c rndc-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o rndc-symtbl.c rndctmp2 || exit 1; make rndc-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o rndctmp2 ${BASEOBJS} rndc-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o rndc-symtbl2.c rndctmp2; done ; mv rndctmp2 rndc; rm -f rndctmp0 rndctmp1 rndctmp2 rndc-symtbl2.c; fi
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-DJUNIPER_RNDC \
	-DRNDC_CONFFILE=\"/etc/contrail/rndc.conf\" \
	-DRNDC_KEYFILE=\"/etc/contrail/rndc.key\" \
	-c /root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c -o librndc.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-stringhelper-iconv.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-iconv.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper-iconv.cxx  -fPIC -DPIC -o src/liblog4cplus_la-stringhelper-iconv.o >/dev/null 2>&1
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c:69:1: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
 static char *rndc_args[] = { "rndc", "-c", "/etc/contrail/rndc.conf", "-p", "11223", "reconfig" };
 ^
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c:69:1: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c:69:1: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c:69:1: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c:69:1: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c:69:1: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c: In function ‘dnsd_rndc_start’:
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c:739:5: warning: implicit declaration of function ‘pipe’ [-Wimplicit-function-declaration]
     if (pipe(pipefd))
     ^
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c:742:9: warning: implicit declaration of function ‘read’ [-Wimplicit-function-declaration]
         if (read(pipefd[0], buf, 4096) > 0) {
         ^
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c:736:29: warning: unused parameter ‘arg’ [-Wunused-parameter]
 void *dnsd_rndc_start(void *arg) {
                             ^
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c: At top level:
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c:749:6: warning: no previous prototype for ‘rndc_reconfig’ [-Wmissing-prototypes]
 void rndc_reconfig() {
      ^
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c: In function ‘rndc_reconfig’:
/root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.c:751:5: warning: implicit declaration of function ‘write’ [-Wimplicit-function-declaration]
     write(pipefd[1], buf, 1);
     ^
/usr/bin/ar cruv librndc.a librndc.o util.o 
a - librndc.o
a - util.o
ranlib librndc.a
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/rndc'
making all in /root/contrail/build/third_party/bind/bin/dig
make[3]: Entering directory `/root/work/build/third_party/bind/bin/dig'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/dig/dig.c
mv -f .deps/libtcmalloc_internal_la-malloc_hook.Tpo .deps/libtcmalloc_internal_la-malloc_hook.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-malloc_extension.lo -MD -MP -MF .deps/libtcmalloc_internal_la-malloc_extension.Tpo -c -o libtcmalloc_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/malloc_extension.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-malloc_extension.lo -MD -MP -MF .deps/libtcmalloc_internal_la-malloc_extension.Tpo -c /root/contrail/third_party/gperftools-2.1/src/malloc_extension.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-malloc_extension.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/dig/dighost.c
mv -f src/.deps/liblog4cplus_la-stringhelper-iconv.Tpo src/.deps/liblog4cplus_la-stringhelper-iconv.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-syncprims.lo -MD -MP -MF src/.deps/liblog4cplus_la-syncprims.Tpo -c -o src/liblog4cplus_la-syncprims.lo `test -f 'src/syncprims.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/syncprims.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-syncprims.lo -MD -MP -MF src/.deps/liblog4cplus_la-syncprims.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/syncprims.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-syncprims.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-malloc_extension.lo -MD -MP -MF .deps/libtcmalloc_internal_la-malloc_extension.Tpo -c /root/contrail/third_party/gperftools-2.1/src/malloc_extension.cc -o libtcmalloc_internal_la-malloc_extension.o >/dev/null 2>&1
export BASEOBJS="dig.o dighost.o "; \
export LIBS0="../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dig ${BASEOBJS} ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f digtmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o digtmp0 ${BASEOBJS} ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f dig-symtbl.c dig-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dig-symtbl.c digtmp0 || exit 1; make dig-symtbl.o || exit 1; rm -f digtmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o digtmp1 ${BASEOBJS} dig-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a  -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f dig-symtbl.c dig-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dig-symtbl.c digtmp1 || exit 1; make dig-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o digtmp2 ${BASEOBJS} dig-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a  -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dig-symtbl2.c digtmp2; count=0; until diff dig-symtbl.c dig-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f dig-symtbl.c dig-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dig-symtbl.c digtmp2 || exit 1; make dig-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o digtmp2 ${BASEOBJS} dig-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a  -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dig-symtbl2.c digtmp2; done ; mv digtmp2 dig; rm -f digtmp0 digtmp1 digtmp2 dig-symtbl2.c; fi
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/dig/host.c
mv -f .deps/libtcmalloc_internal_la-malloc_extension.Tpo .deps/libtcmalloc_internal_la-malloc_extension.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-maybe_threads.lo -MD -MP -MF .deps/libtcmalloc_internal_la-maybe_threads.Tpo -c -o libtcmalloc_internal_la-maybe_threads.lo `test -f 'src/maybe_threads.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/maybe_threads.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-maybe_threads.lo -MD -MP -MF .deps/libtcmalloc_internal_la-maybe_threads.Tpo -c /root/contrail/third_party/gperftools-2.1/src/maybe_threads.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-maybe_threads.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-syncprims.lo -MD -MP -MF src/.deps/liblog4cplus_la-syncprims.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/syncprims.cxx  -fPIC -DPIC -o src/liblog4cplus_la-syncprims.o >/dev/null 2>&1
export BASEOBJS="host.o dighost.o "; \
export LIBS0="../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o host ${BASEOBJS} ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f hosttmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o hosttmp0 ${BASEOBJS} ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f host-symtbl.c host-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o host-symtbl.c hosttmp0 || exit 1; make host-symtbl.o || exit 1; rm -f hosttmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o hosttmp1 ${BASEOBJS} host-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a  -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f host-symtbl.c host-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o host-symtbl.c hosttmp1 || exit 1; make host-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o hosttmp2 ${BASEOBJS} host-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a  -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o host-symtbl2.c hosttmp2; count=0; until diff host-symtbl.c host-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f host-symtbl.c host-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o host-symtbl.c hosttmp2 || exit 1; make host-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o hosttmp2 ${BASEOBJS} host-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a  -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o host-symtbl2.c hosttmp2; done ; mv hosttmp2 host; rm -f hosttmp0 hosttmp1 hosttmp2 host-symtbl2.c; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-maybe_threads.lo -MD -MP -MF .deps/libtcmalloc_internal_la-maybe_threads.Tpo -c /root/contrail/third_party/gperftools-2.1/src/maybe_threads.cc -o libtcmalloc_internal_la-maybe_threads.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/dig/nslookup.c
mv -f .deps/libtcmalloc_internal_la-maybe_threads.Tpo .deps/libtcmalloc_internal_la-maybe_threads.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-low_level_alloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-low_level_alloc.Tpo -c -o libtcmalloc_internal_la-low_level_alloc.lo `test -f 'src/base/low_level_alloc.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/low_level_alloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-low_level_alloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-low_level_alloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/low_level_alloc.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-low_level_alloc.o
export BASEOBJS="nslookup.o dighost.o  "; \
export LIBS0="../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nslookup ${BASEOBJS} ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f nslookuptmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nslookuptmp0 ${BASEOBJS} ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f nslookup-symtbl.c nslookup-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nslookup-symtbl.c nslookuptmp0 || exit 1; make nslookup-symtbl.o || exit 1; rm -f nslookuptmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nslookuptmp1 ${BASEOBJS} nslookup-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a  -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f nslookup-symtbl.c nslookup-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nslookup-symtbl.c nslookuptmp1 || exit 1; make nslookup-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nslookuptmp2 ${BASEOBJS} nslookup-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a  -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nslookup-symtbl2.c nslookuptmp2; count=0; until diff nslookup-symtbl.c nslookup-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f nslookup-symtbl.c nslookup-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nslookup-symtbl.c nslookuptmp2 || exit 1; make nslookup-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/dig/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nslookuptmp2 ${BASEOBJS} nslookup-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a  -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nslookup-symtbl2.c nslookuptmp2; done ; mv nslookuptmp2 nslookup; rm -f nslookuptmp0 nslookuptmp1 nslookuptmp2 nslookup-symtbl2.c; fi
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/dig'
making all in /root/contrail/build/third_party/bind/bin/delv
make[3]: Entering directory `/root/work/build/third_party/bind/bin/delv'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/delv/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/irs/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DSYSCONFDIR=\"/root/contrail/build/etc\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/delv/delv.c
mv -f src/.deps/liblog4cplus_la-syncprims.Tpo src/.deps/liblog4cplus_la-syncprims.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-syslogappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-syslogappender.Tpo -c -o src/liblog4cplus_la-syslogappender.lo `test -f 'src/syslogappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/syslogappender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-low_level_alloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-low_level_alloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/low_level_alloc.cc -o libtcmalloc_internal_la-low_level_alloc.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-syslogappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-syslogappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/syslogappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-syslogappender.o
export BASEOBJS="delv.o"; \
export LIBS0="../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/delv/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/irs/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DSYSCONFDIR=\"/root/contrail/build/etc\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o delv ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/irs/libirs.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f delvtmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/delv/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/irs/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DSYSCONFDIR=\"/root/contrail/build/etc\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o delvtmp0 ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/irs/libirs.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f delv-symtbl.c delv-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o delv-symtbl.c delvtmp0 || exit 1; make delv-symtbl.o || exit 1; rm -f delvtmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/delv/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/irs/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DSYSCONFDIR=\"/root/contrail/build/etc\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o delvtmp1 ${BASEOBJS} delv-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/irs/libirs.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f delv-symtbl.c delv-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o delv-symtbl.c delvtmp1 || exit 1; make delv-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/delv/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/irs/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DSYSCONFDIR=\"/root/contrail/build/etc\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o delvtmp2 ${BASEOBJS} delv-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/irs/libirs.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o delv-symtbl2.c delvtmp2; count=0; until diff delv-symtbl.c delv-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f delv-symtbl.c delv-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o delv-symtbl.c delvtmp2 || exit 1; make delv-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/delv/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/irs/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/irs/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DSYSCONFDIR=\"/root/contrail/build/etc\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o delvtmp2 ${BASEOBJS} delv-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/irs/libirs.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o delv-symtbl2.c delvtmp2; done ; mv delvtmp2 delv; rm -f delvtmp0 delvtmp1 delvtmp2 delv-symtbl2.c; fi
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/delv'
making all in /root/contrail/build/third_party/bind/bin/dnssec
make[3]: Entering directory `/root/work/build/third_party/bind/bin/dnssec'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/dnssec/dnssec-keygen.c
mv -f .deps/libtcmalloc_internal_la-low_level_alloc.Tpo .deps/libtcmalloc_internal_la-low_level_alloc.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-heap-profile-table.lo -MD -MP -MF .deps/libtcmalloc_internal_la-heap-profile-table.Tpo -c -o libtcmalloc_internal_la-heap-profile-table.lo `test -f 'src/heap-profile-table.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/heap-profile-table.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-heap-profile-table.lo -MD -MP -MF .deps/libtcmalloc_internal_la-heap-profile-table.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-profile-table.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-heap-profile-table.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/dnssec/dnssectool.c
export BASEOBJS="dnssec-keygen.o dnssectool.o"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-keygen ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f dnssec-keygentmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-keygentmp0 ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f dnssec-keygen-symtbl.c dnssec-keygen-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-keygen-symtbl.c dnssec-keygentmp0 || exit 1; make dnssec-keygen-symtbl.o || exit 1; rm -f dnssec-keygentmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-keygentmp1 ${BASEOBJS} dnssec-keygen-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f dnssec-keygen-symtbl.c dnssec-keygen-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-keygen-symtbl.c dnssec-keygentmp1 || exit 1; make dnssec-keygen-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-keygentmp2 ${BASEOBJS} dnssec-keygen-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-keygen-symtbl2.c dnssec-keygentmp2; count=0; until diff dnssec-keygen-symtbl.c dnssec-keygen-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f dnssec-keygen-symtbl.c dnssec-keygen-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-keygen-symtbl.c dnssec-keygentmp2 || exit 1; make dnssec-keygen-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-keygentmp2 ${BASEOBJS} dnssec-keygen-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-keygen-symtbl2.c dnssec-keygentmp2; done ; mv dnssec-keygentmp2 dnssec-keygen; rm -f dnssec-keygentmp0 dnssec-keygentmp1 dnssec-keygentmp2 dnssec-keygen-symtbl2.c; fi
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -DVERSION=\"9.10.4-P2\" \
	-c /root/contrail/third_party/bind-9.10.4-P2/bin/dnssec/dnssec-signzone.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-syslogappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-syslogappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/syslogappender.cxx  -fPIC -DPIC -o src/liblog4cplus_la-syslogappender.o >/dev/null 2>&1
export BASEOBJS="dnssec-signzone.o dnssectool.o"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-signzone ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f dnssec-signzonetmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-signzonetmp0 ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f dnssec-signzone-symtbl.c dnssec-signzone-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-signzone-symtbl.c dnssec-signzonetmp0 || exit 1; make dnssec-signzone-symtbl.o || exit 1; rm -f dnssec-signzonetmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-signzonetmp1 ${BASEOBJS} dnssec-signzone-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f dnssec-signzone-symtbl.c dnssec-signzone-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-signzone-symtbl.c dnssec-signzonetmp1 || exit 1; make dnssec-signzone-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-signzonetmp2 ${BASEOBJS} dnssec-signzone-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-signzone-symtbl2.c dnssec-signzonetmp2; count=0; until diff dnssec-signzone-symtbl.c dnssec-signzone-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f dnssec-signzone-symtbl.c dnssec-signzone-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-signzone-symtbl.c dnssec-signzonetmp2 || exit 1; make dnssec-signzone-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-signzonetmp2 ${BASEOBJS} dnssec-signzone-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-signzone-symtbl2.c dnssec-signzonetmp2; done ; mv dnssec-signzonetmp2 dnssec-signzone; rm -f dnssec-signzonetmp0 dnssec-signzonetmp1 dnssec-signzonetmp2 dnssec-signzone-symtbl2.c; fi
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/dnssec/dnssec-keyfromlabel.c
export BASEOBJS="dnssec-keyfromlabel.o dnssectool.o"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-keyfromlabel ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f dnssec-keyfromlabeltmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-keyfromlabeltmp0 ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f dnssec-keyfromlabel-symtbl.c dnssec-keyfromlabel-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-keyfromlabel-symtbl.c dnssec-keyfromlabeltmp0 || exit 1; make dnssec-keyfromlabel-symtbl.o || exit 1; rm -f dnssec-keyfromlabeltmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-keyfromlabeltmp1 ${BASEOBJS} dnssec-keyfromlabel-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f dnssec-keyfromlabel-symtbl.c dnssec-keyfromlabel-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-keyfromlabel-symtbl.c dnssec-keyfromlabeltmp1 || exit 1; make dnssec-keyfromlabel-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-keyfromlabeltmp2 ${BASEOBJS} dnssec-keyfromlabel-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-keyfromlabel-symtbl2.c dnssec-keyfromlabeltmp2; count=0; until diff dnssec-keyfromlabel-symtbl.c dnssec-keyfromlabel-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f dnssec-keyfromlabel-symtbl.c dnssec-keyfromlabel-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-keyfromlabel-symtbl.c dnssec-keyfromlabeltmp2 || exit 1; make dnssec-keyfromlabel-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-keyfromlabeltmp2 ${BASEOBJS} dnssec-keyfromlabel-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-keyfromlabel-symtbl2.c dnssec-keyfromlabeltmp2; done ; mv dnssec-keyfromlabeltmp2 dnssec-keyfromlabel; rm -f dnssec-keyfromlabeltmp0 dnssec-keyfromlabeltmp1 dnssec-keyfromlabeltmp2 dnssec-keyfromlabel-symtbl2.c; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-heap-profile-table.lo -MD -MP -MF .deps/libtcmalloc_internal_la-heap-profile-table.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-profile-table.cc -o libtcmalloc_internal_la-heap-profile-table.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/dnssec/dnssec-dsfromkey.c
export BASEOBJS="dnssec-dsfromkey.o dnssectool.o"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-dsfromkey ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f dnssec-dsfromkeytmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-dsfromkeytmp0 ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f dnssec-dsfromkey-symtbl.c dnssec-dsfromkey-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-dsfromkey-symtbl.c dnssec-dsfromkeytmp0 || exit 1; make dnssec-dsfromkey-symtbl.o || exit 1; rm -f dnssec-dsfromkeytmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-dsfromkeytmp1 ${BASEOBJS} dnssec-dsfromkey-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f dnssec-dsfromkey-symtbl.c dnssec-dsfromkey-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-dsfromkey-symtbl.c dnssec-dsfromkeytmp1 || exit 1; make dnssec-dsfromkey-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-dsfromkeytmp2 ${BASEOBJS} dnssec-dsfromkey-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-dsfromkey-symtbl2.c dnssec-dsfromkeytmp2; count=0; until diff dnssec-dsfromkey-symtbl.c dnssec-dsfromkey-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f dnssec-dsfromkey-symtbl.c dnssec-dsfromkey-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-dsfromkey-symtbl.c dnssec-dsfromkeytmp2 || exit 1; make dnssec-dsfromkey-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-dsfromkeytmp2 ${BASEOBJS} dnssec-dsfromkey-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-dsfromkey-symtbl2.c dnssec-dsfromkeytmp2; done ; mv dnssec-dsfromkeytmp2 dnssec-dsfromkey; rm -f dnssec-dsfromkeytmp0 dnssec-dsfromkeytmp1 dnssec-dsfromkeytmp2 dnssec-dsfromkey-symtbl2.c; fi
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/dnssec/dnssec-revoke.c
mv -f src/.deps/liblog4cplus_la-syslogappender.Tpo src/.deps/liblog4cplus_la-syslogappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-threads.lo -MD -MP -MF src/.deps/liblog4cplus_la-threads.Tpo -c -o src/liblog4cplus_la-threads.lo `test -f 'src/threads.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/threads.cxx
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o dnssec-revoke \
dnssec-revoke.o dnssectool.o ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-threads.lo -MD -MP -MF src/.deps/liblog4cplus_la-threads.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/threads.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-threads.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/dnssec/dnssec-settime.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o dnssec-settime \
dnssec-settime.o dnssectool.o ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -DVERSION=\"9.10.4-P2\" \
	-c /root/contrail/third_party/bind-9.10.4-P2/bin/dnssec/dnssec-verify.c
mv -f .deps/libtcmalloc_internal_la-heap-profile-table.Tpo .deps/libtcmalloc_internal_la-heap-profile-table.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-heap-profiler.lo -MD -MP -MF .deps/libtcmalloc_internal_la-heap-profiler.Tpo -c -o libtcmalloc_internal_la-heap-profiler.lo `test -f 'src/heap-profiler.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/heap-profiler.cc
export BASEOBJS="dnssec-verify.o dnssectool.o"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-verify ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f dnssec-verifytmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-verifytmp0 ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f dnssec-verify-symtbl.c dnssec-verify-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-verify-symtbl.c dnssec-verifytmp0 || exit 1; make dnssec-verify-symtbl.o || exit 1; rm -f dnssec-verifytmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-verifytmp1 ${BASEOBJS} dnssec-verify-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f dnssec-verify-symtbl.c dnssec-verify-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-verify-symtbl.c dnssec-verifytmp1 || exit 1; make dnssec-verify-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-verifytmp2 ${BASEOBJS} dnssec-verify-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-verify-symtbl2.c dnssec-verifytmp2; count=0; until diff dnssec-verify-symtbl.c dnssec-verify-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f dnssec-verify-symtbl.c dnssec-verify-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-verify-symtbl.c dnssec-verifytmp2 || exit 1; make dnssec-verify-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o dnssec-verifytmp2 ${BASEOBJS} dnssec-verify-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o dnssec-verify-symtbl2.c dnssec-verifytmp2; done ; mv dnssec-verifytmp2 dnssec-verify; rm -f dnssec-verifytmp0 dnssec-verifytmp1 dnssec-verifytmp2 dnssec-verify-symtbl2.c; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-heap-profiler.lo -MD -MP -MF .deps/libtcmalloc_internal_la-heap-profiler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-profiler.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-heap-profiler.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DOPENSSL -DPK11_LIB_LOCATION=\"undefined\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/dnssec/dnssec-importkey.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-threads.lo -MD -MP -MF src/.deps/liblog4cplus_la-threads.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/threads.cxx  -fPIC -DPIC -o src/liblog4cplus_la-threads.o >/dev/null 2>&1
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o dnssec-importkey \
dnssec-importkey.o dnssectool.o ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/dnssec'
making all in /root/contrail/build/third_party/bind/bin/tools
make[3]: Entering directory `/root/work/build/third_party/bind/bin/tools'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tools/arpaname.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  \
	-o arpaname arpaname.o ../../lib/isc/libisc.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-heap-profiler.lo -MD -MP -MF .deps/libtcmalloc_internal_la-heap-profiler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-profiler.cc -o libtcmalloc_internal_la-heap-profiler.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tools/named-journalprint.c
export BASEOBJS="named-journalprint.o"; \
export LIBS0="../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-journalprint ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f named-journalprinttmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-journalprinttmp0 ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f named-journalprint-symtbl.c named-journalprint-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-journalprint-symtbl.c named-journalprinttmp0 || exit 1; make named-journalprint-symtbl.o || exit 1; rm -f named-journalprinttmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-journalprinttmp1 ${BASEOBJS} named-journalprint-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f named-journalprint-symtbl.c named-journalprint-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-journalprint-symtbl.c named-journalprinttmp1 || exit 1; make named-journalprint-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-journalprinttmp2 ${BASEOBJS} named-journalprint-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-journalprint-symtbl2.c named-journalprinttmp2; count=0; until diff named-journalprint-symtbl.c named-journalprint-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f named-journalprint-symtbl.c named-journalprint-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-journalprint-symtbl.c named-journalprinttmp2 || exit 1; make named-journalprint-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-journalprinttmp2 ${BASEOBJS} named-journalprint-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-journalprint-symtbl2.c named-journalprinttmp2; done ; mv named-journalprinttmp2 named-journalprint; rm -f named-journalprinttmp0 named-journalprinttmp1 named-journalprinttmp2 named-journalprint-symtbl2.c; fi
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tools/named-rrchecker.c
export BASEOBJS="named-rrchecker.o"; \
export LIBS0="../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-rrchecker ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f named-rrcheckertmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-rrcheckertmp0 ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f named-rrchecker-symtbl.c named-rrchecker-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-rrchecker-symtbl.c named-rrcheckertmp0 || exit 1; make named-rrchecker-symtbl.o || exit 1; rm -f named-rrcheckertmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-rrcheckertmp1 ${BASEOBJS} named-rrchecker-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f named-rrchecker-symtbl.c named-rrchecker-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-rrchecker-symtbl.c named-rrcheckertmp1 || exit 1; make named-rrchecker-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-rrcheckertmp2 ${BASEOBJS} named-rrchecker-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-rrchecker-symtbl2.c named-rrcheckertmp2; count=0; until diff named-rrchecker-symtbl.c named-rrchecker-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f named-rrchecker-symtbl.c named-rrchecker-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-rrchecker-symtbl.c named-rrcheckertmp2 || exit 1; make named-rrchecker-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-rrcheckertmp2 ${BASEOBJS} named-rrchecker-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-rrchecker-symtbl2.c named-rrcheckertmp2; done ; mv named-rrcheckertmp2 named-rrchecker; rm -f named-rrcheckertmp0 named-rrcheckertmp1 named-rrcheckertmp2 named-rrchecker-symtbl2.c; fi
mv -f src/.deps/liblog4cplus_la-threads.Tpo src/.deps/liblog4cplus_la-threads.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-timehelper.lo -MD -MP -MF src/.deps/liblog4cplus_la-timehelper.Tpo -c -o src/liblog4cplus_la-timehelper.lo `test -f 'src/timehelper.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/timehelper.cxx
mv -f .deps/libtcmalloc_internal_la-heap-profiler.Tpo .deps/libtcmalloc_internal_la-heap-profiler.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-raw_printer.lo -MD -MP -MF .deps/libtcmalloc_internal_la-raw_printer.Tpo -c -o libtcmalloc_internal_la-raw_printer.lo `test -f 'src/raw_printer.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/raw_printer.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-timehelper.lo -MD -MP -MF src/.deps/liblog4cplus_la-timehelper.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/timehelper.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-timehelper.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tools/nsec3hash.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-raw_printer.lo -MD -MP -MF .deps/libtcmalloc_internal_la-raw_printer.Tpo -c /root/contrail/third_party/gperftools-2.1/src/raw_printer.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-raw_printer.o
export BASEOBJS="nsec3hash.o"; \
export LIBS0="../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nsec3hash ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f nsec3hashtmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nsec3hashtmp0 ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f nsec3hash-symtbl.c nsec3hash-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nsec3hash-symtbl.c nsec3hashtmp0 || exit 1; make nsec3hash-symtbl.o || exit 1; rm -f nsec3hashtmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nsec3hashtmp1 ${BASEOBJS} nsec3hash-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f nsec3hash-symtbl.c nsec3hash-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nsec3hash-symtbl.c nsec3hashtmp1 || exit 1; make nsec3hash-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nsec3hashtmp2 ${BASEOBJS} nsec3hash-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nsec3hash-symtbl2.c nsec3hashtmp2; count=0; until diff nsec3hash-symtbl.c nsec3hash-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f nsec3hash-symtbl.c nsec3hash-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nsec3hash-symtbl.c nsec3hashtmp2 || exit 1; make nsec3hash-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nsec3hashtmp2 ${BASEOBJS} nsec3hash-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nsec3hash-symtbl2.c nsec3hashtmp2; done ; mv nsec3hashtmp2 nsec3hash; rm -f nsec3hashtmp0 nsec3hashtmp1 nsec3hashtmp2 nsec3hash-symtbl2.c; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-raw_printer.lo -MD -MP -MF .deps/libtcmalloc_internal_la-raw_printer.Tpo -c /root/contrail/third_party/gperftools-2.1/src/raw_printer.cc -o libtcmalloc_internal_la-raw_printer.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tools/genrandom.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  \
	-o genrandom genrandom.o  ../../lib/isc/libisc.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto -ldl -lpthread  -lxml2 -lz -lm -ldl
g++ -o build/debug/schema/vnc_cfg_parser.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/vnc_cfg_parser.cc
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tools/isc-hmac-fixup.c
mv -f .deps/libtcmalloc_internal_la-raw_printer.Tpo .deps/libtcmalloc_internal_la-raw_printer.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -MT libtcmalloc_internal_la-memory_region_map.lo -MD -MP -MF .deps/libtcmalloc_internal_la-memory_region_map.Tpo -c -o libtcmalloc_internal_la-memory_region_map.lo `test -f 'src/memory_region_map.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/memory_region_map.cc
export BASEOBJS="isc-hmac-fixup.o"; \
export LIBS0="../../lib/isc/libisc.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o isc-hmac-fixup ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f isc-hmac-fixuptmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o isc-hmac-fixuptmp0 ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f isc-hmac-fixup-symtbl.c isc-hmac-fixup-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o isc-hmac-fixup-symtbl.c isc-hmac-fixuptmp0 || exit 1; make isc-hmac-fixup-symtbl.o || exit 1; rm -f isc-hmac-fixuptmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o isc-hmac-fixuptmp1 ${BASEOBJS} isc-hmac-fixup-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f isc-hmac-fixup-symtbl.c isc-hmac-fixup-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o isc-hmac-fixup-symtbl.c isc-hmac-fixuptmp1 || exit 1; make isc-hmac-fixup-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o isc-hmac-fixuptmp2 ${BASEOBJS} isc-hmac-fixup-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o isc-hmac-fixup-symtbl2.c isc-hmac-fixuptmp2; count=0; until diff isc-hmac-fixup-symtbl.c isc-hmac-fixup-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f isc-hmac-fixup-symtbl.c isc-hmac-fixup-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o isc-hmac-fixup-symtbl.c isc-hmac-fixuptmp2 || exit 1; make isc-hmac-fixup-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o isc-hmac-fixuptmp2 ${BASEOBJS} isc-hmac-fixup-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o isc-hmac-fixup-symtbl2.c isc-hmac-fixuptmp2; done ; mv isc-hmac-fixuptmp2 isc-hmac-fixup; rm -f isc-hmac-fixuptmp0 isc-hmac-fixuptmp1 isc-hmac-fixuptmp2 isc-hmac-fixup-symtbl2.c; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-memory_region_map.lo -MD -MP -MF .deps/libtcmalloc_internal_la-memory_region_map.Tpo -c /root/contrail/third_party/gperftools-2.1/src/memory_region_map.cc  -fPIC -DPIC -o .libs/libtcmalloc_internal_la-memory_region_map.o
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/tools'
making all in /root/contrail/build/third_party/bind/bin/tests
make[3]: Entering directory `/root/work/build/third_party/bind/bin/tests'
making all in /root/contrail/build/third_party/bind/bin/tests/atomic
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/atomic'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/atomic/t_atomic.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_atomic t_atomic.o ../../../lib/tests/libt_api.a ../../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/atomic'
making all in /root/contrail/build/third_party/bind/bin/tests/db
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/db'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/db/t_db.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-timehelper.lo -MD -MP -MF src/.deps/liblog4cplus_la-timehelper.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/timehelper.cxx  -fPIC -DPIC -o src/liblog4cplus_la-timehelper.o >/dev/null 2>&1
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_db t_db.o ../../../lib/tests/libt_api.a ../../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../../lib/isccfg/libisccfg.a ../../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/db'
making all in /root/contrail/build/third_party/bind/bin/tests/dst
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/dst'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/usr/include  -D_REENTRANT -DGSSAPI -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/dst/dst_test.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o dst_test \
	dst_test.o ../../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -fno-exceptions -g -O2 -std=c++11 -MT libtcmalloc_internal_la-memory_region_map.lo -MD -MP -MF .deps/libtcmalloc_internal_la-memory_region_map.Tpo -c /root/contrail/third_party/gperftools-2.1/src/memory_region_map.cc -o libtcmalloc_internal_la-memory_region_map.o >/dev/null 2>&1
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/usr/include  -D_REENTRANT -DGSSAPI -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/dst/t_dst.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_dst \
	t_dst.o ../../../lib/tests/libt_api.a ../../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
mv -f src/.deps/liblog4cplus_la-timehelper.Tpo src/.deps/liblog4cplus_la-timehelper.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-tls.lo -MD -MP -MF src/.deps/liblog4cplus_la-tls.Tpo -c -o src/liblog4cplus_la-tls.lo `test -f 'src/tls.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/tls.cxx
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/usr/include  -D_REENTRANT -DGSSAPI -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/dst/gsstest.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-tls.lo -MD -MP -MF src/.deps/liblog4cplus_la-tls.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/tls.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-tls.o
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o gsstest \
	gsstest.o ../../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-tls.lo -MD -MP -MF src/.deps/liblog4cplus_la-tls.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/tls.cxx  -fPIC -DPIC -o src/liblog4cplus_la-tls.o >/dev/null 2>&1
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/dst'
making all in /root/contrail/build/third_party/bind/bin/tests/master
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/master'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/master/t_master.c
mv -f src/.deps/liblog4cplus_la-tls.Tpo src/.deps/liblog4cplus_la-tls.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-version.lo -MD -MP -MF src/.deps/liblog4cplus_la-version.Tpo -c -o src/liblog4cplus_la-version.lo `test -f 'src/version.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/version.cxx
mv -f .deps/libtcmalloc_internal_la-memory_region_map.Tpo .deps/libtcmalloc_internal_la-memory_region_map.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT stacktrace.lo -MD -MP -MF .deps/stacktrace.Tpo -c -o stacktrace.lo `test -f 'src/stacktrace.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/stacktrace.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT stacktrace.lo -MD -MP -MF .deps/stacktrace.Tpo -c /root/contrail/third_party/gperftools-2.1/src/stacktrace.cc  -fPIC -DPIC -o .libs/stacktrace.o
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_master t_master.o ../../../lib/tests/libt_api.a ../../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-version.lo -MD -MP -MF src/.deps/liblog4cplus_la-version.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/version.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-version.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-version.lo -MD -MP -MF src/.deps/liblog4cplus_la-version.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/version.cxx  -fPIC -DPIC -o src/liblog4cplus_la-version.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplus_la-version.Tpo src/.deps/liblog4cplus_la-version.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-win32consoleappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-win32consoleappender.Tpo -c -o src/liblog4cplus_la-win32consoleappender.lo `test -f 'src/win32consoleappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/win32consoleappender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT stacktrace.lo -MD -MP -MF .deps/stacktrace.Tpo -c /root/contrail/third_party/gperftools-2.1/src/stacktrace.cc -o stacktrace.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-win32consoleappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-win32consoleappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/win32consoleappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-win32consoleappender.o
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/master'
making all in /root/contrail/build/third_party/bind/bin/tests/mem
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/mem'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/mem/t_mem.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-win32consoleappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-win32consoleappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/win32consoleappender.cxx  -fPIC -DPIC -o src/liblog4cplus_la-win32consoleappender.o >/dev/null 2>&1
mv -f .deps/stacktrace.Tpo .deps/stacktrace.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT elf_mem_image.lo -MD -MP -MF .deps/elf_mem_image.Tpo -c -o elf_mem_image.lo `test -f 'src/base/elf_mem_image.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/elf_mem_image.cc
mv -f src/.deps/liblog4cplus_la-win32consoleappender.Tpo src/.deps/liblog4cplus_la-win32consoleappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-win32debugappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-win32debugappender.Tpo -c -o src/liblog4cplus_la-win32debugappender.lo `test -f 'src/win32debugappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/win32debugappender.cxx
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_mem t_mem.o ../../../lib/tests/libt_api.a ../../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT elf_mem_image.lo -MD -MP -MF .deps/elf_mem_image.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/elf_mem_image.cc  -fPIC -DPIC -o .libs/elf_mem_image.o
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/mem'
making all in /root/contrail/build/third_party/bind/bin/tests/hashes
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/hashes'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/hashes/t_hashes.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-win32debugappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-win32debugappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/win32debugappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplus_la-win32debugappender.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplus_la-win32debugappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-win32debugappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/win32debugappender.cxx  -fPIC -DPIC -o src/liblog4cplus_la-win32debugappender.o >/dev/null 2>&1
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_hashes t_hashes.o ../../../lib/tests/libt_api.a ../../../lib/isc/libisc.a  ../../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
mv -f src/.deps/liblog4cplus_la-win32debugappender.Tpo src/.deps/liblog4cplus_la-win32debugappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-undefined -version-info 9:1:0 -release 2.1      -o liblog4cplus.la -rpath /root/contrail/build/lib src/liblog4cplus_la-appenderattachableimpl.lo src/liblog4cplus_la-appender.lo src/liblog4cplus_la-asyncappender.lo src/liblog4cplus_la-callbackappender.lo src/liblog4cplus_la-clogger.lo src/liblog4cplus_la-configurator.lo src/liblog4cplus_la-connectorthread.lo src/liblog4cplus_la-consoleappender.lo src/liblog4cplus_la-cygwin-win32.lo src/liblog4cplus_la-env.lo src/liblog4cplus_la-exception.lo src/liblog4cplus_la-factory.lo src/liblog4cplus_la-fileappender.lo src/liblog4cplus_la-fileinfo.lo src/liblog4cplus_la-filter.lo src/liblog4cplus_la-global-init.lo src/liblog4cplus_la-hierarchy.lo src/liblog4cplus_la-hierarchylocker.lo src/liblog4cplus_la-layout.lo src/liblog4cplus_la-log4judpappender.lo src/liblog4cplus_la-lockfile.lo src/liblog4cplus_la-logger.lo src/liblog4cplus_la-loggerimpl.lo src/liblog4cplus_la-loggingevent.lo src/liblog4cplus_la-loggingmacros.lo src/liblog4cplus_la-loglevel.lo src/liblog4cplus_la-loglog.lo src/liblog4cplus_la-mdc.lo src/liblog4cplus_la-ndc.lo src/liblog4cplus_la-nullappender.lo src/liblog4cplus_la-nteventlogappender.lo src/liblog4cplus_la-objectregistry.lo src/liblog4cplus_la-patternlayout.lo src/liblog4cplus_la-pointer.lo src/liblog4cplus_la-property.lo src/liblog4cplus_la-queue.lo src/liblog4cplus_la-rootlogger.lo src/liblog4cplus_la-snprintf.lo src/liblog4cplus_la-socketappender.lo src/liblog4cplus_la-socketbuffer.lo src/liblog4cplus_la-socket.lo src/liblog4cplus_la-socket-unix.lo src/liblog4cplus_la-socket-win32.lo src/liblog4cplus_la-stringhelper.lo src/liblog4cplus_la-stringhelper-clocale.lo src/liblog4cplus_la-stringhelper-cxxlocale.lo src/liblog4cplus_la-stringhelper-iconv.lo src/liblog4cplus_la-syncprims.lo src/liblog4cplus_la-syslogappender.lo src/liblog4cplus_la-threads.lo src/liblog4cplus_la-timehelper.lo src/liblog4cplus_la-tls.lo src/liblog4cplus_la-version.lo src/liblog4cplus_la-win32consoleappender.lo src/liblog4cplus_la-win32debugappender.lo  
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/hashes'
making all in /root/contrail/build/third_party/bind/bin/tests/names
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/names'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/names/t_names.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT elf_mem_image.lo -MD -MP -MF .deps/elf_mem_image.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/elf_mem_image.cc -o elf_mem_image.o >/dev/null 2>&1
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_names t_names.o ../../../lib/tests/libt_api.a ../../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  src/.libs/liblog4cplus_la-appenderattachableimpl.o src/.libs/liblog4cplus_la-appender.o src/.libs/liblog4cplus_la-asyncappender.o src/.libs/liblog4cplus_la-callbackappender.o src/.libs/liblog4cplus_la-clogger.o src/.libs/liblog4cplus_la-configurator.o src/.libs/liblog4cplus_la-connectorthread.o src/.libs/liblog4cplus_la-consoleappender.o src/.libs/liblog4cplus_la-cygwin-win32.o src/.libs/liblog4cplus_la-env.o src/.libs/liblog4cplus_la-exception.o src/.libs/liblog4cplus_la-factory.o src/.libs/liblog4cplus_la-fileappender.o src/.libs/liblog4cplus_la-fileinfo.o src/.libs/liblog4cplus_la-filter.o src/.libs/liblog4cplus_la-global-init.o src/.libs/liblog4cplus_la-hierarchy.o src/.libs/liblog4cplus_la-hierarchylocker.o src/.libs/liblog4cplus_la-layout.o src/.libs/liblog4cplus_la-log4judpappender.o src/.libs/liblog4cplus_la-lockfile.o src/.libs/liblog4cplus_la-logger.o src/.libs/liblog4cplus_la-loggerimpl.o src/.libs/liblog4cplus_la-loggingevent.o src/.libs/liblog4cplus_la-loggingmacros.o src/.libs/liblog4cplus_la-loglevel.o src/.libs/liblog4cplus_la-loglog.o src/.libs/liblog4cplus_la-mdc.o src/.libs/liblog4cplus_la-ndc.o src/.libs/liblog4cplus_la-nullappender.o src/.libs/liblog4cplus_la-nteventlogappender.o src/.libs/liblog4cplus_la-objectregistry.o src/.libs/liblog4cplus_la-patternlayout.o src/.libs/liblog4cplus_la-pointer.o src/.libs/liblog4cplus_la-property.o src/.libs/liblog4cplus_la-queue.o src/.libs/liblog4cplus_la-rootlogger.o src/.libs/liblog4cplus_la-snprintf.o src/.libs/liblog4cplus_la-socketappender.o src/.libs/liblog4cplus_la-socketbuffer.o src/.libs/liblog4cplus_la-socket.o src/.libs/liblog4cplus_la-socket-unix.o src/.libs/liblog4cplus_la-socket-win32.o src/.libs/liblog4cplus_la-stringhelper.o src/.libs/liblog4cplus_la-stringhelper-clocale.o src/.libs/liblog4cplus_la-stringhelper-cxxlocale.o src/.libs/liblog4cplus_la-stringhelper-iconv.o src/.libs/liblog4cplus_la-syncprims.o src/.libs/liblog4cplus_la-syslogappender.o src/.libs/liblog4cplus_la-threads.o src/.libs/liblog4cplus_la-timehelper.o src/.libs/liblog4cplus_la-tls.o src/.libs/liblog4cplus_la-version.o src/.libs/liblog4cplus_la-win32consoleappender.o src/.libs/liblog4cplus_la-win32debugappender.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lpthread -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o  -O2   -pthread -Wl,-soname -Wl,liblog4cplus-2.1.so.9 -o .libs/liblog4cplus-2.1.so.9.0.1
libtool: link: (cd ".libs" && rm -f "liblog4cplus-2.1.so.9" && ln -s "liblog4cplus-2.1.so.9.0.1" "liblog4cplus-2.1.so.9")
libtool: link: (cd ".libs" && rm -f "liblog4cplus.so" && ln -s "liblog4cplus-2.1.so.9.0.1" "liblog4cplus.so")
libtool: link: ar cr .libs/liblog4cplus.a  src/liblog4cplus_la-appenderattachableimpl.o src/liblog4cplus_la-appender.o src/liblog4cplus_la-asyncappender.o src/liblog4cplus_la-callbackappender.o src/liblog4cplus_la-clogger.o src/liblog4cplus_la-configurator.o src/liblog4cplus_la-connectorthread.o src/liblog4cplus_la-consoleappender.o src/liblog4cplus_la-cygwin-win32.o src/liblog4cplus_la-env.o src/liblog4cplus_la-exception.o src/liblog4cplus_la-factory.o src/liblog4cplus_la-fileappender.o src/liblog4cplus_la-fileinfo.o src/liblog4cplus_la-filter.o src/liblog4cplus_la-global-init.o src/liblog4cplus_la-hierarchy.o src/liblog4cplus_la-hierarchylocker.o src/liblog4cplus_la-layout.o src/liblog4cplus_la-log4judpappender.o src/liblog4cplus_la-lockfile.o src/liblog4cplus_la-logger.o src/liblog4cplus_la-loggerimpl.o src/liblog4cplus_la-loggingevent.o src/liblog4cplus_la-loggingmacros.o src/liblog4cplus_la-loglevel.o src/liblog4cplus_la-loglog.o src/liblog4cplus_la-mdc.o src/liblog4cplus_la-ndc.o src/liblog4cplus_la-nullappender.o src/liblog4cplus_la-nteventlogappender.o src/liblog4cplus_la-objectregistry.o src/liblog4cplus_la-patternlayout.o src/liblog4cplus_la-pointer.o src/liblog4cplus_la-property.o src/liblog4cplus_la-queue.o src/liblog4cplus_la-rootlogger.o src/liblog4cplus_la-snprintf.o src/liblog4cplus_la-socketappender.o src/liblog4cplus_la-socketbuffer.o src/liblog4cplus_la-socket.o src/liblog4cplus_la-socket-unix.o src/liblog4cplus_la-socket-win32.o src/liblog4cplus_la-stringhelper.o src/liblog4cplus_la-stringhelper-clocale.o src/liblog4cplus_la-stringhelper-cxxlocale.o src/liblog4cplus_la-stringhelper-iconv.o src/liblog4cplus_la-syncprims.o src/liblog4cplus_la-syslogappender.o src/liblog4cplus_la-threads.o src/liblog4cplus_la-timehelper.o src/liblog4cplus_la-tls.o src/liblog4cplus_la-version.o src/liblog4cplus_la-win32consoleappender.o src/liblog4cplus_la-win32debugappender.o
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/names'
making all in /root/contrail/build/third_party/bind/bin/tests/net
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/net'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/net/driver.c
libtool: link: ranlib .libs/liblog4cplus.a
mv -f .deps/elf_mem_image.Tpo .deps/elf_mem_image.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT vdso_support.lo -MD -MP -MF .deps/vdso_support.Tpo -c -o vdso_support.lo `test -f 'src/base/vdso_support.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/vdso_support.cc
libtool: link: ( cd ".libs" && rm -f "liblog4cplus.la" && ln -s "../liblog4cplus.la" "liblog4cplus.la" )
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread   -o loggingserver simpleserver/loggingserver.o ./liblog4cplus.la 
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/net/netaddr_multicast.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT vdso_support.lo -MD -MP -MF .deps/vdso_support.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/vdso_support.cc  -fPIC -DPIC -o .libs/vdso_support.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/net/sockaddr_multicast.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_net driver.o netaddr_multicast.o sockaddr_multicast.o  ../../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/net'
making all in /root/contrail/build/third_party/bind/bin/tests/rbt
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/rbt'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/rbt/t_rbt.c
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o .libs/loggingserver simpleserver/loggingserver.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT vdso_support.lo -MD -MP -MF .deps/vdso_support.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/vdso_support.cc -o vdso_support.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT simpleserver/loggingserverU-loggingserver.o -MD -MP -MF simpleserver/.deps/loggingserverU-loggingserver.Tpo -c -o simpleserver/loggingserverU-loggingserver.o `test -f 'simpleserver/loggingserver.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`simpleserver/loggingserver.cxx
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_rbt t_rbt.o ../../../lib/tests/libt_api.a ../../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
mv -f .deps/vdso_support.Tpo .deps/vdso_support.Plo
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -export-symbols-regex '(GetStackTrace|GetStackFrames|GetStackTraceWithContext|GetStackFramesWithContext)' -no-undefined   -o libstacktrace.la  stacktrace.lo elf_mem_image.lo vdso_support.lo    libspinlock.la libsysinfo.la liblogging.la 
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/rbt'
making all in /root/contrail/build/third_party/bind/bin/tests/resolver
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/resolver'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/resolver/t_resolver.c
libtool: link: (cd .libs/libstacktrace.lax/libspinlock.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/libspinlock.a")
libtool: link: (cd .libs/libstacktrace.lax/libsysinfo.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/libsysinfo.a")
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_resolver t_resolver.o ../../../lib/tests/libt_api.a ../../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: link: (cd .libs/libstacktrace.lax/liblogging.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/liblogging.a")
libtool: link: ar cru .libs/libstacktrace.a .libs/stacktrace.o .libs/elf_mem_image.o .libs/vdso_support.o   .libs/libstacktrace.lax/libspinlock.a/atomicops-internals-x86.o .libs/libstacktrace.lax/libspinlock.a/spinlock.o .libs/libstacktrace.lax/libspinlock.a/spinlock_internal.o  .libs/libstacktrace.lax/libsysinfo.a/sysinfo.o  .libs/libstacktrace.lax/liblogging.a/dynamic_annotations.o .libs/libstacktrace.lax/liblogging.a/logging.o 
libtool: link: ranlib .libs/libstacktrace.a
libtool: link: rm -fr .libs/libstacktrace.lax
libtool: link: ( cd ".libs" && rm -f "libstacktrace.la" && ln -s "../libstacktrace.la" "libstacktrace.la" )
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -fno-exceptions  -g -O2 -std=c++11 -pthread  -o libtcmalloc_internal.la  libtcmalloc_internal_la-common.lo libtcmalloc_internal_la-internal_logging.lo libtcmalloc_internal_la-system-alloc.lo libtcmalloc_internal_la-memfs_malloc.lo libtcmalloc_internal_la-central_freelist.lo libtcmalloc_internal_la-page_heap.lo libtcmalloc_internal_la-sampler.lo libtcmalloc_internal_la-span.lo libtcmalloc_internal_la-stack_trace_table.lo libtcmalloc_internal_la-static_vars.lo libtcmalloc_internal_la-symbolize.lo libtcmalloc_internal_la-thread_cache.lo libtcmalloc_internal_la-malloc_hook.lo libtcmalloc_internal_la-malloc_extension.lo libtcmalloc_internal_la-maybe_threads.lo         libtcmalloc_internal_la-low_level_alloc.lo libtcmalloc_internal_la-heap-profile-table.lo libtcmalloc_internal_la-heap-profiler.lo libtcmalloc_internal_la-raw_printer.lo libtcmalloc_internal_la-memory_region_map.lo libstacktrace.la -lpthread 
libtool: link: (cd .libs/libtcmalloc_internal.lax/libstacktrace.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/libstacktrace.a")
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/resolver'
making all in /root/contrail/build/third_party/bind/bin/tests/sockaddr
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/sockaddr/t_sockaddr.c
libtool: link: ar cru .libs/libtcmalloc_internal.a .libs/libtcmalloc_internal_la-common.o .libs/libtcmalloc_internal_la-internal_logging.o .libs/libtcmalloc_internal_la-system-alloc.o .libs/libtcmalloc_internal_la-memfs_malloc.o .libs/libtcmalloc_internal_la-central_freelist.o .libs/libtcmalloc_internal_la-page_heap.o .libs/libtcmalloc_internal_la-sampler.o .libs/libtcmalloc_internal_la-span.o .libs/libtcmalloc_internal_la-stack_trace_table.o .libs/libtcmalloc_internal_la-static_vars.o .libs/libtcmalloc_internal_la-symbolize.o .libs/libtcmalloc_internal_la-thread_cache.o .libs/libtcmalloc_internal_la-malloc_hook.o .libs/libtcmalloc_internal_la-malloc_extension.o .libs/libtcmalloc_internal_la-maybe_threads.o .libs/libtcmalloc_internal_la-low_level_alloc.o .libs/libtcmalloc_internal_la-heap-profile-table.o .libs/libtcmalloc_internal_la-heap-profiler.o .libs/libtcmalloc_internal_la-raw_printer.o .libs/libtcmalloc_internal_la-memory_region_map.o   .libs/libtcmalloc_internal.lax/libstacktrace.a/atomicops-internals-x86.o .libs/libtcmalloc_internal.lax/libstacktrace.a/dynamic_annotations.o .libs/libtcmalloc_internal.lax/libstacktrace.a/elf_mem_image.o .libs/libtcmalloc_internal.lax/libstacktrace.a/logging.o .libs/libtcmalloc_internal.lax/libstacktrace.a/spinlock.o .libs/libtcmalloc_internal.lax/libstacktrace.a/spinlock_internal.o .libs/libtcmalloc_internal.lax/libstacktrace.a/stacktrace.o .libs/libtcmalloc_internal.lax/libstacktrace.a/sysinfo.o .libs/libtcmalloc_internal.lax/libstacktrace.a/vdso_support.o 
libtool: link: ranlib .libs/libtcmalloc_internal.a
libtool: link: rm -fr .libs/libtcmalloc_internal.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_internal.la" && ln -s "../libtcmalloc_internal.la" "libtcmalloc_internal.la" )
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer   -g -O2 -std=c++11 -pthread -version-info 5:2:1  -o libtcmalloc.la -rpath /root/contrail/build/lib libtcmalloc_la-tcmalloc.lo      thread_lister.lo libtcmalloc_la-linuxthreads.lo libtcmalloc_la-heap-checker.lo libtcmalloc_la-heap-checker-bcad.lo libtcmalloc_internal.la -lpthread 
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_sockaddr t_sockaddr.o ../../../lib/tests/libt_api.a ../../../lib/isc/libisc.a  ../../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
making all in /root/contrail/build/third_party/bind/bin/tests/tasks
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/tasks'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/tasks/t_tasks.c
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/libtcmalloc_la-tcmalloc.o .libs/thread_lister.o .libs/libtcmalloc_la-linuxthreads.o .libs/libtcmalloc_la-heap-checker.o .libs/libtcmalloc_la-heap-checker-bcad.o  -Wl,--whole-archive ./.libs/libtcmalloc_internal.a -Wl,--no-whole-archive  -lpthread -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o  -pthread -O2 -pthread   -pthread -Wl,-soname -Wl,libtcmalloc.so.4 -o .libs/libtcmalloc.so.4.1.2
mv -f simpleserver/.deps/loggingserverU-loggingserver.Tpo simpleserver/.deps/loggingserverU-loggingserver.Po
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-appenderattachableimpl.lo -MD -MP -MF src/.deps/liblog4cplusU_la-appenderattachableimpl.Tpo -c -o src/liblog4cplusU_la-appenderattachableimpl.lo `test -f 'src/appenderattachableimpl.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/appenderattachableimpl.cxx
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_tasks t_tasks.o ../../../lib/tests/libt_api.a ../../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: link: (cd ".libs" && rm -f "libtcmalloc.so.4" && ln -s "libtcmalloc.so.4.1.2" "libtcmalloc.so.4")
libtool: link: (cd ".libs" && rm -f "libtcmalloc.so" && ln -s "libtcmalloc.so.4.1.2" "libtcmalloc.so")
libtool: link: (cd .libs/libtcmalloc.lax/libtcmalloc_internal.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/libtcmalloc_internal.a")
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-appenderattachableimpl.lo -MD -MP -MF src/.deps/liblog4cplusU_la-appenderattachableimpl.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/appenderattachableimpl.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-appenderattachableimpl.o
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/tasks'
making all in /root/contrail/build/third_party/bind/bin/tests/timers
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/timers'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/lib/tests/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/timers/t_timers.c
libtool: link: ar cru .libs/libtcmalloc.a  libtcmalloc_la-tcmalloc.o thread_lister.o libtcmalloc_la-linuxthreads.o libtcmalloc_la-heap-checker.o libtcmalloc_la-heap-checker-bcad.o  .libs/libtcmalloc.lax/libtcmalloc_internal.a/atomicops-internals-x86.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/dynamic_annotations.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/elf_mem_image.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-central_freelist.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-common.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profile-table.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profiler.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-internal_logging.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-low_level_alloc.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_extension.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_hook.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-maybe_threads.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memfs_malloc.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memory_region_map.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-page_heap.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-raw_printer.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-sampler.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-span.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-stack_trace_table.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-static_vars.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-symbolize.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-system-alloc.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-thread_cache.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/logging.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/spinlock.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/spinlock_internal.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/stacktrace.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/sysinfo.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/vdso_support.o 
libtool: link: ranlib .libs/libtcmalloc.a
libtool: link: rm -fr .libs/libtcmalloc.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc.la" && ln -s "../libtcmalloc.la" "libtcmalloc.la" )
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer   -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_debug_la-debugallocation.lo -MD -MP -MF .deps/libtcmalloc_debug_la-debugallocation.Tpo -c -o libtcmalloc_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/debugallocation.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_debug_la-debugallocation.lo -MD -MP -MF .deps/libtcmalloc_debug_la-debugallocation.Tpo -c /root/contrail/third_party/gperftools-2.1/src/debugallocation.cc  -fPIC -DPIC -o .libs/libtcmalloc_debug_la-debugallocation.o
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o t_timers t_timers.o ../../../lib/tests/libt_api.a ../../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/timers'
making all in /root/contrail/build/third_party/bind/bin/tests/system
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/system'
making all in /root/contrail/build/third_party/bind/bin/tests/system/builtin
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/builtin/gethostname.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o gethostname gethostname.o -ldl -lpthread  -lxml2 -lz -lm -ldl ../../../../lib/isc/libisc.a 
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
making all in /root/contrail/build/third_party/bind/bin/tests/system/dlzexternal
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2 -fPIC  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/dlzexternal/dlopen.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2 -fPIC  \
	-o dlopen dlopen.o -ldl -lpthread  -lxml2 -lz -lm -ldl
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2 -fPIC  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/dlzexternal/driver.c
gcc -shared -o driver.so driver.o
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
making all in /root/contrail/build/third_party/bind/bin/tests/system/fetchlimit
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/fetchlimit/fetchlimit.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o fetchlimit fetchlimit.o -ldl -lpthread  -lxml2 -lz -lm -ldl
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
making all in /root/contrail/build/third_party/bind/bin/tests/system/filter-aaaa
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/filter-aaaa/filter-aaaa.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o filter-aaaa filter-aaaa.o -ldl -lpthread  -lxml2 -lz -lm -ldl
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
making all in /root/contrail/build/third_party/bind/bin/tests/system/geoip
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/geoip/geoip.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o geoip geoip.o -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-appenderattachableimpl.lo -MD -MP -MF src/.deps/liblog4cplusU_la-appenderattachableimpl.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/appenderattachableimpl.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-appenderattachableimpl.o >/dev/null 2>&1
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
making all in /root/contrail/build/third_party/bind/bin/tests/system/lwresd
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/lwresd/lwtest.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o lwtest lwtest.o ../../../../lib/lwres/liblwres.a ../../../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
making all in /root/contrail/build/third_party/bind/bin/tests/system/rpz
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/rpz/rpz.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o rpz rpz.o -ldl -lpthread  -lxml2 -lz -lm -ldl
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
making all in /root/contrail/build/third_party/bind/bin/tests/system/rsabigexponent
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include   -D_REENTRANT -DOPENSSL -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/rsabigexponent/bigkey.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o bigkey bigkey.o ../../../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
making all in /root/contrail/build/third_party/bind/bin/tests/system/statistics
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/statistics/xmlstats.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o xmlstats xmlstats.o -ldl -lpthread  -lxml2 -lz -lm -ldl
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
making all in /root/contrail/build/third_party/bind/bin/tests/system/tkey
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/tkey/keycreate.c
mv -f src/.deps/liblog4cplusU_la-appenderattachableimpl.Tpo src/.deps/liblog4cplusU_la-appenderattachableimpl.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-appender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-appender.Tpo -c -o src/liblog4cplusU_la-appender.lo `test -f 'src/appender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/appender.cxx
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o keycreate keycreate.o ../../../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-appender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-appender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/appender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-appender.o
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/tkey/keydelete.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o keydelete keydelete.o ../../../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
making all in /root/contrail/build/third_party/bind/bin/tests/system/tsiggss
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2 -fPIC  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/system/tsiggss/gssapi_krb.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2 -fPIC  \
	-o gssapi_krb gssapi_krb.o -ldl -lpthread  -lxml2 -lz -lm -ldl
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/cfg_test.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o cfg_test cfg_test.o \
	../../lib/isccfg/libisccfg.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/makejournal.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o makejournal makejournal.o \
	../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include   -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/tests/wire_test.c
gcc -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -o wire_test wire_test.o \
	../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a  -ldl -lpthread  -lxml2 -lz -lm -ldl
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-appender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-appender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/appender.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-appender.o >/dev/null 2>&1
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/tests'
making all in /root/contrail/build/third_party/bind/bin/nsupdate
make[3]: Entering directory `/root/work/build/third_party/bind/bin/nsupdate'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/usr/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DGSSAPI -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DSESSION_KEYFILE=\"/root/contrail/build/var/run/named/session.key\" \
	-c /root/contrail/third_party/bind-9.10.4-P2/bin/nsupdate/nsupdate.c
export BASEOBJS="nsupdate.o  "; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/usr/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DGSSAPI -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nsupdate ${BASEOBJS} ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f nsupdatetmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/usr/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DGSSAPI -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nsupdatetmp0 ${BASEOBJS} ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f nsupdate-symtbl.c nsupdate-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nsupdate-symtbl.c nsupdatetmp0 || exit 1; make nsupdate-symtbl.o || exit 1; rm -f nsupdatetmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/usr/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DGSSAPI -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nsupdatetmp1 ${BASEOBJS} nsupdate-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f nsupdate-symtbl.c nsupdate-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nsupdate-symtbl.c nsupdatetmp1 || exit 1; make nsupdate-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/usr/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DGSSAPI -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nsupdatetmp2 ${BASEOBJS} nsupdate-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nsupdate-symtbl2.c nsupdatetmp2; count=0; until diff nsupdate-symtbl.c nsupdate-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f nsupdate-symtbl.c nsupdate-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nsupdate-symtbl.c nsupdatetmp2 || exit 1; make nsupdate-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/lwres/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/usr/include  -D_REENTRANT -DVERSION=\"9.10.4-P2\" -DGSSAPI -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o nsupdatetmp2 ${BASEOBJS} nsupdate-symtbl.o ${LIBS0} ../../lib/lwres/liblwres.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o nsupdate-symtbl2.c nsupdatetmp2; done ; mv nsupdatetmp2 nsupdate; rm -f nsupdatetmp0 nsupdatetmp1 nsupdatetmp2 nsupdate-symtbl2.c; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_debug_la-debugallocation.lo -MD -MP -MF .deps/libtcmalloc_debug_la-debugallocation.Tpo -c /root/contrail/third_party/gperftools-2.1/src/debugallocation.cc -o libtcmalloc_debug_la-debugallocation.o >/dev/null 2>&1
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/nsupdate'
making all in /root/contrail/build/third_party/bind/bin/check
make[3]: Entering directory `/root/work/build/third_party/bind/bin/check'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-c /root/contrail/third_party/bind-9.10.4-P2/bin/check/named-checkconf.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/check/check-tool.c
export BASEOBJS="named-checkconf.o check-tool.o"; \
export LIBS0="../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-checkconf ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f named-checkconftmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-checkconftmp0 ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f named-checkconf-symtbl.c named-checkconf-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-checkconf-symtbl.c named-checkconftmp0 || exit 1; make named-checkconf-symtbl.o || exit 1; rm -f named-checkconftmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-checkconftmp1 ${BASEOBJS} named-checkconf-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f named-checkconf-symtbl.c named-checkconf-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-checkconf-symtbl.c named-checkconftmp1 || exit 1; make named-checkconf-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-checkconftmp2 ${BASEOBJS} named-checkconf-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-checkconf-symtbl2.c named-checkconftmp2; count=0; until diff named-checkconf-symtbl.c named-checkconf-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f named-checkconf-symtbl.c named-checkconf-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-checkconf-symtbl.c named-checkconftmp2 || exit 1; make named-checkconf-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-checkconftmp2 ${BASEOBJS} named-checkconf-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-checkconf-symtbl2.c named-checkconftmp2; done ; mv named-checkconftmp2 named-checkconf; rm -f named-checkconftmp0 named-checkconftmp1 named-checkconftmp2 named-checkconf-symtbl2.c; fi
mv -f src/.deps/liblog4cplusU_la-appender.Tpo src/.deps/liblog4cplusU_la-appender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-asyncappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-asyncappender.Tpo -c -o src/liblog4cplusU_la-asyncappender.lo `test -f 'src/asyncappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/asyncappender.cxx
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DVERSION=\"9.10.4-P2\" \
	-c /root/contrail/third_party/bind-9.10.4-P2/bin/check/named-checkzone.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-asyncappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-asyncappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/asyncappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-asyncappender.o
export BASEOBJS="named-checkzone.o check-tool.o"; \
export LIBS0="../../lib/isccfg/libisccfg.a ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-checkzone ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f named-checkzonetmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-checkzonetmp0 ${BASEOBJS} ${LIBS0} ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f named-checkzone-symtbl.c named-checkzone-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-checkzone-symtbl.c named-checkzonetmp0 || exit 1; make named-checkzone-symtbl.o || exit 1; rm -f named-checkzonetmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-checkzonetmp1 ${BASEOBJS} named-checkzone-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f named-checkzone-symtbl.c named-checkzone-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-checkzone-symtbl.c named-checkzonetmp1 || exit 1; make named-checkzone-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-checkzonetmp2 ${BASEOBJS} named-checkzone-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-checkzone-symtbl2.c named-checkzonetmp2; count=0; until diff named-checkzone-symtbl.c named-checkzone-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f named-checkzone-symtbl.c named-checkzone-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-checkzone-symtbl.c named-checkzonetmp2 || exit 1; make named-checkzone-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT -DNAMED_CONFFILE=\"/root/contrail/build/etc/named.conf\" -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o named-checkzonetmp2 ${BASEOBJS} named-checkzone-symtbl.o ${LIBS0} ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o named-checkzone-symtbl2.c named-checkzonetmp2; done ; mv named-checkzonetmp2 named-checkzone; rm -f named-checkzonetmp0 named-checkzonetmp1 named-checkzonetmp2 named-checkzone-symtbl2.c; fi
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/check'
making all in /root/contrail/build/third_party/bind/bin/confgen
make[3]: Entering directory `/root/work/build/third_party/bind/bin/confgen'
making all in /root/contrail/build/third_party/bind/bin/confgen/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/confgen/unix'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/unix/../include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/confgen/unix/os.c
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/confgen/unix'
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  \
	-DRNDC_KEYFILE=\"/root/contrail/build/etc/rndc.key\" \
	-c /root/contrail/third_party/bind-9.10.4-P2/bin/confgen/rndc-confgen.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/confgen/util.c
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/confgen/keygen.c
export BASEOBJS="rndc-confgen.o util.o keygen.o unix/os.o"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o rndc-confgen ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f rndc-confgentmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o rndc-confgentmp0 ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f rndc-confgen-symtbl.c rndc-confgen-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o rndc-confgen-symtbl.c rndc-confgentmp0 || exit 1; make rndc-confgen-symtbl.o || exit 1; rm -f rndc-confgentmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o rndc-confgentmp1 ${BASEOBJS} rndc-confgen-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f rndc-confgen-symtbl.c rndc-confgen-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o rndc-confgen-symtbl.c rndc-confgentmp1 || exit 1; make rndc-confgen-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o rndc-confgentmp2 ${BASEOBJS} rndc-confgen-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o rndc-confgen-symtbl2.c rndc-confgentmp2; count=0; until diff rndc-confgen-symtbl.c rndc-confgen-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f rndc-confgen-symtbl.c rndc-confgen-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o rndc-confgen-symtbl.c rndc-confgentmp2 || exit 1; make rndc-confgen-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o rndc-confgentmp2 ${BASEOBJS} rndc-confgen-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o rndc-confgen-symtbl2.c rndc-confgentmp2; done ; mv rndc-confgentmp2 rndc-confgen; rm -f rndc-confgentmp0 rndc-confgentmp1 rndc-confgentmp2 rndc-confgen-symtbl2.c; fi
gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks  -c /root/contrail/third_party/bind-9.10.4-P2/bin/confgen/ddns-confgen.c
g++ -o build/debug/schema/vnc_cfg_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/vnc_cfg_server.cc
export BASEOBJS="ddns-confgen.o util.o keygen.o unix/os.o"; \
if [ X"/usr/bin/perl" = X -o X"${MAKE_SYMTABLE:-}" = X ] ; then    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o ddns-confgen ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl; else rm -f ddns-confgentmp0;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o ddns-confgentmp0 ${BASEOBJS} ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f ddns-confgen-symtbl.c ddns-confgen-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o ddns-confgen-symtbl.c ddns-confgentmp0 || exit 1; make ddns-confgen-symtbl.o || exit 1; rm -f ddns-confgentmp1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o ddns-confgentmp1 ${BASEOBJS} ddns-confgen-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl || exit 1; rm -f ddns-confgen-symtbl.c ddns-confgen-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o ddns-confgen-symtbl.c ddns-confgentmp1 || exit 1; make ddns-confgen-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o ddns-confgentmp2 ${BASEOBJS} ddns-confgen-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o ddns-confgen-symtbl2.c ddns-confgentmp2; count=0; until diff ddns-confgen-symtbl.c ddns-confgen-symtbl2.c > /dev/null ; do count=`expr $count + 1` ; test $count = 42 && exit 1 ; rm -f ddns-confgen-symtbl.c ddns-confgen-symtbl.o; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o ddns-confgen-symtbl.c ddns-confgentmp2 || exit 1; make ddns-confgen-symtbl.o || exit 1;    gcc  -I/root/contrail/build/third_party/bind -I/root/contrail/third_party/bind-9.10.4-P2 -I/root/contrail/third_party/bind-9.10.4-P2/bin/confgen/include -I/root/contrail/build/third_party/bind/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include -I/root/contrail/build/third_party/bind/lib/isccc/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include -I/root/contrail/build/third_party/bind/lib/isccfg/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include -I/root/contrail/build/third_party/bind/lib/dns/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/dns/include -I/root/contrail/build/third_party/bind/lib/bind9/include -I/root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include  -D_REENTRANT  -D_GNU_SOURCE -DOPEN_CONTRAIL_CLIENT -g -DCONTRAIL_DNS -I/usr/include/libxml2  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -fno-delete-null-pointer-checks   -o ddns-confgentmp2 ${BASEOBJS} ddns-confgen-symtbl.o ${LIBS0} ../../lib/dns/libdns.a  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto ../../lib/isc/libisc-nosymtbl.a -ldl -lpthread  -lxml2 -lz -lm -ldl; /usr/bin/perl /root/contrail/third_party/bind-9.10.4-P2/util/mksymtbl.pl -o ddns-confgen-symtbl2.c ddns-confgentmp2; done ; mv ddns-confgentmp2 ddns-confgen; rm -f ddns-confgentmp0 ddns-confgentmp1 ddns-confgentmp2 ddns-confgen-symtbl2.c; fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-asyncappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-asyncappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/asyncappender.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-asyncappender.o >/dev/null 2>&1
rm -f tsig-keygen
ln -s ddns-confgen tsig-keygen
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/confgen'
making all in /root/contrail/build/third_party/bind/bin/python
make[3]: Entering directory `/root/work/build/third_party/bind/bin/python'
cp -f dnssec-checkds.py dnssec-checkds
chmod +x dnssec-checkds
cp -f dnssec-coverage.py dnssec-coverage
chmod +x dnssec-coverage
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/python'
make[2]: Leaving directory `/root/work/build/third_party/bind/bin'
making all in /root/contrail/build/third_party/bind/doc
make[2]: Entering directory `/root/work/build/third_party/bind/doc'
making all in /root/contrail/build/third_party/bind/doc/arm
make[3]: Entering directory `/root/work/build/third_party/bind/doc/arm'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/arm'
making all in /root/contrail/build/third_party/bind/doc/misc
make[3]: Entering directory `/root/work/build/third_party/bind/doc/misc'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/misc'
making all in /root/contrail/build/third_party/bind/doc/xsl
make[3]: Entering directory `/root/work/build/third_party/bind/doc/xsl'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/xsl'
making all in /root/contrail/build/third_party/bind/doc/doxygen
make[3]: Entering directory `/root/work/build/third_party/bind/doc/doxygen'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/doxygen'
making all in /root/contrail/build/third_party/bind/doc/tex
make[3]: Entering directory `/root/work/build/third_party/bind/doc/tex'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/tex'
make[2]: Leaving directory `/root/work/build/third_party/bind/doc'
make[1]: Leaving directory `/root/work/build/third_party/bind'
make[1]: Entering directory `/root/work/build/third_party/bind'
making all in /root/contrail/build/third_party/bind/make
make[2]: Entering directory `/root/work/build/third_party/bind/make'
make[2]: Leaving directory `/root/work/build/third_party/bind/make'
making all in /root/contrail/build/third_party/bind/unit
make[2]: Entering directory `/root/work/build/third_party/bind/unit'
make[2]: Leaving directory `/root/work/build/third_party/bind/unit'
making all in /root/contrail/build/third_party/bind/lib
make[2]: Entering directory `/root/work/build/third_party/bind/lib'
making all in /root/contrail/build/third_party/bind/lib/isc
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/include'
making all in /root/contrail/build/third_party/bind/lib/isc/include/isc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/include/pk11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
making all in /root/contrail/build/third_party/bind/lib/isc/include/pkcs11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include'
making all in /root/contrail/build/third_party/bind/lib/isc/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include/pkcs11
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix'
making all in /root/contrail/build/third_party/bind/lib/isc/nls
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/nls'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/nls'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isc'
making all in /root/contrail/build/third_party/bind/lib/isccc
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isccc'
making all in /root/contrail/build/third_party/bind/lib/isccc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include'
making all in /root/contrail/build/third_party/bind/lib/isccc/include/isccc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isccc'
making all in /root/contrail/build/third_party/bind/lib/dns
make[3]: Entering directory `/root/work/build/third_party/bind/lib/dns'
making all in /root/contrail/build/third_party/bind/lib/dns/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/dns/include'
making all in /root/contrail/build/third_party/bind/lib/dns/include/dns
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dns'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dns'
making all in /root/contrail/build/third_party/bind/lib/dns/include/dst
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dst'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dst'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/dns'
making all in /root/contrail/build/third_party/bind/lib/isccfg
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isccfg'
making all in /root/contrail/build/third_party/bind/lib/isccfg/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include'
making all in /root/contrail/build/third_party/bind/lib/isccfg/include/isccfg
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg'
making all in /root/contrail/build/third_party/bind/lib/bind9
make[3]: Entering directory `/root/work/build/third_party/bind/lib/bind9'
making all in /root/contrail/build/third_party/bind/lib/bind9/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include'
making all in /root/contrail/build/third_party/bind/lib/bind9/include/bind9
make[5]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/bind9'
making all in /root/contrail/build/third_party/bind/lib/lwres
make[3]: Entering directory `/root/work/build/third_party/bind/lib/lwres'
making all in /root/contrail/build/third_party/bind/lib/lwres/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/include/lwres
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/man
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/man'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/man'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix/include/lwres
make[6]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/lwres'
making all in /root/contrail/build/third_party/bind/lib/irs
make[3]: Entering directory `/root/work/build/third_party/bind/lib/irs'
making all in /root/contrail/build/third_party/bind/lib/irs/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/irs/include'
making all in /root/contrail/build/third_party/bind/lib/irs/include/irs
make[5]: Entering directory `/root/work/build/third_party/bind/lib/irs/include/irs'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include/irs'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/irs'
making all in /root/contrail/build/third_party/bind/lib/tests
make[3]: Entering directory `/root/work/build/third_party/bind/lib/tests'
making all in /root/contrail/build/third_party/bind/lib/tests/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/tests/include'
making all in /root/contrail/build/third_party/bind/lib/tests/include/tests
make[5]: Entering directory `/root/work/build/third_party/bind/lib/tests/include/tests'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include/tests'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/tests'
making all in /root/contrail/build/third_party/bind/lib/samples
make[3]: Entering directory `/root/work/build/third_party/bind/lib/samples'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/samples'
make[2]: Leaving directory `/root/work/build/third_party/bind/lib'
making all in /root/contrail/build/third_party/bind/bin
make[2]: Entering directory `/root/work/build/third_party/bind/bin'
making all in /root/contrail/build/third_party/bind/bin/named
make[3]: Entering directory `/root/work/build/third_party/bind/bin/named'
making all in /root/contrail/build/third_party/bind/bin/named/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/named/unix'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/named/unix'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/named'
making all in /root/contrail/build/third_party/bind/bin/rndc
make[3]: Entering directory `/root/work/build/third_party/bind/bin/rndc'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/rndc'
making all in /root/contrail/build/third_party/bind/bin/dig
make[3]: Entering directory `/root/work/build/third_party/bind/bin/dig'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/dig'
making all in /root/contrail/build/third_party/bind/bin/delv
make[3]: Entering directory `/root/work/build/third_party/bind/bin/delv'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/delv'
making all in /root/contrail/build/third_party/bind/bin/dnssec
make[3]: Entering directory `/root/work/build/third_party/bind/bin/dnssec'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/dnssec'
making all in /root/contrail/build/third_party/bind/bin/tools
make[3]: Entering directory `/root/work/build/third_party/bind/bin/tools'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/tools'
making all in /root/contrail/build/third_party/bind/bin/tests
make[3]: Entering directory `/root/work/build/third_party/bind/bin/tests'
making all in /root/contrail/build/third_party/bind/bin/tests/atomic
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/atomic'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/atomic'
making all in /root/contrail/build/third_party/bind/bin/tests/db
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/db'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/db'
making all in /root/contrail/build/third_party/bind/bin/tests/dst
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/dst'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/dst'
making all in /root/contrail/build/third_party/bind/bin/tests/master
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/master'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/master'
making all in /root/contrail/build/third_party/bind/bin/tests/mem
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/mem'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/mem'
making all in /root/contrail/build/third_party/bind/bin/tests/hashes
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/hashes'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/hashes'
making all in /root/contrail/build/third_party/bind/bin/tests/names
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/names'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/names'
making all in /root/contrail/build/third_party/bind/bin/tests/net
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/net'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/net'
making all in /root/contrail/build/third_party/bind/bin/tests/rbt
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/rbt'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/rbt'
making all in /root/contrail/build/third_party/bind/bin/tests/resolver
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/resolver'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/resolver'
making all in /root/contrail/build/third_party/bind/bin/tests/sockaddr
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
making all in /root/contrail/build/third_party/bind/bin/tests/tasks
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/tasks'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/tasks'
making all in /root/contrail/build/third_party/bind/bin/tests/timers
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/timers'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/timers'
making all in /root/contrail/build/third_party/bind/bin/tests/system
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/system'
making all in /root/contrail/build/third_party/bind/bin/tests/system/builtin
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
making all in /root/contrail/build/third_party/bind/bin/tests/system/dlzexternal
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
making all in /root/contrail/build/third_party/bind/bin/tests/system/fetchlimit
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
making all in /root/contrail/build/third_party/bind/bin/tests/system/filter-aaaa
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
making all in /root/contrail/build/third_party/bind/bin/tests/system/geoip
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
making all in /root/contrail/build/third_party/bind/bin/tests/system/lwresd
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
making all in /root/contrail/build/third_party/bind/bin/tests/system/rpz
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
making all in /root/contrail/build/third_party/bind/bin/tests/system/rsabigexponent
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
making all in /root/contrail/build/third_party/bind/bin/tests/system/statistics
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
making all in /root/contrail/build/third_party/bind/bin/tests/system/tkey
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
making all in /root/contrail/build/third_party/bind/bin/tests/system/tsiggss
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/tests'
making all in /root/contrail/build/third_party/bind/bin/nsupdate
make[3]: Entering directory `/root/work/build/third_party/bind/bin/nsupdate'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/nsupdate'
making all in /root/contrail/build/third_party/bind/bin/check
make[3]: Entering directory `/root/work/build/third_party/bind/bin/check'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/check'
making all in /root/contrail/build/third_party/bind/bin/confgen
make[3]: Entering directory `/root/work/build/third_party/bind/bin/confgen'
making all in /root/contrail/build/third_party/bind/bin/confgen/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/confgen/unix'
mv -f src/.deps/liblog4cplusU_la-asyncappender.Tpo src/.deps/liblog4cplusU_la-asyncappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-callbackappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-callbackappender.Tpo -c -o src/liblog4cplusU_la-callbackappender.lo `test -f 'src/callbackappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/callbackappender.cxx
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/confgen/unix'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/confgen'
making all in /root/contrail/build/third_party/bind/bin/python
make[3]: Entering directory `/root/work/build/third_party/bind/bin/python'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/python'
make[2]: Leaving directory `/root/work/build/third_party/bind/bin'
making all in /root/contrail/build/third_party/bind/doc
make[2]: Entering directory `/root/work/build/third_party/bind/doc'
making all in /root/contrail/build/third_party/bind/doc/arm
make[3]: Entering directory `/root/work/build/third_party/bind/doc/arm'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/arm'
making all in /root/contrail/build/third_party/bind/doc/misc
make[3]: Entering directory `/root/work/build/third_party/bind/doc/misc'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/misc'
making all in /root/contrail/build/third_party/bind/doc/xsl
make[3]: Entering directory `/root/work/build/third_party/bind/doc/xsl'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/xsl'
making all in /root/contrail/build/third_party/bind/doc/doxygen
make[3]: Entering directory `/root/work/build/third_party/bind/doc/doxygen'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/doxygen'
making all in /root/contrail/build/third_party/bind/doc/tex
make[3]: Entering directory `/root/work/build/third_party/bind/doc/tex'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/tex'
make[2]: Leaving directory `/root/work/build/third_party/bind/doc'
making install in /root/contrail/build/third_party/bind/make
make[2]: Entering directory `/root/work/build/third_party/bind/make'
make[2]: Leaving directory `/root/work/build/third_party/bind/make'
making install in /root/contrail/build/third_party/bind/unit
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-callbackappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-callbackappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/callbackappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-callbackappender.o
make[2]: Entering directory `/root/work/build/third_party/bind/unit'
make[2]: Leaving directory `/root/work/build/third_party/bind/unit'
making install in /root/contrail/build/third_party/bind/lib
make[2]: Entering directory `/root/work/build/third_party/bind/lib'
making all in /root/contrail/build/third_party/bind/lib/isc
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/include'
making all in /root/contrail/build/third_party/bind/lib/isc/include/isc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/include/pk11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
making all in /root/contrail/build/third_party/bind/lib/isc/include/pkcs11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include'
making all in /root/contrail/build/third_party/bind/lib/isc/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include/pkcs11
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix'
making all in /root/contrail/build/third_party/bind/lib/isc/nls
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/nls'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/nls'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isc'
making all in /root/contrail/build/third_party/bind/lib/isccc
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isccc'
making all in /root/contrail/build/third_party/bind/lib/isccc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include'
making all in /root/contrail/build/third_party/bind/lib/isccc/include/isccc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isccc'
making all in /root/contrail/build/third_party/bind/lib/dns
make[3]: Entering directory `/root/work/build/third_party/bind/lib/dns'
making all in /root/contrail/build/third_party/bind/lib/dns/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/dns/include'
making all in /root/contrail/build/third_party/bind/lib/dns/include/dns
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dns'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dns'
making all in /root/contrail/build/third_party/bind/lib/dns/include/dst
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dst'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dst'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/dns'
making all in /root/contrail/build/third_party/bind/lib/isccfg
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isccfg'
making all in /root/contrail/build/third_party/bind/lib/isccfg/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include'
making all in /root/contrail/build/third_party/bind/lib/isccfg/include/isccfg
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg'
making all in /root/contrail/build/third_party/bind/lib/bind9
make[3]: Entering directory `/root/work/build/third_party/bind/lib/bind9'
making all in /root/contrail/build/third_party/bind/lib/bind9/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include'
making all in /root/contrail/build/third_party/bind/lib/bind9/include/bind9
make[5]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/bind9'
making all in /root/contrail/build/third_party/bind/lib/lwres
make[3]: Entering directory `/root/work/build/third_party/bind/lib/lwres'
making all in /root/contrail/build/third_party/bind/lib/lwres/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/include/lwres
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/man
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/man'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/man'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix/include/lwres
make[6]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/lwres'
making all in /root/contrail/build/third_party/bind/lib/irs
make[3]: Entering directory `/root/work/build/third_party/bind/lib/irs'
making all in /root/contrail/build/third_party/bind/lib/irs/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/irs/include'
making all in /root/contrail/build/third_party/bind/lib/irs/include/irs
make[5]: Entering directory `/root/work/build/third_party/bind/lib/irs/include/irs'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include/irs'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/irs'
making all in /root/contrail/build/third_party/bind/lib/tests
make[3]: Entering directory `/root/work/build/third_party/bind/lib/tests'
making all in /root/contrail/build/third_party/bind/lib/tests/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/tests/include'
making all in /root/contrail/build/third_party/bind/lib/tests/include/tests
make[5]: Entering directory `/root/work/build/third_party/bind/lib/tests/include/tests'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include/tests'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/tests'
making all in /root/contrail/build/third_party/bind/lib/samples
make[3]: Entering directory `/root/work/build/third_party/bind/lib/samples'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/samples'
making install in /root/contrail/build/third_party/bind/lib/isc
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/include'
making all in /root/contrail/build/third_party/bind/lib/isc/include/isc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/include/pk11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
making all in /root/contrail/build/third_party/bind/lib/isc/include/pkcs11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
mv -f .deps/libtcmalloc_debug_la-debugallocation.Tpo .deps/libtcmalloc_debug_la-debugallocation.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer   -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_debug_la-linuxthreads.lo -MD -MP -MF .deps/libtcmalloc_debug_la-linuxthreads.Tpo -c -o libtcmalloc_debug_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/linuxthreads.cc
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include'
making all in /root/contrail/build/third_party/bind/lib/isc/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include/pkcs11
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix'
making all in /root/contrail/build/third_party/bind/lib/isc/nls
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/nls'
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_debug_la-linuxthreads.lo -MD -MP -MF .deps/libtcmalloc_debug_la-linuxthreads.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/linuxthreads.cc  -fPIC -DPIC -o .libs/libtcmalloc_debug_la-linuxthreads.o
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/nls'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32'
making install in /root/contrail/build/third_party/bind/lib/isc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/include'
making all in /root/contrail/build/third_party/bind/lib/isc/include/isc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/include/pk11
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-callbackappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-callbackappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/callbackappender.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-callbackappender.o >/dev/null 2>&1
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
making all in /root/contrail/build/third_party/bind/lib/isc/include/pkcs11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
making install in /root/contrail/build/third_party/bind/lib/isc/include/isc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/isc'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/isc
for i in aes.h app.h assertions.h backtrace.h base32.h base64.h bind9.h boolean.h buffer.h bufferlist.h commandline.h counter.h crc64.h entropy.h error.h event.h eventclass.h file.h formatcheck.h fsaccess.h hash.h heap.h hex.h hmacmd5.h hmacsha.h httpd.h interfaceiter.h  iterated_hash.h json.h lang.h lex.h lfsr.h lib.h list.h log.h magic.h md5.h mem.h msgcat.h msgs.h mutexblock.h netaddr.h netscope.h ondestroy.h os.h parseint.h pool.h portset.h print.h queue.h quota.h radix.h random.h ratelimiter.h refcount.h regex.h region.h resource.h result.h resultclass.h rwlock.h safe.h serial.h sha1.h sha2.h sockaddr.h socket.h stats.h stdio.h stdlib.h string.h symtab.h task.h taskpool.h timer.h tm.h types.h util.h version.h xml.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/isc/include/isc/$i /root/contrail/build/include/isc ; \
done
/usr/bin/install -c -m 644 platform.h /root/contrail/build/include/isc
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/isc'
making install in /root/contrail/build/third_party/bind/lib/isc/include/pk11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/pk11
for i in constants.h internal.h pk11.h result.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/isc/include/pk11/$i /root/contrail/build/include/pk11 ; \
done
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_debug_la-linuxthreads.lo -MD -MP -MF .deps/libtcmalloc_debug_la-linuxthreads.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/linuxthreads.cc -o libtcmalloc_debug_la-linuxthreads.o >/dev/null 2>&1
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pk11'
making install in /root/contrail/build/third_party/bind/lib/isc/include/pkcs11
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/pkcs11
for i in pkcs11f.h pkcs11.h pkcs11t.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/isc/include/pkcs11/$i /root/contrail/build/include/pkcs11 ; \
done
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include/pkcs11'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/include'
making install in /root/contrail/build/third_party/bind/lib/isc/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include/pkcs11
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include'
making install in /root/contrail/build/third_party/bind/lib/isc/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
making all in /root/contrail/build/third_party/bind/lib/isc/unix/include/pkcs11
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
making install in /root/contrail/build/third_party/bind/lib/isc/unix/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/isc
for i in dir.h int.h keyboard.h net.h netdb.h offset.h stat.h stdtime.h strerror.h syslog.h time.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include/isc/$i /root/contrail/build/include/isc ; \
done
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/isc'
making install in /root/contrail/build/third_party/bind/lib/isc/unix/include/pkcs11
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/pkcs11
for i in cryptoki.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/isc/unix/include/pkcs11/$i /root/contrail/build/include/pkcs11 ; \
done
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include/pkcs11'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/unix'
making install in /root/contrail/build/third_party/bind/lib/isc/nls
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/nls'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/nls'
making install in /root/contrail/build/third_party/bind/lib/isc/pthreads
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
making install in /root/contrail/build/third_party/bind/lib/isc/pthreads/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
making all in /root/contrail/build/third_party/bind/lib/isc/pthreads/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
making install in /root/contrail/build/third_party/bind/lib/isc/pthreads/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/isc
for i in condition.h mutex.h once.h thread.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/isc/pthreads/include/isc/$i /root/contrail/build/include/isc ; \
done
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/pthreads'
making install in /root/contrail/build/third_party/bind/lib/isc/x86_32
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
making install in /root/contrail/build/third_party/bind/lib/isc/x86_32/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
making all in /root/contrail/build/third_party/bind/lib/isc/x86_32/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
making install in /root/contrail/build/third_party/bind/lib/isc/x86_32/include/isc
make[6]: Entering directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/isc
for i in atomic.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/isc/x86_32/include/isc/$i /root/contrail/build/include/isc ; \
done
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include/isc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isc/x86_32'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/lib
/usr/bin/install -c -m 644 libisc.a /root/contrail/build/lib
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isc'
making install in /root/contrail/build/third_party/bind/lib/isccc
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isccc'
making all in /root/contrail/build/third_party/bind/lib/isccc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include'
making all in /root/contrail/build/third_party/bind/lib/isccc/include/isccc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include'
making install in /root/contrail/build/third_party/bind/lib/isccc/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include'
making all in /root/contrail/build/third_party/bind/lib/isccc/include/isccc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
making install in /root/contrail/build/third_party/bind/lib/isccc/include/isccc
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/isccc
mkdir /root/contrail/build/include/isccc
for i in alist.h base64.h cc.h ccmsg.h events.h lib.h result.h sexpr.h symtab.h symtype.h types.h util.h version.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/isccc/include/isccc/$i /root/contrail/build/include/isccc ; \
done
mv -f .deps/libtcmalloc_debug_la-linuxthreads.Tpo .deps/libtcmalloc_debug_la-linuxthreads.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer   -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_debug_la-heap-checker.lo -MD -MP -MF .deps/libtcmalloc_debug_la-heap-checker.Tpo -c -o libtcmalloc_debug_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/heap-checker.cc
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include/isccc'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccc/include'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/lib
/usr/bin/install -c -m 644 libisccc.a /root/contrail/build/lib
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_debug_la-heap-checker.lo -MD -MP -MF .deps/libtcmalloc_debug_la-heap-checker.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-checker.cc  -fPIC -DPIC -o .libs/libtcmalloc_debug_la-heap-checker.o
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isccc'
making install in /root/contrail/build/third_party/bind/lib/dns
make[3]: Entering directory `/root/work/build/third_party/bind/lib/dns'
making all in /root/contrail/build/third_party/bind/lib/dns/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/dns/include'
making all in /root/contrail/build/third_party/bind/lib/dns/include/dns
mv -f src/.deps/liblog4cplusU_la-callbackappender.Tpo src/.deps/liblog4cplusU_la-callbackappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-clogger.lo -MD -MP -MF src/.deps/liblog4cplusU_la-clogger.Tpo -c -o src/liblog4cplusU_la-clogger.lo `test -f 'src/clogger.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/clogger.cxx
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dns'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dns'
making all in /root/contrail/build/third_party/bind/lib/dns/include/dst
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dst'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dst'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include'
making install in /root/contrail/build/third_party/bind/lib/dns/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/dns/include'
making all in /root/contrail/build/third_party/bind/lib/dns/include/dns
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dns'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dns'
making all in /root/contrail/build/third_party/bind/lib/dns/include/dst
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dst'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dst'
making install in /root/contrail/build/third_party/bind/lib/dns/include/dns
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dns'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/dns
mkdir /root/contrail/build/include/dns
for i in acache.h acl.h adb.h bit.h byaddr.h cache.h callbacks.h cert.h client.h clientinfo.h compress.h db.h dbiterator.h dbtable.h diff.h dispatch.h dlz.h dlz_dlopen.h dns64.h dnssec.h ds.h dsdigest.h ecdb.h events.h fixedname.h forward.h geoip.h iptable.h journal.h keydata.h keyflags.h keytable.h keyvalues.h lib.h lookup.h log.h master.h masterdump.h message.h name.h ncache.h nsec.h nsec3.h opcode.h order.h peer.h portlist.h private.h rbt.h rcode.h rdata.h rdataclass.h rdatalist.h rdataset.h rdatasetiter.h rdataslab.h rdatatype.h request.h resolver.h result.h rootns.h rpz.h rriterator.h rrl.h sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h stats.h tcpmsg.h time.h timer.h tkey.h tsec.h tsig.h ttl.h types.h update.h validator.h version.h view.h xfrin.h zone.h zonekey.h zt.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/dns/include/dns/$i /root/contrail/build/include/dns ; \
done
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-clogger.lo -MD -MP -MF src/.deps/liblog4cplusU_la-clogger.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/clogger.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-clogger.o
for i in enumclass.h enumtype.h rdatastruct.h; do \
	/usr/bin/install -c -m 644 $i /root/contrail/build/include/dns ; \
done
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dns'
making install in /root/contrail/build/third_party/bind/lib/dns/include/dst
make[5]: Entering directory `/root/work/build/third_party/bind/lib/dns/include/dst'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/dst
mkdir /root/contrail/build/include/dst
for i in dst.h gssapi.h lib.h result.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/dns/include/dst/$i /root/contrail/build/include/dst ; \
done
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include/dst'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/dns/include'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/lib
/usr/bin/install -c -m 644 libdns.a /root/contrail/build/lib
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/dns'
making install in /root/contrail/build/third_party/bind/lib/isccfg
make[3]: Entering directory `/root/work/build/third_party/bind/lib/isccfg'
making all in /root/contrail/build/third_party/bind/lib/isccfg/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include'
making all in /root/contrail/build/third_party/bind/lib/isccfg/include/isccfg
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include'
making install in /root/contrail/build/third_party/bind/lib/isccfg/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include'
making all in /root/contrail/build/third_party/bind/lib/isccfg/include/isccfg
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
making install in /root/contrail/build/third_party/bind/lib/isccfg/include/isccfg
make[5]: Entering directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/isccfg
mkdir /root/contrail/build/include/isccfg
for i in aclconf.h cfg.h dnsconf.h grammar.h log.h namedconf.h version.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/isccfg/include/isccfg/$i /root/contrail/build/include/isccfg ; \
done
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include/isccfg'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg/include'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/lib
/usr/bin/install -c -m 644 libisccfg.a /root/contrail/build/lib
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/isccfg'
making install in /root/contrail/build/third_party/bind/lib/bind9
make[3]: Entering directory `/root/work/build/third_party/bind/lib/bind9'
making all in /root/contrail/build/third_party/bind/lib/bind9/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include'
making all in /root/contrail/build/third_party/bind/lib/bind9/include/bind9
make[5]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include'
making install in /root/contrail/build/third_party/bind/lib/bind9/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include'
making all in /root/contrail/build/third_party/bind/lib/bind9/include/bind9
make[5]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
making install in /root/contrail/build/third_party/bind/lib/bind9/include/bind9
make[5]: Entering directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/bind9
mkdir /root/contrail/build/include/bind9
for i in check.h getaddresses.h version.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/bind9/include/bind9/$i /root/contrail/build/include/bind9 ; \
done
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include/bind9'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/bind9/include'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/lib
/usr/bin/install -c -m 644 libbind9.a /root/contrail/build/lib
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/bind9'
making install in /root/contrail/build/third_party/bind/lib/lwres
make[3]: Entering directory `/root/work/build/third_party/bind/lib/lwres'
making all in /root/contrail/build/third_party/bind/lib/lwres/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/include/lwres
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/man
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/man'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/man'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix/include/lwres
make[6]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix'
making install in /root/contrail/build/third_party/bind/lib/lwres/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/include/lwres
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
making install in /root/contrail/build/third_party/bind/lib/lwres/include/lwres
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/lwres
mkdir /root/contrail/build/include/lwres
for i in context.h int.h ipv6.h lang.h list.h lwbuffer.h lwpacket.h lwres.h result.h stdlib.h string.h version.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/include/lwres/$i /root/contrail/build/include/lwres ; \
done
/usr/bin/install -c -m 644 netdb.h /root/contrail/build/include/lwres
/usr/bin/install -c -m 644 platform.h /root/contrail/build/include/lwres
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include/lwres'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/include'
making install in /root/contrail/build/third_party/bind/lib/lwres/man
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/man'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man3
mkdir /root/contrail/build/share
mkdir /root/contrail/build/share/man
mkdir /root/contrail/build/share/man/man3
for m in lwres.3 lwres_buffer.3 lwres_config.3 lwres_context.3 lwres_gabn.3 lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_gethostent.3 lwres_getipnode.3 lwres_getnameinfo.3 lwres_getrrsetbyname.3 lwres_gnba.3 lwres_hstrerror.3 lwres_inetntop.3 lwres_noop.3 lwres_packet.3 lwres_resutil.3; do /usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/man/$m /root/contrail/build/share/man/man3; done
rm -f /root/contrail/build/share/man/man3/lwres_addr_parse.3
ln /root/contrail/build/share/man/man3/lwres_resutil.3 /root/contrail/build/share/man/man3/lwres_addr_parse.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_add.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_add.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_back.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_back.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_clear.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_clear.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_first.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_first.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_forward.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_forward.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_getmem.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_getmem.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_getuint16.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_getuint16.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_getuint32.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_getuint32.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_getuint8.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_getuint8.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_init.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_init.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_invalidate.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_invalidate.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_putmem.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_putmem.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_putuint16.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_putuint16.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_putuint32.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_putuint32.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_putuint8.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_putuint8.3
rm -f /root/contrail/build/share/man/man3/lwres_buffer_subtract.3
ln /root/contrail/build/share/man/man3/lwres_buffer.3 /root/contrail/build/share/man/man3/lwres_buffer_subtract.3
rm -f /root/contrail/build/share/man/man3/lwres_conf_clear.3
ln /root/contrail/build/share/man/man3/lwres_config.3 /root/contrail/build/share/man/man3/lwres_conf_clear.3
rm -f /root/contrail/build/share/man/man3/lwres_conf_get.3
ln /root/contrail/build/share/man/man3/lwres_config.3 /root/contrail/build/share/man/man3/lwres_conf_get.3
rm -f /root/contrail/build/share/man/man3/lwres_conf_init.3
ln /root/contrail/build/share/man/man3/lwres_config.3 /root/contrail/build/share/man/man3/lwres_conf_init.3
rm -f /root/contrail/build/share/man/man3/lwres_conf_parse.3
ln /root/contrail/build/share/man/man3/lwres_config.3 /root/contrail/build/share/man/man3/lwres_conf_parse.3
rm -f /root/contrail/build/share/man/man3/lwres_conf_print.3
ln /root/contrail/build/share/man/man3/lwres_config.3 /root/contrail/build/share/man/man3/lwres_conf_print.3
rm -f /root/contrail/build/share/man/man3/lwres_context_allocmem.3
ln /root/contrail/build/share/man/man3/lwres_context.3 /root/contrail/build/share/man/man3/lwres_context_allocmem.3
rm -f /root/contrail/build/share/man/man3/lwres_context_create.3
ln /root/contrail/build/share/man/man3/lwres_context.3 /root/contrail/build/share/man/man3/lwres_context_create.3
rm -f /root/contrail/build/share/man/man3/lwres_context_destroy.3
ln /root/contrail/build/share/man/man3/lwres_context.3 /root/contrail/build/share/man/man3/lwres_context_destroy.3
rm -f /root/contrail/build/share/man/man3/lwres_context_freemem.3
ln /root/contrail/build/share/man/man3/lwres_context.3 /root/contrail/build/share/man/man3/lwres_context_freemem.3
rm -f /root/contrail/build/share/man/man3/lwres_context_initserial.3
ln /root/contrail/build/share/man/man3/lwres_context.3 /root/contrail/build/share/man/man3/lwres_context_initserial.3
rm -f /root/contrail/build/share/man/man3/lwres_context_nextserial.3
ln /root/contrail/build/share/man/man3/lwres_context.3 /root/contrail/build/share/man/man3/lwres_context_nextserial.3
rm -f /root/contrail/build/share/man/man3/lwres_context_sendrecv.3
ln /root/contrail/build/share/man/man3/lwres_context.3 /root/contrail/build/share/man/man3/lwres_context_sendrecv.3
rm -f /root/contrail/build/share/man/man3/lwres_endhostent.3
ln /root/contrail/build/share/man/man3/lwres_gethostent.3 /root/contrail/build/share/man/man3/lwres_endhostent.3
rm -f /root/contrail/build/share/man/man3/lwres_endhostent_r.3
ln /root/contrail/build/share/man/man3/lwres_gethostent.3 /root/contrail/build/share/man/man3/lwres_endhostent_r.3
rm -f /root/contrail/build/share/man/man3/lwres_freeaddrinfo.3
ln /root/contrail/build/share/man/man3/lwres_getaddrinfo.3 /root/contrail/build/share/man/man3/lwres_freeaddrinfo.3
rm -f /root/contrail/build/share/man/man3/lwres_freehostent.3
ln /root/contrail/build/share/man/man3/lwres_getipnode.3 /root/contrail/build/share/man/man3/lwres_freehostent.3
rm -f /root/contrail/build/share/man/man3/lwres_gabnrequest_free.3
ln /root/contrail/build/share/man/man3/lwres_gabn.3 /root/contrail/build/share/man/man3/lwres_gabnrequest_free.3
rm -f /root/contrail/build/share/man/man3/lwres_gabnrequest_parse.3
ln /root/contrail/build/share/man/man3/lwres_gabn.3 /root/contrail/build/share/man/man3/lwres_gabnrequest_parse.3
rm -f /root/contrail/build/share/man/man3/lwres_gabnrequest_render.3
ln /root/contrail/build/share/man/man3/lwres_gabn.3 /root/contrail/build/share/man/man3/lwres_gabnrequest_render.3
rm -f /root/contrail/build/share/man/man3/lwres_gabnresponse_free.3
ln /root/contrail/build/share/man/man3/lwres_gabn.3 /root/contrail/build/share/man/man3/lwres_gabnresponse_free.3
rm -f /root/contrail/build/share/man/man3/lwres_gabnresponse_parse.3
ln /root/contrail/build/share/man/man3/lwres_gabn.3 /root/contrail/build/share/man/man3/lwres_gabnresponse_parse.3
rm -f /root/contrail/build/share/man/man3/lwres_gabnresponse_render.3
ln /root/contrail/build/share/man/man3/lwres_gabn.3 /root/contrail/build/share/man/man3/lwres_gabnresponse_render.3
rm -f /root/contrail/build/share/man/man3/lwres_getaddrsbyname.3
ln /root/contrail/build/share/man/man3/lwres_resutil.3 /root/contrail/build/share/man/man3/lwres_getaddrsbyname.3
rm -f /root/contrail/build/share/man/man3/lwres_gethostbyaddr.3
ln /root/contrail/build/share/man/man3/lwres_gethostent.3 /root/contrail/build/share/man/man3/lwres_gethostbyaddr.3
rm -f /root/contrail/build/share/man/man3/lwres_gethostbyaddr_r.3
ln /root/contrail/build/share/man/man3/lwres_gethostent.3 /root/contrail/build/share/man/man3/lwres_gethostbyaddr_r.3
rm -f /root/contrail/build/share/man/man3/lwres_gethostbyname.3
ln /root/contrail/build/share/man/man3/lwres_gethostent.3 /root/contrail/build/share/man/man3/lwres_gethostbyname.3
rm -f /root/contrail/build/share/man/man3/lwres_gethostbyname2.3
ln /root/contrail/build/share/man/man3/lwres_gethostent.3 /root/contrail/build/share/man/man3/lwres_gethostbyname2.3
rm -f /root/contrail/build/share/man/man3/lwres_gethostbyname_r.3
ln /root/contrail/build/share/man/man3/lwres_gethostent.3 /root/contrail/build/share/man/man3/lwres_gethostbyname_r.3
rm -f /root/contrail/build/share/man/man3/lwres_gethostent_r.3
ln /root/contrail/build/share/man/man3/lwres_gethostent.3 /root/contrail/build/share/man/man3/lwres_gethostent_r.3
rm -f /root/contrail/build/share/man/man3/lwres_getipnodebyaddr.3
ln /root/contrail/build/share/man/man3/lwres_getipnode.3 /root/contrail/build/share/man/man3/lwres_getipnodebyaddr.3
rm -f /root/contrail/build/share/man/man3/lwres_getipnodebyname.3
ln /root/contrail/build/share/man/man3/lwres_getipnode.3 /root/contrail/build/share/man/man3/lwres_getipnodebyname.3
rm -f /root/contrail/build/share/man/man3/lwres_getnamebyaddr.3
ln /root/contrail/build/share/man/man3/lwres_resutil.3 /root/contrail/build/share/man/man3/lwres_getnamebyaddr.3
rm -f /root/contrail/build/share/man/man3/lwres_gnbarequest_free.3
ln /root/contrail/build/share/man/man3/lwres_gnba.3 /root/contrail/build/share/man/man3/lwres_gnbarequest_free.3
rm -f /root/contrail/build/share/man/man3/lwres_gnbarequest_parse.3
ln /root/contrail/build/share/man/man3/lwres_gnba.3 /root/contrail/build/share/man/man3/lwres_gnbarequest_parse.3
rm -f /root/contrail/build/share/man/man3/lwres_gnbarequest_render.3
ln /root/contrail/build/share/man/man3/lwres_gnba.3 /root/contrail/build/share/man/man3/lwres_gnbarequest_render.3
rm -f /root/contrail/build/share/man/man3/lwres_gnbaresponse_free.3
ln /root/contrail/build/share/man/man3/lwres_gnba.3 /root/contrail/build/share/man/man3/lwres_gnbaresponse_free.3
rm -f /root/contrail/build/share/man/man3/lwres_gnbaresponse_parse.3
ln /root/contrail/build/share/man/man3/lwres_gnba.3 /root/contrail/build/share/man/man3/lwres_gnbaresponse_parse.3
rm -f /root/contrail/build/share/man/man3/lwres_gnbaresponse_render.3
ln /root/contrail/build/share/man/man3/lwres_gnba.3 /root/contrail/build/share/man/man3/lwres_gnbaresponse_render.3
rm -f /root/contrail/build/share/man/man3/lwres_herror.3
ln /root/contrail/build/share/man/man3/lwres_hstrerror.3 /root/contrail/build/share/man/man3/lwres_herror.3
rm -f /root/contrail/build/share/man/man3/lwres_lwpacket_parseheader.3
ln /root/contrail/build/share/man/man3/lwres_packet.3 /root/contrail/build/share/man/man3/lwres_lwpacket_parseheader.3
rm -f /root/contrail/build/share/man/man3/lwres_lwpacket_renderheader.3
ln /root/contrail/build/share/man/man3/lwres_packet.3 /root/contrail/build/share/man/man3/lwres_lwpacket_renderheader.3
rm -f /root/contrail/build/share/man/man3/lwres_net_ntop.3
ln /root/contrail/build/share/man/man3/lwres_inetntop.3 /root/contrail/build/share/man/man3/lwres_net_ntop.3
rm -f /root/contrail/build/share/man/man3/lwres_nooprequest_free.3
ln /root/contrail/build/share/man/man3/lwres_noop.3 /root/contrail/build/share/man/man3/lwres_nooprequest_free.3
rm -f /root/contrail/build/share/man/man3/lwres_nooprequest_parse.3
ln /root/contrail/build/share/man/man3/lwres_noop.3 /root/contrail/build/share/man/man3/lwres_nooprequest_parse.3
rm -f /root/contrail/build/share/man/man3/lwres_nooprequest_render.3
ln /root/contrail/build/share/man/man3/lwres_noop.3 /root/contrail/build/share/man/man3/lwres_nooprequest_render.3
rm -f /root/contrail/build/share/man/man3/lwres_noopresponse_free.3
ln /root/contrail/build/share/man/man3/lwres_noop.3 /root/contrail/build/share/man/man3/lwres_noopresponse_free.3
rm -f /root/contrail/build/share/man/man3/lwres_noopresponse_parse.3
ln /root/contrail/build/share/man/man3/lwres_noop.3 /root/contrail/build/share/man/man3/lwres_noopresponse_parse.3
rm -f /root/contrail/build/share/man/man3/lwres_noopresponse_render.3
ln /root/contrail/build/share/man/man3/lwres_noop.3 /root/contrail/build/share/man/man3/lwres_noopresponse_render.3
rm -f /root/contrail/build/share/man/man3/lwres_sethostent.3
ln /root/contrail/build/share/man/man3/lwres_gethostent.3 /root/contrail/build/share/man/man3/lwres_sethostent.3
rm -f /root/contrail/build/share/man/man3/lwres_sethostent_r.3
ln /root/contrail/build/share/man/man3/lwres_gethostent.3 /root/contrail/build/share/man/man3/lwres_sethostent_r.3
rm -f /root/contrail/build/share/man/man3/lwres_string_parse.3
ln /root/contrail/build/share/man/man3/lwres_resutil.3 /root/contrail/build/share/man/man3/lwres_string_parse.3
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/man'
making install in /root/contrail/build/third_party/bind/lib/lwres/unix
make[4]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix/include/lwres
make[6]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
making install in /root/contrail/build/third_party/bind/lib/lwres/unix/include
make[5]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
making all in /root/contrail/build/third_party/bind/lib/lwres/unix/include/lwres
make[6]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
making install in /root/contrail/build/third_party/bind/lib/lwres/unix/include/lwres
make[6]: Entering directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/lwres
for i in net.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/lwres/unix/include/lwres/$i /root/contrail/build/include/lwres ; \
done
make[6]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include/lwres'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix/include'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/lwres/unix'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/lib
/usr/bin/install -c -m 644 liblwres.a /root/contrail/build/lib
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/lwres'
making install in /root/contrail/build/third_party/bind/lib/irs
make[3]: Entering directory `/root/work/build/third_party/bind/lib/irs'
making all in /root/contrail/build/third_party/bind/lib/irs/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/irs/include'
making all in /root/contrail/build/third_party/bind/lib/irs/include/irs
make[5]: Entering directory `/root/work/build/third_party/bind/lib/irs/include/irs'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include/irs'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include'
making install in /root/contrail/build/third_party/bind/lib/irs/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/irs/include'
making all in /root/contrail/build/third_party/bind/lib/irs/include/irs
make[5]: Entering directory `/root/work/build/third_party/bind/lib/irs/include/irs'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include/irs'
making install in /root/contrail/build/third_party/bind/lib/irs/include/irs
make[5]: Entering directory `/root/work/build/third_party/bind/lib/irs/include/irs'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/include/irs
mkdir /root/contrail/build/include/irs
for i in context.h dnsconf.h resconf.h types.h version.h; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/lib/irs/include/irs/$i /root/contrail/build/include/irs ; \
done
/usr/bin/install -c -m 644 netdb.h /root/contrail/build/include/irs
/usr/bin/install -c -m 644 platform.h /root/contrail/build/include/irs
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include/irs'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/irs/include'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/lib
/usr/bin/install -c -m 644 libirs.a /root/contrail/build/lib
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/irs'
making install in /root/contrail/build/third_party/bind/lib/tests
make[3]: Entering directory `/root/work/build/third_party/bind/lib/tests'
making all in /root/contrail/build/third_party/bind/lib/tests/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/tests/include'
making all in /root/contrail/build/third_party/bind/lib/tests/include/tests
make[5]: Entering directory `/root/work/build/third_party/bind/lib/tests/include/tests'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include/tests'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include'
making install in /root/contrail/build/third_party/bind/lib/tests/include
make[4]: Entering directory `/root/work/build/third_party/bind/lib/tests/include'
making all in /root/contrail/build/third_party/bind/lib/tests/include/tests
make[5]: Entering directory `/root/work/build/third_party/bind/lib/tests/include/tests'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include/tests'
making install in /root/contrail/build/third_party/bind/lib/tests/include/tests
make[5]: Entering directory `/root/work/build/third_party/bind/lib/tests/include/tests'
make[5]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include/tests'
make[4]: Leaving directory `/root/work/build/third_party/bind/lib/tests/include'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/tests'
making install in /root/contrail/build/third_party/bind/lib/samples
make[3]: Entering directory `/root/work/build/third_party/bind/lib/samples'
make[3]: Leaving directory `/root/work/build/third_party/bind/lib/samples'
make[2]: Leaving directory `/root/work/build/third_party/bind/lib'
making install in /root/contrail/build/third_party/bind/bin
make[2]: Entering directory `/root/work/build/third_party/bind/bin'
making all in /root/contrail/build/third_party/bind/bin/named
make[3]: Entering directory `/root/work/build/third_party/bind/bin/named'
making all in /root/contrail/build/third_party/bind/bin/named/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/named/unix'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/named/unix'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/named'
making all in /root/contrail/build/third_party/bind/bin/rndc
make[3]: Entering directory `/root/work/build/third_party/bind/bin/rndc'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/rndc'
making all in /root/contrail/build/third_party/bind/bin/dig
make[3]: Entering directory `/root/work/build/third_party/bind/bin/dig'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/dig'
making all in /root/contrail/build/third_party/bind/bin/delv
make[3]: Entering directory `/root/work/build/third_party/bind/bin/delv'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/delv'
making all in /root/contrail/build/third_party/bind/bin/dnssec
make[3]: Entering directory `/root/work/build/third_party/bind/bin/dnssec'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/dnssec'
making all in /root/contrail/build/third_party/bind/bin/tools
make[3]: Entering directory `/root/work/build/third_party/bind/bin/tools'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/tools'
making all in /root/contrail/build/third_party/bind/bin/tests
make[3]: Entering directory `/root/work/build/third_party/bind/bin/tests'
making all in /root/contrail/build/third_party/bind/bin/tests/atomic
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/atomic'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/atomic'
making all in /root/contrail/build/third_party/bind/bin/tests/db
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/db'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/db'
making all in /root/contrail/build/third_party/bind/bin/tests/dst
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/dst'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/dst'
making all in /root/contrail/build/third_party/bind/bin/tests/master
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/master'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/master'
making all in /root/contrail/build/third_party/bind/bin/tests/mem
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/mem'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/mem'
making all in /root/contrail/build/third_party/bind/bin/tests/hashes
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/hashes'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/hashes'
making all in /root/contrail/build/third_party/bind/bin/tests/names
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/names'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/names'
making all in /root/contrail/build/third_party/bind/bin/tests/net
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/net'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/net'
making all in /root/contrail/build/third_party/bind/bin/tests/rbt
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/rbt'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/rbt'
making all in /root/contrail/build/third_party/bind/bin/tests/resolver
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/resolver'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/resolver'
making all in /root/contrail/build/third_party/bind/bin/tests/sockaddr
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
making all in /root/contrail/build/third_party/bind/bin/tests/tasks
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/tasks'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/tasks'
making all in /root/contrail/build/third_party/bind/bin/tests/timers
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/timers'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/timers'
making all in /root/contrail/build/third_party/bind/bin/tests/system
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/system'
making all in /root/contrail/build/third_party/bind/bin/tests/system/builtin
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
making all in /root/contrail/build/third_party/bind/bin/tests/system/dlzexternal
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
making all in /root/contrail/build/third_party/bind/bin/tests/system/fetchlimit
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
making all in /root/contrail/build/third_party/bind/bin/tests/system/filter-aaaa
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
making all in /root/contrail/build/third_party/bind/bin/tests/system/geoip
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
making all in /root/contrail/build/third_party/bind/bin/tests/system/lwresd
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
making all in /root/contrail/build/third_party/bind/bin/tests/system/rpz
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
making all in /root/contrail/build/third_party/bind/bin/tests/system/rsabigexponent
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
making all in /root/contrail/build/third_party/bind/bin/tests/system/statistics
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
making all in /root/contrail/build/third_party/bind/bin/tests/system/tkey
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
making all in /root/contrail/build/third_party/bind/bin/tests/system/tsiggss
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/tests'
making all in /root/contrail/build/third_party/bind/bin/nsupdate
make[3]: Entering directory `/root/work/build/third_party/bind/bin/nsupdate'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/nsupdate'
making all in /root/contrail/build/third_party/bind/bin/check
make[3]: Entering directory `/root/work/build/third_party/bind/bin/check'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/check'
making all in /root/contrail/build/third_party/bind/bin/confgen
make[3]: Entering directory `/root/work/build/third_party/bind/bin/confgen'
making all in /root/contrail/build/third_party/bind/bin/confgen/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/confgen/unix'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/confgen/unix'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/confgen'
making all in /root/contrail/build/third_party/bind/bin/python
make[3]: Entering directory `/root/work/build/third_party/bind/bin/python'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/python'
making install in /root/contrail/build/third_party/bind/bin/named
make[3]: Entering directory `/root/work/build/third_party/bind/bin/named'
making all in /root/contrail/build/third_party/bind/bin/named/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/named/unix'
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-clogger.lo -MD -MP -MF src/.deps/liblog4cplusU_la-clogger.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/clogger.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-clogger.o >/dev/null 2>&1
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/named/unix'
making install in /root/contrail/build/third_party/bind/bin/named/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/named/unix'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/named/unix'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/sbin
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man5
mkdir /root/contrail/build/share/man/man5
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man8
mkdir /root/contrail/build/share/man/man8
/usr/bin/install -c named /root/contrail/build/sbin
(cd /root/contrail/build/sbin; rm -f lwresd; ln named lwresd)
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/named/named.8 /root/contrail/build/share/man/man8
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/named/lwresd.8 /root/contrail/build/share/man/man8
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/named/named.conf.5 /root/contrail/build/share/man/man5
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/named'
making install in /root/contrail/build/third_party/bind/bin/rndc
make[3]: Entering directory `/root/work/build/third_party/bind/bin/rndc'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/lib
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/sbin
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man8
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man5
/usr/bin/install -c rndc /root/contrail/build/sbin
/usr/bin/install -c -m 644 librndc.a /root/contrail/build/lib
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.8 /root/contrail/build/share/man/man8
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/rndc/rndc.conf.5 /root/contrail/build/share/man/man5
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/rndc'
making install in /root/contrail/build/third_party/bind/bin/dig
make[3]: Entering directory `/root/work/build/third_party/bind/bin/dig'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/bin
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man1
mkdir /root/contrail/build/share/man/man1
/usr/bin/install -c \
	dig /root/contrail/build/bin
/usr/bin/install -c \
	host /root/contrail/build/bin
/usr/bin/install -c \
	nslookup /root/contrail/build/bin
for m in dig.1 host.1 nslookup.1; do \
	/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/dig/$m /root/contrail/build/share/man/man1; \
	done
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/dig'
making install in /root/contrail/build/third_party/bind/bin/delv
make[3]: Entering directory `/root/work/build/third_party/bind/bin/delv'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/bin
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man1
/usr/bin/install -c \
	delv /root/contrail/build/bin
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/delv/delv.1 /root/contrail/build/share/man/man1
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/delv'
making install in /root/contrail/build/third_party/bind/bin/dnssec
make[3]: Entering directory `/root/work/build/third_party/bind/bin/dnssec'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/sbin
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man8
for t in dnssec-keygen dnssec-signzone dnssec-keyfromlabel dnssec-dsfromkey dnssec-revoke dnssec-settime dnssec-verify dnssec-importkey; do   /usr/bin/install -c $t /root/contrail/build/sbin; done
for m in dnssec-dsfromkey.8 dnssec-keyfromlabel.8 dnssec-keygen.8 dnssec-revoke.8 dnssec-settime.8 dnssec-signzone.8 dnssec-verify.8 dnssec-importkey.8; do /usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/dnssec/$m /root/contrail/build/share/man/man8; done
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/dnssec'
making install in /root/contrail/build/third_party/bind/bin/tools
make[3]: Entering directory `/root/work/build/third_party/bind/bin/tools'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/sbin
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man1
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man8
/usr/bin/install -c arpaname \
	/root/contrail/build/sbin
/usr/bin/install -c named-journalprint \
	/root/contrail/build/sbin
/usr/bin/install -c named-rrchecker \
	/root/contrail/build/sbin
/usr/bin/install -c nsec3hash \
	/root/contrail/build/sbin
/usr/bin/install -c genrandom \
	/root/contrail/build/sbin
/usr/bin/install -c isc-hmac-fixup \
	/root/contrail/build/sbin
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/tools/arpaname.1 /root/contrail/build/share/man/man1
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/tools/isc-hmac-fixup.8 /root/contrail/build/share/man/man8
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/tools/named-journalprint.8 /root/contrail/build/share/man/man8
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/tools/named-rrchecker.1 /root/contrail/build/share/man/man1
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/tools/nsec3hash.8 /root/contrail/build/share/man/man8
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/tools/genrandom.8 /root/contrail/build/share/man/man8
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/tools'
making install in /root/contrail/build/third_party/bind/bin/tests
make[3]: Entering directory `/root/work/build/third_party/bind/bin/tests'
making all in /root/contrail/build/third_party/bind/bin/tests/atomic
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/atomic'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/atomic'
making all in /root/contrail/build/third_party/bind/bin/tests/db
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/db'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/db'
making all in /root/contrail/build/third_party/bind/bin/tests/dst
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/dst'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/dst'
making all in /root/contrail/build/third_party/bind/bin/tests/master
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/master'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/master'
making all in /root/contrail/build/third_party/bind/bin/tests/mem
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/mem'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/mem'
making all in /root/contrail/build/third_party/bind/bin/tests/hashes
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/hashes'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/hashes'
making all in /root/contrail/build/third_party/bind/bin/tests/names
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/names'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/names'
making all in /root/contrail/build/third_party/bind/bin/tests/net
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/net'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/net'
making all in /root/contrail/build/third_party/bind/bin/tests/rbt
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/rbt'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/rbt'
making all in /root/contrail/build/third_party/bind/bin/tests/resolver
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/resolver'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/resolver'
making all in /root/contrail/build/third_party/bind/bin/tests/sockaddr
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
making all in /root/contrail/build/third_party/bind/bin/tests/tasks
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/tasks'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/tasks'
making all in /root/contrail/build/third_party/bind/bin/tests/timers
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/timers'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/timers'
making all in /root/contrail/build/third_party/bind/bin/tests/system
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/system'
making all in /root/contrail/build/third_party/bind/bin/tests/system/builtin
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
making all in /root/contrail/build/third_party/bind/bin/tests/system/dlzexternal
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
making all in /root/contrail/build/third_party/bind/bin/tests/system/fetchlimit
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
making all in /root/contrail/build/third_party/bind/bin/tests/system/filter-aaaa
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
making all in /root/contrail/build/third_party/bind/bin/tests/system/geoip
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
making all in /root/contrail/build/third_party/bind/bin/tests/system/lwresd
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
making all in /root/contrail/build/third_party/bind/bin/tests/system/rpz
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
making all in /root/contrail/build/third_party/bind/bin/tests/system/rsabigexponent
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
making all in /root/contrail/build/third_party/bind/bin/tests/system/statistics
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
making all in /root/contrail/build/third_party/bind/bin/tests/system/tkey
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
making all in /root/contrail/build/third_party/bind/bin/tests/system/tsiggss
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system'
making install in /root/contrail/build/third_party/bind/bin/tests/atomic
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/atomic'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/atomic'
making install in /root/contrail/build/third_party/bind/bin/tests/db
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/db'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/db'
making install in /root/contrail/build/third_party/bind/bin/tests/dst
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/dst'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/dst'
making install in /root/contrail/build/third_party/bind/bin/tests/master
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/master'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/master'
making install in /root/contrail/build/third_party/bind/bin/tests/mem
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/mem'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/mem'
making install in /root/contrail/build/third_party/bind/bin/tests/hashes
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/hashes'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/hashes'
making install in /root/contrail/build/third_party/bind/bin/tests/names
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/names'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/names'
making install in /root/contrail/build/third_party/bind/bin/tests/net
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/net'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/net'
making install in /root/contrail/build/third_party/bind/bin/tests/rbt
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/rbt'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/rbt'
making install in /root/contrail/build/third_party/bind/bin/tests/resolver
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/resolver'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/resolver'
making install in /root/contrail/build/third_party/bind/bin/tests/sockaddr
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/sockaddr'
making install in /root/contrail/build/third_party/bind/bin/tests/tasks
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/tasks'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/tasks'
making install in /root/contrail/build/third_party/bind/bin/tests/timers
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/timers'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/timers'
making install in /root/contrail/build/third_party/bind/bin/tests/system
make[4]: Entering directory `/root/work/build/third_party/bind/bin/tests/system'
making all in /root/contrail/build/third_party/bind/bin/tests/system/builtin
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
making all in /root/contrail/build/third_party/bind/bin/tests/system/dlzexternal
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
making all in /root/contrail/build/third_party/bind/bin/tests/system/fetchlimit
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
making all in /root/contrail/build/third_party/bind/bin/tests/system/filter-aaaa
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
making all in /root/contrail/build/third_party/bind/bin/tests/system/geoip
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_debug_la-heap-checker.lo -MD -MP -MF .deps/libtcmalloc_debug_la-heap-checker.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-checker.cc -o libtcmalloc_debug_la-heap-checker.o >/dev/null 2>&1
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
making all in /root/contrail/build/third_party/bind/bin/tests/system/lwresd
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
making all in /root/contrail/build/third_party/bind/bin/tests/system/rpz
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
making all in /root/contrail/build/third_party/bind/bin/tests/system/rsabigexponent
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
making all in /root/contrail/build/third_party/bind/bin/tests/system/statistics
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
making all in /root/contrail/build/third_party/bind/bin/tests/system/tkey
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
making all in /root/contrail/build/third_party/bind/bin/tests/system/tsiggss
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
making install in /root/contrail/build/third_party/bind/bin/tests/system/builtin
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/builtin'
making install in /root/contrail/build/third_party/bind/bin/tests/system/dlzexternal
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/dlzexternal'
making install in /root/contrail/build/third_party/bind/bin/tests/system/fetchlimit
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/fetchlimit'
making install in /root/contrail/build/third_party/bind/bin/tests/system/filter-aaaa
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/filter-aaaa'
making install in /root/contrail/build/third_party/bind/bin/tests/system/geoip
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/geoip'
making install in /root/contrail/build/third_party/bind/bin/tests/system/lwresd
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/lwresd'
making install in /root/contrail/build/third_party/bind/bin/tests/system/rpz
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rpz'
making install in /root/contrail/build/third_party/bind/bin/tests/system/rsabigexponent
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/rsabigexponent'
making install in /root/contrail/build/third_party/bind/bin/tests/system/statistics
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/statistics'
making install in /root/contrail/build/third_party/bind/bin/tests/system/tkey
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tkey'
making install in /root/contrail/build/third_party/bind/bin/tests/system/tsiggss
make[5]: Entering directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
make[5]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system/tsiggss'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/tests/system'
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/tests'
making install in /root/contrail/build/third_party/bind/bin/nsupdate
make[3]: Entering directory `/root/work/build/third_party/bind/bin/nsupdate'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/bin
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man1
/usr/bin/install -c nsupdate /root/contrail/build/bin
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/nsupdate/nsupdate.1 /root/contrail/build/share/man/man1
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/nsupdate'
making install in /root/contrail/build/third_party/bind/bin/check
make[3]: Entering directory `/root/work/build/third_party/bind/bin/check'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/sbin
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man8
/usr/bin/install -c named-checkconf /root/contrail/build/sbin
/usr/bin/install -c named-checkzone /root/contrail/build/sbin
(cd /root/contrail/build/sbin; rm -f named-compilezone; ln -s named-checkzone named-compilezone)
for m in named-checkconf.8 named-checkzone.8; do /usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/check/$m /root/contrail/build/share/man/man8; done
(cd /root/contrail/build/share/man/man8; rm -f named-compilezone.8; ln -s named-checkzone.8 named-compilezone.8)
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/check'
making install in /root/contrail/build/third_party/bind/bin/confgen
make[3]: Entering directory `/root/work/build/third_party/bind/bin/confgen'
making all in /root/contrail/build/third_party/bind/bin/confgen/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/confgen/unix'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/confgen/unix'
making install in /root/contrail/build/third_party/bind/bin/confgen/unix
make[4]: Entering directory `/root/work/build/third_party/bind/bin/confgen/unix'
make[4]: Leaving directory `/root/work/build/third_party/bind/bin/confgen/unix'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/sbin
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man8
/usr/bin/install -c rndc-confgen /root/contrail/build/sbin
/usr/bin/install -c ddns-confgen /root/contrail/build/sbin
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/confgen/rndc-confgen.8 /root/contrail/build/share/man/man8
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/confgen/ddns-confgen.8 /root/contrail/build/share/man/man8
(cd /root/contrail/build/sbin; rm -f tsig-keygen; ln -s ddns-confgen tsig-keygen)
(cd /root/contrail/build/share/man/man8; rm -f tsig-keygen.8; ln -s ddns-confgen.8 tsig-keygen.8)
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/confgen'
making install in /root/contrail/build/third_party/bind/bin/python
make[3]: Entering directory `/root/work/build/third_party/bind/bin/python'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/sbin
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man8
/usr/bin/install -c dnssec-checkds /root/contrail/build/sbin
/usr/bin/install -c dnssec-coverage /root/contrail/build/sbin
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/python/dnssec-checkds.8 /root/contrail/build/share/man/man8
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bin/python/dnssec-coverage.8 /root/contrail/build/share/man/man8
make[3]: Leaving directory `/root/work/build/third_party/bind/bin/python'
make[2]: Leaving directory `/root/work/build/third_party/bind/bin'
making install in /root/contrail/build/third_party/bind/doc
make[2]: Entering directory `/root/work/build/third_party/bind/doc'
making all in /root/contrail/build/third_party/bind/doc/arm
make[3]: Entering directory `/root/work/build/third_party/bind/doc/arm'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/arm'
making all in /root/contrail/build/third_party/bind/doc/misc
make[3]: Entering directory `/root/work/build/third_party/bind/doc/misc'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/misc'
making all in /root/contrail/build/third_party/bind/doc/xsl
make[3]: Entering directory `/root/work/build/third_party/bind/doc/xsl'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/xsl'
making all in /root/contrail/build/third_party/bind/doc/doxygen
make[3]: Entering directory `/root/work/build/third_party/bind/doc/doxygen'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/doxygen'
making all in /root/contrail/build/third_party/bind/doc/tex
make[3]: Entering directory `/root/work/build/third_party/bind/doc/tex'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/tex'
making install in /root/contrail/build/third_party/bind/doc/arm
make[3]: Entering directory `/root/work/build/third_party/bind/doc/arm'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/arm'
making install in /root/contrail/build/third_party/bind/doc/misc
make[3]: Entering directory `/root/work/build/third_party/bind/doc/misc'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/misc'
making install in /root/contrail/build/third_party/bind/doc/xsl
make[3]: Entering directory `/root/work/build/third_party/bind/doc/xsl'
mv -f src/.deps/liblog4cplusU_la-clogger.Tpo src/.deps/liblog4cplusU_la-clogger.Plo
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/xsl'
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-configurator.lo -MD -MP -MF src/.deps/liblog4cplusU_la-configurator.Tpo -c -o src/liblog4cplusU_la-configurator.lo `test -f 'src/configurator.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/configurator.cxx
making install in /root/contrail/build/third_party/bind/doc/doxygen
make[3]: Entering directory `/root/work/build/third_party/bind/doc/doxygen'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/doxygen'
making install in /root/contrail/build/third_party/bind/doc/tex
make[3]: Entering directory `/root/work/build/third_party/bind/doc/tex'
make[3]: Leaving directory `/root/work/build/third_party/bind/doc/tex'
make[2]: Leaving directory `/root/work/build/third_party/bind/doc'
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/bin \
/root/contrail/build/var/run /root/contrail/build/etc
mkdir /root/contrail/build/var
mkdir /root/contrail/build/var/run
mkdir /root/contrail/build/etc
/bin/sh /root/contrail/third_party/bind-9.10.4-P2/mkinstalldirs /root/contrail/build/share/man/man1
/usr/bin/install -c isc-config.sh /root/contrail/build/bin
rm -f /root/contrail/build/bin/bind9-config
ln /root/contrail/build/bin/isc-config.sh /root/contrail/build/bin/bind9-config
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/isc-config.sh.1 /root/contrail/build/share/man/man1
rm -f /root/contrail/build/share/man/man1/bind9-config.1
ln /root/contrail/build/share/man/man1/isc-config.sh.1 /root/contrail/build/share/man/man1/bind9-config.1
/usr/bin/install -c -m 644 /root/contrail/third_party/bind-9.10.4-P2/bind.keys /root/contrail/build/etc
make[1]: Leaving directory `/root/work/build/third_party/bind'
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-configurator.lo -MD -MP -MF src/.deps/liblog4cplusU_la-configurator.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/configurator.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-configurator.o
SandeshCppBuilder controller/src/ifmap/ifmap_agent.sandesh -> build/debug/ifmap/ifmap_agent_types.h build/debug/ifmap/ifmap_agent_types.cpp build/debug/ifmap/ifmap_agent_constants.h build/debug/ifmap/ifmap_agent_constants.cpp build/debug/ifmap/ifmap_agent_html.cpp
g++ -o build/debug/ifmap/ifmap_dependency_tracker.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database controller/src/ifmap/ifmap_dependency_tracker.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-configurator.lo -MD -MP -MF src/.deps/liblog4cplusU_la-configurator.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/configurator.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-configurator.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_debug_la-heap-checker.Tpo .deps/libtcmalloc_debug_la-heap-checker.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer   -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_debug_la-heap-checker-bcad.lo -MD -MP -MF .deps/libtcmalloc_debug_la-heap-checker-bcad.Tpo -c -o libtcmalloc_debug_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/heap-checker-bcad.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_debug_la-heap-checker-bcad.lo -MD -MP -MF .deps/libtcmalloc_debug_la-heap-checker-bcad.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-checker-bcad.cc  -fPIC -DPIC -o .libs/libtcmalloc_debug_la-heap-checker-bcad.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -MT libtcmalloc_debug_la-heap-checker-bcad.lo -MD -MP -MF .deps/libtcmalloc_debug_la-heap-checker-bcad.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-checker-bcad.cc -o libtcmalloc_debug_la-heap-checker-bcad.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_debug_la-heap-checker-bcad.Tpo .deps/libtcmalloc_debug_la-heap-checker-bcad.Plo
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer   -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -std=c++11 -pthread -version-info 5:2:1 -version-info 5:2:1  -o libtcmalloc_debug.la -rpath /root/contrail/build/lib libtcmalloc_debug_la-debugallocation.lo thread_lister.lo libtcmalloc_debug_la-linuxthreads.lo libtcmalloc_debug_la-heap-checker.lo libtcmalloc_debug_la-heap-checker-bcad.lo      libtcmalloc_internal.la -lpthread 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/libtcmalloc_debug_la-debugallocation.o .libs/thread_lister.o .libs/libtcmalloc_debug_la-linuxthreads.o .libs/libtcmalloc_debug_la-heap-checker.o .libs/libtcmalloc_debug_la-heap-checker-bcad.o  -Wl,--whole-archive ./.libs/libtcmalloc_internal.a -Wl,--no-whole-archive  -lpthread -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o  -pthread -O2 -pthread   -pthread -Wl,-soname -Wl,libtcmalloc_debug.so.4 -o .libs/libtcmalloc_debug.so.4.1.2
libtool: link: (cd ".libs" && rm -f "libtcmalloc_debug.so.4" && ln -s "libtcmalloc_debug.so.4.1.2" "libtcmalloc_debug.so.4")
libtool: link: (cd ".libs" && rm -f "libtcmalloc_debug.so" && ln -s "libtcmalloc_debug.so.4.1.2" "libtcmalloc_debug.so")
libtool: link: (cd .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/libtcmalloc_internal.a")
libtool: link: ar cru .libs/libtcmalloc_debug.a  libtcmalloc_debug_la-debugallocation.o thread_lister.o libtcmalloc_debug_la-linuxthreads.o libtcmalloc_debug_la-heap-checker.o libtcmalloc_debug_la-heap-checker-bcad.o  .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/dynamic_annotations.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/elf_mem_image.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-central_freelist.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-common.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profile-table.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profiler.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-internal_logging.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-low_level_alloc.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_extension.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_hook.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-maybe_threads.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memfs_malloc.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memory_region_map.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-page_heap.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-raw_printer.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-sampler.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-span.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-stack_trace_table.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-static_vars.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-symbolize.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-system-alloc.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-thread_cache.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/logging.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/spinlock.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/spinlock_internal.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/stacktrace.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/sysinfo.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/vdso_support.o 
libtool: link: ranlib .libs/libtcmalloc_debug.a
libtool: link: rm -fr .libs/libtcmalloc_debug.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_debug.la" && ln -s "../libtcmalloc_debug.la" "libtcmalloc_debug.la" )
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT profiler.lo -MD -MP -MF .deps/profiler.Tpo -c -o profiler.lo `test -f 'src/profiler.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/profiler.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT profiler.lo -MD -MP -MF .deps/profiler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/profiler.cc  -fPIC -DPIC -o .libs/profiler.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT profiler.lo -MD -MP -MF .deps/profiler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/profiler.cc -o profiler.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-configurator.Tpo src/.deps/liblog4cplusU_la-configurator.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-connectorthread.lo -MD -MP -MF src/.deps/liblog4cplusU_la-connectorthread.Tpo -c -o src/liblog4cplusU_la-connectorthread.lo `test -f 'src/connectorthread.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/connectorthread.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-connectorthread.lo -MD -MP -MF src/.deps/liblog4cplusU_la-connectorthread.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/connectorthread.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-connectorthread.o
mv -f .deps/profiler.Tpo .deps/profiler.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT profile-handler.lo -MD -MP -MF .deps/profile-handler.Tpo -c -o profile-handler.lo `test -f 'src/profile-handler.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/profile-handler.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT profile-handler.lo -MD -MP -MF .deps/profile-handler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/profile-handler.cc  -fPIC -DPIC -o .libs/profile-handler.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-connectorthread.lo -MD -MP -MF src/.deps/liblog4cplusU_la-connectorthread.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/connectorthread.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-connectorthread.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT profile-handler.lo -MD -MP -MF .deps/profile-handler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/profile-handler.cc -o profile-handler.o >/dev/null 2>&1
mv -f .deps/profile-handler.Tpo .deps/profile-handler.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT profiledata.lo -MD -MP -MF .deps/profiledata.Tpo -c -o profiledata.lo `test -f 'src/profiledata.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/profiledata.cc
mv -f src/.deps/liblog4cplusU_la-connectorthread.Tpo src/.deps/liblog4cplusU_la-connectorthread.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-consoleappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-consoleappender.Tpo -c -o src/liblog4cplusU_la-consoleappender.lo `test -f 'src/consoleappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/consoleappender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT profiledata.lo -MD -MP -MF .deps/profiledata.Tpo -c /root/contrail/third_party/gperftools-2.1/src/profiledata.cc  -fPIC -DPIC -o .libs/profiledata.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-consoleappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-consoleappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/consoleappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-consoleappender.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT profiledata.lo -MD -MP -MF .deps/profiledata.Tpo -c /root/contrail/third_party/gperftools-2.1/src/profiledata.cc -o profiledata.o >/dev/null 2>&1
SandeshCppBuilder controller/src/ifmap/ifmap_server_show.sandesh -> build/debug/ifmap/ifmap_server_show_types.h build/debug/ifmap/ifmap_server_show_types.cpp build/debug/ifmap/ifmap_server_show_constants.h build/debug/ifmap/ifmap_server_show_constants.cpp build/debug/ifmap/ifmap_server_show_html.cpp
mv -f .deps/profiledata.Tpo .deps/profiledata.Plo
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -export-symbols-regex '(ProfilerStart|ProfilerStartWithOptions|ProfilerStop|ProfilerFlush|ProfilerEnable|ProfilerDisable|ProfilingIsEnabledForAllThreads|ProfilerRegisterThread|ProfilerGetCurrentState|ProfilerState|ProfileData|ProfileHandler)' -version-info 3:2:3  -o libprofiler.la -rpath /root/contrail/build/lib profiler.lo profile-handler.lo profiledata.lo     libstacktrace.la 
SandeshCppBuilder src/contrail-common/config-client-mgr/config_client_show.sandesh -> build/debug/config-client-mgr/config_client_show_types.h build/debug/config-client-mgr/config_client_show_types.cpp build/debug/config-client-mgr/config_client_show_constants.h build/debug/config-client-mgr/config_client_show_constants.cpp build/debug/config-client-mgr/config_client_show_html.cpp
g++ -o build/debug/ifmap/ifmap_link.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database controller/src/ifmap/ifmap_link.cc
libtool: link: /usr/bin/nm -B  .libs/profiler.o .libs/profile-handler.o .libs/profiledata.o   ./.libs/libstacktrace.a | sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libprofiler.exp
libtool: link: /usr/bin/grep -E -e "(ProfilerStart|ProfilerStartWithOptions|ProfilerStop|ProfilerFlush|ProfilerEnable|ProfilerDisable|ProfilingIsEnabledForAllThreads|ProfilerRegisterThread|ProfilerGetCurrentState|ProfilerState|ProfileData|ProfileHandler)" ".libs/libprofiler.exp" > ".libs/libprofiler.expT"
libtool: link: mv -f ".libs/libprofiler.expT" ".libs/libprofiler.exp"
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/profiler.o .libs/profile-handler.o .libs/profiledata.o  -Wl,--whole-archive ./.libs/libstacktrace.a -Wl,--no-whole-archive  -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o  -O2   -Wl,-soname -Wl,libprofiler.so.0 -Wl,-retain-symbols-file -Wl,.libs/libprofiler.exp -o .libs/libprofiler.so.0.3.2
libtool: link: (cd ".libs" && rm -f "libprofiler.so.0" && ln -s "libprofiler.so.0.3.2" "libprofiler.so.0")
libtool: link: (cd ".libs" && rm -f "libprofiler.so" && ln -s "libprofiler.so.0.3.2" "libprofiler.so")
libtool: link: (cd .libs/libprofiler.lax/libstacktrace.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/libstacktrace.a")
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-consoleappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-consoleappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/consoleappender.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-consoleappender.o >/dev/null 2>&1
libtool: link: ar cru .libs/libprofiler.a  profiler.o profile-handler.o profiledata.o  .libs/libprofiler.lax/libstacktrace.a/atomicops-internals-x86.o .libs/libprofiler.lax/libstacktrace.a/dynamic_annotations.o .libs/libprofiler.lax/libstacktrace.a/elf_mem_image.o .libs/libprofiler.lax/libstacktrace.a/logging.o .libs/libprofiler.lax/libstacktrace.a/spinlock.o .libs/libprofiler.lax/libstacktrace.a/spinlock_internal.o .libs/libprofiler.lax/libstacktrace.a/stacktrace.o .libs/libprofiler.lax/libstacktrace.a/sysinfo.o .libs/libprofiler.lax/libstacktrace.a/vdso_support.o 
libtool: link: ranlib .libs/libprofiler.a
libtool: link: rm -fr .libs/libprofiler.lax
libtool: link: ( cd ".libs" && rm -f "libprofiler.la" && ln -s "../libprofiler.la" "libprofiler.la" )
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer    -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-tcmalloc.Tpo -c -o libtcmalloc_and_profiler_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tcmalloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-tcmalloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/tcmalloc.cc  -fPIC -DPIC -o .libs/libtcmalloc_and_profiler_la-tcmalloc.o
mv -f src/.deps/liblog4cplusU_la-consoleappender.Tpo src/.deps/liblog4cplusU_la-consoleappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-cygwin-win32.lo -MD -MP -MF src/.deps/liblog4cplusU_la-cygwin-win32.Tpo -c -o src/liblog4cplusU_la-cygwin-win32.lo `test -f 'src/cygwin-win32.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/cygwin-win32.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-cygwin-win32.lo -MD -MP -MF src/.deps/liblog4cplusU_la-cygwin-win32.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/cygwin-win32.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-cygwin-win32.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-cygwin-win32.lo -MD -MP -MF src/.deps/liblog4cplusU_la-cygwin-win32.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/cygwin-win32.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-cygwin-win32.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-cygwin-win32.Tpo src/.deps/liblog4cplusU_la-cygwin-win32.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-env.lo -MD -MP -MF src/.deps/liblog4cplusU_la-env.Tpo -c -o src/liblog4cplusU_la-env.lo `test -f 'src/env.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/env.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-env.lo -MD -MP -MF src/.deps/liblog4cplusU_la-env.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/env.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-env.o
SandeshCppBuilder controller/src/ifmap/ifmap_log.sandesh -> build/debug/ifmap/ifmap_log_types.h build/debug/ifmap/ifmap_log_types.cpp build/debug/ifmap/ifmap_log_constants.h build/debug/ifmap/ifmap_log_constants.cpp build/debug/ifmap/ifmap_log_html.cpp
g++ -o build/debug/ifmap/ifmap_node.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database controller/src/ifmap/ifmap_node.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-tcmalloc.Tpo -c /root/contrail/third_party/gperftools-2.1/src/tcmalloc.cc -o libtcmalloc_and_profiler_la-tcmalloc.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-env.lo -MD -MP -MF src/.deps/liblog4cplusU_la-env.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/env.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-env.o >/dev/null 2>&1
g++ -o build/debug/ifmap/ifmap_object.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database controller/src/ifmap/ifmap_object.cc
mv -f src/.deps/liblog4cplusU_la-env.Tpo src/.deps/liblog4cplusU_la-env.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-exception.lo -MD -MP -MF src/.deps/liblog4cplusU_la-exception.Tpo -c -o src/liblog4cplusU_la-exception.lo `test -f 'src/exception.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/exception.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-exception.lo -MD -MP -MF src/.deps/liblog4cplusU_la-exception.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/exception.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-exception.o
mv -f .deps/libtcmalloc_and_profiler_la-tcmalloc.Tpo .deps/libtcmalloc_and_profiler_la-tcmalloc.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer    -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-linuxthreads.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-linuxthreads.Tpo -c -o libtcmalloc_and_profiler_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/linuxthreads.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-linuxthreads.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-linuxthreads.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/linuxthreads.cc  -fPIC -DPIC -o .libs/libtcmalloc_and_profiler_la-linuxthreads.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-exception.lo -MD -MP -MF src/.deps/liblog4cplusU_la-exception.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/exception.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-exception.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-exception.Tpo src/.deps/liblog4cplusU_la-exception.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-factory.lo -MD -MP -MF src/.deps/liblog4cplusU_la-factory.Tpo -c -o src/liblog4cplusU_la-factory.lo `test -f 'src/factory.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/factory.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-linuxthreads.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-linuxthreads.Tpo -c /root/contrail/third_party/gperftools-2.1/src/base/linuxthreads.cc -o libtcmalloc_and_profiler_la-linuxthreads.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-factory.lo -MD -MP -MF src/.deps/liblog4cplusU_la-factory.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/factory.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-factory.o
mv -f .deps/libtcmalloc_and_profiler_la-linuxthreads.Tpo .deps/libtcmalloc_and_profiler_la-linuxthreads.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer    -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-heap-checker.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-heap-checker.Tpo -c -o libtcmalloc_and_profiler_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/heap-checker.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-heap-checker.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-heap-checker.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-checker.cc  -fPIC -DPIC -o .libs/libtcmalloc_and_profiler_la-heap-checker.o
SandeshOnlyCppBuilder controller/src/ifmap/ifmap_server_show_internal.sandesh -> build/debug/ifmap/ifmap_server_show_internal_types.h build/debug/ifmap/ifmap_server_show_internal_types.cpp build/debug/ifmap/ifmap_server_show_internal_constants.h build/debug/ifmap/ifmap_server_show_internal_constants.cpp build/debug/ifmap/ifmap_server_show_internal_html.cpp
g++ -o build/debug/net/bgp_af.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/net/bgp_af.cc
g++ -o build/debug/ifmap/ifmap_server_show_internal_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug build/debug/ifmap/ifmap_server_show_internal_html.cpp
g++ -o build/debug/net/community_type.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/net/community_type.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-factory.lo -MD -MP -MF src/.deps/liblog4cplusU_la-factory.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/factory.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-factory.o >/dev/null 2>&1
g++ -o build/debug/net/esi.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/net/esi.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-heap-checker.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-heap-checker.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-checker.cc -o libtcmalloc_and_profiler_la-heap-checker.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-factory.Tpo src/.deps/liblog4cplusU_la-factory.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-fileappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-fileappender.Tpo -c -o src/liblog4cplusU_la-fileappender.lo `test -f 'src/fileappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/fileappender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-fileappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-fileappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/fileappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-fileappender.o
g++ -o build/debug/net/mac_address.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/net/mac_address.cc
g++ -o build/debug/net/rd.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/net/rd.cc
g++ -o build/debug/net/tunnel_encap_type.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/net/tunnel_encap_type.cc
mv -f .deps/libtcmalloc_and_profiler_la-heap-checker.Tpo .deps/libtcmalloc_and_profiler_la-heap-checker.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer    -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-heap-checker-bcad.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-heap-checker-bcad.Tpo -c -o libtcmalloc_and_profiler_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/heap-checker-bcad.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-heap-checker-bcad.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-heap-checker-bcad.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-checker-bcad.cc  -fPIC -DPIC -o .libs/libtcmalloc_and_profiler_la-heap-checker-bcad.o
/root/contrail/third_party/log4cplus-2.1.1/src/fileappender.cxx:686:1: warning: ‘std::chrono::seconds log4cplus::{anonymous}::local_time_offset(const Time&)’ defined but not used [-Wunused-function]
 local_time_offset (Time const & t)
 ^
/root/contrail/third_party/log4cplus-2.1.1/src/fileappender.cxx:702:1: warning: ‘log4cplus::helpers::Time log4cplus::{anonymous}::adjust_for_time_zone(const Time&, const seconds&)’ defined but not used [-Wunused-function]
 adjust_for_time_zone (Time const & t, std::chrono::seconds const & tzoffset)
 ^
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-heap-checker-bcad.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-heap-checker-bcad.Tpo -c /root/contrail/third_party/gperftools-2.1/src/heap-checker-bcad.cc -o libtcmalloc_and_profiler_la-heap-checker-bcad.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-fileappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-fileappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/fileappender.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-fileappender.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_and_profiler_la-heap-checker-bcad.Tpo .deps/libtcmalloc_and_profiler_la-heap-checker-bcad.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer    -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-profiler.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-profiler.Tpo -c -o libtcmalloc_and_profiler_la-profiler.lo `test -f 'src/profiler.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/profiler.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-profiler.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-profiler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/profiler.cc  -fPIC -DPIC -o .libs/libtcmalloc_and_profiler_la-profiler.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-profiler.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-profiler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/profiler.cc -o libtcmalloc_and_profiler_la-profiler.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_and_profiler_la-profiler.Tpo .deps/libtcmalloc_and_profiler_la-profiler.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer    -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-profile-handler.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-profile-handler.Tpo -c -o libtcmalloc_and_profiler_la-profile-handler.lo `test -f 'src/profile-handler.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/profile-handler.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-profile-handler.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-profile-handler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/profile-handler.cc  -fPIC -DPIC -o .libs/libtcmalloc_and_profiler_la-profile-handler.o
g++ -o build/debug/route/route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/route/route.cc
ar rc build/debug/net/libnet.a build/debug/net/bgp_af.o build/debug/net/community_type.o build/debug/net/esi.o build/debug/net/mac_address.o build/debug/net/rd.o build/debug/net/tunnel_encap_type.o
ranlib build/debug/net/libnet.a
g++ -o build/debug/route/table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/route/table.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-profile-handler.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-profile-handler.Tpo -c /root/contrail/third_party/gperftools-2.1/src/profile-handler.cc -o libtcmalloc_and_profiler_la-profile-handler.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_and_profiler_la-profile-handler.Tpo .deps/libtcmalloc_and_profiler_la-profile-handler.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer    -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-profiledata.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-profiledata.Tpo -c -o libtcmalloc_and_profiler_la-profiledata.lo `test -f 'src/profiledata.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/profiledata.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-profiledata.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-profiledata.Tpo -c /root/contrail/third_party/gperftools-2.1/src/profiledata.cc  -fPIC -DPIC -o .libs/libtcmalloc_and_profiler_la-profiledata.o
SandeshOnlyCppBuilder controller/src/db/db.sandesh -> build/debug/db/db_types.h build/debug/db/db_types.cpp build/debug/db/db_constants.h build/debug/db/db_constants.cpp build/debug/db/db_html.cpp
mv -f src/.deps/liblog4cplusU_la-fileappender.Tpo src/.deps/liblog4cplusU_la-fileappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-fileinfo.lo -MD -MP -MF src/.deps/liblog4cplusU_la-fileinfo.Tpo -c -o src/liblog4cplusU_la-fileinfo.lo `test -f 'src/fileinfo.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/fileinfo.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src -I/root/contrail/third_party/gperftools-2.1/src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -MT libtcmalloc_and_profiler_la-profiledata.lo -MD -MP -MF .deps/libtcmalloc_and_profiler_la-profiledata.Tpo -c /root/contrail/third_party/gperftools-2.1/src/profiledata.cc -o libtcmalloc_and_profiler_la-profiledata.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-fileinfo.lo -MD -MP -MF src/.deps/liblog4cplusU_la-fileinfo.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/fileinfo.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-fileinfo.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-fileinfo.lo -MD -MP -MF src/.deps/liblog4cplusU_la-fileinfo.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/fileinfo.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-fileinfo.o >/dev/null 2>&1
mv -f .deps/libtcmalloc_and_profiler_la-profiledata.Tpo .deps/libtcmalloc_and_profiler_la-profiledata.Plo
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer    -g -O2 -std=c++11 -pthread -version-info 5:2:1  -o libtcmalloc_and_profiler.la -rpath /root/contrail/build/lib libtcmalloc_and_profiler_la-tcmalloc.lo      thread_lister.lo libtcmalloc_and_profiler_la-linuxthreads.lo libtcmalloc_and_profiler_la-heap-checker.lo libtcmalloc_and_profiler_la-heap-checker-bcad.lo libtcmalloc_and_profiler_la-profiler.lo libtcmalloc_and_profiler_la-profile-handler.lo libtcmalloc_and_profiler_la-profiledata.lo     libtcmalloc_internal.la -lpthread 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/libtcmalloc_and_profiler_la-tcmalloc.o .libs/thread_lister.o .libs/libtcmalloc_and_profiler_la-linuxthreads.o .libs/libtcmalloc_and_profiler_la-heap-checker.o .libs/libtcmalloc_and_profiler_la-heap-checker-bcad.o .libs/libtcmalloc_and_profiler_la-profiler.o .libs/libtcmalloc_and_profiler_la-profile-handler.o .libs/libtcmalloc_and_profiler_la-profiledata.o  -Wl,--whole-archive ./.libs/libtcmalloc_internal.a -Wl,--no-whole-archive  -lpthread -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o  -pthread -O2 -pthread   -pthread -Wl,-soname -Wl,libtcmalloc_and_profiler.so.4 -o .libs/libtcmalloc_and_profiler.so.4.1.2
g++ -o build/debug/db/db_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db build/debug/db/db_html.cpp
mv -f src/.deps/liblog4cplusU_la-fileinfo.Tpo src/.deps/liblog4cplusU_la-fileinfo.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-filter.lo -MD -MP -MF src/.deps/liblog4cplusU_la-filter.Tpo -c -o src/liblog4cplusU_la-filter.lo `test -f 'src/filter.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/filter.cxx
g++ -o build/debug/db/db_entry.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db controller/src/db/db_entry.cc
libtool: link: (cd ".libs" && rm -f "libtcmalloc_and_profiler.so.4" && ln -s "libtcmalloc_and_profiler.so.4.1.2" "libtcmalloc_and_profiler.so.4")
libtool: link: (cd ".libs" && rm -f "libtcmalloc_and_profiler.so" && ln -s "libtcmalloc_and_profiler.so.4.1.2" "libtcmalloc_and_profiler.so")
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-filter.lo -MD -MP -MF src/.deps/liblog4cplusU_la-filter.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/filter.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-filter.o
libtool: link: (cd .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a && ar x "/root/contrail/build/third_party/gperftools/./.libs/libtcmalloc_internal.a")
libtool: link: ar cru .libs/libtcmalloc_and_profiler.a  libtcmalloc_and_profiler_la-tcmalloc.o thread_lister.o libtcmalloc_and_profiler_la-linuxthreads.o libtcmalloc_and_profiler_la-heap-checker.o libtcmalloc_and_profiler_la-heap-checker-bcad.o libtcmalloc_and_profiler_la-profiler.o libtcmalloc_and_profiler_la-profile-handler.o libtcmalloc_and_profiler_la-profiledata.o  .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/dynamic_annotations.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/elf_mem_image.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-central_freelist.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-common.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profile-table.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profiler.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-internal_logging.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-low_level_alloc.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_extension.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_hook.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-maybe_threads.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memfs_malloc.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memory_region_map.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-page_heap.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-raw_printer.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-sampler.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-span.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-stack_trace_table.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-static_vars.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-symbolize.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-system-alloc.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-thread_cache.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/logging.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/spinlock.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/spinlock_internal.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/stacktrace.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/sysinfo.o .libs/libtcmalloc_and_profiler.lax/libtcmalloc_internal.a/vdso_support.o 
libtool: link: ranlib .libs/libtcmalloc_and_profiler.a
libtool: link: rm -fr .libs/libtcmalloc_and_profiler.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_and_profiler.la" && ln -s "../libtcmalloc_and_profiler.la" "libtcmalloc_and_profiler.la" )
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT debugallocation_test-debugallocation_test.o -MD -MP -MF .deps/debugallocation_test-debugallocation_test.Tpo -c -o debugallocation_test-debugallocation_test.o `test -f 'src/tests/debugallocation_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/debugallocation_test.cc
mv -f .deps/debugallocation_test-debugallocation_test.Tpo .deps/debugallocation_test-debugallocation_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o debugallocation_test debugallocation_test-debugallocation_test.o libtcmalloc_debug.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/debugallocation_test debugallocation_test-debugallocation_test.o  ./.libs/libtcmalloc_debug.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT tcmalloc_unittest-tcmalloc_unittest.o -MD -MP -MF .deps/tcmalloc_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/tcmalloc_unittest.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-filter.lo -MD -MP -MF src/.deps/liblog4cplusU_la-filter.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/filter.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-filter.o >/dev/null 2>&1
ar rc build/debug/route/libroute.a build/debug/route/route.o build/debug/route/table.o
ranlib build/debug/route/libroute.a
g++ -o build/debug/db/db_graph_edge.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db controller/src/db/db_graph_edge.cc
mv -f src/.deps/liblog4cplusU_la-filter.Tpo src/.deps/liblog4cplusU_la-filter.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-global-init.lo -MD -MP -MF src/.deps/liblog4cplusU_la-global-init.Tpo -c -o src/liblog4cplusU_la-global-init.lo `test -f 'src/global-init.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/global-init.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-global-init.lo -MD -MP -MF src/.deps/liblog4cplusU_la-global-init.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/global-init.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-global-init.o
mv -f .deps/tcmalloc_unittest-tcmalloc_unittest.Tpo .deps/tcmalloc_unittest-tcmalloc_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT tcmalloc_unittest-testutil.o -MD -MP -MF .deps/tcmalloc_unittest-testutil.Tpo -c -o tcmalloc_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
mv -f .deps/tcmalloc_unittest-testutil.Tpo .deps/tcmalloc_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o tcmalloc_unittest tcmalloc_unittest-tcmalloc_unittest.o tcmalloc_unittest-testutil.o libtcmalloc.la liblogging.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/tcmalloc_unittest tcmalloc_unittest-tcmalloc_unittest.o tcmalloc_unittest-testutil.o  ./.libs/libtcmalloc.so ./.libs/liblogging.a -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT sampling_test-sampling_test.o -MD -MP -MF .deps/sampling_test-sampling_test.Tpo -c -o sampling_test-sampling_test.o `test -f 'src/tests/sampling_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/sampling_test.cc
In file included from /root/contrail/third_party/log4cplus-2.1.1/src/global-init.cxx:44:0:
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h: In lambda function:
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h:250:54: warning: declaration of ‘std::unique_lock<std::mutex> lock’ shadows a parameter [-Wshadow]
                     std::unique_lock<std::mutex> lock(this->queue_mutex);
                                                      ^
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h:236:68: warning: shadowed declaration is here [-Wshadow]
     std::size_t worker_number, std::unique_lock<std::mutex> const &lock)
                                                                    ^
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h:286:54: warning: declaration of ‘std::unique_lock<std::mutex> lock’ shadows a parameter [-Wshadow]
                     std::unique_lock<std::mutex> lock(this->queue_mutex);
                                                      ^
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h:236:68: warning: shadowed declaration is here [-Wshadow]
     std::size_t worker_number, std::unique_lock<std::mutex> const &lock)
                                                                    ^
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h: At global scope:
/root/contrail/third_party/log4cplus-2.1.1/threadpool/ThreadPool.h:235:13: warning: unused parameter ‘lock’ [-Wunused-parameter]
 inline void ThreadPool::start_worker(
             ^
mv -f .deps/sampling_test-sampling_test.Tpo .deps/sampling_test-sampling_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -g -pthread   -o sampling_test sampling_test-sampling_test.o  libtcmalloc.la -lpthread 
libtool: link: g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -g -pthread -o .libs/sampling_test sampling_test-sampling_test.o  ./.libs/libtcmalloc.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT heap_profiler_unittest-heap-profiler_unittest.o -MD -MP -MF .deps/heap_profiler_unittest-heap-profiler_unittest.Tpo -c -o heap_profiler_unittest-heap-profiler_unittest.o `test -f 'src/tests/heap-profiler_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/heap-profiler_unittest.cc
mv -f .deps/heap_profiler_unittest-heap-profiler_unittest.Tpo .deps/heap_profiler_unittest-heap-profiler_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -g -pthread   -o heap-profiler_unittest heap_profiler_unittest-heap-profiler_unittest.o  libtcmalloc.la -lpthread 
g++ -o build/debug/db/db_graph_vertex.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db controller/src/db/db_graph_vertex.cc
libtool: link: g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -g -pthread -o .libs/heap-profiler_unittest heap_profiler_unittest-heap-profiler_unittest.o  ./.libs/libtcmalloc.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT heap_checker_unittest-heap-checker_unittest.o -MD -MP -MF .deps/heap_checker_unittest-heap-checker_unittest.Tpo -c -o heap_checker_unittest-heap-checker_unittest.o `test -f 'src/tests/heap-checker_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/heap-checker_unittest.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-global-init.lo -MD -MP -MF src/.deps/liblog4cplusU_la-global-init.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/global-init.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-global-init.o >/dev/null 2>&1
g++ -o build/debug/db/db_partition.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db controller/src/db/db_partition.cc
mv -f src/.deps/liblog4cplusU_la-global-init.Tpo src/.deps/liblog4cplusU_la-global-init.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-hierarchy.lo -MD -MP -MF src/.deps/liblog4cplusU_la-hierarchy.Tpo -c -o src/liblog4cplusU_la-hierarchy.lo `test -f 'src/hierarchy.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/hierarchy.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-hierarchy.lo -MD -MP -MF src/.deps/liblog4cplusU_la-hierarchy.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/hierarchy.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-hierarchy.o
mv -f .deps/heap_checker_unittest-heap-checker_unittest.Tpo .deps/heap_checker_unittest-heap-checker_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -g -pthread   -o heap-checker_unittest heap_checker_unittest-heap-checker_unittest.o  libtcmalloc.la liblogging.la -lpthread 
libtool: link: g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -g -pthread -o .libs/heap-checker_unittest heap_checker_unittest-heap-checker_unittest.o  ./.libs/libtcmalloc.so ./.libs/liblogging.a -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT sampling_debug_test-sampling_test.o -MD -MP -MF .deps/sampling_debug_test-sampling_test.Tpo -c -o sampling_debug_test-sampling_test.o `test -f 'src/tests/sampling_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/sampling_test.cc
mv -f .deps/sampling_debug_test-sampling_test.Tpo .deps/sampling_debug_test-sampling_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -g -pthread   -o sampling_debug_test sampling_debug_test-sampling_test.o  libtcmalloc_debug.la -lpthread 
libtool: link: g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -g -pthread -o .libs/sampling_debug_test sampling_debug_test-sampling_test.o  ./.libs/libtcmalloc_debug.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -o build/debug/io/nix/process_signal.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/io/nix/process_signal.cc
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT heap_profiler_debug_unittest-heap-profiler_unittest.o -MD -MP -MF .deps/heap_profiler_debug_unittest-heap-profiler_unittest.Tpo -c -o heap_profiler_debug_unittest-heap-profiler_unittest.o `test -f 'src/tests/heap-profiler_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/heap-profiler_unittest.cc
g++ -o build/debug/io/usock_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/io/usock_server.cc
mv -f .deps/heap_profiler_debug_unittest-heap-profiler_unittest.Tpo .deps/heap_profiler_debug_unittest-heap-profiler_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -g -pthread   -o heap-profiler_debug_unittest heap_profiler_debug_unittest-heap-profiler_unittest.o  libtcmalloc_debug.la -lpthread 
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-hierarchy.lo -MD -MP -MF src/.deps/liblog4cplusU_la-hierarchy.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/hierarchy.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-hierarchy.o >/dev/null 2>&1
libtool: link: g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -g -pthread -o .libs/heap-profiler_debug_unittest heap_profiler_debug_unittest-heap-profiler_unittest.o  ./.libs/libtcmalloc_debug.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT heap_checker_debug_unittest-heap-checker_unittest.o -MD -MP -MF .deps/heap_checker_debug_unittest-heap-checker_unittest.Tpo -c -o heap_checker_debug_unittest-heap-checker_unittest.o `test -f 'src/tests/heap-checker_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/heap-checker_unittest.cc
mv -f src/.deps/liblog4cplusU_la-hierarchy.Tpo src/.deps/liblog4cplusU_la-hierarchy.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-hierarchylocker.lo -MD -MP -MF src/.deps/liblog4cplusU_la-hierarchylocker.Tpo -c -o src/liblog4cplusU_la-hierarchylocker.lo `test -f 'src/hierarchylocker.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/hierarchylocker.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-hierarchylocker.lo -MD -MP -MF src/.deps/liblog4cplusU_la-hierarchylocker.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/hierarchylocker.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-hierarchylocker.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-hierarchylocker.lo -MD -MP -MF src/.deps/liblog4cplusU_la-hierarchylocker.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/hierarchylocker.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-hierarchylocker.o >/dev/null 2>&1
SandeshCppBuilder src/contrail-common/http/http_log.sandesh -> build/debug/http/http_log_types.h build/debug/http/http_log_types.cpp build/debug/http/http_log_constants.h build/debug/http/http_log_constants.cpp build/debug/http/http_log_html.cpp
gcc -o third_party/http-parser-2.1/http_parser.o -c -O0 -DDEBUG third_party/http-parser-2.1/http_parser.c
mv -f .deps/heap_checker_debug_unittest-heap-checker_unittest.Tpo .deps/heap_checker_debug_unittest-heap-checker_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -g -pthread   -o heap-checker_debug_unittest heap_checker_debug_unittest-heap-checker_unittest.o  libtcmalloc_debug.la liblogging.la -lpthread 
mv -f src/.deps/liblog4cplusU_la-hierarchylocker.Tpo src/.deps/liblog4cplusU_la-hierarchylocker.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-layout.lo -MD -MP -MF src/.deps/liblog4cplusU_la-layout.Tpo -c -o src/liblog4cplusU_la-layout.lo `test -f 'src/layout.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/layout.cxx
ar rc build/third_party/http_parser/libhttp_parser.a third_party/http-parser-2.1/http_parser.o
ranlib build/third_party/http_parser/libhttp_parser.a
Install file: "build/third_party/http_parser/libhttp_parser.a" as "build/lib/libhttp_parser.a"
SandeshCppBuilder src/contrail-common/base/sandesh/version.sandesh -> build/debug/base/sandesh/version_types.h build/debug/base/sandesh/version_types.cpp build/debug/base/sandesh/version_constants.h build/debug/base/sandesh/version_constants.cpp build/debug/base/sandesh/version_html.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-layout.lo -MD -MP -MF src/.deps/liblog4cplusU_la-layout.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/layout.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-layout.o
libtool: link: g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -g -pthread -o .libs/heap-checker_debug_unittest heap_checker_debug_unittest-heap-checker_unittest.o  ./.libs/libtcmalloc_debug.so ./.libs/liblogging.a -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -DNO_THREADS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT profiler1_unittest-profiler_unittest.o -MD -MP -MF .deps/profiler1_unittest-profiler_unittest.Tpo -c -o profiler1_unittest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/profiler_unittest.cc
g++ -o build/debug/base/bgp_as_service_utils.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/bgp_as_service_utils.cc
mv -f .deps/profiler1_unittest-profiler_unittest.Tpo .deps/profiler1_unittest-profiler_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -DNO_THREADS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT profiler1_unittest-testutil.o -MD -MP -MF .deps/profiler1_unittest-testutil.Tpo -c -o profiler1_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
g++ -o build/debug/base/bitset.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/bitset.cc
mv -f .deps/profiler1_unittest-testutil.Tpo .deps/profiler1_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -g -DNO_THREADS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -no-undefined   -o profiler1_unittest profiler1_unittest-profiler_unittest.o profiler1_unittest-testutil.o  libstacktrace.la libprofiler.la 
libtool: link: g++ -g -DNO_THREADS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -o .libs/profiler1_unittest profiler1_unittest-profiler_unittest.o profiler1_unittest-testutil.o  ./.libs/libstacktrace.a ./.libs/libprofiler.so -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -DNO_THREADS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT profiler2_unittest-profiler_unittest.o -MD -MP -MF .deps/profiler2_unittest-profiler_unittest.Tpo -c -o profiler2_unittest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/profiler_unittest.cc
mv -f .deps/profiler2_unittest-profiler_unittest.Tpo .deps/profiler2_unittest-profiler_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -DNO_THREADS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT profiler2_unittest-testutil.o -MD -MP -MF .deps/profiler2_unittest-testutil.Tpo -c -o profiler2_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
mv -f .deps/profiler2_unittest-testutil.Tpo .deps/profiler2_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -g -DNO_THREADS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -no-undefined   -o profiler2_unittest profiler2_unittest-profiler_unittest.o profiler2_unittest-testutil.o  -lstacktrace -lprofiler 
g++ -o build/debug/base/index_allocator.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/index_allocator.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-layout.lo -MD -MP -MF src/.deps/liblog4cplusU_la-layout.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/layout.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-layout.o >/dev/null 2>&1
libtool: link: g++ -g -DNO_THREADS -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -o .libs/profiler2_unittest profiler2_unittest-profiler_unittest.o profiler2_unittest-testutil.o  /root/contrail/build/third_party/gperftools/.libs/libstacktrace.a /root/contrail/build/third_party/gperftools/.libs/libprofiler.so -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT profiler3_unittest-profiler_unittest.o -MD -MP -MF .deps/profiler3_unittest-profiler_unittest.Tpo -c -o profiler3_unittest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/profiler_unittest.cc
mv -f .deps/profiler3_unittest-profiler_unittest.Tpo .deps/profiler3_unittest-profiler_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT profiler3_unittest-testutil.o -MD -MP -MF .deps/profiler3_unittest-testutil.Tpo -c -o profiler3_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
mv -f .deps/profiler3_unittest-testutil.Tpo .deps/profiler3_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread  -o profiler3_unittest profiler3_unittest-profiler_unittest.o profiler3_unittest-testutil.o  libstacktrace.la libprofiler.la -lpthread 
libtool: link: g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/profiler3_unittest profiler3_unittest-profiler_unittest.o profiler3_unittest-testutil.o  ./.libs/libstacktrace.a ./.libs/libprofiler.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT profiler4_unittest-profiler_unittest.o -MD -MP -MF .deps/profiler4_unittest-profiler_unittest.Tpo -c -o profiler4_unittest-profiler_unittest.o `test -f 'src/tests/profiler_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/profiler_unittest.cc
mv -f .deps/profiler4_unittest-profiler_unittest.Tpo .deps/profiler4_unittest-profiler_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT profiler4_unittest-testutil.o -MD -MP -MF .deps/profiler4_unittest-testutil.Tpo -c -o profiler4_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
mv -f .deps/profiler4_unittest-testutil.Tpo .deps/profiler4_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread  -o profiler4_unittest profiler4_unittest-profiler_unittest.o profiler4_unittest-testutil.o  -lstacktrace -lprofiler -lpthread 
g++ -o build/debug/base/label_block.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/label_block.cc
mv -f src/.deps/liblog4cplusU_la-layout.Tpo src/.deps/liblog4cplusU_la-layout.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-log4judpappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-log4judpappender.Tpo -c -o src/liblog4cplusU_la-log4judpappender.lo `test -f 'src/log4judpappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/log4judpappender.cxx
libtool: link: g++ -g -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/profiler4_unittest profiler4_unittest-profiler_unittest.o profiler4_unittest-testutil.o  /root/contrail/build/third_party/gperftools/.libs/libstacktrace.a /root/contrail/build/third_party/gperftools/.libs/libprofiler.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -g -O2 -std=c++11 -MT low_level_alloc_unittest-low_level_alloc.o -MD -MP -MF .deps/low_level_alloc_unittest-low_level_alloc.Tpo -c -o low_level_alloc_unittest-low_level_alloc.o `test -f 'src/base/low_level_alloc.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/base/low_level_alloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-log4judpappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-log4judpappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/log4judpappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-log4judpappender.o
g++ -o build/debug/base/lifetime.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/lifetime.cc
g++ -o build/debug/base/watermark.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/watermark.cc
mv -f .deps/low_level_alloc_unittest-low_level_alloc.Tpo .deps/low_level_alloc_unittest-low_level_alloc.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -g -O2 -std=c++11 -MT low_level_alloc_unittest-malloc_hook.o -MD -MP -MF .deps/low_level_alloc_unittest-malloc_hook.Tpo -c -o low_level_alloc_unittest-malloc_hook.o `test -f 'src/malloc_hook.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/malloc_hook.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-log4judpappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-log4judpappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/log4judpappender.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-log4judpappender.o >/dev/null 2>&1
mv -f .deps/low_level_alloc_unittest-malloc_hook.Tpo .deps/low_level_alloc_unittest-malloc_hook.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -g -O2 -std=c++11 -MT low_level_alloc_unittest-maybe_threads.o -MD -MP -MF .deps/low_level_alloc_unittest-maybe_threads.Tpo -c -o low_level_alloc_unittest-maybe_threads.o `test -f 'src/maybe_threads.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/maybe_threads.cc
g++ -o build/debug/base/task_annotations.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/task_annotations.cc
mv -f .deps/low_level_alloc_unittest-maybe_threads.Tpo .deps/low_level_alloc_unittest-maybe_threads.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -DNO_TCMALLOC_SAMPLES -g -O2 -std=c++11 -MT low_level_alloc_unittest-low_level_alloc_unittest.o -MD -MP -MF .deps/low_level_alloc_unittest-low_level_alloc_unittest.Tpo -c -o low_level_alloc_unittest-low_level_alloc_unittest.o `test -f 'src/tests/low_level_alloc_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/low_level_alloc_unittest.cc
mv -f src/.deps/liblog4cplusU_la-log4judpappender.Tpo src/.deps/liblog4cplusU_la-log4judpappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-lockfile.lo -MD -MP -MF src/.deps/liblog4cplusU_la-lockfile.Tpo -c -o src/liblog4cplusU_la-lockfile.lo `test -f 'src/lockfile.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/lockfile.cxx
mv -f .deps/low_level_alloc_unittest-low_level_alloc_unittest.Tpo .deps/low_level_alloc_unittest-low_level_alloc_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -DNO_TCMALLOC_SAMPLES -g -O2 -std=c++11 -no-undefined   -o low_level_alloc_unittest low_level_alloc_unittest-low_level_alloc.o low_level_alloc_unittest-malloc_hook.o low_level_alloc_unittest-maybe_threads.o low_level_alloc_unittest-low_level_alloc_unittest.o   libspinlock.la libsysinfo.la liblogging.la 
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-lockfile.lo -MD -MP -MF src/.deps/liblog4cplusU_la-lockfile.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/lockfile.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-lockfile.o
libtool: link: g++ -DNO_TCMALLOC_SAMPLES -g -O2 -std=c++11 -o low_level_alloc_unittest low_level_alloc_unittest-low_level_alloc.o low_level_alloc_unittest-malloc_hook.o low_level_alloc_unittest-maybe_threads.o low_level_alloc_unittest-low_level_alloc_unittest.o  ./.libs/libspinlock.a ./.libs/libsysinfo.a ./.libs/liblogging.a
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT atomicops_unittest.o -MD -MP -MF .deps/atomicops_unittest.Tpo -c -o atomicops_unittest.o `test -f 'src/tests/atomicops_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/atomicops_unittest.cc
mv -f .deps/atomicops_unittest.Tpo .deps/atomicops_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -no-undefined   -o atomicops_unittest atomicops_unittest.o  libspinlock.la libsysinfo.la liblogging.la 
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-lockfile.lo -MD -MP -MF src/.deps/liblog4cplusU_la-lockfile.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/lockfile.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-lockfile.o >/dev/null 2>&1
libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -o atomicops_unittest atomicops_unittest.o  ./.libs/libspinlock.a ./.libs/libsysinfo.a ./.libs/liblogging.a
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT stacktrace_unittest.o -MD -MP -MF .deps/stacktrace_unittest.Tpo -c -o stacktrace_unittest.o `test -f 'src/tests/stacktrace_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/stacktrace_unittest.cc
mv -f .deps/stacktrace_unittest.Tpo .deps/stacktrace_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -no-undefined   -o stacktrace_unittest stacktrace_unittest.o    libstacktrace.la liblogging.la 
libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -o stacktrace_unittest stacktrace_unittest.o  ./.libs/libstacktrace.a ./.libs/liblogging.a
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT tcmalloc_minimal_unittest-tcmalloc_unittest.o -MD -MP -MF .deps/tcmalloc_minimal_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_minimal_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/tcmalloc_unittest.cc
g++ -o build/debug/base/task_trigger.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/task_trigger.cc
mv -f src/.deps/liblog4cplusU_la-lockfile.Tpo src/.deps/liblog4cplusU_la-lockfile.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-logger.lo -MD -MP -MF src/.deps/liblog4cplusU_la-logger.Tpo -c -o src/liblog4cplusU_la-logger.lo `test -f 'src/logger.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/logger.cxx
gcc -o build/debug/base/tdigest.o -c -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/tdigest.c
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-logger.lo -MD -MP -MF src/.deps/liblog4cplusU_la-logger.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/logger.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-logger.o
g++ -o build/debug/base/timer.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DBOOST_CHRONO_HEADER_ONLY -Isrc/contrail-common -Ibuild/include src/contrail-common/base/timer.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-logger.lo -MD -MP -MF src/.deps/liblog4cplusU_la-logger.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/logger.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-logger.o >/dev/null 2>&1
g++ -o build/debug/base/address.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/address.cc
mv -f src/.deps/liblog4cplusU_la-logger.Tpo src/.deps/liblog4cplusU_la-logger.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loggerimpl.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loggerimpl.Tpo -c -o src/liblog4cplusU_la-loggerimpl.lo `test -f 'src/loggerimpl.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/loggerimpl.cxx
mv -f .deps/tcmalloc_minimal_unittest-tcmalloc_unittest.Tpo .deps/tcmalloc_minimal_unittest-tcmalloc_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT tcmalloc_minimal_unittest-testutil.o -MD -MP -MF .deps/tcmalloc_minimal_unittest-testutil.Tpo -c -o tcmalloc_minimal_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loggerimpl.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loggerimpl.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loggerimpl.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-loggerimpl.o
mv -f .deps/tcmalloc_minimal_unittest-testutil.Tpo .deps/tcmalloc_minimal_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o tcmalloc_minimal_unittest tcmalloc_minimal_unittest-tcmalloc_unittest.o tcmalloc_minimal_unittest-testutil.o libtcmalloc_minimal.la liblogging.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/tcmalloc_minimal_unittest tcmalloc_minimal_unittest-tcmalloc_unittest.o tcmalloc_minimal_unittest-testutil.o  ./.libs/libtcmalloc_minimal.so ./.libs/liblogging.a -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o -MD -MP -MF .deps/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo -c -o tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tcmalloc_large_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/tcmalloc_large_unittest.cc
mv -f .deps/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo .deps/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o tcmalloc_minimal_large_unittest tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/tcmalloc_minimal_large_unittest tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o -MD -MP -MF .deps/tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.Tpo -c -o tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o `test -f 'src/tests/large_heap_fragmentation_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/large_heap_fragmentation_unittest.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loggerimpl.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loggerimpl.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loggerimpl.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-loggerimpl.o >/dev/null 2>&1
mv -f .deps/tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.Tpo .deps/tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o tcmalloc_minimal_large_heap_fragmentation_unittest tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/tcmalloc_minimal_large_heap_fragmentation_unittest tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -g -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT addressmap_unittest-addressmap_unittest.o -MD -MP -MF .deps/addressmap_unittest-addressmap_unittest.Tpo -c -o addressmap_unittest-addressmap_unittest.o `test -f 'src/tests/addressmap_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/addressmap_unittest.cc
g++ -o build/debug/base/address_util.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/address_util.cc
mv -f src/.deps/liblog4cplusU_la-loggerimpl.Tpo src/.deps/liblog4cplusU_la-loggerimpl.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loggingevent.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loggingevent.Tpo -c -o src/liblog4cplusU_la-loggingevent.lo `test -f 'src/loggingevent.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/loggingevent.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loggingevent.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loggingevent.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loggingevent.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-loggingevent.o
mv -f .deps/addressmap_unittest-addressmap_unittest.Tpo .deps/addressmap_unittest-addressmap_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -g -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -no-undefined   -o addressmap_unittest addressmap_unittest-addressmap_unittest.o   liblogging.la 
libtool: link: g++ -g -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -o addressmap_unittest addressmap_unittest-addressmap_unittest.o  ./.libs/liblogging.a
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT system_alloc_unittest-system-alloc_unittest.o -MD -MP -MF .deps/system_alloc_unittest-system-alloc_unittest.Tpo -c -o system_alloc_unittest-system-alloc_unittest.o `test -f 'src/tests/system-alloc_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/system-alloc_unittest.cc
g++ -o build/debug/vnsw/agent/cmn/test/test_xmpp_server_address_parser.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/cmn/test/test_xmpp_server_address_parser.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loggingevent.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loggingevent.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loggingevent.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-loggingevent.o >/dev/null 2>&1
mv -f .deps/system_alloc_unittest-system-alloc_unittest.Tpo .deps/system_alloc_unittest-system-alloc_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o system_alloc_unittest system_alloc_unittest-system-alloc_unittest.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/system_alloc_unittest system_alloc_unittest-system-alloc_unittest.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT packed_cache_test-packed-cache_test.o -MD -MP -MF .deps/packed_cache_test-packed-cache_test.Tpo -c -o packed_cache_test-packed-cache_test.o `test -f 'src/tests/packed-cache_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/packed-cache_test.cc
mv -f .deps/packed_cache_test-packed-cache_test.Tpo .deps/packed_cache_test-packed-cache_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o packed_cache_test packed_cache_test-packed-cache_test.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/packed_cache_test packed_cache_test-packed-cache_test.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT frag_unittest-frag_unittest.o -MD -MP -MF .deps/frag_unittest-frag_unittest.Tpo -c -o frag_unittest-frag_unittest.o `test -f 'src/tests/frag_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/frag_unittest.cc
mv -f src/.deps/liblog4cplusU_la-loggingevent.Tpo src/.deps/liblog4cplusU_la-loggingevent.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loggingmacros.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loggingmacros.Tpo -c -o src/liblog4cplusU_la-loggingmacros.lo `test -f 'src/loggingmacros.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/loggingmacros.cxx
mv -f .deps/frag_unittest-frag_unittest.Tpo .deps/frag_unittest-frag_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o frag_unittest frag_unittest-frag_unittest.o libtcmalloc_minimal.la -lpthread 
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loggingmacros.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loggingmacros.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loggingmacros.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-loggingmacros.o
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/frag_unittest frag_unittest-frag_unittest.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT markidle_unittest-markidle_unittest.o -MD -MP -MF .deps/markidle_unittest-markidle_unittest.Tpo -c -o markidle_unittest-markidle_unittest.o `test -f 'src/tests/markidle_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/markidle_unittest.cc
mv -f .deps/markidle_unittest-markidle_unittest.Tpo .deps/markidle_unittest-markidle_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT markidle_unittest-testutil.o -MD -MP -MF .deps/markidle_unittest-testutil.Tpo -c -o markidle_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
mv -f .deps/markidle_unittest-testutil.Tpo .deps/markidle_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o markidle_unittest markidle_unittest-markidle_unittest.o markidle_unittest-testutil.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/markidle_unittest markidle_unittest-markidle_unittest.o markidle_unittest-testutil.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT current_allocated_bytes_test-current_allocated_bytes_test.o -MD -MP -MF .deps/current_allocated_bytes_test-current_allocated_bytes_test.Tpo -c -o current_allocated_bytes_test-current_allocated_bytes_test.o `test -f 'src/tests/current_allocated_bytes_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/current_allocated_bytes_test.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loggingmacros.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loggingmacros.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loggingmacros.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-loggingmacros.o >/dev/null 2>&1
mv -f .deps/current_allocated_bytes_test-current_allocated_bytes_test.Tpo .deps/current_allocated_bytes_test-current_allocated_bytes_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o current_allocated_bytes_test current_allocated_bytes_test-current_allocated_bytes_test.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/current_allocated_bytes_test current_allocated_bytes_test-current_allocated_bytes_test.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT malloc_hook_test-malloc_hook_test.o -MD -MP -MF .deps/malloc_hook_test-malloc_hook_test.Tpo -c -o malloc_hook_test-malloc_hook_test.o `test -f 'src/tests/malloc_hook_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/malloc_hook_test.cc
mv -f src/.deps/liblog4cplusU_la-loggingmacros.Tpo src/.deps/liblog4cplusU_la-loggingmacros.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loglevel.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loglevel.Tpo -c -o src/liblog4cplusU_la-loglevel.lo `test -f 'src/loglevel.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/loglevel.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loglevel.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loglevel.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loglevel.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-loglevel.o
mv -f .deps/malloc_hook_test-malloc_hook_test.Tpo .deps/malloc_hook_test-malloc_hook_test.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT malloc_hook_test-testutil.o -MD -MP -MF .deps/malloc_hook_test-testutil.Tpo -c -o malloc_hook_test-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
mv -f .deps/malloc_hook_test-testutil.Tpo .deps/malloc_hook_test-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o malloc_hook_test malloc_hook_test-malloc_hook_test.o malloc_hook_test-testutil.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/malloc_hook_test malloc_hook_test-malloc_hook_test.o malloc_hook_test-testutil.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT malloc_extension_test-malloc_extension_test.o -MD -MP -MF .deps/malloc_extension_test-malloc_extension_test.Tpo -c -o malloc_extension_test-malloc_extension_test.o `test -f 'src/tests/malloc_extension_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/malloc_extension_test.cc
mv -f .deps/malloc_extension_test-malloc_extension_test.Tpo .deps/malloc_extension_test-malloc_extension_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o malloc_extension_test malloc_extension_test-malloc_extension_test.o libtcmalloc_minimal.la -lpthread 
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loglevel.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loglevel.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loglevel.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-loglevel.o >/dev/null 2>&1
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/malloc_extension_test malloc_extension_test-malloc_extension_test.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT memalign_unittest-memalign_unittest.o -MD -MP -MF .deps/memalign_unittest-memalign_unittest.Tpo -c -o memalign_unittest-memalign_unittest.o `test -f 'src/tests/memalign_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/memalign_unittest.cc
mv -f .deps/memalign_unittest-memalign_unittest.Tpo .deps/memalign_unittest-memalign_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT memalign_unittest-testutil.o -MD -MP -MF .deps/memalign_unittest-testutil.Tpo -c -o memalign_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
mv -f .deps/memalign_unittest-testutil.Tpo .deps/memalign_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o memalign_unittest memalign_unittest-memalign_unittest.o memalign_unittest-testutil.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/memalign_unittest memalign_unittest-memalign_unittest.o memalign_unittest-testutil.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT page_heap_test-page_heap_test.o -MD -MP -MF .deps/page_heap_test-page_heap_test.Tpo -c -o page_heap_test-page_heap_test.o `test -f 'src/tests/page_heap_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/page_heap_test.cc
mv -f src/.deps/liblog4cplusU_la-loglevel.Tpo src/.deps/liblog4cplusU_la-loglevel.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loglog.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loglog.Tpo -c -o src/liblog4cplusU_la-loglog.lo `test -f 'src/loglog.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/loglog.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loglog.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loglog.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loglog.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-loglog.o
mv -f .deps/page_heap_test-page_heap_test.Tpo .deps/page_heap_test-page_heap_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o page_heap_test page_heap_test-page_heap_test.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/page_heap_test page_heap_test-page_heap_test.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT pagemap_unittest-pagemap_unittest.o -MD -MP -MF .deps/pagemap_unittest-pagemap_unittest.Tpo -c -o pagemap_unittest-pagemap_unittest.o `test -f 'src/tests/pagemap_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/pagemap_unittest.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-loglog.lo -MD -MP -MF src/.deps/liblog4cplusU_la-loglog.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/loglog.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-loglog.o >/dev/null 2>&1
mv -f .deps/pagemap_unittest-pagemap_unittest.Tpo .deps/pagemap_unittest-pagemap_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o pagemap_unittest pagemap_unittest-pagemap_unittest.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/pagemap_unittest pagemap_unittest-pagemap_unittest.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT realloc_unittest-realloc_unittest.o -MD -MP -MF .deps/realloc_unittest-realloc_unittest.Tpo -c -o realloc_unittest-realloc_unittest.o `test -f 'src/tests/realloc_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/realloc_unittest.cc
mv -f src/.deps/liblog4cplusU_la-loglog.Tpo src/.deps/liblog4cplusU_la-loglog.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-mdc.lo -MD -MP -MF src/.deps/liblog4cplusU_la-mdc.Tpo -c -o src/liblog4cplusU_la-mdc.lo `test -f 'src/mdc.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/mdc.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-mdc.lo -MD -MP -MF src/.deps/liblog4cplusU_la-mdc.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/mdc.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-mdc.o
mv -f .deps/realloc_unittest-realloc_unittest.Tpo .deps/realloc_unittest-realloc_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o realloc_unittest realloc_unittest-realloc_unittest.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/realloc_unittest realloc_unittest-realloc_unittest.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT stack_trace_table_test-stack_trace_table_test.o -MD -MP -MF .deps/stack_trace_table_test-stack_trace_table_test.Tpo -c -o stack_trace_table_test-stack_trace_table_test.o `test -f 'src/tests/stack_trace_table_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/stack_trace_table_test.cc
mv -f .deps/stack_trace_table_test-stack_trace_table_test.Tpo .deps/stack_trace_table_test-stack_trace_table_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o stack_trace_table_test stack_trace_table_test-stack_trace_table_test.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/stack_trace_table_test stack_trace_table_test-stack_trace_table_test.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-mdc.lo -MD -MP -MF src/.deps/liblog4cplusU_la-mdc.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/mdc.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-mdc.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT thread_dealloc_unittest-thread_dealloc_unittest.o -MD -MP -MF .deps/thread_dealloc_unittest-thread_dealloc_unittest.Tpo -c -o thread_dealloc_unittest-thread_dealloc_unittest.o `test -f 'src/tests/thread_dealloc_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/thread_dealloc_unittest.cc
mv -f .deps/thread_dealloc_unittest-thread_dealloc_unittest.Tpo .deps/thread_dealloc_unittest-thread_dealloc_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT thread_dealloc_unittest-testutil.o -MD -MP -MF .deps/thread_dealloc_unittest-testutil.Tpo -c -o thread_dealloc_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
mv -f .deps/thread_dealloc_unittest-testutil.Tpo .deps/thread_dealloc_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o thread_dealloc_unittest thread_dealloc_unittest-thread_dealloc_unittest.o thread_dealloc_unittest-testutil.o libtcmalloc_minimal.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/thread_dealloc_unittest thread_dealloc_unittest-thread_dealloc_unittest.o thread_dealloc_unittest-testutil.o  ./.libs/libtcmalloc_minimal.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -DDEBUGALLOCATION -g -O2 -std=c++11 -MT tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o -MD -MP -MF .deps/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/tcmalloc_unittest.cc
mv -f src/.deps/liblog4cplusU_la-mdc.Tpo src/.deps/liblog4cplusU_la-mdc.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-ndc.lo -MD -MP -MF src/.deps/liblog4cplusU_la-ndc.Tpo -c -o src/liblog4cplusU_la-ndc.lo `test -f 'src/ndc.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/ndc.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-ndc.lo -MD -MP -MF src/.deps/liblog4cplusU_la-ndc.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/ndc.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-ndc.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-ndc.lo -MD -MP -MF src/.deps/liblog4cplusU_la-ndc.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/ndc.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-ndc.o >/dev/null 2>&1
mv -f .deps/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Tpo .deps/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -DDEBUGALLOCATION -g -O2 -std=c++11 -MT tcmalloc_minimal_debug_unittest-testutil.o -MD -MP -MF .deps/tcmalloc_minimal_debug_unittest-testutil.Tpo -c -o tcmalloc_minimal_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
mv -f .deps/tcmalloc_minimal_debug_unittest-testutil.Tpo .deps/tcmalloc_minimal_debug_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -DDEBUGALLOCATION -g -O2 -std=c++11 -pthread   -o tcmalloc_minimal_debug_unittest tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o tcmalloc_minimal_debug_unittest-testutil.o libtcmalloc_minimal_debug.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -DDEBUGALLOCATION -g -O2 -std=c++11 -pthread -o .libs/tcmalloc_minimal_debug_unittest tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o tcmalloc_minimal_debug_unittest-testutil.o  ./.libs/libtcmalloc_minimal_debug.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT malloc_extension_debug_test-malloc_extension_test.o -MD -MP -MF .deps/malloc_extension_debug_test-malloc_extension_test.Tpo -c -o malloc_extension_debug_test-malloc_extension_test.o `test -f 'src/tests/malloc_extension_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/malloc_extension_test.cc
mv -f .deps/malloc_extension_debug_test-malloc_extension_test.Tpo .deps/malloc_extension_debug_test-malloc_extension_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o malloc_extension_debug_test malloc_extension_debug_test-malloc_extension_test.o libtcmalloc_minimal_debug.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/malloc_extension_debug_test malloc_extension_debug_test-malloc_extension_test.o  ./.libs/libtcmalloc_minimal_debug.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT memalign_debug_unittest-memalign_unittest.o -MD -MP -MF .deps/memalign_debug_unittest-memalign_unittest.Tpo -c -o memalign_debug_unittest-memalign_unittest.o `test -f 'src/tests/memalign_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/memalign_unittest.cc
mv -f src/.deps/liblog4cplusU_la-ndc.Tpo src/.deps/liblog4cplusU_la-ndc.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-nullappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-nullappender.Tpo -c -o src/liblog4cplusU_la-nullappender.lo `test -f 'src/nullappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/nullappender.cxx
mv -f .deps/memalign_debug_unittest-memalign_unittest.Tpo .deps/memalign_debug_unittest-memalign_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT memalign_debug_unittest-testutil.o -MD -MP -MF .deps/memalign_debug_unittest-testutil.Tpo -c -o memalign_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-nullappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-nullappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/nullappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-nullappender.o
mv -f .deps/memalign_debug_unittest-testutil.Tpo .deps/memalign_debug_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o memalign_debug_unittest memalign_debug_unittest-memalign_unittest.o memalign_debug_unittest-testutil.o libtcmalloc_minimal_debug.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/memalign_debug_unittest memalign_debug_unittest-memalign_unittest.o memalign_debug_unittest-testutil.o  ./.libs/libtcmalloc_minimal_debug.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT realloc_debug_unittest-realloc_unittest.o -MD -MP -MF .deps/realloc_debug_unittest-realloc_unittest.Tpo -c -o realloc_debug_unittest-realloc_unittest.o `test -f 'src/tests/realloc_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/realloc_unittest.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-nullappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-nullappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/nullappender.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-nullappender.o >/dev/null 2>&1
mv -f .deps/realloc_debug_unittest-realloc_unittest.Tpo .deps/realloc_debug_unittest-realloc_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o realloc_debug_unittest realloc_debug_unittest-realloc_unittest.o libtcmalloc_minimal_debug.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/realloc_debug_unittest realloc_debug_unittest-realloc_unittest.o  ./.libs/libtcmalloc_minimal_debug.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
rm -f debugallocation_test.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/debugallocation_test.sh debugallocation_test.sh
rm -f tcmalloc_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/tcmalloc_unittest.sh tcmalloc_unittest.sh
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT tcmalloc_both_unittest-tcmalloc_unittest.o -MD -MP -MF .deps/tcmalloc_both_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_both_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/tcmalloc_unittest.cc
mv -f src/.deps/liblog4cplusU_la-nullappender.Tpo src/.deps/liblog4cplusU_la-nullappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-nteventlogappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-nteventlogappender.Tpo -c -o src/liblog4cplusU_la-nteventlogappender.lo `test -f 'src/nteventlogappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/nteventlogappender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-nteventlogappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-nteventlogappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/nteventlogappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-nteventlogappender.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-nteventlogappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-nteventlogappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/nteventlogappender.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-nteventlogappender.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-nteventlogappender.Tpo src/.deps/liblog4cplusU_la-nteventlogappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-objectregistry.lo -MD -MP -MF src/.deps/liblog4cplusU_la-objectregistry.Tpo -c -o src/liblog4cplusU_la-objectregistry.lo `test -f 'src/objectregistry.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/objectregistry.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-objectregistry.lo -MD -MP -MF src/.deps/liblog4cplusU_la-objectregistry.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/objectregistry.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-objectregistry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-objectregistry.lo -MD -MP -MF src/.deps/liblog4cplusU_la-objectregistry.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/objectregistry.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-objectregistry.o >/dev/null 2>&1
mv -f .deps/tcmalloc_both_unittest-tcmalloc_unittest.Tpo .deps/tcmalloc_both_unittest-tcmalloc_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT tcmalloc_both_unittest-testutil.o -MD -MP -MF .deps/tcmalloc_both_unittest-testutil.Tpo -c -o tcmalloc_both_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
mv -f .deps/tcmalloc_both_unittest-testutil.Tpo .deps/tcmalloc_both_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o tcmalloc_both_unittest tcmalloc_both_unittest-tcmalloc_unittest.o tcmalloc_both_unittest-testutil.o libtcmalloc.la libtcmalloc_minimal.la libprofiler.la liblogging.la -lpthread 
g++ -o build/debug/db/test/db_test_util.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/db/test/db_test_util.cc
mv -f src/.deps/liblog4cplusU_la-objectregistry.Tpo src/.deps/liblog4cplusU_la-objectregistry.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-patternlayout.lo -MD -MP -MF src/.deps/liblog4cplusU_la-patternlayout.Tpo -c -o src/liblog4cplusU_la-patternlayout.lo `test -f 'src/patternlayout.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/patternlayout.cxx
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/tcmalloc_both_unittest tcmalloc_both_unittest-tcmalloc_unittest.o tcmalloc_both_unittest-testutil.o  ./.libs/libtcmalloc.so ./.libs/libtcmalloc_minimal.so ./.libs/libprofiler.so ./.libs/liblogging.a -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-patternlayout.lo -MD -MP -MF src/.deps/liblog4cplusU_la-patternlayout.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/patternlayout.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-patternlayout.o
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT tcmalloc_large_unittest-tcmalloc_large_unittest.o -MD -MP -MF .deps/tcmalloc_large_unittest-tcmalloc_large_unittest.Tpo -c -o tcmalloc_large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tcmalloc_large_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/tcmalloc_large_unittest.cc
g++ -o build/debug/ifmap/test/ifmap_test_util.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug controller/src/ifmap/test/ifmap_test_util.cc
mv -f .deps/tcmalloc_large_unittest-tcmalloc_large_unittest.Tpo .deps/tcmalloc_large_unittest-tcmalloc_large_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o tcmalloc_large_unittest tcmalloc_large_unittest-tcmalloc_large_unittest.o libtcmalloc.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/tcmalloc_large_unittest tcmalloc_large_unittest-tcmalloc_large_unittest.o  ./.libs/libtcmalloc.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o -MD -MP -MF .deps/tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.Tpo -c -o tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o `test -f 'src/tests/large_heap_fragmentation_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/large_heap_fragmentation_unittest.cc
mv -f .deps/tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.Tpo .deps/tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o tcmalloc_large_heap_fragmentation_unittest tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o libtcmalloc.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/tcmalloc_large_heap_fragmentation_unittest tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o  ./.libs/libtcmalloc.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT raw_printer_test-raw_printer_test.o -MD -MP -MF .deps/raw_printer_test-raw_printer_test.Tpo -c -o raw_printer_test-raw_printer_test.o `test -f 'src/tests/raw_printer_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/raw_printer_test.cc
mv -f .deps/raw_printer_test-raw_printer_test.Tpo .deps/raw_printer_test-raw_printer_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o raw_printer_test raw_printer_test-raw_printer_test.o libtcmalloc.la -lpthread 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/raw_printer_test raw_printer_test-raw_printer_test.o  ./.libs/libtcmalloc.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT sampler_test-sampler_test.o -MD -MP -MF .deps/sampler_test-sampler_test.Tpo -c -o sampler_test-sampler_test.o `test -f 'src/tests/sampler_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/sampler_test.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-patternlayout.lo -MD -MP -MF src/.deps/liblog4cplusU_la-patternlayout.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/patternlayout.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-patternlayout.o >/dev/null 2>&1
mv -f .deps/sampler_test-sampler_test.Tpo .deps/sampler_test-sampler_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o sampler_test sampler_test-sampler_test.o libtcmalloc.la -lpthread -lm 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/sampler_test sampler_test-sampler_test.o  ./.libs/libtcmalloc.so -lpthread -lm -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
rm -f sampling_test.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/sampling_test.sh sampling_test.sh
rm -f heap-profiler_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/heap-profiler_unittest.sh heap-profiler_unittest.sh
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT simple_compat_test.o -MD -MP -MF .deps/simple_compat_test.Tpo -c -o simple_compat_test.o `test -f 'src/tests/simple_compat_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/simple_compat_test.cc
mv -f .deps/simple_compat_test.Tpo .deps/simple_compat_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11   -o simple_compat_test simple_compat_test.o  libtcmalloc.la 
mv -f src/.deps/liblog4cplusU_la-patternlayout.Tpo src/.deps/liblog4cplusU_la-patternlayout.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-pointer.lo -MD -MP -MF src/.deps/liblog4cplusU_la-pointer.Tpo -c -o src/liblog4cplusU_la-pointer.lo `test -f 'src/pointer.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/pointer.cxx
libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -o .libs/simple_compat_test simple_compat_test.o  ./.libs/libtcmalloc.so -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-pointer.lo -MD -MP -MF src/.deps/liblog4cplusU_la-pointer.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/pointer.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-pointer.o
ar rc build/debug/db/test/libdbtest.a build/debug/db/test/db_test_util.o
rm -f heap-checker_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/heap-checker_unittest.sh heap-checker_unittest.sh
rm -f heap-checker-death_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/heap-checker-death_unittest.sh heap-checker-death_unittest.sh
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -DDEBUGALLOCATION -g -O2 -std=c++11 -MT tcmalloc_debug_unittest-tcmalloc_unittest.o -MD -MP -MF .deps/tcmalloc_debug_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_debug_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/tcmalloc_unittest.cc
ranlib build/debug/db/test/libdbtest.a
ar rc build/debug/ifmap/test/libifmap_test_util.a build/debug/ifmap/test/ifmap_test_util.o
ranlib build/debug/ifmap/test/libifmap_test_util.a
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-pointer.lo -MD -MP -MF src/.deps/liblog4cplusU_la-pointer.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/pointer.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-pointer.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-pointer.Tpo src/.deps/liblog4cplusU_la-pointer.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-property.lo -MD -MP -MF src/.deps/liblog4cplusU_la-property.Tpo -c -o src/liblog4cplusU_la-property.lo `test -f 'src/property.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/property.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-property.lo -MD -MP -MF src/.deps/liblog4cplusU_la-property.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/property.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-property.o
mv -f .deps/tcmalloc_debug_unittest-tcmalloc_unittest.Tpo .deps/tcmalloc_debug_unittest-tcmalloc_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -DDEBUGALLOCATION -g -O2 -std=c++11 -MT tcmalloc_debug_unittest-testutil.o -MD -MP -MF .deps/tcmalloc_debug_unittest-testutil.Tpo -c -o tcmalloc_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
mv -f .deps/tcmalloc_debug_unittest-testutil.Tpo .deps/tcmalloc_debug_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -DDEBUGALLOCATION -g -O2 -std=c++11 -pthread   -o tcmalloc_debug_unittest tcmalloc_debug_unittest-tcmalloc_unittest.o tcmalloc_debug_unittest-testutil.o libtcmalloc_debug.la -lpthread 
/root/contrail/third_party/log4cplus-2.1.1/src/property.cxx:140:1: warning: unused parameter ‘file’ [-Wunused-parameter]
 imbue_file_from_flags (tistream & file, unsigned flags)
 ^
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -DDEBUGALLOCATION -g -O2 -std=c++11 -pthread -o .libs/tcmalloc_debug_unittest tcmalloc_debug_unittest-tcmalloc_unittest.o tcmalloc_debug_unittest-testutil.o  ./.libs/libtcmalloc_debug.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src    -g -O2 -std=c++11 -MT sampler_debug_test-sampler_test.o -MD -MP -MF .deps/sampler_debug_test-sampler_test.Tpo -c -o sampler_debug_test-sampler_test.o `test -f 'src/tests/sampler_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/sampler_test.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-property.lo -MD -MP -MF src/.deps/liblog4cplusU_la-property.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/property.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-property.o >/dev/null 2>&1
mv -f .deps/sampler_debug_test-sampler_test.Tpo .deps/sampler_debug_test-sampler_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -g -O2 -std=c++11 -pthread   -o sampler_debug_test sampler_debug_test-sampler_test.o libtcmalloc_debug.la -lpthread -lm 
libtool: link: g++ -g -O2 -std=c++11 -pthread -o .libs/sampler_debug_test sampler_debug_test-sampler_test.o  ./.libs/libtcmalloc_debug.so -lpthread -lm -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
rm -f sampling_debug_test.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/sampling_test.sh sampling_debug_test.sh
rm -f heap-profiler_debug_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/heap-profiler_unittest.sh heap-profiler_debug_unittest.sh
rm -f heap-checker_debug_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/heap-checker_unittest.sh heap-checker_debug_unittest.sh
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT getpc_test.o -MD -MP -MF .deps/getpc_test.Tpo -c -o getpc_test.o `test -f 'src/tests/getpc_test.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/getpc_test.cc
mv -f .deps/getpc_test.Tpo .deps/getpc_test.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -no-undefined   -o getpc_test getpc_test.o  
libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -o getpc_test getpc_test.o 
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT profiledata_unittest.o -MD -MP -MF .deps/profiledata_unittest.Tpo -c -o profiledata_unittest.o `test -f 'src/tests/profiledata_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/profiledata_unittest.cc
mv -f .deps/profiledata_unittest.Tpo .deps/profiledata_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -no-undefined   -o profiledata_unittest profiledata_unittest.o libstacktrace.la libprofiler.la 
mv -f src/.deps/liblog4cplusU_la-property.Tpo src/.deps/liblog4cplusU_la-property.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-queue.lo -MD -MP -MF src/.deps/liblog4cplusU_la-queue.Tpo -c -o src/liblog4cplusU_la-queue.lo `test -f 'src/queue.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/queue.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-queue.lo -MD -MP -MF src/.deps/liblog4cplusU_la-queue.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/queue.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-queue.o
libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -o .libs/profiledata_unittest profiledata_unittest.o  ./.libs/libstacktrace.a ./.libs/libprofiler.so -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -g -O2 -std=c++11 -MT profile_handler_unittest-profile-handler_unittest.o -MD -MP -MF .deps/profile_handler_unittest-profile-handler_unittest.Tpo -c -o profile_handler_unittest-profile-handler_unittest.o `test -f 'src/tests/profile-handler_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/profile-handler_unittest.cc
mv -f .deps/profile_handler_unittest-profile-handler_unittest.Tpo .deps/profile_handler_unittest-profile-handler_unittest.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -g -O2 -std=c++11 -pthread  -o profile_handler_unittest profile_handler_unittest-profile-handler_unittest.o libstacktrace.la libprofiler.la -lpthread 
libtool: link: g++ -pthread -g -O2 -std=c++11 -pthread -o .libs/profile_handler_unittest profile_handler_unittest-profile-handler_unittest.o  ./.libs/libstacktrace.a ./.libs/libprofiler.so -lpthread -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
rm -f profiler_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/profiler_unittest.sh profiler_unittest.sh
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT tcmalloc_and_profiler_unittest-tcmalloc_unittest.o -MD -MP -MF .deps/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Tpo -c -o tcmalloc_and_profiler_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/tcmalloc_unittest.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-queue.lo -MD -MP -MF src/.deps/liblog4cplusU_la-queue.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/queue.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-queue.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-queue.Tpo src/.deps/liblog4cplusU_la-queue.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-rootlogger.lo -MD -MP -MF src/.deps/liblog4cplusU_la-rootlogger.Tpo -c -o src/liblog4cplusU_la-rootlogger.lo `test -f 'src/rootlogger.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/rootlogger.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-rootlogger.lo -MD -MP -MF src/.deps/liblog4cplusU_la-rootlogger.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/rootlogger.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-rootlogger.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-rootlogger.lo -MD -MP -MF src/.deps/liblog4cplusU_la-rootlogger.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/rootlogger.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-rootlogger.o >/dev/null 2>&1
mv -f .deps/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Tpo .deps/tcmalloc_and_profiler_unittest-tcmalloc_unittest.Po
g++ -DHAVE_CONFIG_H -I. -I/root/contrail/third_party/gperftools-2.1 -I./src  -I/root/contrail/third_party/gperftools-2.1/src   -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -MT tcmalloc_and_profiler_unittest-testutil.o -MD -MP -MF .deps/tcmalloc_and_profiler_unittest-testutil.Tpo -c -o tcmalloc_and_profiler_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo '/root/contrail/third_party/gperftools-2.1/'`src/tests/testutil.cc
mv -f .deps/tcmalloc_and_profiler_unittest-testutil.Tpo .deps/tcmalloc_and_profiler_unittest-testutil.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result -fno-omit-frame-pointer  -g -O2 -std=c++11 -pthread   -o tcmalloc_and_profiler_unittest tcmalloc_and_profiler_unittest-tcmalloc_unittest.o tcmalloc_and_profiler_unittest-testutil.o libtcmalloc_and_profiler.la 
libtool: link: g++ -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -fno-omit-frame-pointer -g -O2 -std=c++11 -pthread -o .libs/tcmalloc_and_profiler_unittest tcmalloc_and_profiler_unittest-tcmalloc_unittest.o tcmalloc_and_profiler_unittest-testutil.o  ./.libs/libtcmalloc_and_profiler.so -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
echo 'prefix=/root/contrail/build' > "libtcmalloc.pc".tmp
echo 'exec_prefix='`echo '/root/contrail/build' | sed 's@^/root/contrail/build@${prefix}@'` >> "libtcmalloc.pc".tmp
echo 'libdir='`echo '/root/contrail/build/lib' | sed 's@^/root/contrail/build@${exec_prefix}@'` >> "libtcmalloc.pc".tmp
echo 'includedir='`echo '/root/contrail/build/include' | sed 's@^/root/contrail/build@${prefix}@'` >> "libtcmalloc.pc".tmp
echo '' >> "libtcmalloc.pc".tmp
echo 'Name: gperftools' >> "libtcmalloc.pc".tmp
echo 'Version: 2.1' >> "libtcmalloc.pc".tmp
grep '^Summary:' /root/contrail/third_party/gperftools-2.1/packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "libtcmalloc.pc".tmp
grep '^URL: ' /root/contrail/third_party/gperftools-2.1/packages/rpm/rpm.spec >> "libtcmalloc.pc".tmp
echo 'Requires:' >> "libtcmalloc.pc".tmp
echo 'Libs: -L${libdir} -ltcmalloc' >> "libtcmalloc.pc".tmp
echo 'Libs.private: -pthread -lpthread' >> "libtcmalloc.pc".tmp
echo 'Cflags: -I${includedir}' >> "libtcmalloc.pc".tmp
mv -f "libtcmalloc.pc".tmp "libtcmalloc.pc"
cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal/ > "libtcmalloc_minimal.pc"
cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_debug/ > "libtcmalloc_debug.pc"
cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal_debug/ > "libtcmalloc_minimal_debug.pc"
cat libtcmalloc.pc | sed s/-ltcmalloc/-lprofiler/ > "libprofiler.pc"
for la in libtcmalloc_minimal.la libtcmalloc_minimal_debug.la libtcmalloc.la libtcmalloc_debug.la libtcmalloc_and_profiler.la; do lib=".libs/`basename $la .la`.a"; [ ! -f "$lib" ] || : "$lib"; done
make[1]: Leaving directory `/root/work/build/third_party/gperftools'
make[1]: Entering directory `/root/work/build/third_party/gperftools'
mv -f src/.deps/liblog4cplusU_la-rootlogger.Tpo src/.deps/liblog4cplusU_la-rootlogger.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-snprintf.lo -MD -MP -MF src/.deps/liblog4cplusU_la-snprintf.Tpo -c -o src/liblog4cplusU_la-snprintf.lo `test -f 'src/snprintf.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/snprintf.cxx
rm -f debugallocation_test.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/debugallocation_test.sh debugallocation_test.sh
rm -f tcmalloc_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/tcmalloc_unittest.sh tcmalloc_unittest.sh
rm -f sampling_test.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/sampling_test.sh sampling_test.sh
rm -f heap-profiler_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/heap-profiler_unittest.sh heap-profiler_unittest.sh
rm -f heap-checker_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/heap-checker_unittest.sh heap-checker_unittest.sh
rm -f heap-checker-death_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/heap-checker-death_unittest.sh heap-checker-death_unittest.sh
rm -f sampling_debug_test.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/sampling_test.sh sampling_debug_test.sh
rm -f heap-profiler_debug_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/heap-profiler_unittest.sh heap-profiler_debug_unittest.sh
rm -f heap-checker_debug_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/heap-checker_unittest.sh heap-checker_debug_unittest.sh
rm -f profiler_unittest.sh
cp -p /root/contrail/third_party/gperftools-2.1/src/tests/profiler_unittest.sh profiler_unittest.sh
for la in libtcmalloc_minimal.la libtcmalloc_minimal_debug.la libtcmalloc.la libtcmalloc_debug.la libtcmalloc_and_profiler.la; do lib=".libs/`basename $la .la`.a"; [ ! -f "$lib" ] || : "$lib"; done
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-snprintf.lo -MD -MP -MF src/.deps/liblog4cplusU_la-snprintf.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/snprintf.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-snprintf.o
make[2]: Entering directory `/root/work/build/third_party/gperftools'
 /usr/bin/mkdir -p '/root/contrail/build/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libtcmalloc_minimal.la libtcmalloc_minimal_debug.la libtcmalloc.la libtcmalloc_debug.la libprofiler.la libtcmalloc_and_profiler.la '/root/contrail/build/lib'
libtool: install: /usr/bin/install -c .libs/libtcmalloc_minimal.so.4.1.2 /root/contrail/build/lib/libtcmalloc_minimal.so.4.1.2
libtool: install: (cd /root/contrail/build/lib && { ln -s -f libtcmalloc_minimal.so.4.1.2 libtcmalloc_minimal.so.4 || { rm -f libtcmalloc_minimal.so.4 && ln -s libtcmalloc_minimal.so.4.1.2 libtcmalloc_minimal.so.4; }; })
libtool: install: (cd /root/contrail/build/lib && { ln -s -f libtcmalloc_minimal.so.4.1.2 libtcmalloc_minimal.so || { rm -f libtcmalloc_minimal.so && ln -s libtcmalloc_minimal.so.4.1.2 libtcmalloc_minimal.so; }; })
libtool: install: /usr/bin/install -c .libs/libtcmalloc_minimal.lai /root/contrail/build/lib/libtcmalloc_minimal.la
libtool: install: /usr/bin/install -c .libs/libtcmalloc_minimal_debug.so.4.1.2 /root/contrail/build/lib/libtcmalloc_minimal_debug.so.4.1.2
libtool: install: (cd /root/contrail/build/lib && { ln -s -f libtcmalloc_minimal_debug.so.4.1.2 libtcmalloc_minimal_debug.so.4 || { rm -f libtcmalloc_minimal_debug.so.4 && ln -s libtcmalloc_minimal_debug.so.4.1.2 libtcmalloc_minimal_debug.so.4; }; })
libtool: install: (cd /root/contrail/build/lib && { ln -s -f libtcmalloc_minimal_debug.so.4.1.2 libtcmalloc_minimal_debug.so || { rm -f libtcmalloc_minimal_debug.so && ln -s libtcmalloc_minimal_debug.so.4.1.2 libtcmalloc_minimal_debug.so; }; })
libtool: install: /usr/bin/install -c .libs/libtcmalloc_minimal_debug.lai /root/contrail/build/lib/libtcmalloc_minimal_debug.la
libtool: install: /usr/bin/install -c .libs/libtcmalloc.so.4.1.2 /root/contrail/build/lib/libtcmalloc.so.4.1.2
libtool: install: (cd /root/contrail/build/lib && { ln -s -f libtcmalloc.so.4.1.2 libtcmalloc.so.4 || { rm -f libtcmalloc.so.4 && ln -s libtcmalloc.so.4.1.2 libtcmalloc.so.4; }; })
libtool: install: (cd /root/contrail/build/lib && { ln -s -f libtcmalloc.so.4.1.2 libtcmalloc.so || { rm -f libtcmalloc.so && ln -s libtcmalloc.so.4.1.2 libtcmalloc.so; }; })
libtool: install: /usr/bin/install -c .libs/libtcmalloc.lai /root/contrail/build/lib/libtcmalloc.la
libtool: install: /usr/bin/install -c .libs/libtcmalloc_debug.so.4.1.2 /root/contrail/build/lib/libtcmalloc_debug.so.4.1.2
libtool: install: (cd /root/contrail/build/lib && { ln -s -f libtcmalloc_debug.so.4.1.2 libtcmalloc_debug.so.4 || { rm -f libtcmalloc_debug.so.4 && ln -s libtcmalloc_debug.so.4.1.2 libtcmalloc_debug.so.4; }; })
libtool: install: (cd /root/contrail/build/lib && { ln -s -f libtcmalloc_debug.so.4.1.2 libtcmalloc_debug.so || { rm -f libtcmalloc_debug.so && ln -s libtcmalloc_debug.so.4.1.2 libtcmalloc_debug.so; }; })
libtool: install: /usr/bin/install -c .libs/libtcmalloc_debug.lai /root/contrail/build/lib/libtcmalloc_debug.la
libtool: install: /usr/bin/install -c .libs/libprofiler.so.0.3.2 /root/contrail/build/lib/libprofiler.so.0.3.2
libtool: install: (cd /root/contrail/build/lib && { ln -s -f libprofiler.so.0.3.2 libprofiler.so.0 || { rm -f libprofiler.so.0 && ln -s libprofiler.so.0.3.2 libprofiler.so.0; }; })
libtool: install: (cd /root/contrail/build/lib && { ln -s -f libprofiler.so.0.3.2 libprofiler.so || { rm -f libprofiler.so && ln -s libprofiler.so.0.3.2 libprofiler.so; }; })
libtool: install: /usr/bin/install -c .libs/libprofiler.lai /root/contrail/build/lib/libprofiler.la
libtool: install: /usr/bin/install -c .libs/libtcmalloc_and_profiler.so.4.1.2 /root/contrail/build/lib/libtcmalloc_and_profiler.so.4.1.2
libtool: install: (cd /root/contrail/build/lib && { ln -s -f libtcmalloc_and_profiler.so.4.1.2 libtcmalloc_and_profiler.so.4 || { rm -f libtcmalloc_and_profiler.so.4 && ln -s libtcmalloc_and_profiler.so.4.1.2 libtcmalloc_and_profiler.so.4; }; })
libtool: install: (cd /root/contrail/build/lib && { ln -s -f libtcmalloc_and_profiler.so.4.1.2 libtcmalloc_and_profiler.so || { rm -f libtcmalloc_and_profiler.so && ln -s libtcmalloc_and_profiler.so.4.1.2 libtcmalloc_and_profiler.so; }; })
libtool: install: /usr/bin/install -c .libs/libtcmalloc_and_profiler.lai /root/contrail/build/lib/libtcmalloc_and_profiler.la
libtool: install: /usr/bin/install -c .libs/libtcmalloc_minimal.a /root/contrail/build/lib/libtcmalloc_minimal.a
libtool: install: chmod 644 /root/contrail/build/lib/libtcmalloc_minimal.a
libtool: install: ranlib /root/contrail/build/lib/libtcmalloc_minimal.a
libtool: install: /usr/bin/install -c .libs/libtcmalloc_minimal_debug.a /root/contrail/build/lib/libtcmalloc_minimal_debug.a
libtool: install: chmod 644 /root/contrail/build/lib/libtcmalloc_minimal_debug.a
libtool: install: ranlib /root/contrail/build/lib/libtcmalloc_minimal_debug.a
libtool: install: /usr/bin/install -c .libs/libtcmalloc.a /root/contrail/build/lib/libtcmalloc.a
libtool: install: chmod 644 /root/contrail/build/lib/libtcmalloc.a
libtool: install: ranlib /root/contrail/build/lib/libtcmalloc.a
libtool: install: /usr/bin/install -c .libs/libtcmalloc_debug.a /root/contrail/build/lib/libtcmalloc_debug.a
libtool: install: chmod 644 /root/contrail/build/lib/libtcmalloc_debug.a
libtool: install: ranlib /root/contrail/build/lib/libtcmalloc_debug.a
libtool: install: /usr/bin/install -c .libs/libprofiler.a /root/contrail/build/lib/libprofiler.a
libtool: install: chmod 644 /root/contrail/build/lib/libprofiler.a
libtool: install: ranlib /root/contrail/build/lib/libprofiler.a
libtool: install: /usr/bin/install -c .libs/libtcmalloc_and_profiler.a /root/contrail/build/lib/libtcmalloc_and_profiler.a
libtool: install: chmod 644 /root/contrail/build/lib/libtcmalloc_and_profiler.a
libtool: install: ranlib /root/contrail/build/lib/libtcmalloc_and_profiler.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /root/contrail/build/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /root/contrail/build/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/root/contrail/build/bin'
 /usr/bin/install -c /root/contrail/third_party/gperftools-2.1/src/pprof '/root/contrail/build/bin'
for la in libtcmalloc_minimal.la libtcmalloc_minimal_debug.la libtcmalloc.la libtcmalloc_debug.la libtcmalloc_and_profiler.la; do lib=".libs/`basename $la .la`.a"; [ ! -f "$lib" ] || : "$lib"; done
 /usr/bin/mkdir -p '/root/contrail/build/share/doc/gperftools-2.1'
 /usr/bin/install -c -m 644 /root/contrail/third_party/gperftools-2.1/AUTHORS /root/contrail/third_party/gperftools-2.1/COPYING /root/contrail/third_party/gperftools-2.1/ChangeLog /root/contrail/third_party/gperftools-2.1/INSTALL /root/contrail/third_party/gperftools-2.1/NEWS /root/contrail/third_party/gperftools-2.1/README /root/contrail/third_party/gperftools-2.1/README_windows.txt /root/contrail/third_party/gperftools-2.1/TODO /root/contrail/third_party/gperftools-2.1/doc/index.html /root/contrail/third_party/gperftools-2.1/doc/designstyle.css /root/contrail/third_party/gperftools-2.1/doc/pprof_remote_servers.html /root/contrail/third_party/gperftools-2.1/doc/tcmalloc.html /root/contrail/third_party/gperftools-2.1/doc/overview.gif /root/contrail/third_party/gperftools-2.1/doc/pageheap.gif /root/contrail/third_party/gperftools-2.1/doc/spanmap.gif /root/contrail/third_party/gperftools-2.1/doc/threadheap.gif /root/contrail/third_party/gperftools-2.1/doc/t-test1.times.txt /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspersec.vs.size.1.threads.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspersec.vs.size.12.threads.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspersec.vs.size.16.threads.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspersec.vs.size.2.threads.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspersec.vs.size.20.threads.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspersec.vs.size.3.threads.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspersec.vs.size.4.threads.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspersec.vs.size.5.threads.png /root/contrail/third_party/gperftools-2.1/doc/tcmalloc-opspersec.vs.size.8.threads.png /root/contrail/third_party/gperftools-2.1/doc/overview.dot /root/contrail/third_party/gperftools-2.1/doc/pageheap.dot '/root/contrail/build/share/doc/gperftools-2.1'
 /usr/bin/install -c -m 644 /root/contrail/third_party/gperftools-2.1/doc/spanmap.dot /root/contrail/third_party/gperftools-2.1/doc/threadheap.dot /root/contrail/third_party/gperftools-2.1/doc/heapprofile.html /root/contrail/third_party/gperftools-2.1/doc/heap-example1.png /root/contrail/third_party/gperftools-2.1/doc/heap_checker.html /root/contrail/third_party/gperftools-2.1/doc/cpuprofile.html /root/contrail/third_party/gperftools-2.1/doc/cpuprofile-fileformat.html /root/contrail/third_party/gperftools-2.1/doc/pprof-test-big.gif /root/contrail/third_party/gperftools-2.1/doc/pprof-test.gif /root/contrail/third_party/gperftools-2.1/doc/pprof-vsnprintf-big.gif /root/contrail/third_party/gperftools-2.1/doc/pprof-vsnprintf.gif '/root/contrail/build/share/doc/gperftools-2.1'
 /usr/bin/mkdir -p '/root/contrail/build/include/google'
 /usr/bin/install -c -m 644 /root/contrail/third_party/gperftools-2.1/src/google/heap-checker.h /root/contrail/third_party/gperftools-2.1/src/google/heap-profiler.h /root/contrail/third_party/gperftools-2.1/src/google/malloc_extension.h /root/contrail/third_party/gperftools-2.1/src/google/malloc_extension_c.h /root/contrail/third_party/gperftools-2.1/src/google/malloc_hook.h /root/contrail/third_party/gperftools-2.1/src/google/malloc_hook_c.h /root/contrail/third_party/gperftools-2.1/src/google/profiler.h /root/contrail/third_party/gperftools-2.1/src/google/stacktrace.h /root/contrail/third_party/gperftools-2.1/src/google/tcmalloc.h '/root/contrail/build/include/google'
 /usr/bin/mkdir -p '/root/contrail/build/share/man/man1'
 /usr/bin/install -c -m 644 /root/contrail/third_party/gperftools-2.1/doc/pprof.1 '/root/contrail/build/share/man/man1'
 /usr/bin/mkdir -p '/root/contrail/build/include/gperftools'
 /usr/bin/install -c -m 644 src/gperftools/tcmalloc.h '/root/contrail/build/include/gperftools'
 /usr/bin/mkdir -p '/root/contrail/build/include/gperftools'
 /usr/bin/install -c -m 644 /root/contrail/third_party/gperftools-2.1/src/gperftools/stacktrace.h /root/contrail/third_party/gperftools-2.1/src/gperftools/malloc_hook.h /root/contrail/third_party/gperftools-2.1/src/gperftools/malloc_hook_c.h /root/contrail/third_party/gperftools-2.1/src/gperftools/malloc_extension.h /root/contrail/third_party/gperftools-2.1/src/gperftools/malloc_extension_c.h /root/contrail/third_party/gperftools-2.1/src/gperftools/heap-profiler.h /root/contrail/third_party/gperftools-2.1/src/gperftools/heap-checker.h /root/contrail/third_party/gperftools-2.1/src/gperftools/profiler.h '/root/contrail/build/include/gperftools'
 /usr/bin/mkdir -p '/root/contrail/build/lib/pkgconfig'
 /usr/bin/install -c -m 644 libtcmalloc.pc libtcmalloc_minimal.pc libtcmalloc_debug.pc libtcmalloc_minimal_debug.pc libprofiler.pc '/root/contrail/build/lib/pkgconfig'
make[2]: Leaving directory `/root/work/build/third_party/gperftools'
make[1]: Leaving directory `/root/work/build/third_party/gperftools'
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-snprintf.lo -MD -MP -MF src/.deps/liblog4cplusU_la-snprintf.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/snprintf.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-snprintf.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-snprintf.Tpo src/.deps/liblog4cplusU_la-snprintf.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socketappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socketappender.Tpo -c -o src/liblog4cplusU_la-socketappender.lo `test -f 'src/socketappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/socketappender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socketappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socketappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socketappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-socketappender.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socketappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socketappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socketappender.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-socketappender.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-socketappender.Tpo src/.deps/liblog4cplusU_la-socketappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socketbuffer.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socketbuffer.Tpo -c -o src/liblog4cplusU_la-socketbuffer.lo `test -f 'src/socketbuffer.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/socketbuffer.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socketbuffer.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socketbuffer.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socketbuffer.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-socketbuffer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socketbuffer.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socketbuffer.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socketbuffer.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-socketbuffer.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-socketbuffer.Tpo src/.deps/liblog4cplusU_la-socketbuffer.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socket.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socket.Tpo -c -o src/liblog4cplusU_la-socket.lo `test -f 'src/socket.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/socket.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socket.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socket.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socket.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-socket.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socket.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socket.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socket.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-socket.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-socket.Tpo src/.deps/liblog4cplusU_la-socket.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socket-unix.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socket-unix.Tpo -c -o src/liblog4cplusU_la-socket-unix.lo `test -f 'src/socket-unix.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/socket-unix.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socket-unix.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socket-unix.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socket-unix.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-socket-unix.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socket-unix.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socket-unix.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socket-unix.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-socket-unix.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-socket-unix.Tpo src/.deps/liblog4cplusU_la-socket-unix.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socket-win32.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socket-win32.Tpo -c -o src/liblog4cplusU_la-socket-win32.lo `test -f 'src/socket-win32.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/socket-win32.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socket-win32.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socket-win32.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socket-win32.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-socket-win32.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-socket-win32.lo -MD -MP -MF src/.deps/liblog4cplusU_la-socket-win32.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/socket-win32.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-socket-win32.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-socket-win32.Tpo src/.deps/liblog4cplusU_la-socket-win32.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-stringhelper.lo -MD -MP -MF src/.deps/liblog4cplusU_la-stringhelper.Tpo -c -o src/liblog4cplusU_la-stringhelper.lo `test -f 'src/stringhelper.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/stringhelper.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-stringhelper.lo -MD -MP -MF src/.deps/liblog4cplusU_la-stringhelper.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-stringhelper.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-stringhelper.lo -MD -MP -MF src/.deps/liblog4cplusU_la-stringhelper.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-stringhelper.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-stringhelper.Tpo src/.deps/liblog4cplusU_la-stringhelper.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-stringhelper-clocale.lo -MD -MP -MF src/.deps/liblog4cplusU_la-stringhelper-clocale.Tpo -c -o src/liblog4cplusU_la-stringhelper-clocale.lo `test -f 'src/stringhelper-clocale.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/stringhelper-clocale.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-stringhelper-clocale.lo -MD -MP -MF src/.deps/liblog4cplusU_la-stringhelper-clocale.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper-clocale.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-stringhelper-clocale.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-stringhelper-clocale.lo -MD -MP -MF src/.deps/liblog4cplusU_la-stringhelper-clocale.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper-clocale.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-stringhelper-clocale.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-stringhelper-clocale.Tpo src/.deps/liblog4cplusU_la-stringhelper-clocale.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-stringhelper-cxxlocale.lo -MD -MP -MF src/.deps/liblog4cplusU_la-stringhelper-cxxlocale.Tpo -c -o src/liblog4cplusU_la-stringhelper-cxxlocale.lo `test -f 'src/stringhelper-cxxlocale.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/stringhelper-cxxlocale.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-stringhelper-cxxlocale.lo -MD -MP -MF src/.deps/liblog4cplusU_la-stringhelper-cxxlocale.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper-cxxlocale.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-stringhelper-cxxlocale.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-stringhelper-cxxlocale.lo -MD -MP -MF src/.deps/liblog4cplusU_la-stringhelper-cxxlocale.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper-cxxlocale.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-stringhelper-cxxlocale.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-stringhelper-cxxlocale.Tpo src/.deps/liblog4cplusU_la-stringhelper-cxxlocale.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-stringhelper-iconv.lo -MD -MP -MF src/.deps/liblog4cplusU_la-stringhelper-iconv.Tpo -c -o src/liblog4cplusU_la-stringhelper-iconv.lo `test -f 'src/stringhelper-iconv.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/stringhelper-iconv.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-stringhelper-iconv.lo -MD -MP -MF src/.deps/liblog4cplusU_la-stringhelper-iconv.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper-iconv.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-stringhelper-iconv.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-stringhelper-iconv.lo -MD -MP -MF src/.deps/liblog4cplusU_la-stringhelper-iconv.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/stringhelper-iconv.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-stringhelper-iconv.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-stringhelper-iconv.Tpo src/.deps/liblog4cplusU_la-stringhelper-iconv.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-syncprims.lo -MD -MP -MF src/.deps/liblog4cplusU_la-syncprims.Tpo -c -o src/liblog4cplusU_la-syncprims.lo `test -f 'src/syncprims.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/syncprims.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-syncprims.lo -MD -MP -MF src/.deps/liblog4cplusU_la-syncprims.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/syncprims.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-syncprims.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-syncprims.lo -MD -MP -MF src/.deps/liblog4cplusU_la-syncprims.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/syncprims.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-syncprims.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-syncprims.Tpo src/.deps/liblog4cplusU_la-syncprims.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-syslogappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-syslogappender.Tpo -c -o src/liblog4cplusU_la-syslogappender.lo `test -f 'src/syslogappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/syslogappender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-syslogappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-syslogappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/syslogappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-syslogappender.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-syslogappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-syslogappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/syslogappender.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-syslogappender.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-syslogappender.Tpo src/.deps/liblog4cplusU_la-syslogappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-threads.lo -MD -MP -MF src/.deps/liblog4cplusU_la-threads.Tpo -c -o src/liblog4cplusU_la-threads.lo `test -f 'src/threads.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/threads.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-threads.lo -MD -MP -MF src/.deps/liblog4cplusU_la-threads.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/threads.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-threads.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-threads.lo -MD -MP -MF src/.deps/liblog4cplusU_la-threads.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/threads.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-threads.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-threads.Tpo src/.deps/liblog4cplusU_la-threads.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-timehelper.lo -MD -MP -MF src/.deps/liblog4cplusU_la-timehelper.Tpo -c -o src/liblog4cplusU_la-timehelper.lo `test -f 'src/timehelper.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/timehelper.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-timehelper.lo -MD -MP -MF src/.deps/liblog4cplusU_la-timehelper.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/timehelper.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-timehelper.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-timehelper.lo -MD -MP -MF src/.deps/liblog4cplusU_la-timehelper.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/timehelper.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-timehelper.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-timehelper.Tpo src/.deps/liblog4cplusU_la-timehelper.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-tls.lo -MD -MP -MF src/.deps/liblog4cplusU_la-tls.Tpo -c -o src/liblog4cplusU_la-tls.lo `test -f 'src/tls.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/tls.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-tls.lo -MD -MP -MF src/.deps/liblog4cplusU_la-tls.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/tls.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-tls.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-tls.lo -MD -MP -MF src/.deps/liblog4cplusU_la-tls.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/tls.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-tls.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-tls.Tpo src/.deps/liblog4cplusU_la-tls.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-version.lo -MD -MP -MF src/.deps/liblog4cplusU_la-version.Tpo -c -o src/liblog4cplusU_la-version.lo `test -f 'src/version.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/version.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-version.lo -MD -MP -MF src/.deps/liblog4cplusU_la-version.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/version.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-version.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-version.lo -MD -MP -MF src/.deps/liblog4cplusU_la-version.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/version.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-version.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-version.Tpo src/.deps/liblog4cplusU_la-version.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-win32consoleappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-win32consoleappender.Tpo -c -o src/liblog4cplusU_la-win32consoleappender.lo `test -f 'src/win32consoleappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/win32consoleappender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-win32consoleappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-win32consoleappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/win32consoleappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-win32consoleappender.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-win32consoleappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-win32consoleappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/win32consoleappender.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-win32consoleappender.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-win32consoleappender.Tpo src/.deps/liblog4cplusU_la-win32consoleappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-win32debugappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-win32debugappender.Tpo -c -o src/liblog4cplusU_la-win32debugappender.lo `test -f 'src/win32debugappender.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`src/win32debugappender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-win32debugappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-win32debugappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/win32debugappender.cxx  -fPIC -DPIC -o src/.libs/liblog4cplusU_la-win32debugappender.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DINSIDE_LOG4CPLUS -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT src/liblog4cplusU_la-win32debugappender.lo -MD -MP -MF src/.deps/liblog4cplusU_la-win32debugappender.Tpo -c /root/contrail/third_party/log4cplus-2.1.1/src/win32debugappender.cxx  -fPIC -DPIC -o src/liblog4cplusU_la-win32debugappender.o >/dev/null 2>&1
mv -f src/.deps/liblog4cplusU_la-win32debugappender.Tpo src/.deps/liblog4cplusU_la-win32debugappender.Plo
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-undefined -version-info 9:1:0 -release 2.1      -o liblog4cplusU.la -rpath /root/contrail/build/lib src/liblog4cplusU_la-appenderattachableimpl.lo src/liblog4cplusU_la-appender.lo src/liblog4cplusU_la-asyncappender.lo src/liblog4cplusU_la-callbackappender.lo src/liblog4cplusU_la-clogger.lo src/liblog4cplusU_la-configurator.lo src/liblog4cplusU_la-connectorthread.lo src/liblog4cplusU_la-consoleappender.lo src/liblog4cplusU_la-cygwin-win32.lo src/liblog4cplusU_la-env.lo src/liblog4cplusU_la-exception.lo src/liblog4cplusU_la-factory.lo src/liblog4cplusU_la-fileappender.lo src/liblog4cplusU_la-fileinfo.lo src/liblog4cplusU_la-filter.lo src/liblog4cplusU_la-global-init.lo src/liblog4cplusU_la-hierarchy.lo src/liblog4cplusU_la-hierarchylocker.lo src/liblog4cplusU_la-layout.lo src/liblog4cplusU_la-log4judpappender.lo src/liblog4cplusU_la-lockfile.lo src/liblog4cplusU_la-logger.lo src/liblog4cplusU_la-loggerimpl.lo src/liblog4cplusU_la-loggingevent.lo src/liblog4cplusU_la-loggingmacros.lo src/liblog4cplusU_la-loglevel.lo src/liblog4cplusU_la-loglog.lo src/liblog4cplusU_la-mdc.lo src/liblog4cplusU_la-ndc.lo src/liblog4cplusU_la-nullappender.lo src/liblog4cplusU_la-nteventlogappender.lo src/liblog4cplusU_la-objectregistry.lo src/liblog4cplusU_la-patternlayout.lo src/liblog4cplusU_la-pointer.lo src/liblog4cplusU_la-property.lo src/liblog4cplusU_la-queue.lo src/liblog4cplusU_la-rootlogger.lo src/liblog4cplusU_la-snprintf.lo src/liblog4cplusU_la-socketappender.lo src/liblog4cplusU_la-socketbuffer.lo src/liblog4cplusU_la-socket.lo src/liblog4cplusU_la-socket-unix.lo src/liblog4cplusU_la-socket-win32.lo src/liblog4cplusU_la-stringhelper.lo src/liblog4cplusU_la-stringhelper-clocale.lo src/liblog4cplusU_la-stringhelper-cxxlocale.lo src/liblog4cplusU_la-stringhelper-iconv.lo src/liblog4cplusU_la-syncprims.lo src/liblog4cplusU_la-syslogappender.lo src/liblog4cplusU_la-threads.lo src/liblog4cplusU_la-timehelper.lo src/liblog4cplusU_la-tls.lo src/liblog4cplusU_la-version.lo src/liblog4cplusU_la-win32consoleappender.lo src/liblog4cplusU_la-win32debugappender.lo  
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  src/.libs/liblog4cplusU_la-appenderattachableimpl.o src/.libs/liblog4cplusU_la-appender.o src/.libs/liblog4cplusU_la-asyncappender.o src/.libs/liblog4cplusU_la-callbackappender.o src/.libs/liblog4cplusU_la-clogger.o src/.libs/liblog4cplusU_la-configurator.o src/.libs/liblog4cplusU_la-connectorthread.o src/.libs/liblog4cplusU_la-consoleappender.o src/.libs/liblog4cplusU_la-cygwin-win32.o src/.libs/liblog4cplusU_la-env.o src/.libs/liblog4cplusU_la-exception.o src/.libs/liblog4cplusU_la-factory.o src/.libs/liblog4cplusU_la-fileappender.o src/.libs/liblog4cplusU_la-fileinfo.o src/.libs/liblog4cplusU_la-filter.o src/.libs/liblog4cplusU_la-global-init.o src/.libs/liblog4cplusU_la-hierarchy.o src/.libs/liblog4cplusU_la-hierarchylocker.o src/.libs/liblog4cplusU_la-layout.o src/.libs/liblog4cplusU_la-log4judpappender.o src/.libs/liblog4cplusU_la-lockfile.o src/.libs/liblog4cplusU_la-logger.o src/.libs/liblog4cplusU_la-loggerimpl.o src/.libs/liblog4cplusU_la-loggingevent.o src/.libs/liblog4cplusU_la-loggingmacros.o src/.libs/liblog4cplusU_la-loglevel.o src/.libs/liblog4cplusU_la-loglog.o src/.libs/liblog4cplusU_la-mdc.o src/.libs/liblog4cplusU_la-ndc.o src/.libs/liblog4cplusU_la-nullappender.o src/.libs/liblog4cplusU_la-nteventlogappender.o src/.libs/liblog4cplusU_la-objectregistry.o src/.libs/liblog4cplusU_la-patternlayout.o src/.libs/liblog4cplusU_la-pointer.o src/.libs/liblog4cplusU_la-property.o src/.libs/liblog4cplusU_la-queue.o src/.libs/liblog4cplusU_la-rootlogger.o src/.libs/liblog4cplusU_la-snprintf.o src/.libs/liblog4cplusU_la-socketappender.o src/.libs/liblog4cplusU_la-socketbuffer.o src/.libs/liblog4cplusU_la-socket.o src/.libs/liblog4cplusU_la-socket-unix.o src/.libs/liblog4cplusU_la-socket-win32.o src/.libs/liblog4cplusU_la-stringhelper.o src/.libs/liblog4cplusU_la-stringhelper-clocale.o src/.libs/liblog4cplusU_la-stringhelper-cxxlocale.o src/.libs/liblog4cplusU_la-stringhelper-iconv.o src/.libs/liblog4cplusU_la-syncprims.o src/.libs/liblog4cplusU_la-syslogappender.o src/.libs/liblog4cplusU_la-threads.o src/.libs/liblog4cplusU_la-timehelper.o src/.libs/liblog4cplusU_la-tls.o src/.libs/liblog4cplusU_la-version.o src/.libs/liblog4cplusU_la-win32consoleappender.o src/.libs/liblog4cplusU_la-win32debugappender.o   -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lpthread -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o  -O2   -pthread -Wl,-soname -Wl,liblog4cplusU-2.1.so.9 -o .libs/liblog4cplusU-2.1.so.9.0.1
libtool: link: (cd ".libs" && rm -f "liblog4cplusU-2.1.so.9" && ln -s "liblog4cplusU-2.1.so.9.0.1" "liblog4cplusU-2.1.so.9")
libtool: link: (cd ".libs" && rm -f "liblog4cplusU.so" && ln -s "liblog4cplusU-2.1.so.9.0.1" "liblog4cplusU.so")
libtool: link: ar cr .libs/liblog4cplusU.a  src/liblog4cplusU_la-appenderattachableimpl.o src/liblog4cplusU_la-appender.o src/liblog4cplusU_la-asyncappender.o src/liblog4cplusU_la-callbackappender.o src/liblog4cplusU_la-clogger.o src/liblog4cplusU_la-configurator.o src/liblog4cplusU_la-connectorthread.o src/liblog4cplusU_la-consoleappender.o src/liblog4cplusU_la-cygwin-win32.o src/liblog4cplusU_la-env.o src/liblog4cplusU_la-exception.o src/liblog4cplusU_la-factory.o src/liblog4cplusU_la-fileappender.o src/liblog4cplusU_la-fileinfo.o src/liblog4cplusU_la-filter.o src/liblog4cplusU_la-global-init.o src/liblog4cplusU_la-hierarchy.o src/liblog4cplusU_la-hierarchylocker.o src/liblog4cplusU_la-layout.o src/liblog4cplusU_la-log4judpappender.o src/liblog4cplusU_la-lockfile.o src/liblog4cplusU_la-logger.o src/liblog4cplusU_la-loggerimpl.o src/liblog4cplusU_la-loggingevent.o src/liblog4cplusU_la-loggingmacros.o src/liblog4cplusU_la-loglevel.o src/liblog4cplusU_la-loglog.o src/liblog4cplusU_la-mdc.o src/liblog4cplusU_la-ndc.o src/liblog4cplusU_la-nullappender.o src/liblog4cplusU_la-nteventlogappender.o src/liblog4cplusU_la-objectregistry.o src/liblog4cplusU_la-patternlayout.o src/liblog4cplusU_la-pointer.o src/liblog4cplusU_la-property.o src/liblog4cplusU_la-queue.o src/liblog4cplusU_la-rootlogger.o src/liblog4cplusU_la-snprintf.o src/liblog4cplusU_la-socketappender.o src/liblog4cplusU_la-socketbuffer.o src/liblog4cplusU_la-socket.o src/liblog4cplusU_la-socket-unix.o src/liblog4cplusU_la-socket-win32.o src/liblog4cplusU_la-stringhelper.o src/liblog4cplusU_la-stringhelper-clocale.o src/liblog4cplusU_la-stringhelper-cxxlocale.o src/liblog4cplusU_la-stringhelper-iconv.o src/liblog4cplusU_la-syncprims.o src/liblog4cplusU_la-syslogappender.o src/liblog4cplusU_la-threads.o src/liblog4cplusU_la-timehelper.o src/liblog4cplusU_la-tls.o src/liblog4cplusU_la-version.o src/liblog4cplusU_la-win32consoleappender.o src/liblog4cplusU_la-win32debugappender.o
libtool: link: ranlib .libs/liblog4cplusU.a
libtool: link: ( cd ".libs" && rm -f "liblog4cplusU.la" && ln -s "../liblog4cplusU.la" "liblog4cplusU.la" )
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread   -o loggingserverU simpleserver/loggingserverU-loggingserver.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o .libs/loggingserverU simpleserver/loggingserverU-loggingserver.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/appender_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/appender_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/appender_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/appender_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o appender_test tests/appender_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o appender_test tests/appender_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/appender_test/appender_testU-main.o -MD -MP -MF tests/appender_test/.deps/appender_testU-main.Tpo -c -o tests/appender_test/appender_testU-main.o `test -f 'tests/appender_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/appender_test/main.cxx
mv -f tests/appender_test/.deps/appender_testU-main.Tpo tests/appender_test/.deps/appender_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o appender_testU tests/appender_test/appender_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o appender_testU tests/appender_test/appender_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/configandwatch_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/configandwatch_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/configandwatch_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/configandwatch_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o configandwatch_test tests/configandwatch_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o configandwatch_test tests/configandwatch_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/configandwatch_test/configandwatch_testU-main.o -MD -MP -MF tests/configandwatch_test/.deps/configandwatch_testU-main.Tpo -c -o tests/configandwatch_test/configandwatch_testU-main.o `test -f 'tests/configandwatch_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/configandwatch_test/main.cxx
mv -f tests/configandwatch_test/.deps/configandwatch_testU-main.Tpo tests/configandwatch_test/.deps/configandwatch_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o configandwatch_testU tests/configandwatch_test/configandwatch_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o configandwatch_testU tests/configandwatch_test/configandwatch_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/customloglevel_test/customloglevel.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/customloglevel_test/customloglevel.o -MD -MP -MF $depbase.Tpo -c -o tests/customloglevel_test/customloglevel.o /root/contrail/third_party/log4cplus-2.1.1/tests/customloglevel_test/customloglevel.cxx &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/customloglevel_test/func.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/customloglevel_test/func.o -MD -MP -MF $depbase.Tpo -c -o tests/customloglevel_test/func.o /root/contrail/third_party/log4cplus-2.1.1/tests/customloglevel_test/func.cxx &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/customloglevel_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/customloglevel_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/customloglevel_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/customloglevel_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o customloglevel_test tests/customloglevel_test/customloglevel.o tests/customloglevel_test/func.o tests/customloglevel_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o customloglevel_test tests/customloglevel_test/customloglevel.o tests/customloglevel_test/func.o tests/customloglevel_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/customloglevel_test/customloglevel_testU-customloglevel.o -MD -MP -MF tests/customloglevel_test/.deps/customloglevel_testU-customloglevel.Tpo -c -o tests/customloglevel_test/customloglevel_testU-customloglevel.o `test -f 'tests/customloglevel_test/customloglevel.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/customloglevel_test/customloglevel.cxx
mv -f tests/customloglevel_test/.deps/customloglevel_testU-customloglevel.Tpo tests/customloglevel_test/.deps/customloglevel_testU-customloglevel.Po
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/customloglevel_test/customloglevel_testU-func.o -MD -MP -MF tests/customloglevel_test/.deps/customloglevel_testU-func.Tpo -c -o tests/customloglevel_test/customloglevel_testU-func.o `test -f 'tests/customloglevel_test/func.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/customloglevel_test/func.cxx
mv -f tests/customloglevel_test/.deps/customloglevel_testU-func.Tpo tests/customloglevel_test/.deps/customloglevel_testU-func.Po
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/customloglevel_test/customloglevel_testU-main.o -MD -MP -MF tests/customloglevel_test/.deps/customloglevel_testU-main.Tpo -c -o tests/customloglevel_test/customloglevel_testU-main.o `test -f 'tests/customloglevel_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/customloglevel_test/main.cxx
mv -f tests/customloglevel_test/.deps/customloglevel_testU-main.Tpo tests/customloglevel_test/.deps/customloglevel_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o customloglevel_testU tests/customloglevel_test/customloglevel_testU-customloglevel.o tests/customloglevel_test/customloglevel_testU-func.o tests/customloglevel_test/customloglevel_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o customloglevel_testU tests/customloglevel_test/customloglevel_testU-customloglevel.o tests/customloglevel_test/customloglevel_testU-func.o tests/customloglevel_test/customloglevel_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/fileappender_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/fileappender_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/fileappender_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/fileappender_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o fileappender_test tests/fileappender_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o fileappender_test tests/fileappender_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/fileappender_test/fileappender_testU-main.o -MD -MP -MF tests/fileappender_test/.deps/fileappender_testU-main.Tpo -c -o tests/fileappender_test/fileappender_testU-main.o `test -f 'tests/fileappender_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/fileappender_test/main.cxx
mv -f tests/fileappender_test/.deps/fileappender_testU-main.Tpo tests/fileappender_test/.deps/fileappender_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o fileappender_testU tests/fileappender_test/fileappender_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o fileappender_testU tests/fileappender_test/fileappender_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/filter_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/filter_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/filter_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/filter_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o filter_test tests/filter_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o filter_test tests/filter_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/filter_test/filter_testU-main.o -MD -MP -MF tests/filter_test/.deps/filter_testU-main.Tpo -c -o tests/filter_test/filter_testU-main.o `test -f 'tests/filter_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/filter_test/main.cxx
mv -f tests/filter_test/.deps/filter_testU-main.Tpo tests/filter_test/.deps/filter_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o filter_testU tests/filter_test/filter_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o filter_testU tests/filter_test/filter_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/hierarchy_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/hierarchy_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/hierarchy_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/hierarchy_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o hierarchy_test tests/hierarchy_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o hierarchy_test tests/hierarchy_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/hierarchy_test/hierarchy_testU-main.o -MD -MP -MF tests/hierarchy_test/.deps/hierarchy_testU-main.Tpo -c -o tests/hierarchy_test/hierarchy_testU-main.o `test -f 'tests/hierarchy_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/hierarchy_test/main.cxx
mv -f tests/hierarchy_test/.deps/hierarchy_testU-main.Tpo tests/hierarchy_test/.deps/hierarchy_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o hierarchy_testU tests/hierarchy_test/hierarchy_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o hierarchy_testU tests/hierarchy_test/hierarchy_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/loglog_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/loglog_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/loglog_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/loglog_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o loglog_test tests/loglog_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o loglog_test tests/loglog_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/loglog_test/loglog_testU-main.o -MD -MP -MF tests/loglog_test/.deps/loglog_testU-main.Tpo -c -o tests/loglog_test/loglog_testU-main.o `test -f 'tests/loglog_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/loglog_test/main.cxx
mv -f tests/loglog_test/.deps/loglog_testU-main.Tpo tests/loglog_test/.deps/loglog_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o loglog_testU tests/loglog_test/loglog_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o loglog_testU tests/loglog_test/loglog_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/ndc_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/ndc_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/ndc_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/ndc_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o ndc_test tests/ndc_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o ndc_test tests/ndc_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/ndc_test/ndc_testU-main.o -MD -MP -MF tests/ndc_test/.deps/ndc_testU-main.Tpo -c -o tests/ndc_test/ndc_testU-main.o `test -f 'tests/ndc_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/ndc_test/main.cxx
mv -f tests/ndc_test/.deps/ndc_testU-main.Tpo tests/ndc_test/.deps/ndc_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o ndc_testU tests/ndc_test/ndc_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o ndc_testU tests/ndc_test/ndc_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/ostream_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/ostream_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/ostream_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/ostream_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o ostream_test tests/ostream_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o ostream_test tests/ostream_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/ostream_test/ostream_testU-main.o -MD -MP -MF tests/ostream_test/.deps/ostream_testU-main.Tpo -c -o tests/ostream_test/ostream_testU-main.o `test -f 'tests/ostream_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/ostream_test/main.cxx
mv -f tests/ostream_test/.deps/ostream_testU-main.Tpo tests/ostream_test/.deps/ostream_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o ostream_testU tests/ostream_test/ostream_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o ostream_testU tests/ostream_test/ostream_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/patternlayout_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/patternlayout_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/patternlayout_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/patternlayout_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o patternlayout_test tests/patternlayout_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o patternlayout_test tests/patternlayout_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/patternlayout_test/patternlayout_testU-main.o -MD -MP -MF tests/patternlayout_test/.deps/patternlayout_testU-main.Tpo -c -o tests/patternlayout_test/patternlayout_testU-main.o `test -f 'tests/patternlayout_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/patternlayout_test/main.cxx
mv -f tests/patternlayout_test/.deps/patternlayout_testU-main.Tpo tests/patternlayout_test/.deps/patternlayout_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o patternlayout_testU tests/patternlayout_test/patternlayout_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o patternlayout_testU tests/patternlayout_test/patternlayout_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/performance_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/performance_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/performance_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/performance_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o performance_test tests/performance_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o performance_test tests/performance_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/performance_test/performance_testU-main.o -MD -MP -MF tests/performance_test/.deps/performance_testU-main.Tpo -c -o tests/performance_test/performance_testU-main.o `test -f 'tests/performance_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/performance_test/main.cxx
mv -f tests/performance_test/.deps/performance_testU-main.Tpo tests/performance_test/.deps/performance_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o performance_testU tests/performance_test/performance_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o performance_testU tests/performance_test/performance_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/priority_test/func.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/priority_test/func.o -MD -MP -MF $depbase.Tpo -c -o tests/priority_test/func.o /root/contrail/third_party/log4cplus-2.1.1/tests/priority_test/func.cxx &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tests/priority_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/priority_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/priority_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/priority_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o priority_test tests/priority_test/func.o tests/priority_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o priority_test tests/priority_test/func.o tests/priority_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/priority_test/priority_testU-func.o -MD -MP -MF tests/priority_test/.deps/priority_testU-func.Tpo -c -o tests/priority_test/priority_testU-func.o `test -f 'tests/priority_test/func.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/priority_test/func.cxx
mv -f tests/priority_test/.deps/priority_testU-func.Tpo tests/priority_test/.deps/priority_testU-func.Po
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/priority_test/priority_testU-main.o -MD -MP -MF tests/priority_test/.deps/priority_testU-main.Tpo -c -o tests/priority_test/priority_testU-main.o `test -f 'tests/priority_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/priority_test/main.cxx
mv -f tests/priority_test/.deps/priority_testU-main.Tpo tests/priority_test/.deps/priority_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o priority_testU tests/priority_test/priority_testU-func.o tests/priority_test/priority_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o priority_testU tests/priority_test/priority_testU-func.o tests/priority_test/priority_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/propertyconfig_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/propertyconfig_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/propertyconfig_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/propertyconfig_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o propertyconfig_test tests/propertyconfig_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o propertyconfig_test tests/propertyconfig_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/propertyconfig_test/propertyconfig_testU-main.o -MD -MP -MF tests/propertyconfig_test/.deps/propertyconfig_testU-main.Tpo -c -o tests/propertyconfig_test/propertyconfig_testU-main.o `test -f 'tests/propertyconfig_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/propertyconfig_test/main.cxx
mv -f tests/propertyconfig_test/.deps/propertyconfig_testU-main.Tpo tests/propertyconfig_test/.deps/propertyconfig_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o propertyconfig_testU tests/propertyconfig_test/propertyconfig_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o propertyconfig_testU tests/propertyconfig_test/propertyconfig_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/socket_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/socket_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/socket_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/socket_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o socket_test tests/socket_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o socket_test tests/socket_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/socket_test/socket_testU-main.o -MD -MP -MF tests/socket_test/.deps/socket_testU-main.Tpo -c -o tests/socket_test/socket_testU-main.o `test -f 'tests/socket_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/socket_test/main.cxx
mv -f tests/socket_test/.deps/socket_testU-main.Tpo tests/socket_test/.deps/socket_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o socket_testU tests/socket_test/socket_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o socket_testU tests/socket_test/socket_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/thread_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/thread_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/thread_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/thread_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o thread_test tests/thread_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o thread_test tests/thread_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/thread_test/thread_testU-main.o -MD -MP -MF tests/thread_test/.deps/thread_testU-main.Tpo -c -o tests/thread_test/thread_testU-main.o `test -f 'tests/thread_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/thread_test/main.cxx
mv -f tests/thread_test/.deps/thread_testU-main.Tpo tests/thread_test/.deps/thread_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o thread_testU tests/thread_test/thread_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o thread_testU tests/thread_test/thread_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/timeformat_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/timeformat_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/timeformat_test/main.o /root/contrail/third_party/log4cplus-2.1.1/tests/timeformat_test/main.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o timeformat_test tests/timeformat_test/main.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o timeformat_test tests/timeformat_test/main.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/timeformat_test/timeformat_testU-main.o -MD -MP -MF tests/timeformat_test/.deps/timeformat_testU-main.Tpo -c -o tests/timeformat_test/timeformat_testU-main.o `test -f 'tests/timeformat_test/main.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/timeformat_test/main.cxx
mv -f tests/timeformat_test/.deps/timeformat_testU-main.Tpo tests/timeformat_test/.deps/timeformat_testU-main.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o timeformat_testU tests/timeformat_test/timeformat_testU-main.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o timeformat_testU tests/timeformat_test/timeformat_testU-main.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
depbase=`echo tests/unit_tests/unit_tests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/unit_tests/unit_tests.o -MD -MP -MF $depbase.Tpo -c -o tests/unit_tests/unit_tests.o /root/contrail/third_party/log4cplus-2.1.1/tests/unit_tests/unit_tests.cxx &&\
mv -f $depbase.Tpo $depbase.Po
/root/contrail/third_party/log4cplus-2.1.1/tests/unit_tests/unit_tests.cxx:4:1: warning: unused parameter ‘argc’ [-Wunused-parameter]
 main (int argc, char* argv[])
 ^
/root/contrail/third_party/log4cplus-2.1.1/tests/unit_tests/unit_tests.cxx:4:1: warning: unused parameter ‘argv’ [-Wunused-parameter]
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o unit_tests tests/unit_tests/unit_tests.o ./liblog4cplus.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o unit_tests tests/unit_tests/unit_tests.o  ./.libs/liblog4cplus.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
g++ -DHAVE_CONFIG_H   -I/root/contrail/third_party/log4cplus-2.1.1/include -I/root/contrail/third_party/log4cplus-2.1.1/threadpool -I./include -I/root/contrail/third_party/log4cplus-2.1.1/catch/single_include/catch2 -DCATCH_CONFIG_PREFIX_ALL=1 -DNDEBUG -DUNICODE=1 -D_UNICODE=1 -D_GNU_SOURCE=1 -D_REENTRANT  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -MT tests/unit_tests/unit_testsU-unit_tests.o -MD -MP -MF tests/unit_tests/.deps/unit_testsU-unit_tests.Tpo -c -o tests/unit_tests/unit_testsU-unit_tests.o `test -f 'tests/unit_tests/unit_tests.cxx' || echo '/root/contrail/third_party/log4cplus-2.1.1/'`tests/unit_tests/unit_tests.cxx
/root/contrail/third_party/log4cplus-2.1.1/tests/unit_tests/unit_tests.cxx:4:1: warning: unused parameter ‘argc’ [-Wunused-parameter]
 main (int argc, char* argv[])
 ^
/root/contrail/third_party/log4cplus-2.1.1/tests/unit_tests/unit_tests.cxx:4:1: warning: unused parameter ‘argv’ [-Wunused-parameter]
mv -f tests/unit_tests/.deps/unit_testsU-unit_tests.Tpo tests/unit_tests/.deps/unit_testsU-unit_tests.Po
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -pthread -no-install  -o unit_testsU tests/unit_tests/unit_testsU-unit_tests.o ./liblog4cplusU.la 
libtool: link: g++ -std=c++11 -Wall -fdiagnostics-show-caret -ftrack-macro-expansion -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wundef -Wshadow -Wformat -Wnoexcept -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wno-variadic-macros -O2 -fvisibility=hidden -o unit_testsU tests/unit_tests/unit_testsU-unit_tests.o  ./.libs/liblog4cplusU.so -pthread -Wl,-rpath -Wl,/root/contrail/build/third_party/log4cplus/.libs -Wl,-rpath -Wl,/root/contrail/build/lib
make[3]: Leaving directory `/root/work/build/third_party/log4cplus'
make[2]: Leaving directory `/root/work/build/third_party/log4cplus'
make[1]: Leaving directory `/root/work/build/third_party/log4cplus'
make[1]: Entering directory `/root/work/build/third_party/log4cplus'
make  install-recursive
make[2]: Entering directory `/root/work/build/third_party/log4cplus'
Making install in include
make[3]: Entering directory `/root/work/build/third_party/log4cplus/include'
make[4]: Entering directory `/root/work/build/third_party/log4cplus/include'
make[4]: Nothing to be done for `install-exec-am'.
 /usr/bin/mkdir -p '/root/contrail/build/include'
 /usr/bin/mkdir -p '/root/contrail/build/include/log4cplus'
 /usr/bin/install -c -m 644  /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/appender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/asyncappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/callbackappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/clfsappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/clogger.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/config.hxx /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/configurator.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/consoleappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/exception.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/fileappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/fstreams.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/hierarchy.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/hierarchylocker.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/initializer.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/layout.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/log4cplus.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/log4judpappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/logger.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/loggingmacros.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/loglevel.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/mdc.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/msttsappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/ndc.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/nteventlogappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/nullappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/qt4debugappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/qt5debugappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/socketappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/streams.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/syslogappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/tchar.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/tracelogger.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/tstring.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/version.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/win32consoleappender.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/win32debugappender.h '/root/contrail/build/include/log4cplus'
 /usr/bin/mkdir -p '/root/contrail/build/include/log4cplus/spi'
 /usr/bin/install -c -m 644  /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/spi/appenderattachable.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/spi/factory.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/spi/filter.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/spi/loggerfactory.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/spi/loggerimpl.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/spi/loggingevent.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/spi/objectregistry.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/spi/rootlogger.h '/root/contrail/build/include/log4cplus/spi'
 /usr/bin/mkdir -p '/root/contrail/build/include/log4cplus/internal'
 /usr/bin/install -c -m 644  /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/internal/customloglevelmanager.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/internal/cygwin-win32.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/internal/env.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/internal/internal.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/internal/socket.h '/root/contrail/build/include/log4cplus/internal'
 /usr/bin/mkdir -p '/root/contrail/build/include/log4cplus/thread'
 /usr/bin/install -c -m 644  /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/thread/syncprims-pub-impl.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/thread/syncprims.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/thread/threads.h '/root/contrail/build/include/log4cplus/thread'
 /usr/bin/mkdir -p '/root/contrail/build/include/log4cplus/helpers'
 /usr/bin/install -c -m 644  /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/appenderattachableimpl.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/connectorthread.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/fileinfo.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/lockfile.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/loglog.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/pointer.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/property.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/queue.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/snprintf.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/socket.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/socketbuffer.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/stringhelper.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/thread-config.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/helpers/timehelper.h '/root/contrail/build/include/log4cplus/helpers'
 /usr/bin/mkdir -p '/root/contrail/build/include/log4cplus/boost'
 /usr/bin/install -c -m 644  /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/boost/deviceappender.hxx '/root/contrail/build/include/log4cplus/boost'
 /usr/bin/mkdir -p '/root/contrail/build/include/log4cplus/thread/impl'
 /usr/bin/install -c -m 644  /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/thread/impl/syncprims-cxx11.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/thread/impl/syncprims-impl.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/thread/impl/syncprims-pmsm.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/thread/impl/threads-impl.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/thread/impl/tls.h '/root/contrail/build/include/log4cplus/thread/impl'
 /usr/bin/mkdir -p '/root/contrail/build/include/log4cplus/config'
 /usr/bin/install -c -m 644  log4cplus/config/defines.hxx /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/config/macosx.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/config/win32.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/config/windowsh-inc-full.h /root/contrail/third_party/log4cplus-2.1.1/include/log4cplus/config/windowsh-inc.h '/root/contrail/build/include/log4cplus/config'
make[4]: Leaving directory `/root/work/build/third_party/log4cplus/include'
make[3]: Leaving directory `/root/work/build/third_party/log4cplus/include'
make[3]: Entering directory `/root/work/build/third_party/log4cplus'
make[4]: Entering directory `/root/work/build/third_party/log4cplus'
 /usr/bin/mkdir -p '/root/contrail/build/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   liblog4cplus.la liblog4cplusU.la '/root/contrail/build/lib'
libtool: install: /usr/bin/install -c .libs/liblog4cplus-2.1.so.9.0.1 /root/contrail/build/lib/liblog4cplus-2.1.so.9.0.1
libtool: install: (cd /root/contrail/build/lib && { ln -s -f liblog4cplus-2.1.so.9.0.1 liblog4cplus-2.1.so.9 || { rm -f liblog4cplus-2.1.so.9 && ln -s liblog4cplus-2.1.so.9.0.1 liblog4cplus-2.1.so.9; }; })
libtool: install: (cd /root/contrail/build/lib && { ln -s -f liblog4cplus-2.1.so.9.0.1 liblog4cplus.so || { rm -f liblog4cplus.so && ln -s liblog4cplus-2.1.so.9.0.1 liblog4cplus.so; }; })
libtool: install: /usr/bin/install -c .libs/liblog4cplus.lai /root/contrail/build/lib/liblog4cplus.la
libtool: install: /usr/bin/install -c .libs/liblog4cplusU-2.1.so.9.0.1 /root/contrail/build/lib/liblog4cplusU-2.1.so.9.0.1
libtool: install: (cd /root/contrail/build/lib && { ln -s -f liblog4cplusU-2.1.so.9.0.1 liblog4cplusU-2.1.so.9 || { rm -f liblog4cplusU-2.1.so.9 && ln -s liblog4cplusU-2.1.so.9.0.1 liblog4cplusU-2.1.so.9; }; })
libtool: install: (cd /root/contrail/build/lib && { ln -s -f liblog4cplusU-2.1.so.9.0.1 liblog4cplusU.so || { rm -f liblog4cplusU.so && ln -s liblog4cplusU-2.1.so.9.0.1 liblog4cplusU.so; }; })
libtool: install: /usr/bin/install -c .libs/liblog4cplusU.lai /root/contrail/build/lib/liblog4cplusU.la
libtool: install: /usr/bin/install -c .libs/liblog4cplus.a /root/contrail/build/lib/liblog4cplus.a
libtool: install: chmod 644 /root/contrail/build/lib/liblog4cplus.a
libtool: install: ranlib /root/contrail/build/lib/liblog4cplus.a
libtool: install: /usr/bin/install -c .libs/liblog4cplusU.a /root/contrail/build/lib/liblog4cplusU.a
libtool: install: chmod 644 /root/contrail/build/lib/liblog4cplusU.a
libtool: install: ranlib /root/contrail/build/lib/liblog4cplusU.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /root/contrail/build/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /root/contrail/build/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/root/contrail/build/lib/pkgconfig'
 /usr/bin/install -c -m 644 log4cplus.pc '/root/contrail/build/lib/pkgconfig'
make[4]: Leaving directory `/root/work/build/third_party/log4cplus'
make[3]: Leaving directory `/root/work/build/third_party/log4cplus'
make[2]: Leaving directory `/root/work/build/third_party/log4cplus'
make[1]: Leaving directory `/root/work/build/third_party/log4cplus'
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_req.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_req.cc
g++ -o build/debug/vnsw/agent/oper/agent_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/oper/agent_constants.cpp
g++ -o build/debug/vnsw/agent/pkt/flow_token.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/flow_token.cc
g++ -o build/debug/bfd/bfd_control_packet.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/bfd/bfd_control_packet.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_control_packet.h:12,
                 from controller/src/bfd/bfd_control_packet.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/kstate/vrf_assign_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/vrf_assign_kstate.cc
g++ -o build/debug/vnsw/agent/services/icmpv6_error_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/icmpv6_error_proto.cc
g++ -o build/debug/vnsw/agent/cmn/stats_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/cmn/stats_types.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/pkt/flow_token.cc:2:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/xmpp/xmpp_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_server.cc
g++ -o build/debug/vnsw/agent/cfg/cfg_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/cfg/cfg_constants.cpp
g++ -o build/debug/vnsw/agent/oper/instance_manager.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/instance_manager.cc
g++ -o build/debug/db/db_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db build/debug/db/db_constants.cpp
g++ -o build/debug/vnsw/agent/nexthop_server/nexthop_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/nexthop_server/nexthop_server.cc
g++ -o build/debug/base/sandesh/task_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/task_html.cpp
g++ -o build/debug/vnsw/agent/oper/tag.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/tag.cc
g++ -o build/debug/db/db_table_partition.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db controller/src/db/db_table_partition.cc
g++ -o build/debug/ksync/ksync_netlink.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ivrouter/include -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/ksync -Icontroller/src/ksync controller/src/ksync/ksync_netlink.cc
g++ -o build/debug/vnsw/agent/oper/evpn_route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/evpn_route.cc
g++ -o build/debug/bfd/bfd_udp_connection.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/bfd/bfd_udp_connection.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/linear_congruential.hpp:30,
                 from build/include/boost/random/additive_combine.hpp:27,
                 from build/include/boost/random.hpp:36,
                 from controller/src/bfd/bfd_udp_connection.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/bgp_as_service.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/bgp_as_service.cc
ar rc build/debug/bfd/libbfd_udp.a build/debug/bfd/bfd_udp_connection.o
ranlib build/debug/bfd/libbfd_udp.a
g++ -o build/debug/vnsw/agent/test/test_cfg.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_cfg.cc
g++ -o build/debug/vnsw/agent/resource_manager/resource_manager_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/resource_manager/resource_manager_html.cpp
g++ -o build/debug/db/db_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db build/debug/db/db_types.cpp
g++ -o build/debug/base/sandesh/task_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/task_constants.cpp
g++ -o build/debug/vnsw/agent/vrouter/ksync/ksync_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/ksync_init.cc
g++ -o build/debug/vnsw/agent/resource_manager/resource_cmn.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/resource_manager/resource_cmn.cc
g++ -o build/debug/vnsw/agent/controller/controller_dns.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/controller/controller_dns.cc
g++ -o build/debug/vnsw/agent/cmn/agent_cmn.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/cmn/agent_cmn.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.cc:16:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/bgp/peer_info_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/db -Icontroller/src/db -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/bgp/peer_info_constants.cpp
g++ -o build/debug/bgp/peer_info_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/db -Icontroller/src/db -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/bgp/peer_info_html.cpp
g++ -o build/debug/vnsw/agent/pkt/pkt_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/pkt/pkt_html.cpp
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_trace.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_trace.cc
g++ -o build/debug/vnsw/agent/mac_learning/mac_learning_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/mac_learning/mac_learning_constants.cpp
g++ -o build/debug/base/sandesh/task_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/task_types.cpp
g++ -o build/debug/vnsw/agent/kstate/qos_config_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/qos_config_kstate.cc
g++ -o build/debug/vnsw/agent/services/icmpv6_error_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/icmpv6_error_handler.cc
g++ -o build/debug/vnsw/agent/oper/agent_sandesh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/agent_sandesh.cc
g++ -o build/debug/bgp/peer_info_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/db -Icontroller/src/db -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/bgp/peer_info_types.cpp
g++ -o build/debug/vnsw/agent/services/bfd_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/bfd_handler.cc
ar rc build/debug/bgp/libpeer_sandesh.a build/debug/bgp/peer_info_types.o build/debug/bgp/peer_info_constants.o build/debug/bgp/peer_info_html.o
ranlib build/debug/bgp/libpeer_sandesh.a
g++ -o build/debug/xmpp/xmpp_state_machine.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_state_machine.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/agent_ksync_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/vrouter/ksync/agent_ksync_html.cpp
g++ -o build/debug/vnsw/agent/oper/hbf.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/hbf.cc
g++ -o build/debug/vnsw/agent/oper/sg.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/sg.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_client.h:7,
                 from controller/src/vnsw/agent/services/bfd_proto.h:13,
                 from controller/src/vnsw/agent/services/bfd_handler.cc:9:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/db/db_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db controller/src/db/db_table.cc
g++ -o build/debug/http/client/http_client.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fPIC -Ibuild/include -Isrc/contrail-common -Ibuild/include src/contrail-common/http/client/http_client.cc
g++ -o build/debug/vnsw/agent/oper/ecmp.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/ecmp.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/ksync_memory.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/ksync_memory.cc
g++ -o build/debug/vnsw/agent/controller/controller_vrf_export.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/controller/controller_vrf_export.cc
g++ -o build/debug/tools/sandesh/library/cpp/request_pipeline.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/request_pipeline.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_memory.cc:24:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/cmn/test/test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/cmn/test/test.cc
g++ -o build/debug/vnsw/agent/cfg/cfg_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/cfg/cfg_types.cpp
g++ -o build/debug/tools/sandesh/library/cpp/transport/TBufferTransports.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/transport/TBufferTransports.cpp
g++ -o build/debug/vnsw/agent/kstate/mirror_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/mirror_kstate.cc
g++ -o build/debug/vnsw/agent/services/arp_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/arp_proto.cc
g++ -o build/debug/xmpp/xmpp_session.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_session.cc
g++ -o build/debug/ifmap/test/ifmap_test_util_agent.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug controller/src/ifmap/test/ifmap_test_util_agent.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/ifmap/test/ifmap_test_util_agent.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/multicast_policy.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/multicast_policy.cc
g++ -o build/debug/vnsw/agent/oper/service_instance.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/service_instance.cc
ar rc build/debug/ifmap/test/libifmap_test_util_agent.a build/debug/ifmap/test/ifmap_test_util_agent.o
ranlib build/debug/ifmap/test/libifmap_test_util_agent.a
g++ -o build/debug/tools/sandesh/library/common/sandesh_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_html.cpp
g++ -o build/debug/vnsw/agent/oper/crypt_tunnel.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/crypt_tunnel.cc
g++ -o build/debug/vnsw/agent/pkt/proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/proto.cc
g++ -o build/debug/ksync/ksync_object.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ivrouter/include -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/ksync -Icontroller/src/ksync controller/src/ksync/ksync_object.cc
g++ -o build/debug/vnsw/agent/filter/policy_set.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/filter/policy_set.cc
g++ -o build/debug/vnsw/agent/services/icmpv6_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/icmpv6_proto.cc
g++ -o build/debug/vnsw/agent/mac_learning/mac_learning_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/mac_learning/mac_learning_types.cpp
g++ -o build/debug/vnsw/agent/services/services_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/services/services_html.cpp
g++ -o build/debug/vnsw/agent/resource_manager/resource_manager_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/resource_manager/resource_manager_constants.cpp
g++ -o build/debug/vnsw/agent/controller/controller_route_walker.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/controller/controller_route_walker.cc
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_session.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_session.cc
g++ -o build/debug/vnsw/agent/oper/multicast_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/oper/multicast_html.cpp
g++ -o build/debug/tools/sandesh/library/cpp/transport/TSimpleFileTransport.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/transport/TSimpleFileTransport.cpp
g++ -o build/debug/vnsw/agent/kstate/flow_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/flow_kstate.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/agent_ksync_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/vrouter/ksync/agent_ksync_constants.cpp
g++ -o build/debug/dns/bind/bind_util.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Wno-return-type -fexceptions -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/sandesh/library -Icontroller/src/sandesh/library -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/dns/cmn -Icontroller/src/dns/cmn -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr controller/src/dns/bind/bind_util.cc
g++ -o build/debug/base/task_monitor.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DBOOST_CHRONO_HEADER_ONLY -Isrc/contrail-common -Ibuild/include src/contrail-common/base/task_monitor.cc
g++ -o build/debug/vnsw/agent/oper/multicast_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/oper/multicast_constants.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/kstate/flow_kstate.cc:15:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/cmn/agent.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/cmn/agent.cc
g++ -o build/debug/vnsw/agent/oper/vxlan_auxilliary.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vxlan_auxilliary.cc
g++ -o build/debug/vnsw/agent/oper/security_logging_object.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/security_logging_object.cc
g++ -o build/debug/vnsw/agent/nexthop_server/nexthop_manager.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/nexthop_server/nexthop_manager.cc
g++ -o build/debug/vnsw/agent/mac_learning/mac_learning.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/mac_learning/mac_learning.cc
g++ -o build/debug/bfd/bfd_client.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/bfd/bfd_client.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/linear_congruential.hpp:30,
                 from build/include/boost/random/additive_combine.hpp:27,
                 from build/include/boost/random.hpp:36,
                 from controller/src/bfd/bfd_client.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/config_manager.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/config_manager.cc
g++ -o build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_html.cpp
g++ -o build/debug/vnsw/agent/oper/multicast_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/oper/multicast_types.cpp
g++ -o build/debug/vnsw/agent/filter/acl.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/filter/acl.cc
g++ -o build/debug/vnsw/agent/services/icmpv6_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/icmpv6_handler.cc
g++ -o build/debug/vnsw/agent/test/test_buildinfo.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_buildinfo.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/ksync_flow_index_manager.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/ksync_flow_index_manager.cc
ar rc build/debug/vnsw/agent/test/libagent_test_buildinfo.a build/debug/vnsw/agent/test/test_buildinfo.o
ranlib build/debug/vnsw/agent/test/libagent_test_buildinfo.a
g++ -o build/debug/ksync/ksync_tx_queue.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ivrouter/include -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/ksync -Icontroller/src/ksync controller/src/ksync/ksync_tx_queue.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_flow_index_manager.cc:4:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/mpls.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/mpls.cc
g++ -o build/debug/dns/bind/bind_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Wno-return-type -fexceptions -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/sandesh/library -Icontroller/src/sandesh/library -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/dns/cmn -Icontroller/src/dns/cmn -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr build/debug/dns/bind/bind_html.cpp
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_client_sm.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_client_sm.cc
g++ -o build/debug/vnsw/agent/kstate/forwarding_class_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/forwarding_class_kstate.cc
g++ -o build/debug/vnsw/agent/uve/stats_interval_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/stats_interval_types.cpp
g++ -o build/debug/xml/xml_pugi.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fPIC -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/xml/xml_pugi.cc
ar rc build/debug/xml/libxml.a build/debug/xml/xml_base.o build/debug/xml/xml_pugi.o
ranlib build/debug/xml/libxml.a
g++ -o build/debug/vnsw/agent/oper/agent_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/oper/agent_types.cpp
g++ -o build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_constants.cpp
g++ -o build/debug/xmpp/xmpp_factory.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_factory.cc
g++ -o build/debug/dns/bind/bind_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Wno-return-type -fexceptions -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/sandesh/library -Icontroller/src/sandesh/library -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/dns/cmn -Icontroller/src/dns/cmn -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr build/debug/dns/bind/bind_constants.cpp
g++ -o build/debug/vnsw/agent/oper/vxlan_xmpp_routes.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vxlan_xmpp_routes.cc
g++ -o build/debug/ifmap/ifmap_agent_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database build/debug/ifmap/ifmap_agent_html.cpp
g++ -o build/debug/vnsw/agent/oper/route_leak.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/route_leak.cc
g++ -o build/debug/vnsw/agent/controller/controller_route_path.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/controller/controller_route_path.cc
g++ -o build/debug/vnsw/agent/oper/bridge_domain.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/bridge_domain.cc
g++ -o build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_types.cpp
g++ -o build/debug/vnsw/agent/resource_manager/resource_manager_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/resource_manager/resource_manager_types.cpp
g++ -o build/debug/vnsw/agent/filter/acl_entry.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/filter/acl_entry.cc
g++ -o build/debug/vnsw/agent/services/icmp_error_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/icmp_error_proto.cc
g++ -o build/debug/ifmap/ifmap_agent_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database build/debug/ifmap/ifmap_agent_constants.cpp
g++ -o build/debug/vnsw/agent/test/test_cfg_agent.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test build/debug/vnsw/agent/test/test_cfg_agent.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/services/icmp_error_handler.h:9,
                 from controller/src/vnsw/agent/services/icmp_error_proto.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/nexthop_server/nexthop_client.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/nexthop_server/nexthop_client.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/interface_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/interface_ksync.cc
ar rc build/debug/vnsw/agent/nexthop_server/libvnswnhserver.a build/debug/vnsw/agent/nexthop_server/nexthop_client.o build/debug/vnsw/agent/nexthop_server/nexthop_server.o build/debug/vnsw/agent/nexthop_server/nexthop_manager.o
ranlib build/debug/vnsw/agent/nexthop_server/libvnswnhserver.a
g++ -o build/debug/ksync/ksync_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ivrouter/include -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/ksync -Icontroller/src/ksync build/debug/ksync/ksync_types.cpp
ar rc build/debug/vnsw/agent/test/libifmap_test.a build/debug/vnsw/agent/test/test_cfg_types.o build/debug/vnsw/agent/test/test_cfg_parser.o build/debug/vnsw/agent/test/test_cfg_server.o build/debug/vnsw/agent/test/test_cfg_agent.o
ranlib build/debug/vnsw/agent/test/libifmap_test.a
g++ -o build/debug/vnsw/agent/vrouter/ksync/agent_ksync_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/vrouter/ksync/agent_ksync_types.cpp
g++ -o build/debug/vnsw/agent/oper/mirror_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/mirror_table.cc
g++ -o build/debug/tools/sandesh/library/cpp/stats_client.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/stats_client.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/interface_ksync.cc:33:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/tools/sandesh/library/cpp/transport/TFDTransport.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/transport/TFDTransport.cpp
g++ -o build/debug/ifmap/ifmap_agent_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database build/debug/ifmap/ifmap_agent_types.cpp
g++ -o build/debug/vnsw/agent/kstate/mpls_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/mpls_kstate.cc
g++ -o build/debug/vnsw/agent/port_ipc/nix/port_ipc_handler_os_impl.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/port_ipc/nix/port_ipc_handler_os_impl.cc
g++ -o build/debug/xmpp/xmpp_connection_manager.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_connection_manager.cc
g++ -o build/debug/vnsw/agent/oper/test/test_inet_route_tree.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_inet_route_tree.cc
g++ -o build/debug/vnsw/agent/resource_manager/resource_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/resource_manager/resource_table.cc
g++ -o build/debug/vnsw/agent/oper/vxlan_routes_leaking.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vxlan_routes_leaking.cc
g++ -o build/debug/vnsw/agent/oper/remote_physical_interface.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/remote_physical_interface.cc
g++ -o build/debug/vnsw/agent/controller/controller_peer.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/controller/controller_peer.cc
g++ -o build/debug/vnsw/agent/oper/bridge_route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/bridge_route.cc
g++ -o build/debug/dns/bind/bind_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Wno-return-type -fexceptions -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/sandesh/library -Icontroller/src/sandesh/library -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/dns/cmn -Icontroller/src/dns/cmn -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr build/debug/dns/bind/bind_types.cpp
g++ -o build/debug/bfd/bfd_state_machine.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/bfd/bfd_state_machine.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_state_machine.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/pkt_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/pkt_handler.cc
g++ -o build/debug/schema/vnc_cfg_agent.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/vnc_cfg_agent.cc
g++ -o build/debug/vnsw/agent/services/icmp_error_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/icmp_error_handler.cc
g++ -o build/debug/ifmap/ifmap_agent_sandesh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database controller/src/ifmap/ifmap_agent_sandesh.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/pkt_handler.cc:25:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/services/icmp_error_handler.cc:12:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
ar rc build/debug/schema/libifmap_vnc.a build/debug/schema/vnc_cfg_types.o build/debug/schema/vnc_cfg_parser.o build/debug/schema/vnc_cfg_server.o build/debug/schema/vnc_cfg_agent.o
ranlib build/debug/schema/libifmap_vnc.a
g++ -o build/debug/vnsw/agent/vrouter/ksync/forwarding_class_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/forwarding_class_ksync.cc
g++ -o build/debug/vnsw/agent/oper/metadata_ip.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/metadata_ip.cc
g++ -o build/debug/vnsw/agent/test/control_node_mock.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/control_node_mock.cc
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_client.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_client.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/forwarding_class_ksync.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
ar rc build/debug/vnsw/agent/test/libcontrol_node_mock.a build/debug/vnsw/agent/test/control_node_mock.o
ranlib build/debug/vnsw/agent/test/libcontrol_node_mock.a
g++ -o build/debug/vnsw/agent/mac_learning/mac_aging.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/mac_learning/mac_aging.cc
g++ -o build/debug/db/db_graph.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db controller/src/db/db_graph.cc
g++ -o build/debug/vnsw/agent/kstate/nh_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/nh_kstate.cc
g++ -o build/debug/xmpp/xmpp_connection.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_connection.cc
g++ -o build/debug/tools/sandesh/library/cpp/protocol/TJSONProtocol.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/protocol/TJSONProtocol.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/mac_learning/mac_aging.cc:18:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/vxlan_routing_manager.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vxlan_routing_manager.cc
g++ -o build/debug/vnsw/agent/oper/qos_queue.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/qos_queue.cc
g++ -o build/debug/vnsw/agent/controller/controller_ifmap.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/controller/controller_ifmap.cc
g++ -o build/debug/vnsw/agent/oper/bgp_router.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/bgp_router.cc
g++ -o build/debug/vnsw/agent/controller/controller_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/controller/controller_html.cpp
g++ -o build/debug/vnsw/agent/pkt/pkt_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/pkt_init.cc
g++ -o build/debug/ifmap/ifmap_agent_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database controller/src/ifmap/ifmap_agent_table.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/flowtable_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.cc
g++ -o build/debug/base/task_sandesh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/task_sandesh.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/pkt/pkt_init.cc:13:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/logical_interface.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/logical_interface.cc
g++ -o build/debug/vnsw/agent/port_ipc/rest_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/port_ipc/rest_server.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.cc:29:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/cmn/nix/agent_paths.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/cmn/nix/agent_paths.cc
g++ -o build/debug/ifmap/ifmap_agent_parser.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database controller/src/ifmap/ifmap_agent_parser.cc
g++ -o build/debug/xmpp/xmpp_config.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_config.cc
g++ -o build/debug/sandesh/common/flow_sandesh_impl.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug controller/src/sandesh/common/flow_sandesh_impl.cc
g++ -o build/debug/vnsw/agent/oper/vxlan.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vxlan.cc
g++ -o build/debug/vnsw/agent/kstate/vrf_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/vrf_kstate.cc
ar rc build/debug/ifmap/libifmap_agent.a build/debug/ifmap/ifmap_agent_parser.o build/debug/ifmap/ifmap_agent_table.o build/debug/ifmap/ifmap_agent_sandesh.o build/debug/ifmap/ifmap_agent_types.o build/debug/ifmap/ifmap_agent_constants.o build/debug/ifmap/ifmap_agent_html.o
ranlib build/debug/ifmap/libifmap_agent.a
g++ -o build/debug/xmpp/xmpp_trace_sandesh_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_trace_sandesh_constants.cpp
g++ -o build/debug/vrouter/sandesh/vr_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vrouter/sandesh/vr_html.cpp
g++ -o build/debug/vnsw/agent/controller/controller_export.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/controller/controller_export.cc
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_http.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_http.cc
g++ -o build/debug/vnsw/agent/uve/uve_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/uve_html.cpp
g++ -o build/debug/vnsw/agent/services/icmp_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/icmp_proto.cc
g++ -o build/debug/vnsw/agent/pkt/packet_buffer.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/packet_buffer.cc
g++ -o build/debug/tools/sandesh/library/cpp/protocol/TXMLProtocol.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/protocol/TXMLProtocol.cpp
g++ -o build/debug/vnsw/agent/kstate/route_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/route_kstate.cc
g++ -o build/debug/xmpp/xmpp_trace_sandesh_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_trace_sandesh_types.cpp
g++ -o build/debug/vnsw/agent/services/nix/default_dns_list_builder.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/nix/default_dns_list_builder.cc
g++ -o build/debug/vnsw/agent/oper/multicast.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/multicast.cc
g++ -o build/debug/vrouter/sandesh/vr_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vrouter/sandesh/vr_constants.cpp
g++ -o build/debug/vnsw/agent/vrouter/ksync/ksync_bridge_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/ksync_bridge_table.cc
g++ -o build/debug/vnsw/agent/resource_manager/resource_manager.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/resource_manager/resource_manager.cc
g++ -o build/debug/base/sandesh/version_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/version_html.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_bridge_table.cc:33:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/interface.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/interface.cc
g++ -o build/debug/vnsw/agent/uve/uve_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/uve_constants.cpp
g++ -o build/debug/db/db.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db controller/src/db/db.cc
g++ -o build/debug/vnsw/agent/port_ipc/rest_common.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/port_ipc/rest_common.cc
g++ -o build/debug/vrouter/sandesh/vr_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vrouter/sandesh/vr_types.cpp
g++ -o build/debug/dns/bind/xmpp_dns_agent.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Wno-return-type -fexceptions -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/sandesh/library -Icontroller/src/sandesh/library -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/dns/cmn -Icontroller/src/dns/cmn -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr controller/src/dns/bind/xmpp_dns_agent.cc
g++ -o build/debug/base/sandesh/version_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/version_constants.cpp
g++ -o build/debug/tools/sandesh/library/cpp/sandesh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/vrf_assign_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/vrf_assign_ksync.cc
g++ -o build/debug/vnsw/agent/uve/uve_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/uve_types.cpp
g++ -o build/debug/base/proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/proto.cc
g++ -o build/debug/vnsw/agent/filter/test/acl_entry_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/filter/test/acl_entry_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/vrf_assign_ksync.cc:24:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/qos_config.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/qos_config.cc
g++ -o build/debug/vnsw/agent/init/agent_param.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/init/agent_param.cc
g++ -o build/debug/xmpp/xmpp_state_machine_sandesh_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_state_machine_sandesh_html.cpp
g++ -o build/debug/vnsw/agent/oper/vrouter.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vrouter.cc
g++ -o build/debug/vnsw/agent/port_ipc/config_stale_cleaner.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/port_ipc/config_stale_cleaner.cc
g++ -o build/debug/ifmap/ifmap_log.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database controller/src/ifmap/ifmap_log.cc
g++ -o build/debug/base/sandesh/nodeinfo_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/nodeinfo_html.cpp
g++ -o build/debug/base/sandesh/version_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/version_types.cpp
g++ -o build/debug/vnsw/agent/uve/stats_interval_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/stats_interval_html.cpp
g++ -o build/debug/vnsw/agent/services/icmp_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/icmp_handler.cc
g++ -o build/debug/vnsw/agent/pkt/flow_trace_filter.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/flow_trace_filter.cc
g++ -o build/debug/http/http_request.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/http/http_request.cc
g++ -o build/debug/xmpp/xmpp_client_server_sandesh_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_client_server_sandesh_constants.cpp
g++ -o build/debug/xmpp/xmpp_state_machine_sandesh_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_state_machine_sandesh_constants.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/pkt/flow_trace_filter.cc:4:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/kstate/interface_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/interface_kstate.cc
g++ -o build/debug/vnsw/agent/port_ipc/port_ipc_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/port_ipc/port_ipc_html.cpp
g++ -o build/debug/vnsw/agent/services/services_sandesh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/services_sandesh.cc
g++ -o build/debug/vnsw/agent/cmn/event_notifier.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/cmn/event_notifier.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/linux/vnswif_listener.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/linux/vnswif_listener.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_client.h:7,
                 from controller/src/vnsw/agent/services/bfd_proto.h:13,
                 from controller/src/vnsw/agent/services/services_sandesh.cc:16:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/controller/controller_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/controller/controller_constants.cpp
g++ -o build/debug/vnsw/agent/oper/inet_unicast_route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/inet_unicast_route.cc
g++ -o build/debug/tools/sandesh/library/common/sandesh_trace_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_trace_html.cpp
g++ -o build/debug/vnsw/agent/uve/stats_interval_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/stats_interval_constants.cpp
g++ -o build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_constants.cpp
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_options.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_options.cc
g++ -o build/debug/xmpp/xmpp_state_machine_sandesh_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_state_machine_sandesh_types.cpp
g++ -o build/debug/vnsw/agent/port_ipc/port_subscribe_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/port_ipc/port_subscribe_table.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/nexthop_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/nexthop_ksync.cc
g++ -o build/debug/dns/bind/named_config.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Wno-return-type -fexceptions -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/sandesh/library -Icontroller/src/sandesh/library -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/dns/cmn -Icontroller/src/dns/cmn -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr controller/src/dns/bind/named_config.cc
g++ -o build/debug/vnsw/agent/resource_manager/sandesh_map.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/resource_manager/sandesh_map.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/nexthop_ksync.cc:25:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/tools/sandesh/library/common/sandesh_trace_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_trace_constants.cpp
g++ -o build/debug/vnsw/agent/vrouter/ksync/vxlan_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/vxlan_ksync.cc
g++ -o build/debug/base/logging.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/logging.cc
g++ -o build/debug/vnsw/agent/diag/segment_health_check.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/diag/segment_health_check.cc
g++ -o build/debug/vnsw/agent/oper/physical_interface.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/physical_interface.cc
g++ -o build/debug/ifmap/ifmap_log_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug build/debug/ifmap/ifmap_log_html.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/vxlan_ksync.cc:27:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_types.cpp
g++ -o build/debug/xmpp/xmpp_client_server_sandesh_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_client_server_sandesh_html.cpp
g++ -o build/debug/vnsw/agent/oper/vrf_assign.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vrf_assign.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/bridge_route_audit_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/bridge_route_audit_ksync.cc
g++ -o build/debug/vnsw/agent/oper/agent_route_walker.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/agent_route_walker.cc
g++ -o build/debug/tools/sandesh/library/common/sandesh_trace_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_trace_types.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/bridge_route_audit_ksync.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/dns_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/dns_proto.cc
g++ -o build/debug/ifmap/ifmap_log_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug build/debug/ifmap/ifmap_log_constants.cpp
g++ -o build/debug/vnsw/agent/uve/test/agent_param_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/agent_param_test.cc
g++ -o build/debug/http/http_session.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/http/http_session.cc
g++ -o build/debug/vnsw/agent/kstate/kstate_io_context.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/kstate_io_context.cc
g++ -o build/debug/vnsw/agent/services/services_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/services_init.cc
g++ -o build/debug/vnsw/agent/cfg/cfg_mirror.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/cfg/cfg_mirror.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/vnswif_listener_base_nix.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/vnswif_listener_base_nix.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/cfg/cfg_mirror.cc:15:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/multicast/gmp_map/task_map.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/gmp_map/task_map.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_client.h:7,
                 from controller/src/vnsw/agent/services/bfd_proto.h:13,
                 from controller/src/vnsw/agent/services/services_init.cc:18:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/io/process_signal_common.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/io/process_signal_common.cc
g++ -o build/debug/vnsw/agent/oper/inet4_multicast_route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/inet4_multicast_route.cc
g++ -o build/debug/vnsw/agent/kstate/kstate_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/kstate/kstate_html.cpp
g++ -o build/debug/vnsw/agent/diag/diag_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/diag/diag_constants.cpp
g++ -o build/debug/tools/sandesh/library/common/derived_stats_results_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/derived_stats_results_html.cpp
g++ -o build/debug/ifmap/ifmap_log_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug build/debug/ifmap/ifmap_log_types.cpp
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_util.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_util.cc
g++ -o build/debug/vnsw/agent/port_ipc/port_ipc_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/port_ipc/port_ipc_handler.cc
g++ -o build/debug/dns/bind/bind_resolver.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Wno-return-type -fexceptions -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/sandesh/library -Icontroller/src/sandesh/library -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/dns/cmn -Icontroller/src/dns/cmn -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr controller/src/dns/bind/bind_resolver.cc
g++ -o build/debug/schema/bgp_schema_agent.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -DRAPIDJSON_NAMESPACE=contrail_rapidjson -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/schema/bgp_schema_agent.cc
g++ -o build/debug/vnsw/agent/pkt/pkt_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/pkt/pkt_constants.cpp
ar rc build/debug/dns/bind/libbind_interface.a build/debug/dns/bind/bind_types.o build/debug/dns/bind/bind_constants.o build/debug/dns/bind/bind_html.o build/debug/dns/bind/bind_util.o build/debug/dns/bind/bind_resolver.o build/debug/dns/bind/named_config.o build/debug/dns/bind/xmpp_dns_agent.o
ranlib build/debug/dns/bind/libbind_interface.a
g++ -o build/debug/vnsw/agent/resource_manager/resource_backup.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/resource_manager/resource_backup.cc
ar rc build/debug/schema/libbgp_schema.a build/debug/schema/bgp_schema_types.o build/debug/schema/bgp_schema_parser.o build/debug/schema/bgp_schema_server.o build/debug/schema/bgp_schema_agent.o
ranlib build/debug/schema/libbgp_schema.a
g++ -o build/debug/tools/sandesh/library/common/derived_stats_results_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/derived_stats_results_constants.cpp
g++ -o build/debug/vnsw/agent/vrouter/ksync/sandesh_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/sandesh_ksync.cc
g++ -o build/debug/vnsw/agent/diag/diag_pkt_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/diag/diag_pkt_handler.cc
g++ -o build/debug/vnsw/agent/oper/physical_device_vn.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/physical_device_vn.cc
g++ -o build/debug/base/sandesh/nodeinfo_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/nodeinfo_constants.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/sandesh_ksync.h:12,
                 from controller/src/vnsw/agent/vrouter/ksync/sandesh_ksync.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/mac_learning/mac_ip_learning_proto_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/mac_learning/mac_ip_learning_proto_handler.cc
g++ -o build/debug/vnsw/agent/oper/vrf.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vrf.cc
g++ -o build/debug/vnsw/agent/oper/agent_route_resync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/agent_route_resync.cc
g++ -o build/debug/xmpp/xmpp_server_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_server_html.cpp
g++ -o build/debug/vnsw/agent/controller/controller_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/controller/controller_types.cpp
g++ -o build/debug/tools/sandesh/library/common/derived_stats_results_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/derived_stats_results_types.cpp
g++ -o build/debug/vnsw/agent/services/dns_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/dns_handler.cc
g++ -o build/debug/vnsw/agent/cfg/cfg_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/cfg/cfg_init.cc
g++ -o build/debug/vnsw/agent/pkt/flow_mgmt/flow_mgmt_dbclient.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/flow_mgmt/flow_mgmt_dbclient.cc
g++ -o build/debug/ifmap/ifmap_server_show_internal_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug build/debug/ifmap/ifmap_server_show_internal_constants.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_event.h:9,
                 from controller/src/vnsw/agent/pkt/flow_mgmt/flow_mgmt_dbclient.h:7,
                 from controller/src/vnsw/agent/pkt/flow_mgmt/flow_mgmt_dbclient.cc:1:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/base/linux/cpuinfo.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/linux/cpuinfo.cc
g++ -o build/debug/base/sandesh/nodeinfo_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/nodeinfo_types.cpp
g++ -o build/debug/vnsw/agent/kstate/kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/kstate.cc
g++ -o build/debug/vnsw/agent/services/ndp_entry.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/ndp_entry.cc
g++ -o build/debug/vnsw/agent/cfg/cfg_filter.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/cfg/cfg_filter.cc
ar rc build/debug/base/libnodeinfo.a build/debug/base/sandesh/nodeinfo_types.o build/debug/base/sandesh/nodeinfo_constants.o build/debug/base/sandesh/nodeinfo_html.o
ranlib build/debug/base/libnodeinfo.a
Install file: "build/debug/base/libnodeinfo.a" as "build/lib/libnodeinfo.a"
g++ -o build/debug/vnsw/agent/pkt/pkt_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/pkt/pkt_types.cpp
g++ -o build/debug/vnsw/agent/services/multicast/gmp_map/gmp_map.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/gmp_map/gmp_map.cc
g++ -o build/debug/io/udp_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/io/udp_server.cc
g++ -o build/debug/vnsw/agent/oper/inet_interface.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/inet_interface.cc
g++ -o build/debug/vnsw/agent/port_ipc/port_ipc_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/port_ipc/port_ipc_constants.cpp
g++ -o build/debug/tools/sandesh/library/common/sandesh_alarm_base_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_alarm_base_html.cpp
g++ -o build/debug/ifmap/ifmap_server_show_internal_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug build/debug/ifmap/ifmap_server_show_internal_types.cpp
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_statistics.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_statistics.cc
g++ -o build/debug/vnsw/agent/resource_manager/mirror_index.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/resource_manager/mirror_index.cc
g++ -o build/debug/tools/sandesh/library/common/sandesh_alarm_base_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_alarm_base_constants.cpp
g++ -o build/debug/vnsw/agent/vrouter/ksync/route_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/route_ksync.cc
g++ -o build/debug/vnsw/agent/diag/overlay_traceroute.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/diag/overlay_traceroute.cc
g++ -o build/debug/vnsw/agent/oper/physical_device.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/physical_device.cc
g++ -o build/debug/ifmap/ifmap_server_show_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug build/debug/ifmap/ifmap_server_show_html.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/route_ksync.cc:31:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/mac_learning/mac_ip_learning.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/mac_learning/mac_ip_learning.cc
g++ -o build/debug/xmpp/xmpp_server_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_server_constants.cpp
g++ -o build/debug/vnsw/agent/oper/vn.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vn.cc
g++ -o build/debug/vnsw/agent/oper/agent_route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/agent_route.cc
g++ -o build/debug/ifmap/ifmap_link_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database controller/src/ifmap/ifmap_link_table.cc
g++ -o build/debug/base/task.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/task.cc
g++ -o build/debug/tools/sandesh/library/common/sandesh_alarm_base_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_alarm_base_types.cpp
g++ -o build/debug/vnsw/agent/services/multicast/agent_map/task_timer_api.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/agent_map/task_timer_api.cc
g++ -o build/debug/vnsw/agent/services/dhcpv6_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/dhcpv6_proto.cc
g++ -o build/debug/vnsw/agent/vgw/vgw.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vgw/vgw.cc
g++ -o build/debug/vnsw/agent/pkt/flow_mgmt/flow_mgmt_tree.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/flow_mgmt/flow_mgmt_tree.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_event.h:9,
                 from controller/src/vnsw/agent/pkt/flow_mgmt/flow_mgmt_key.h:9,
                 from controller/src/vnsw/agent/pkt/flow_mgmt/flow_mgmt_tree.h:10,
                 from controller/src/vnsw/agent/pkt/flow_mgmt/flow_mgmt_tree.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
ar rc build/debug/vnsw/agent/services/multicast/agent_map/libagent_map.a build/debug/vnsw/agent/services/multicast/agent_map/task_block_api.o build/debug/vnsw/agent/services/multicast/agent_map/task_thread_api.o build/debug/vnsw/agent/services/multicast/agent_map/task_timer_api.o build/debug/vnsw/agent/services/multicast/agent_map/patricia_api.o build/debug/vnsw/agent/services/multicast/agent_map/gmpx_environment.o
ranlib build/debug/vnsw/agent/services/multicast/agent_map/libagent_map.a
g++ -o build/debug/ifmap/ifmap_server_show_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug build/debug/ifmap/ifmap_server_show_constants.cpp
g++ -o build/debug/xmpp/xmpp_server_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_server_types.cpp
g++ -o build/debug/vnsw/agent/services/multicast/gmp_map/gmp_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/agent/services/multicast/common -Icontroller/src/vnsw/agent/services/multicast/common -Ibuild/debug/vnsw/agent/services/multicast/gmp_map -Icontroller/src/vnsw/agent/services/multicast/gmp_map -Ibuild/debug/vnsw/agent/services/multicast/agent_map -Icontroller/src/vnsw/agent/services/multicast/agent_map -Ibuild/debug/vnsw/agent/services/multicast/grpmgmt -Icontroller/src/vnsw/agent/services/multicast/grpmgmt -Ibuild/debug/vnsw/agent/services/multicast/stubs/bitvector -Icontroller/src/vnsw/agent/services/multicast/stubs/bitvector -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/multicast/gmp_map/gmp_proto.cc
g++ -o build/debug/io/tcp_session.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/io/tcp_session.cc
g++ -o build/debug/vnsw/agent/oper/ifmap_dependency_manager.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/ifmap_dependency_manager.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/ksync_agent_sandesh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/ksync_agent_sandesh.cc
g++ -o build/debug/vnsw/agent/services/arp_entry.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/arp_entry.cc
ar rc build/debug/vnsw/agent/services/multicast/gmp_map/libgmp_map.a build/debug/vnsw/agent/services/multicast/gmp_map/gmp_proto.o build/debug/vnsw/agent/services/multicast/gmp_map/gmp_map.o build/debug/vnsw/agent/services/multicast/gmp_map/task_map.o
ranlib build/debug/vnsw/agent/services/multicast/gmp_map/libgmp_map.a
g++ -o build/debug/vnsw/agent/controller/controller_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/controller/controller_init.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_agent_sandesh.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/ifmap/ifmap_server_show_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug build/debug/ifmap/ifmap_server_show_types.cpp
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_message_builder.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_message_builder.cc
g++ -o build/debug/xmpp/xmpp_peer_info_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_peer_info_html.cpp
g++ -o build/debug/vnsw/agent/kstate/kstate_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/kstate/kstate_constants.cpp
g++ -o build/debug/http/http_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/http/http_server.cc
g++ -o build/debug/vnsw/agent/resource_manager/bgp_as_service_index.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/resource_manager/bgp_as_service_index.cc
g++ -o build/debug/tools/sandesh/library/common/sandesh_ctrl_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_ctrl_constants.cpp
g++ -o build/debug/vnsw/agent/oper/peer.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/peer.cc
g++ -o build/debug/vnsw/agent/mac_learning/mac_learning_proto_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/mac_learning/mac_learning_proto_handler.cc
g++ -o build/debug/xmpp/xmpp_peer_info_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_peer_info_constants.cpp
g++ -o build/debug/vnsw/agent/oper/vm_interface_utils.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vm_interface_utils.cc
g++ -o build/debug/vnsw/agent/services/nix/linux/metadata_ipv6_netlink.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/nix/linux/metadata_ipv6_netlink.cc
g++ -o build/debug/vnsw/agent/oper/agent_profile.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/agent_profile.cc
g++ -o build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_html.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/vm_interface_utils.cc:36:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/tools/sandesh/library/common/sandesh_ctrl_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_ctrl_types.cpp
g++ -o build/debug/vnsw/agent/diag/overlay_ping.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/diag/overlay_ping.cc
g++ -o build/debug/vnsw/agent/services/dhcpv6_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/dhcpv6_handler.cc
g++ -o build/debug/vnsw/agent/port_ipc/port_ipc_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/port_ipc/port_ipc_types.cpp
g++ -o build/debug/vnsw/agent/pkt/flow_mgmt/flow_mgmt_entry.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/flow_mgmt/flow_mgmt_entry.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/test/ksync_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/vrouter/ksync/test/ksync_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_event.h:9,
                 from controller/src/vnsw/agent/pkt/flow_mgmt/flow_mgmt_entry.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
ar rc build/debug/vnsw/agent/port_ipc/libport_ipc.a build/debug/vnsw/agent/port_ipc/port_ipc_types.o build/debug/vnsw/agent/port_ipc/port_ipc_constants.o build/debug/vnsw/agent/port_ipc/port_ipc_html.o build/debug/vnsw/agent/port_ipc/config_stale_cleaner.o build/debug/vnsw/agent/port_ipc/port_ipc_handler.o build/debug/vnsw/agent/port_ipc/port_subscribe_table.o build/debug/vnsw/agent/port_ipc/rest_common.o build/debug/vnsw/agent/port_ipc/rest_server.o build/debug/vnsw/agent/port_ipc/nix/port_ipc_handler_os_impl.o
ranlib build/debug/vnsw/agent/port_ipc/libport_ipc.a
g++ -o build/debug/xmpp/xmpp_peer_info_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_peer_info_types.cpp
g++ -o build/debug/io/ssl_session.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/io/ssl_session.cc
g++ -o build/debug/base/cpuinfo_common.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/cpuinfo_common.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/test/ksync_test.cc:33:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/vrouter/ksync/qos_queue_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/qos_queue_ksync.cc
g++ -o build/debug/io/tcp_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/io/tcp_server.cc
g++ -o build/debug/tools/sandesh/library/common/sandesh_uve_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_uve_html.cpp
g++ -o build/debug/vnsw/agent/oper/test/test_instance_task.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_instance_task.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/qos_queue_ksync.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/xmpp/xmpp_message_sandesh_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_message_sandesh_html.cpp
g++ -o build/debug/base/sandesh/process_info_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/process_info_html.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/oper/test/test_instance_task.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/sandesh/common/flow_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug build/debug/sandesh/common/flow_types.cpp
g++ -o build/debug/vnsw/agent/oper/test/docker_instance_adapter_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/docker_instance_adapter_test.cc
g++ -o build/debug/io/event_manager.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/include/thrift -Ibuild/debug src/contrail-common/io/event_manager.cc
g++ -o build/debug/vnsw/agent/resource_manager/qos_index.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/resource_manager/qos_index.cc
g++ -o build/debug/tools/sandesh/library/common/sandesh_uve_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_uve_constants.cpp
g++ -o build/debug/vnsw/agent/oper/path_preference.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/path_preference.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from build/include/boost/uuid/uuid_generators.hpp:17,
                 from controller/src/vnsw/agent/oper/test/docker_instance_adapter_test.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/base/sandesh/process_info_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/process_info_constants.cpp
g++ -o build/debug/xmpp/xmpp_channel_mux.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_channel_mux.cc
g++ -o build/debug/xmpp/xmpp_message_sandesh_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_message_sandesh_constants.cpp
g++ -o build/debug/vnsw/agent/mac_learning/mac_learning_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/mac_learning/mac_learning_proto.cc
g++ -o build/debug/vnsw/agent/diag/diag.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/diag/diag.cc
g++ -o build/debug/vnsw/agent/oper/vm_interface_request.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vm_interface_request.cc
g++ -o build/debug/vnsw/agent/oper/agent_path.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/agent_path.cc
g++ -o build/debug/vnsw/agent/oper/health_check.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/health_check.cc
g++ -o build/debug/ifmap/ifmap_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/config-client-mgr -Isrc/contrail-common/config-client-mgr -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/database -Isrc/contrail-common/database controller/src/ifmap/ifmap_table.cc
g++ -o build/debug/tools/sandesh/library/common/sandesh_uve_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_uve_types.cpp
ar rc build/debug/ifmap/libifmap_common.a build/debug/ifmap/ifmap_dependency_tracker.o build/debug/ifmap/ifmap_table.o build/debug/ifmap/ifmap_link.o build/debug/ifmap/ifmap_link_table.o build/debug/ifmap/ifmap_node.o build/debug/ifmap/ifmap_object.o build/debug/ifmap/ifmap_log.o build/debug/ifmap/ifmap_server_show_types.o build/debug/ifmap/ifmap_server_show_constants.o build/debug/ifmap/ifmap_server_show_html.o build/debug/ifmap/ifmap_server_show_internal_types.o build/debug/ifmap/ifmap_server_show_internal_constants.o build/debug/ifmap/ifmap_server_show_internal_html.o build/debug/ifmap/ifmap_log_types.o build/debug/ifmap/ifmap_log_constants.o build/debug/ifmap/ifmap_log_html.o
ranlib build/debug/ifmap/libifmap_common.a
g++ -o build/debug/vnsw/agent/diag/traceroute.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/diag/traceroute.cc
g++ -o build/debug/base/sandesh/cpuinfo_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/cpuinfo_html.cpp
g++ -o build/debug/vnsw/agent/services/dhcp_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/dhcp_proto.cc
g++ -o build/debug/xmpp/xmpp_message_sandesh_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_message_sandesh_types.cpp
g++ -o build/debug/base/sandesh/process_info_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/process_info_types.cpp
g++ -o build/debug/vnsw/agent/kstate/kstate_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/kstate/kstate_types.cpp
g++ -o build/debug/ksync/ksync_sock_uds.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ivrouter/include -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/ksync -Icontroller/src/ksync controller/src/ksync/ksync_sock_uds.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/qos_config_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/qos_config_ksync.cc
g++ -o build/debug/io/tcp_message_write.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/io/tcp_message_write.cc
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_uve.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_uve.cc
g++ -o build/debug/base/sandesh/cpuinfo_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/cpuinfo_constants.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/qos_config_ksync.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/flow_mgmt/flow_mgmt_key.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/flow_mgmt/flow_mgmt_key.cc
g++ -o build/debug/xmpp/xmpp_trace_sandesh_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_trace_sandesh_html.cpp
g++ -o build/debug/vnsw/agent/diag/diag_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/diag/diag_html.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_event.h:9,
                 from controller/src/vnsw/agent/pkt/flow_mgmt/flow_mgmt_key.h:9,
                 from controller/src/vnsw/agent/pkt/flow_mgmt/flow_mgmt_key.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/metadata_proxy_ip6.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/metadata_proxy_ip6.cc
g++ -o build/debug/vnsw/agent/oper/agent_profile_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/oper/agent_profile_html.cpp
g++ -o build/debug/http/client/http_curl.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fPIC -Ibuild/include -Isrc/contrail-common -Ibuild/include src/contrail-common/http/client/http_curl.cc
ar rc build/debug/http/client/libhttpc.a build/debug/http/client/http_client.o build/debug/http/client/http_curl.o
ranlib build/debug/http/client/libhttpc.a
Install file: "build/debug/http/client/libhttpc.a" as "build/lib/libhttpc.a"
g++ -o build/debug/vnsw/agent/resource_manager/vrf_index.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/resource_manager/vrf_index.cc
g++ -o build/debug/vnsw/agent/cmn/stats_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/cmn/stats_html.cpp
g++ -o build/debug/sandesh/common/vns_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug build/debug/sandesh/common/vns_html.cpp
g++ -o build/debug/vnsw/agent/vgw/cfg_vgw.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vgw/cfg_vgw.cc
g++ -o build/debug/base/misc_utils.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/misc_utils.cc
g++ -o build/debug/base/sandesh/cpuinfo_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/base/sandesh/cpuinfo_types.cpp
g++ -o build/debug/vnsw/agent/oper/operdb_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/operdb_init.cc
ar rc build/debug/base/libcpuinfo.a build/debug/base/cpuinfo_common.o build/debug/base/linux/cpuinfo.o build/debug/base/sandesh/cpuinfo_types.o build/debug/base/sandesh/cpuinfo_constants.o build/debug/base/sandesh/cpuinfo_html.o
ranlib build/debug/base/libcpuinfo.a
Install file: "build/debug/base/libcpuinfo.a" as "build/lib/libcpuinfo.a"
g++ -o build/debug/xmpp/xmpp_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_init.cc
g++ -o build/debug/base/feature_flags.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/feature_flags.cc
ar rc build/debug/vnsw/agent/vgw/libvgw.a build/debug/vnsw/agent/vgw/cfg_vgw.o build/debug/vnsw/agent/vgw/vgw.o
ranlib build/debug/vnsw/agent/vgw/libvgw.a
g++ -o build/debug/vnsw/agent/cmn/agent_db.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/cmn/agent_db.cc
g++ -o build/debug/vnsw/agent/oper/vm_interface_config.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vm_interface_config.cc
g++ -o build/debug/vnsw/agent/services/services_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/services/services_constants.cpp
g++ -o build/debug/vnsw/agent/oper/agent_profile_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/oper/agent_profile_constants.cpp
g++ -o build/debug/sandesh/common/vns_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug build/debug/sandesh/common/vns_constants.cpp
g++ -o build/debug/vnsw/agent/diag/ping.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/diag/ping.cc
g++ -o build/debug/vnsw/agent/services/dhcp_lease_db.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/dhcp_lease_db.cc
g++ -o build/debug/vnsw/agent/oper/agent_profile_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/oper/agent_profile_types.cpp
g++ -o build/debug/ksync/ksync_sock_tcp.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ivrouter/include -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/ksync -Icontroller/src/ksync controller/src/ksync/ksync_sock_tcp.cc
g++ -o build/debug/http/http_log_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/http/http_log_types.cpp
g++ -o build/debug/sandesh/common/vns_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug build/debug/sandesh/common/vns_types.cpp
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_server.cc
g++ -o build/debug/vnsw/agent/mac_learning/mac_learning_mgmt.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/mac_learning/mac_learning_mgmt.cc
ar rc build/debug/http/libhttp.a build/debug/http/http_server.o build/debug/http/http_session.o build/debug/http/http_request.o build/debug/http/http_log_types.o
ranlib build/debug/http/libhttp.a
Install file: "build/debug/http/libhttp.a" as "build/lib/libhttp.a"
g++ -o build/debug/vnsw/agent/test/linux/test_util_tap.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/linux/test_util_tap.cc
g++ -o build/debug/vnsw/agent/kstate/drop_stats_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/drop_stats_kstate.cc
ar rc build/debug/sandesh/common/libsandeshvns.a build/debug/sandesh/common/vns_types.o build/debug/sandesh/common/vns_constants.o build/debug/sandesh/common/vns_html.o
ranlib build/debug/sandesh/common/libsandeshvns.a
Install file: "build/debug/sandesh/common/libsandeshvns.a" as "build/lib/libsandeshvns.a"
g++ -o build/debug/vnsw/agent/services/metadata_proxy.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/metadata_proxy.cc
g++ -o build/debug/vnsw/agent/services/services_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/services/services_types.cpp
g++ -o build/debug/tools/sandesh/library/common/sandesh_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_constants.cpp
g++ -o build/debug/vnsw/agent/oper/agent_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/oper/agent_html.cpp
g++ -o build/debug/vnsw/agent/kstate/kstate_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/kstate_handler.cc
g++ -o build/debug/vnsw/agent/resource_manager/vm_interface_index.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/resource_manager/vm_interface_index.cc
g++ -o build/debug/base/contrail_ports.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/contrail_ports.cc
g++ -o build/debug/vnsw/agent/oper/nexthop.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/nexthop.cc
g++ -o build/debug/xmpp/xmpp_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_proto.cc
g++ -o build/debug/base/connection_info.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/connection_info.cc
g++ -o build/debug/vnsw/agent/oper/vm_interface.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vm_interface.cc
g++ -o build/debug/ksync/ksync_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ivrouter/include -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/ksync -Icontroller/src/ksync build/debug/ksync/ksync_html.cpp
g++ -o build/debug/tools/sandesh/library/common/sandesh_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug build/debug/tools/sandesh/library/common/sandesh_types.cpp
ar rc build/debug/base/libprocess_info.a build/debug/base/connection_info.o build/debug/base/feature_flags.o build/debug/base/sandesh/process_info_types.o build/debug/base/sandesh/process_info_constants.o build/debug/base/sandesh/process_info_html.o
ranlib build/debug/base/libprocess_info.a
Install file: "build/debug/base/libprocess_info.a" as "build/lib/libprocess_info.a"
g++ -o build/debug/vnsw/agent/oper/global_system_config.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/global_system_config.cc
g++ -o build/debug/vnsw/agent/diag/diag_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/diag/diag_proto.cc
g++ -o build/debug/vnsw/agent/services/dhcp_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/dhcp_handler.cc
g++ -o build/debug/ksync/ksync_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ivrouter/include -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/ksync -Icontroller/src/ksync build/debug/ksync/ksync_constants.cpp
g++ -o build/debug/vnsw/agent/cmn/test/test_subop.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/cmn/test/test_subop.cc
g++ -o build/debug/ksync/ksync_sock_user.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ivrouter/include -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/ksync -Icontroller/src/ksync controller/src/ksync/ksync_sock_user.cc
ar rc build/debug/ksync/libksync.a build/debug/ksync/ksync_types.o build/debug/ksync/ksync_constants.o build/debug/ksync/ksync_html.o build/debug/ksync/ksync_object.o
ranlib build/debug/ksync/libksync.a
g++ -o build/debug/vnsw/agent/filter/traffic_action.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/filter/traffic_action.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/vnswif_listener_base.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/vnswif_listener_base.cc
g++ -o build/debug/vnsw/agent/diag/diag_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/diag/diag_types.cpp
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_connection.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_connection.cc
ar rc build/debug/vnsw/agent/filter/libfilter.a build/debug/vnsw/agent/filter/traffic_action.o build/debug/vnsw/agent/filter/acl_entry.o build/debug/vnsw/agent/filter/acl.o build/debug/vnsw/agent/filter/policy_set.o
ranlib build/debug/vnsw/agent/filter/libfilter.a
g++ -o build/debug/bfd/bfd_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/bfd/bfd_server.cc
ar rc build/debug/vnsw/agent/diag/libdiag.a build/debug/vnsw/agent/diag/diag_types.o build/debug/vnsw/agent/diag/diag_constants.o build/debug/vnsw/agent/diag/diag_html.o build/debug/vnsw/agent/diag/diag.o build/debug/vnsw/agent/diag/diag_proto.o build/debug/vnsw/agent/diag/ping.o build/debug/vnsw/agent/diag/traceroute.o build/debug/vnsw/agent/diag/overlay_ping.o build/debug/vnsw/agent/diag/overlay_traceroute.o build/debug/vnsw/agent/diag/diag_pkt_handler.o build/debug/vnsw/agent/diag/segment_health_check.o
ranlib build/debug/vnsw/agent/diag/libdiag.a
g++ -o build/debug/vnsw/agent/mac_learning/mac_learning_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/mac_learning/mac_learning_init.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_server.h:9,
                 from controller/src/bfd/bfd_server.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/kstate/vxlan_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/vxlan_kstate.cc
g++ -o build/debug/vnsw/agent/services/igmp_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/igmp_proto.cc
g++ -o build/debug/vnsw/agent/cfg/cfg_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/cfg/cfg_html.cpp
ar rc build/debug/vnsw/agent/cfg/libcfg.a build/debug/vnsw/agent/cfg/cfg_init.o build/debug/vnsw/agent/cfg/cfg_types.o build/debug/vnsw/agent/cfg/cfg_constants.o build/debug/vnsw/agent/cfg/cfg_html.o build/debug/vnsw/agent/cfg/cfg_filter.o build/debug/vnsw/agent/cfg/cfg_mirror.o
ranlib build/debug/vnsw/agent/cfg/libcfg.a
g++ -o build/debug/io/io_utils.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/io/io_utils.cc
g++ -o build/debug/vnsw/agent/oper/instance_task.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/instance_task.cc
g++ -o build/debug/vnsw/agent/oper/netns_instance_adapter.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/netns_instance_adapter.cc
g++ -o build/debug/vnsw/agent/pkt/flow_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/flow_handler.cc
g++ -o build/debug/vnsw/agent/cmn/stats_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/cmn/stats_constants.cpp
g++ -o build/debug/vnsw/agent/oper/vm.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/vm.cc
g++ -o build/debug/db/db_table_walker.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db controller/src/db/db_table_walker.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_handler.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/global_qos_config.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/global_qos_config.cc
g++ -o build/debug/vnsw/agent/services/dhcp_handler_base.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/dhcp_handler_base.cc
g++ -o build/debug/base/backtrace.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug src/contrail-common/base/backtrace.cc
ar rc build/debug/base/libbase.a build/debug/base/sandesh/version_types.o build/debug/base/sandesh/version_constants.o build/debug/base/sandesh/version_html.o build/debug/base/bgp_as_service_utils.o build/debug/base/contrail_ports.o build/debug/base/misc_utils.o build/debug/base/bitset.o build/debug/base/index_allocator.o build/debug/base/label_block.o build/debug/base/lifetime.o build/debug/base/logging.o build/debug/base/proto.o build/debug/base/watermark.o build/debug/base/task.o build/debug/base/task_annotations.o build/debug/base/task_monitor.o build/debug/base/task_sandesh.o build/debug/base/task_trigger.o build/debug/base/tdigest.o build/debug/base/timer.o build/debug/base/sandesh/task_types.o build/debug/base/sandesh/task_constants.o build/debug/base/sandesh/task_html.o build/debug/base/address.o build/debug/base/address_util.o build/debug/base/backtrace.o
ranlib build/debug/base/libbase.a
Install file: "build/debug/base/libbase.a" as "build/lib/libbase.a"
g++ -o build/debug/xmpp/xmpp_client_server_sandesh_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common build/debug/xmpp/sandesh/xmpp_client_server_sandesh_types.cpp
g++ -o build/debug/vnsw/agent/vrouter/ksync/mpls_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/mpls_ksync.cc
g++ -o build/debug/io/io_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/io/io_html.cpp
g++ -o build/debug/vnsw/agent/resource_manager/mpls_index.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/resource_manager/mpls_index.cc
g++ -o build/debug/vnsw/agent/mac_learning/mac_learning_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/mac_learning/mac_learning_html.cpp
g++ -o build/debug/vnsw/agent/controller/controller_timer.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/controller/controller_timer.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/mpls_ksync.cc:12:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/arp_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/arp_handler.cc
g++ -o build/debug/tools/sandesh/library/cpp/sandesh_state_machine.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -fexceptions -DSANDESH -Ibuild/include -Isrc/contrail-common -Ibuild/debug/tools/sandesh/library/cpp -Isrc/contrail-common/sandesh/library/cpp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug src/contrail-common/sandesh/library/cpp/sandesh_state_machine.cc
g++ -o build/debug/sandesh/common/flow_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug build/debug/sandesh/common/flow_html.cpp
g++ -o build/debug/vnsw/agent/pkt/proto_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/proto_handler.cc
g++ -o build/debug/bfd/bfd_session.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/bfd/bfd_session.cc
ar rc build/debug/tools/sandesh/library/cpp/libsandesh.a build/debug/tools/sandesh/library/common/sandesh_types.o build/debug/tools/sandesh/library/common/sandesh_constants.o build/debug/tools/sandesh/library/common/sandesh_html.o build/debug/tools/sandesh/library/common/sandesh_uve_types.o build/debug/tools/sandesh/library/common/sandesh_uve_constants.o build/debug/tools/sandesh/library/common/sandesh_uve_html.o build/debug/tools/sandesh/library/common/sandesh_ctrl_types.o build/debug/tools/sandesh/library/common/sandesh_ctrl_constants.o build/debug/tools/sandesh/library/common/sandesh_ctrl_html.o build/debug/tools/sandesh/library/common/sandesh_alarm_base_types.o build/debug/tools/sandesh/library/common/sandesh_alarm_base_constants.o build/debug/tools/sandesh/library/common/sandesh_alarm_base_html.o build/debug/tools/sandesh/library/common/derived_stats_results_types.o build/debug/tools/sandesh/library/common/derived_stats_results_constants.o build/debug/tools/sandesh/library/common/derived_stats_results_html.o build/debug/tools/sandesh/library/common/sandesh_trace_types.o build/debug/tools/sandesh/library/common/sandesh_trace_constants.o build/debug/tools/sandesh/library/common/sandesh_trace_html.o build/debug/tools/sandesh/library/cpp/sandesh.o build/debug/tools/sandesh/library/cpp/sandesh_http.o build/debug/tools/sandesh/library/cpp/sandesh_client.o build/debug/tools/sandesh/library/cpp/stats_client.o build/debug/tools/sandesh/library/cpp/sandesh_client_sm.o build/debug/tools/sandesh/library/cpp/sandesh_session.o build/debug/tools/sandesh/library/cpp/request_pipeline.o build/debug/tools/sandesh/library/cpp/sandesh_trace.o build/debug/tools/sandesh/library/cpp/sandesh_req.o build/debug/tools/sandesh/library/cpp/sandesh_state_machine.o build/debug/tools/sandesh/library/cpp/sandesh_connection.o build/debug/tools/sandesh/library/cpp/sandesh_server.o build/debug/tools/sandesh/library/cpp/sandesh_uve.o build/debug/tools/sandesh/library/cpp/sandesh_message_builder.o build/debug/tools/sandesh/library/cpp/sandesh_statistics.o build/debug/tools/sandesh/library/cpp/sandesh_util.o build/debug/tools/sandesh/library/cpp/sandesh_options.o build/debug/tools/sandesh/library/cpp/protocol/TXMLProtocol.o build/debug/tools/sandesh/library/cpp/protocol/TJSONProtocol.o build/debug/tools/sandesh/library/cpp/transport/TFDTransport.o build/debug/tools/sandesh/library/cpp/transport/TSimpleFileTransport.o build/debug/tools/sandesh/library/cpp/transport/TBufferTransports.o
ranlib build/debug/tools/sandesh/library/cpp/libsandesh.a
Install file: "build/debug/tools/sandesh/library/cpp/libsandesh.a" as "build/lib/libsandesh.a"
SandeshCppBuilder controller/src/vnsw/agent/uve/interface.sandesh -> build/debug/vnsw/agent/uve/interface_types.h build/debug/vnsw/agent/uve/interface_types.cpp build/debug/vnsw/agent/uve/interface_constants.h build/debug/vnsw/agent/uve/interface_constants.cpp build/debug/vnsw/agent/uve/interface_html.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_session.h:8,
                 from controller/src/bfd/bfd_session.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/interface_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/interface_html.cpp
SandeshCppBuilder controller/src/vnsw/agent/uve/vrouter.sandesh -> build/debug/vnsw/agent/uve/vrouter_types.h build/debug/vnsw/agent/uve/vrouter_types.cpp build/debug/vnsw/agent/uve/vrouter_constants.h build/debug/vnsw/agent/uve/vrouter_constants.cpp build/debug/vnsw/agent/uve/vrouter_html.cpp
g++ -o build/debug/vnsw/agent/uve/vrouter_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/vrouter_html.cpp
ar rc build/debug/bfd/libbfd.a build/debug/bfd/bfd_state_machine.o build/debug/bfd/bfd_control_packet.o build/debug/bfd/bfd_session.o build/debug/bfd/bfd_server.o build/debug/bfd/bfd_common.o build/debug/bfd/bfd_client.o
ranlib build/debug/bfd/libbfd.a
g++ -o build/debug/vnsw/agent/uve/vrouter_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/vrouter_constants.cpp
g++ -o build/debug/vnsw/agent/uve/vrouter_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/vrouter_types.cpp
SandeshCppBuilder controller/src/vnsw/agent/uve/virtual_network.sandesh -> build/debug/vnsw/agent/uve/virtual_network_types.h build/debug/vnsw/agent/uve/virtual_network_types.cpp build/debug/vnsw/agent/uve/virtual_network_constants.h build/debug/vnsw/agent/uve/virtual_network_constants.cpp build/debug/vnsw/agent/uve/virtual_network_html.cpp
g++ -o build/debug/vnsw/agent/uve/virtual_network_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/virtual_network_html.cpp
g++ -o build/debug/vnsw/agent/uve/virtual_network_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/virtual_network_constants.cpp
g++ -o build/debug/vnsw/agent/uve/virtual_network_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/virtual_network_types.cpp
SandeshCppBuilder controller/src/vnsw/agent/uve/prouter.sandesh -> build/debug/vnsw/agent/uve/prouter_types.h build/debug/vnsw/agent/uve/prouter_types.cpp build/debug/vnsw/agent/uve/prouter_constants.h build/debug/vnsw/agent/uve/prouter_constants.cpp build/debug/vnsw/agent/uve/prouter_html.cpp
g++ -o build/debug/vnsw/agent/uve/prouter_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/prouter_html.cpp
g++ -o build/debug/vnsw/agent/uve/prouter_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/prouter_constants.cpp
g++ -o build/debug/vnsw/agent/uve/prouter_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/prouter_types.cpp
g++ -o build/debug/vnsw/agent/uve/test/prouter_uve_table_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/prouter_uve_table_test.cc
SandeshCppBuilder controller/src/vnsw/agent/uve/virtual_machine.sandesh -> build/debug/vnsw/agent/uve/virtual_machine_types.h build/debug/vnsw/agent/uve/virtual_machine_types.cpp build/debug/vnsw/agent/uve/virtual_machine_constants.h build/debug/vnsw/agent/uve/virtual_machine_constants.cpp build/debug/vnsw/agent/uve/virtual_machine_html.cpp
g++ -o build/debug/vnsw/agent/uve/virtual_machine_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/virtual_machine_html.cpp
SandeshCppBuilder controller/src/vnsw/agent/uve/port_bmap.sandesh -> build/debug/vnsw/agent/uve/port_bmap_types.h build/debug/vnsw/agent/uve/port_bmap_types.cpp build/debug/vnsw/agent/uve/port_bmap_constants.h build/debug/vnsw/agent/uve/port_bmap_constants.cpp build/debug/vnsw/agent/uve/port_bmap_html.cpp
g++ -o build/debug/vnsw/agent/uve/port_bmap_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/port_bmap_constants.cpp
g++ -o build/debug/vnsw/agent/uve/port_bmap_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/port_bmap_types.cpp
g++ -o build/debug/vnsw/agent/cmn/agent_factory.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/cmn/agent_factory.cc
g++ -o build/debug/vnsw/agent/uve/virtual_machine_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/virtual_machine_constants.cpp
g++ -o build/debug/vnsw/agent/services/test/igmp_evpn_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/igmp_evpn_test.cc
g++ -o build/debug/vnsw/agent/oper/test/test_forwarding_class.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_forwarding_class.cc
g++ -o build/debug/vnsw/agent/test/test_vhost_ip_change.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_vhost_ip_change.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/cmn/agent_factory.cc:31:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_forwarding_class.cc:29:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/igmp_common_test.h:33,
                 from controller/src/vnsw/agent/services/test/igmp_evpn_test.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_vhost_ip_change.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_intf.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_intf.cc
g++ -o build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning_hc.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning_hc.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_intf.cc:30:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/vm_uve_entry.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vm_uve_entry.cc
g++ -o build/debug/vnsw/agent/uve/vn_uve_table_base.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vn_uve_table_base.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning_hc.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/uve/flow_uve_stats_request.h:7,
                 from controller/src/vnsw/agent/uve/interface_uve_table.h:21,
                 from controller/src/vnsw/agent/uve/interface_uve_stats_table.h:8,
                 from controller/src/vnsw/agent/uve/vm_uve_entry.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/vn_uve_table_base.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_forwarding_mode.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_forwarding_mode.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_vmi_underlay.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_vmi_underlay.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_linklocal.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_pkt_linklocal.cc
g++ -o build/debug/vnsw/agent/test/test_ecmp6.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_ecmp6.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_forwarding_mode.cc:22:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_vmi_underlay.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_pkt_linklocal.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_ecmp6.cc:13:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_hc.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_hc.cc
g++ -o build/debug/vnsw/agent/test/test_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_ksync.cc
g++ -o build/debug/vnsw/agent/pkt/pkt_flow_info.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/pkt_flow_info.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_native_lb.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_native_lb.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_hc.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_ksync.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_mgmt.h:8,
                 from controller/src/vnsw/agent/pkt/pkt_flow_info.cc:36:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_native_lb.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_agent_sandesh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_agent_sandesh.cc
g++ -o build/debug/vnsw/agent/vrouter/flow_stats/session_stats_collector.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/flow_stats/session_stats_collector.cc
g++ -o build/debug/vnsw/agent/uve/virtual_machine_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/virtual_machine_types.cpp
g++ -o build/debug/vnsw/agent/test/test_tunnel_encap.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_tunnel_encap.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/vrouter/flow_stats/session_stats_collector.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_agent_sandesh.cc:30:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_bgp_service_configuration.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_bgp_service_configuration.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_tunnel_encap.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_bgp_service_configuration.cc:13:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/test/metadata_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/metadata_test.cc
g++ -o build/debug/vnsw/agent/test/test_agent_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_agent_init.cc
g++ -o build/debug/vnsw/agent/services/test/igmp_mpolicy_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/igmp_mpolicy_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_agent_init.cc:18:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/services/test/metadata_test.cc:23:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_hbs.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_hbs.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/igmp_common_test.h:33,
                 from controller/src/vnsw/agent/services/test/igmp_mpolicy_test.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_sandesh_context.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/stats_collector/agent_stats_sandesh_context.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_hbs.cc:18:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_task_infra.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_task_infra.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/agent_uve_stats.h:8,
                 from controller/src/vnsw/agent/vrouter/stats_collector/agent_stats_sandesh_context.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_vrf_assign.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_vrf_assign.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_task_infra.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_ecmp_l2_pkt.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_ecmp_l2_pkt.cc
g++ -o build/debug/vnsw/agent/kstate/test/test_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/kstate/test/test_kstate.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/test_vrf_assign.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_ecmp_l2_pkt.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/kstate/test/test_kstate.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/diag/test/test_ping.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/diag/test/test_ping.cc
g++ -o build/debug/vnsw/agent/uve/vrouter_uve_entry.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vrouter_uve_entry.cc
g++ -o build/debug/vnsw/agent/test/test_ecmp_l2.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_ecmp_l2.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/diag/test/test_ping.cc:15:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/test/igmp_vn_cfg_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/igmp_vn_cfg_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry.h:8,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_ecmp_l2.cc:13:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/l4_port_bitmap.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/l4_port_bitmap.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/igmp_common_test.h:33,
                 from controller/src/vnsw/agent/services/test/igmp_vn_cfg_test.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_fip_cfg.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_fip_cfg.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/l4_port_bitmap.cc:20:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_bgp_service.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_bgp_service.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/test_fip_cfg.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/flow_entry.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/flow_entry.cc
g++ -o build/debug/vnsw/agent/test/test_vxlan_routing.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_vxlan_routing.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/pkt/test/test_bgp_service.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_entry.cc:17:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/flow_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/flow_proto.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_vxlan_routing.cc:20:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_bridge_domain_mg.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_bridge_domain_mg.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/pkt/flow_proto.cc:9:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_oper_xml.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_oper_xml.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_bridge_domain_mg.cc:29:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/cmn/agent_stats.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/cmn/agent_stats.cc
g++ -o build/debug/vnsw/agent/test/test_llgr.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_llgr.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/test_oper_xml.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/cmn/agent_stats.cc:16:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_llgr.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_mgr_instances.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_mgr_instances.cc
ar rc build/debug/vnsw/agent/cmn/libvnswcmn.a build/debug/vnsw/agent/cmn/stats_types.o build/debug/vnsw/agent/cmn/stats_constants.o build/debug/vnsw/agent/cmn/stats_html.o build/debug/vnsw/agent/cmn/agent.o build/debug/vnsw/agent/cmn/agent_cmn.o build/debug/vnsw/agent/cmn/agent_db.o build/debug/vnsw/agent/cmn/agent_factory.o build/debug/vnsw/agent/cmn/xmpp_server_address_parser.o build/debug/vnsw/agent/cmn/agent_signal.o build/debug/vnsw/agent/cmn/agent_stats.o build/debug/vnsw/agent/cmn/event_notifier.o build/debug/vnsw/agent/cmn/nix/agent_paths.o
ranlib build/debug/vnsw/agent/cmn/libvnswcmn.a
g++ -o build/debug/vnsw/agent/oper/test/test_tag.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_tag.cc
g++ -o build/debug/vnsw/agent/uve/interface_uve_stats_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/interface_uve_stats_table.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_mgr_instances.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/mac_learning/test/test_mac_ip6_learning.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_tag.cc:29:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/uve/flow_uve_stats_request.h:7,
                 from controller/src/vnsw/agent/uve/interface_uve_table.h:21,
                 from controller/src/vnsw/agent/uve/interface_uve_stats_table.h:8,
                 from controller/src/vnsw/agent/uve/interface_uve_stats_table.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/flow_event.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/flow_event.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/mac_learning/test/test_mac_ip6_learning.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/flow_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/flow_table.cc
g++ -o build/debug/vnsw/agent/uve/test/test_uve.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/test_uve.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_table.cc:13:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/pkt/flow_event.cc:9:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/uve/test/test_uve.cc:12:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_ecmp_local.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_ecmp_local.cc
g++ -o build/debug/vnsw/agent/oper/global_vrouter.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/global_vrouter.cc
g++ -o build/debug/vnsw/agent/uve/vm_stat_docker.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vm_stat_docker.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_ecmp_local.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/vrouter/flow_stats/flow_stats_collector.h:9,
                 from controller/src/vnsw/agent/oper/global_vrouter.cc:34:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry.h:8,
                 from controller/src/vnsw/agent/uve/vm_stat_docker.cc:17:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/vn_uve_entry_base.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vn_uve_entry_base.cc
g++ -o build/debug/vnsw/agent/services/test/dns_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/dns_test.cc
g++ -o build/debug/vnsw/agent/init/contrail_init_common.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/init/contrail_init_common.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/vn_uve_entry_base.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_dpdk_intf.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_dpdk_intf.cc
g++ -o build/debug/vnsw/agent/filter/test/test_policy_set.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/filter/test/test_policy_set.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/dns_test.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/init/contrail_init_common.cc:20:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_dpdk_intf.cc:2:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/filter/test/test_policy_set.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_vhost_vmi.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_vhost_vmi.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_add.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_add.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_port_allocator.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_port_allocator.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_vhost_vmi.cc:30:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_policy_set_flow.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_policy_set_flow.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_add.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_port_allocator.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_policy_set_flow.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/test/igmp_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/igmp_test.cc
g++ -o build/debug/vnsw/agent/init/test/test_vmware.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/init/test/test_vmware.cc
g++ -o build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_collector.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/flow_stats/flow_stats_collector.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/igmp_common_test.h:33,
                 from controller/src/vnsw/agent/services/test/igmp_test.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_fabric_vmi.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_fabric_vmi.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/init/test/test_vmware.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/agent_uve.h:8,
                 from controller/src/vnsw/agent/vrouter/flow_stats/flow_stats_collector.cc:27:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_fabric_vmi.cc:30:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/test/ndp_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/ndp_test.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_pkt.cc
g++ -o build/debug/vnsw/agent/oper/test/test_qos_config.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_qos_config.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/ndp_test.cc:21:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_linklocal.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_linklocal.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_pkt.cc:20:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_qos_config.cc:29:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/test_linklocal.cc:14:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_flowtable.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flowtable.cc
g++ -o build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning.cc
g++ -o build/debug/vnsw/agent/test/test_path_preference_walker.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_path_preference_walker.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_audit.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_audit.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flowtable.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_path_preference_walker.cc:17:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_audit.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/filter/test/acl_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/filter/test/acl_test.cc
g++ -o build/debug/vnsw/agent/uve/test/test_interface_uve.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/test_interface_uve.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_ecmp_service_vlan.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_ecmp_service_vlan.cc
g++ -o build/debug/vnsw/agent/uve/vn_uve_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vn_uve_table.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/filter/test/acl_test.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/uve/test/test_interface_uve.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_ecmp_service_vlan.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/agent_uve_stats.h:8,
                 from controller/src/vnsw/agent/uve/vn_uve_table.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/agent_uve_stats.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/agent_uve_stats.cc
g++ -o build/debug/vnsw/agent/uve/test/interface_uve_table_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/interface_uve_table_test.cc
g++ -o build/debug/vnsw/agent/uve/interface_uve_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/interface_uve_table.cc
g++ -o build/debug/vnsw/agent/services/test/arp_path_preference_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/arp_path_preference_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/agent_uve_stats.h:8,
                 from controller/src/vnsw/agent/uve/agent_uve_stats.cc:12:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/uve/flow_uve_stats_request.h:7,
                 from controller/src/vnsw/agent/uve/interface_uve_table.h:21,
                 from controller/src/vnsw/agent/uve/interface_uve_stats_table.h:8,
                 from controller/src/vnsw/agent/uve/test/interface_uve_table_test.h:8,
                 from controller/src/vnsw/agent/uve/test/interface_uve_table_test.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/uve/flow_uve_stats_request.h:7,
                 from controller/src/vnsw/agent/uve/interface_uve_table.h:21,
                 from controller/src/vnsw/agent/uve/interface_uve_table.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/arp_path_preference_test.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_freelist.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_freelist.cc
g++ -o build/debug/vnsw/agent/oper/test/test_vhost_l3mh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_vhost_l3mh.cc
g++ -o build/debug/vnsw/agent/test-xml/test_xml.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test-xml/test_xml.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_vrf_assign_acl.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_freelist.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_vhost_l3mh.cc:30:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test-xml/test_xml.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_vrf_assign_acl.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/mac_learning/test/test_mac_aging.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/mac_learning/test/test_mac_aging.cc
g++ -o build/debug/vnsw/agent/test/test_service_chain_cfg.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_service_chain_cfg.cc
g++ -o build/debug/vnsw/agent/test/test_nh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_nh.cc
g++ -o build/debug/vnsw/agent/uve/test/vrouter_uve_entry_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/vrouter_uve_entry_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/mac_learning/test/test_mac_aging.cc:20:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_service_chain_cfg.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_nh.cc:13:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/uve/test/vrouter_uve_entry_test.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_route.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_l3mh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_l3mh.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_mgmt_route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_mgmt_route.cc
g++ -o build/debug/vnsw/agent/oper/test/test_logical_intf.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_logical_intf.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_route.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_l3mh.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_mgmt_route.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_logical_intf.cc:30:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/test/metadata6_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/metadata6_test.cc
g++ -o build/debug/vnsw/agent/test/test_evpn_route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_evpn_route.cc
g++ -o build/debug/vnsw/agent/test/test_vmport_cfg.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_vmport_cfg.cc
g++ -o build/debug/vnsw/agent/pkt/flow_mgmt.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/flow_mgmt.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/services/test/metadata6_test.cc:24:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_evpn_route.cc:22:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_vmport_cfg.cc:14:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/pkt/flow_mgmt.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/vgw/test/test_vgw_dynamic.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/vgw/test/test_vgw_dynamic.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_fip.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_fip.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_tsn_flow.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_tsn_flow.cc
g++ -o build/debug/vnsw/agent/vrouter/stats_collector/vrf_stats_io_context.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/stats_collector/vrf_stats_io_context.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/vgw/test/test_vgw_dynamic.cc:12:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_fip.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/uve/flow_uve_stats_request.h:7,
                 from controller/src/vnsw/agent/uve/stats_manager.h:16,
                 from controller/src/vnsw/agent/vrouter/stats_collector/agent_stats_sandesh_context.h:22,
                 from controller/src/vnsw/agent/vrouter/stats_collector/vrf_stats_io_context.h:8,
                 from controller/src/vnsw/agent/vrouter/stats_collector/vrf_stats_io_context.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_tsn_flow.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_bgp_router_config.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_bgp_router_config.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_sg_flow.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_sg_flow.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_xml_flow_agent_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_xml_flow_agent_init.cc
g++ -o build/debug/vnsw/agent/test/test_multicast.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_multicast.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/test/test_bgp_router_config.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_sg_flow.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_xml_flow_agent_init.cc:14:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_multicast.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_tsn_elector.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_tsn_elector.cc
g++ -o build/debug/vnsw/agent/test-xml/test_xml_packet.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test-xml/test_xml_packet.cc
g++ -o build/debug/vnsw/agent/test/test_fip_rt_leaking.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_fip_rt_leaking.cc
g++ -o build/debug/vnsw/agent/uve/vm_stat_kvm.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vm_stat_kvm.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_tsn_elector.cc:13:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test-xml/test_xml_packet.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_fip_rt_leaking.cc:14:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry.h:8,
                 from controller/src/vnsw/agent/uve/vm_stat_kvm.cc:17:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/vm_uve_table_base.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vm_uve_table_base.cc
g++ -o build/debug/vnsw/agent/resource_manager/test/test_mpls_label.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/resource_manager/test/test_mpls_label.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_age.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_age.cc
g++ -o build/debug/vnsw/agent/test-xml/test_xml_oper.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test-xml/test_xml_oper.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/vm_uve_table_base.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/resource_manager/test/test_mpls_label.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_age.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test-xml/test_xml_oper.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_ecmp_mx.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_ecmp_mx.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_update.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_update.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_ecmp_mx.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/test/test_prouter_uve.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/test_prouter_uve.cc
ar rc build/debug/vnsw/agent/test-xml/libagent_oper_test_xml.a build/debug/vnsw/agent/test-xml/test_xml_oper.o
ranlib build/debug/vnsw/agent/test-xml/libagent_oper_test_xml.a
g++ -o build/debug/vnsw/agent/test/test_global_vrouter_config.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_global_vrouter_config.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/uve/test/test_prouter_uve.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_update.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_global_vrouter_config.cc:13:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/test/dns_resolver_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/dns_resolver_test.cc
g++ -o build/debug/vnsw/agent/test/test_vxlan_routing_v6.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_vxlan_routing_v6.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/dns_resolver_test.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/mac_learning/test/test_local_mac_learning.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/mac_learning/test/test_local_mac_learning.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_error.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_error.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_vxlan_routing_v6.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/mac_learning/test/test_local_mac_learning.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_error.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_control_word.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_control_word.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/test_control_word.cc:16:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/test/test_vn_uve.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/test_vn_uve.cc
g++ -o build/debug/vnsw/agent/uve/agent_uve.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/agent_uve.cc
g++ -o build/debug/vnsw/agent/uve/agent_uve_base.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/agent_uve_base.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/agent_uve.h:8,
                 from controller/src/vnsw/agent/uve/agent_uve.cc:12:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/uve/test/test_vn_uve.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_find_scale.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_find_scale.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/agent_uve_base.cc:14:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/test/dhcp_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/dhcp_test.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_flow_mock.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_pkt_flow_mock.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/test_find_scale.cc:31:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_nat.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_nat.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/dhcp_test.cc:20:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_setup.h:25,
                 from controller/src/vnsw/agent/pkt/test/test_pkt_flow_mock.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_nat.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_rpf_uc.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_rpf_uc.cc
g++ -o build/debug/vnsw/agent/oper/test/test_xml_agent_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_xml_agent_init.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_rpf_uc.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_vn.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_vn.cc
g++ -o build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning_hc.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/mac_learning/test/test_mac_ip6_learning_hc.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_xml_agent_init.cc:14:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_vn.cc:13:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/mac_learning/test/test_mac_ip6_learning_hc.cc:21:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/vn_uve_entry.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vn_uve_entry.cc
g++ -o build/debug/vnsw/agent/uve/vrouter_uve_entry_base.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vrouter_uve_entry_base.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vn_uve_entry.h:9,
                 from controller/src/vnsw/agent/uve/vn_uve_entry.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/test/agent_stats_collector_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/agent_stats_collector_test.cc
g++ -o build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning_hc.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning_hc.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry.h:8,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/vrouter/flow_stats/test/test_session_stats.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/vrouter/flow_stats/test/test_session_stats.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vn_uve_table.h:14,
                 from controller/src/vnsw/agent/uve/test/agent_stats_collector_test.cc:18:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning_hc.cc:21:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_trace_filter.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_trace_filter.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/vrouter/flow_stats/test/test_session_stats.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/mac_learning/test/test_mac_ip_learning.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_trace_filter.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_inet_interface.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_inet_interface.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/mac_learning/test/test_mac_ip_learning.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_health_check.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_health_check.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_inet_interface.cc:21:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_ecmp_fip.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_ecmp_fip.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_health_check.cc:29:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/test/vn_uve_table_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/vn_uve_table_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_ecmp_fip.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_alias_ip_cfg.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_alias_ip_cfg.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vn_uve_table.h:14,
                 from controller/src/vnsw/agent/uve/test/vn_uve_table_test.h:8,
                 from controller/src/vnsw/agent/uve/test/vn_uve_table_test.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_qos.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_qos.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_alias_ip_cfg.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_sg_flowv6.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_sg_flowv6.cc
g++ -o build/debug/vnsw/agent/oper/test/test_aap6.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_aap6.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_qos.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_sg_flowv6.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_aap6.cc:23:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/vrouter/ksync/ksync_flow_memory.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/ksync_flow_memory.cc
g++ -o build/debug/vnsw/agent/mac_learning/test/test_pbb_route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/mac_learning/test/test_pbb_route.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_flow_memory.cc:24:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_vhost.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_vhost.cc
g++ -o build/debug/vnsw/agent/test/test_util.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_util.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/mac_learning/test/test_pbb_route.cc:20:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/interface_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/interface_constants.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_vhost.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_util.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/vrouter/stats_collector/interface_stats_io_context.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/stats_collector/interface_stats_io_context.cc
g++ -o build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_collector.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/stats_collector/agent_stats_collector.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/uve/flow_uve_stats_request.h:7,
                 from controller/src/vnsw/agent/uve/stats_manager.h:16,
                 from controller/src/vnsw/agent/vrouter/stats_collector/agent_stats_sandesh_context.h:22,
                 from controller/src/vnsw/agent/vrouter/stats_collector/interface_stats_io_context.h:8,
                 from controller/src/vnsw/agent/vrouter/stats_collector/interface_stats_io_context.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/vgw/test/test_vgw.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/vgw/test/test_vgw.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/uve/flow_uve_stats_request.h:7,
                 from controller/src/vnsw/agent/uve/stats_manager.h:16,
                 from controller/src/vnsw/agent/vrouter/stats_collector/agent_stats_sandesh_context.h:22,
                 from controller/src/vnsw/agent/vrouter/stats_collector/agent_stats_collector.h:17,
                 from controller/src/vnsw/agent/vrouter/stats_collector/agent_stats_collector.cc:18:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/test/test_port_bitmap.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/test_port_bitmap.cc
g++ -o build/debug/vnsw/agent/port_ipc/test/test_port_ipc.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/port_ipc/test/test_port_ipc.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_fip.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_pkt_fip.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/vgw/test/test_vgw.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/uve/test/test_port_bitmap.cc:12:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/port_ipc/test/test_port_ipc.cc:9:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_pkt_fip.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/vm_stat.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vm_stat.cc
g++ -o build/debug/vnsw/agent/uve/vm_uve_entry_base.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vm_uve_entry_base.cc
g++ -o build/debug/vnsw/agent/oper/test/test_physical_devices.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_physical_devices.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry.h:8,
                 from controller/src/vnsw/agent/uve/vm_stat.cc:18:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_dpdk_mpls.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_dpdk_mpls.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/vm_uve_entry_base.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/test/pkt_trace_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/pkt_trace_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/test_physical_devices.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/ifmap_dependency_manager_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/ifmap_dependency_manager_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_dpdk_mpls.cc:2:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/pkt_trace_test.cc:24:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/ifmap_dependency_manager_test.cc:22:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_bridge_domain.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_bridge_domain.cc
g++ -o build/debug/vnsw/agent/services/test/arp_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/arp_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_bridge_domain.cc:29:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_fabric_interface.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_fabric_interface.cc
g++ -o build/debug/vnsw/agent/vrouter/flow_stats/flow_export_info.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/flow_stats/flow_export_info.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/arp_test.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/vrouter/flow_stats/flow_stats_collector.h:9,
                 from controller/src/vnsw/agent/vrouter/flow_stats/flow_export_info.cc:1:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_fabric_interface.cc:21:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/test/icmpv6_path_preference_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/icmpv6_path_preference_test.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_table.cc
g++ -o build/debug/vnsw/agent/uve/interface_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/interface_types.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/icmpv6_path_preference_test.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_mirror.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_mirror.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_table.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl_fip.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_vrf_assign_acl_fip.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_mirror.cc:18:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_event_notifier.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_event_notifier.cc
g++ -o build/debug/vnsw/agent/test/test_ecmp_nh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_ecmp_nh.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_vrf_assign_acl_fip.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_event_notifier.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_vm.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_vm.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_ecmp_nh.cc:13:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_vm.cc:13:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_aap.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_aap.cc
g++ -o build/debug/vnsw/agent/oper/test/test_config_manager.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_config_manager.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_xml_packet_ut.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_xml_packet_ut.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/test_aap.cc:16:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_mgmt.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_xml_packet_ut.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/test_config_manager.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_l2route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_l2route.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_l2route.cc:23:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_flow_limits.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_pkt_flow_limits.cc
g++ -o build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning.cc
g++ -o build/debug/vnsw/agent/test/service_instance_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/service_instance_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_pkt_flow_limits.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/test/service_instance_test.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/test/icmpv6_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/icmpv6_test.cc
g++ -o build/debug/vnsw/agent/uve/vm_uve_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vm_uve_table.cc
g++ -o build/debug/vnsw/agent/uve/vrouter_stats_collector.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/vrouter_stats_collector.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/icmpv6_test.cc:23:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/test/agent_uve_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/agent_uve_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vm_uve_table.h:11,
                 from controller/src/vnsw/agent/uve/vm_uve_table.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/vrouter_stats_collector.h:10,
                 from controller/src/vnsw/agent/uve/vrouter_stats_collector.cc:9:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/agent_uve_stats.h:8,
                 from controller/src/vnsw/agent/uve/test/agent_uve_test.h:8,
                 from controller/src/vnsw/agent/uve/test/agent_uve_test.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/test/test_vrouter_uve.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/test_vrouter_uve.cc
g++ -o build/debug/vnsw/agent/oper/test/test_ipv6.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_ipv6.cc
g++ -o build/debug/vnsw/agent/kstate/test/test_sandesh_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/kstate/test/test_sandesh_kstate.cc
g++ -o build/debug/vnsw/agent/oper/test/test_vrouter.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_vrouter.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/uve/test/test_vrouter_uve.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_ipv6.cc:30:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/kstate/test/test_sandesh_kstate.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_vrouter.cc:30:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_agent_db_entry.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_agent_db_entry.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/test/test_bridge_entry_audit.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/vrouter/ksync/test/test_bridge_entry_audit.cc
g++ -o build/debug/vnsw/agent/init/test/test_agent_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/init/test/test_agent_init.cc
g++ -o build/debug/vnsw/agent/pkt/pkt_sandesh_flow.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug/vnsw/dp/sandesh -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/pkt/pkt_sandesh_flow.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/pkt_sandesh_flow.h:9,
                 from controller/src/vnsw/agent/pkt/pkt_sandesh_flow.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_agent_db_entry.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/test/test_bridge_entry_audit.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/init/test/test_agent_init.cc:9:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/test/igmp_mvpn_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/igmp_mvpn_test.cc
g++ -o build/debug/vnsw/agent/test/test_integration.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_integration.cc
ar rc build/debug/vnsw/agent/pkt/libpkt.a build/debug/vnsw/agent/pkt/pkt_types.o build/debug/vnsw/agent/pkt/pkt_constants.o build/debug/vnsw/agent/pkt/pkt_html.o build/debug/vnsw/agent/pkt/flow_entry.o build/debug/vnsw/agent/pkt/flow_event.o build/debug/vnsw/agent/pkt/flow_table.o build/debug/vnsw/agent/pkt/flow_token.o build/debug/vnsw/agent/pkt/flow_handler.o build/debug/vnsw/agent/pkt/flow_mgmt.o build/debug/vnsw/agent/pkt/flow_mgmt/flow_mgmt_key.o build/debug/vnsw/agent/pkt/flow_mgmt/flow_mgmt_entry.o build/debug/vnsw/agent/pkt/flow_mgmt/flow_mgmt_tree.o build/debug/vnsw/agent/pkt/flow_mgmt/flow_mgmt_dbclient.o build/debug/vnsw/agent/pkt/flow_proto.o build/debug/vnsw/agent/pkt/flow_trace_filter.o build/debug/vnsw/agent/pkt/packet_buffer.o build/debug/vnsw/agent/pkt/pkt_init.o build/debug/vnsw/agent/pkt/pkt_handler.o build/debug/vnsw/agent/pkt/pkt_flow_info.o build/debug/vnsw/agent/pkt/pkt_sandesh_flow.o build/debug/vnsw/agent/pkt/proto.o build/debug/vnsw/agent/pkt/proto_handler.o
ranlib build/debug/vnsw/agent/pkt/libpkt.a
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/linear_congruential.hpp:30,
                 from build/include/boost/random/additive_combine.hpp:27,
                 from build/include/boost/random.hpp:36,
                 from controller/src/vnsw/agent/test/test_integration.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test-xml/test_xml_validate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test-xml/test_xml_validate.cc
g++ -o build/debug/vnsw/agent/uve/test/vm_uve_table_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/vm_uve_table_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/igmp_common_test.h:33,
                 from controller/src/vnsw/agent/services/test/igmp_mvpn_test.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vm_uve_table.h:11,
                 from controller/src/vnsw/agent/uve/test/vm_uve_table_test.h:8,
                 from controller/src/vnsw/agent/uve/test/vm_uve_table_test.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test-xml/test_xml_validate.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_manager.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/flow_stats/flow_stats_manager.cc
g++ -o build/debug/vnsw/agent/oper/test/test_intf_policy.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_intf_policy.cc
ar rc build/debug/vnsw/agent/test-xml/libagent_test_xml.a build/debug/vnsw/agent/test-xml/test_xml.o build/debug/vnsw/agent/test-xml/test_xml_validate.o build/debug/vnsw/agent/test-xml/test_xml_packet.o
ranlib build/debug/vnsw/agent/test-xml/libagent_test_xml.a
g++ -o build/debug/vnsw/agent/pkt/test/test_fip_src_ecmp.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_fip_src_ecmp.cc
g++ -o build/debug/vnsw/agent/oper/test/test_crypt_tunnel.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_crypt_tunnel.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/agent_uve.h:8,
                 from controller/src/vnsw/agent/vrouter/flow_stats/flow_stats_manager.cc:21:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_intf_policy.cc:20:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_fip_src_ecmp.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
ar rc build/debug/vnsw/agent/vrouter/flow_stats/libflowstats.a build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_types.o build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_constants.o build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_html.o build/debug/vnsw/agent/vrouter/flow_stats/flow_export_info.o build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_collector.o build/debug/vnsw/agent/vrouter/flow_stats/session_stats_collector.o build/debug/vnsw/agent/vrouter/flow_stats/flow_stats_manager.o
ranlib build/debug/vnsw/agent/vrouter/flow_stats/libflowstats.a
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_crypt_tunnel.cc:32:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_init.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_init.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test/test_agent_route_walker.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_agent_route_walker.cc
g++ -o build/debug/vnsw/agent/vrouter/stats_collector/drop_stats_io_context.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/stats_collector/drop_stats_io_context.cc
g++ -o build/debug/vnsw/agent/uve/test/test_vm_uve.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/test_vm_uve.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_agent_route_walker.cc:18:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/uve/flow_uve_stats_request.h:7,
                 from controller/src/vnsw/agent/uve/stats_manager.h:16,
                 from controller/src/vnsw/agent/vrouter/stats_collector/agent_stats_sandesh_context.h:22,
                 from controller/src/vnsw/agent/vrouter/stats_collector/drop_stats_io_context.h:8,
                 from controller/src/vnsw/agent/vrouter/stats_collector/drop_stats_io_context.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/uve/test/test_vm_uve.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_xml_physical_device.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_xml_physical_device.cc
ar rc build/debug/vnsw/agent/vrouter/stats_collector/libstatscollector.a build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_types.o build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_constants.o build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_interval_html.o build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_collector.o build/debug/vnsw/agent/vrouter/stats_collector/agent_stats_sandesh_context.o build/debug/vnsw/agent/vrouter/stats_collector/drop_stats_io_context.o build/debug/vnsw/agent/vrouter/stats_collector/interface_stats_io_context.o build/debug/vnsw/agent/vrouter/stats_collector/vrf_stats_io_context.o
ranlib build/debug/vnsw/agent/vrouter/stats_collector/libstatscollector.a
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_flowv6.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_pkt_flowv6.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/test_xml_physical_device.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_hbf.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_hbf.cc
g++ -o build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning_hc.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/mac_learning/test/test_mac_ip_learning_hc.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_pkt_flowv6.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/oper/test/test_hbf.cc:30:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/mac_learning/test/test_mac_ip_learning_hc.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
ar rc build/debug/vnsw/agent/oper/test/libagent_physical_devices_test_xml.a build/debug/vnsw/agent/oper/test/test_xml_physical_device.o
ranlib build/debug/vnsw/agent/oper/test/libagent_physical_devices_test_xml.a
g++ -o build/debug/vnsw/agent/uve/stats_manager.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/stats_manager.cc
g++ -o build/debug/vnsw/agent/uve/prouter_uve_table.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/uve/prouter_uve_table.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/uve/flow_uve_stats_request.h:7,
                 from controller/src/vnsw/agent/uve/stats_manager.h:16,
                 from controller/src/vnsw/agent/uve/stats_manager.cc:5:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/filter/test/acl_change_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/filter/test/acl_change_test.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_sg_tcp_flow.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_sg_tcp_flow.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/uve/vrouter_uve_entry_base.h:15,
                 from controller/src/vnsw/agent/uve/agent_uve_base.h:12,
                 from controller/src/vnsw/agent/uve/prouter_uve_table.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
ar rc build/debug/vnsw/agent/uve/libstatsuve.a build/debug/vnsw/agent/uve/stats_interval_types.o build/debug/vnsw/agent/uve/stats_interval_constants.o build/debug/vnsw/agent/uve/stats_interval_html.o build/debug/vnsw/agent/uve/uve_types.o build/debug/vnsw/agent/uve/uve_constants.o build/debug/vnsw/agent/uve/uve_html.o build/debug/vnsw/agent/uve/agent_uve_stats.o build/debug/vnsw/agent/uve/interface_uve_stats_table.o build/debug/vnsw/agent/uve/stats_manager.o build/debug/vnsw/agent/uve/vm_stat.o build/debug/vnsw/agent/uve/vm_stat_kvm.o build/debug/vnsw/agent/uve/vm_stat_docker.o build/debug/vnsw/agent/uve/vm_uve_entry.o build/debug/vnsw/agent/uve/vm_uve_table.o build/debug/vnsw/agent/uve/vn_uve_entry.o build/debug/vnsw/agent/uve/vn_uve_table.o build/debug/vnsw/agent/uve/vrouter_uve_entry.o
ranlib build/debug/vnsw/agent/uve/libstatsuve.a
g++ -o build/debug/vnsw/agent/vrouter/ksync/test/test_vnswif.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/vrouter/ksync/test/test_vnswif.cc
g++ -o build/debug/vnsw/agent/test/test_tsn_route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_tsn_route.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/filter/test/acl_change_test.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_sg_tcp_flow.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/test/test_vnswif.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_tsn_route.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/uve/test/test_stats_mock.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/test_stats_mock.cc
g++ -o build/debug/vnsw/agent/resource_manager/test/test_resource_allocator.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/resource_manager/test/test_resource_allocator.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_util.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_pkt_util.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/uve/test/test_stats_mock.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/resource_manager/test/test_resource_allocator.cc:19:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_policy.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_flow_policy.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_pkt_util.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_flow_policy.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_parse.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_pkt_parse.cc
g++ -o build/debug/vnsw/agent/vrouter/ksync/test/test_ksync_route.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/vrouter/ksync/test/test_ksync_route.cc
ar rc build/debug/vnsw/agent/test/libagent_test.a build/debug/vnsw/agent/test/test_agent_init.o build/debug/vnsw/agent/test/test_init.o build/debug/vnsw/agent/test/test_util.o build/debug/vnsw/agent/test/linux/test_util_tap.o build/debug/vnsw/agent/pkt/test/test_pkt_util.o build/debug/vnsw/agent/vrouter/ksync/test/ksync_test.o build/debug/vnsw/agent/uve/test/agent_param_test.o build/debug/vnsw/agent/uve/test/agent_uve_test.o build/debug/vnsw/agent/uve/test/agent_stats_collector_test.o build/debug/vnsw/agent/uve/test/interface_uve_table_test.o build/debug/vnsw/agent/uve/test/prouter_uve_table_test.o build/debug/vnsw/agent/uve/test/vm_uve_table_test.o build/debug/vnsw/agent/uve/test/vn_uve_table_test.o build/debug/vnsw/agent/uve/test/vrouter_uve_entry_test.o
ranlib build/debug/vnsw/agent/test/libagent_test.a
g++ -o build/debug/vnsw/agent/filter/test/test_firewall_policy.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/filter/test/test_firewall_policy.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_pkt_parse.cc:7:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/test/test_ksync_route.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/test/icmp_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/services/test/icmp_test.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/filter/test/test_firewall_policy.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/services/test/icmp_test.cc:24:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/instance_manager_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/instance_manager_test.cc
g++ -o build/debug/vnsw/agent/pkt/test/test_ecmp_remote.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_ecmp_remote.cc
g++ -o build/debug/vnsw/agent/uve/port_bmap_html.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib build/debug/vnsw/agent/uve/port_bmap_html.cpp
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/oper/test/instance_manager_test.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
ar rc build/debug/vnsw/agent/uve/libuve.a build/debug/vnsw/agent/uve/interface_types.o build/debug/vnsw/agent/uve/interface_constants.o build/debug/vnsw/agent/uve/interface_html.o build/debug/vnsw/agent/uve/port_bmap_types.o build/debug/vnsw/agent/uve/port_bmap_constants.o build/debug/vnsw/agent/uve/port_bmap_html.o build/debug/vnsw/agent/uve/vrouter_types.o build/debug/vnsw/agent/uve/vrouter_constants.o build/debug/vnsw/agent/uve/vrouter_html.o build/debug/vnsw/agent/uve/virtual_machine_types.o build/debug/vnsw/agent/uve/virtual_machine_constants.o build/debug/vnsw/agent/uve/virtual_machine_html.o build/debug/vnsw/agent/uve/virtual_network_types.o build/debug/vnsw/agent/uve/virtual_network_constants.o build/debug/vnsw/agent/uve/virtual_network_html.o build/debug/vnsw/agent/uve/prouter_types.o build/debug/vnsw/agent/uve/prouter_constants.o build/debug/vnsw/agent/uve/prouter_html.o build/debug/vnsw/agent/uve/agent_uve_base.o build/debug/vnsw/agent/uve/agent_uve.o build/debug/vnsw/agent/uve/interface_uve_table.o build/debug/vnsw/agent/uve/l4_port_bitmap.o build/debug/vnsw/agent/uve/prouter_uve_table.o build/debug/vnsw/agent/uve/vm_uve_entry_base.o build/debug/vnsw/agent/uve/vm_uve_table_base.o build/debug/vnsw/agent/uve/vn_uve_entry_base.o build/debug/vnsw/agent/uve/vn_uve_table_base.o build/debug/vnsw/agent/uve/vrouter_stats_collector.o build/debug/vnsw/agent/uve/vrouter_uve_entry_base.o
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_ecmp_remote.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
ranlib build/debug/vnsw/agent/uve/libuve.a
g++ -o build/debug/vnsw/agent/mac_learning/mac_learning_db_client.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/mac_learning/mac_learning_db_client.cc
g++ -o build/debug/vnsw/agent/kstate/vrf_stats_kstate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/kstate/vrf_stats_kstate.cc
ar rc build/debug/vnsw/agent/kstate/libkstate.a build/debug/vnsw/agent/kstate/kstate_types.o build/debug/vnsw/agent/kstate/kstate_constants.o build/debug/vnsw/agent/kstate/kstate_html.o build/debug/vnsw/agent/kstate/kstate_handler.o build/debug/vnsw/agent/kstate/kstate.o build/debug/vnsw/agent/kstate/kstate_io_context.o build/debug/vnsw/agent/kstate/interface_kstate.o build/debug/vnsw/agent/kstate/route_kstate.o build/debug/vnsw/agent/kstate/nh_kstate.o build/debug/vnsw/agent/kstate/mpls_kstate.o build/debug/vnsw/agent/kstate/forwarding_class_kstate.o build/debug/vnsw/agent/kstate/flow_kstate.o build/debug/vnsw/agent/kstate/mirror_kstate.o build/debug/vnsw/agent/kstate/qos_config_kstate.o build/debug/vnsw/agent/kstate/vrf_assign_kstate.o build/debug/vnsw/agent/kstate/vrf_stats_kstate.o build/debug/vnsw/agent/kstate/vxlan_kstate.o build/debug/vnsw/agent/kstate/drop_stats_kstate.o build/debug/vnsw/agent/kstate/vrf_kstate.o
ranlib build/debug/vnsw/agent/kstate/libkstate.a
g++ -o build/debug/vnsw/agent/services/igmp_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/igmp_handler.cc
g++ -o build/debug/io/io_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/io/io_constants.cpp
g++ -o build/debug/xmpp/xmpp_client.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/xmpp -Icontroller/src/xmpp -Ibuild/debug -Ibuild/debug/bgp -Icontroller/src/bgp -Ibuild/debug/io -Isrc/contrail-common/io -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common controller/src/xmpp/xmpp_client.cc
ar rc build/debug/vnsw/agent/mac_learning/libmac_learning.a build/debug/vnsw/agent/mac_learning/mac_learning_types.o build/debug/vnsw/agent/mac_learning/mac_learning_constants.o build/debug/vnsw/agent/mac_learning/mac_learning_html.o build/debug/vnsw/agent/mac_learning/mac_aging.o build/debug/vnsw/agent/mac_learning/mac_learning.o build/debug/vnsw/agent/mac_learning/mac_learning_db_client.o build/debug/vnsw/agent/mac_learning/mac_learning_init.o build/debug/vnsw/agent/mac_learning/mac_learning_mgmt.o build/debug/vnsw/agent/mac_learning/mac_learning_proto.o build/debug/vnsw/agent/mac_learning/mac_learning_proto_handler.o build/debug/vnsw/agent/mac_learning/mac_ip_learning.o build/debug/vnsw/agent/mac_learning/mac_ip_learning_proto_handler.o
ranlib build/debug/vnsw/agent/mac_learning/libmac_learning.a
g++ -o build/debug/sandesh/common/flow_constants.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug build/debug/sandesh/common/flow_constants.cpp
g++ -o build/debug/vnsw/agent/oper/docker_instance_adapter.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/docker_instance_adapter.cc
ar rc build/debug/sandesh/common/libsandeshflow.a build/debug/sandesh/common/flow_types.o build/debug/sandesh/common/flow_constants.o build/debug/sandesh/common/flow_html.o build/debug/sandesh/common/flow_sandesh_impl.o
ranlib build/debug/sandesh/common/libsandeshflow.a
Install file: "build/debug/sandesh/common/libsandeshflow.a" as "build/lib/libsandeshflow.a"
g++ -o build/debug/vnsw/agent/init/agent_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/init/agent_init.cc
ar rc build/debug/xmpp/libxmpp.a build/debug/xmpp/xmpp_channel.o build/debug/xmpp/xmpp_config.o build/debug/xmpp/xmpp_connection.o build/debug/xmpp/xmpp_connection_manager.o build/debug/xmpp/xmpp_factory.o build/debug/xmpp/xmpp_lifetime.o build/debug/xmpp/xmpp_session.o build/debug/xmpp/xmpp_state_machine.o build/debug/xmpp/xmpp_server.o build/debug/xmpp/xmpp_client.o build/debug/xmpp/xmpp_proto.o build/debug/xmpp/xmpp_init.o build/debug/xmpp/xmpp_channel_mux.o build/debug/xmpp/xmpp_client_server_sandesh_types.o build/debug/xmpp/xmpp_client_server_sandesh_constants.o build/debug/xmpp/xmpp_client_server_sandesh_html.o build/debug/xmpp/xmpp_state_machine_sandesh_types.o build/debug/xmpp/xmpp_state_machine_sandesh_constants.o build/debug/xmpp/xmpp_state_machine_sandesh_html.o build/debug/xmpp/xmpp_trace_sandesh_types.o build/debug/xmpp/xmpp_trace_sandesh_constants.o build/debug/xmpp/xmpp_trace_sandesh_html.o build/debug/xmpp/xmpp_message_sandesh_types.o build/debug/xmpp/xmpp_message_sandesh_constants.o build/debug/xmpp/xmpp_message_sandesh_html.o build/debug/xmpp/xmpp_peer_info_types.o build/debug/xmpp/xmpp_peer_info_constants.o build/debug/xmpp/xmpp_peer_info_html.o build/debug/xmpp/xmpp_server_types.o build/debug/xmpp/xmpp_server_constants.o build/debug/xmpp/xmpp_server_html.o
ranlib build/debug/xmpp/libxmpp.a
g++ -o build/debug/vnsw/agent/oper/tsn_elector.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/tsn_elector.cc
g++ -o build/debug/db/db_table_walk_mgr.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug -Ibuild/debug/db -Icontroller/src/db controller/src/db/db_table_walk_mgr.cc
ar rc build/debug/db/libdb.a build/debug/db/db_types.o build/debug/db/db_constants.o build/debug/db/db_html.o build/debug/db/db.o build/debug/db/db_entry.o build/debug/db/db_graph.o build/debug/db/db_graph_edge.o build/debug/db/db_graph_vertex.o build/debug/db/db_partition.o build/debug/db/db_table.o build/debug/db/db_table_partition.o build/debug/db/db_table_walk_mgr.o build/debug/db/db_table_walker.o
ranlib build/debug/db/libdb.a
g++ -o build/debug/ksync/ksync_sock.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ivrouter/include -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/ksync -Icontroller/src/ksync controller/src/ksync/ksync_sock.cc
g++ -o build/debug/io/io_types.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug build/debug/io/io_types.cpp
ar rc build/debug/vnsw/agent/init/libcontrail_init_common.a build/debug/vnsw/agent/init/agent_init.o build/debug/vnsw/agent/init/contrail_init_common.o build/debug/vnsw/agent/init/agent_param.o
ranlib build/debug/vnsw/agent/init/libcontrail_init_common.a
g++ -o build/debug/vnsw/agent/oper/forwarding_class.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/forwarding_class.cc
ar rc build/debug/ksync/libksyncnl.a build/debug/ksync/ksync_tx_queue.o build/debug/ksync/ksync_netlink.o build/debug/ksync/ksync_sock.o build/debug/ksync/ksync_sock_user.o build/debug/ksync/ksync_sock_tcp.o build/debug/ksync/ksync_sock_uds.o
ranlib build/debug/ksync/libksyncnl.a
g++ -o build/debug/vnsw/agent/services/bfd_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/bfd_proto.cc
g++ -o build/debug/vnsw/agent/oper/nix/interface_params.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/oper/nix/interface_params.cc
g++ -o build/debug/io/ssl_server.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/include/thrift -Ibuild/debug src/contrail-common/io/ssl_server.cc
ar rc build/debug/io/libio.a build/debug/io/io_types.o build/debug/io/io_constants.o build/debug/io/io_html.o build/debug/io/event_manager.o build/debug/io/ssl_server.o build/debug/io/io_utils.o build/debug/io/ssl_session.o build/debug/io/tcp_message_write.o build/debug/io/tcp_server.o build/debug/io/tcp_session.o build/debug/io/udp_server.o build/debug/io/process_signal_common.o build/debug/io/nix/process_signal.o build/debug/io/usock_server.o
ranlib build/debug/io/libio.a
Install file: "build/debug/io/libio.a" as "build/lib/libio.a"
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_client.h:7,
                 from controller/src/vnsw/agent/services/bfd_proto.h:13,
                 from controller/src/vnsw/agent/services/bfd_proto.cc:14:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/vrouter/ksync/mirror_ksync.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/vrouter/ksync/mirror_ksync.cc
g++ -o build/debug/vnsw/agent/resource_manager/index_resource.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/resource_manager/index_resource.cc
ar rc build/debug/vnsw/agent/oper/libvnswoperdb.a build/debug/vnsw/agent/oper/agent_types.o build/debug/vnsw/agent/oper/agent_constants.o build/debug/vnsw/agent/oper/agent_html.o build/debug/vnsw/agent/oper/agent_profile_types.o build/debug/vnsw/agent/oper/agent_profile_constants.o build/debug/vnsw/agent/oper/agent_profile_html.o build/debug/vnsw/agent/oper/multicast_types.o build/debug/vnsw/agent/oper/multicast_constants.o build/debug/vnsw/agent/oper/multicast_html.o build/debug/vnsw/agent/oper/agent_sandesh.o build/debug/vnsw/agent/oper/agent_path.o build/debug/vnsw/agent/oper/agent_profile.o build/debug/vnsw/agent/oper/agent_route.o build/debug/vnsw/agent/oper/agent_route_resync.o build/debug/vnsw/agent/oper/agent_route_walker.o build/debug/vnsw/agent/oper/bgp_as_service.o build/debug/vnsw/agent/oper/bgp_router.o build/debug/vnsw/agent/oper/bridge_route.o build/debug/vnsw/agent/oper/bridge_domain.o build/debug/vnsw/agent/oper/config_manager.o build/debug/vnsw/agent/oper/crypt_tunnel.o build/debug/vnsw/agent/oper/ecmp.o build/debug/vnsw/agent/oper/evpn_route.o build/debug/vnsw/agent/oper/forwarding_class.o build/debug/vnsw/agent/oper/global_qos_config.o build/debug/vnsw/agent/oper/global_system_config.o build/debug/vnsw/agent/oper/global_vrouter.o build/debug/vnsw/agent/oper/health_check.o build/debug/vnsw/agent/oper/ifmap_dependency_manager.o build/debug/vnsw/agent/oper/inet_interface.o build/debug/vnsw/agent/oper/inet4_multicast_route.o build/debug/vnsw/agent/oper/inet_unicast_route.o build/debug/vnsw/agent/oper/interface.o build/debug/vnsw/agent/oper/logical_interface.o build/debug/vnsw/agent/oper/metadata_ip.o build/debug/vnsw/agent/oper/mirror_table.o build/debug/vnsw/agent/oper/mpls.o build/debug/vnsw/agent/oper/multicast.o build/debug/vnsw/agent/oper/instance_manager.o build/debug/vnsw/agent/oper/docker_instance_adapter.o build/debug/vnsw/agent/oper/netns_instance_adapter.o build/debug/vnsw/agent/oper/nexthop.o build/debug/vnsw/agent/oper/operdb_init.o build/debug/vnsw/agent/oper/path_preference.o build/debug/vnsw/agent/oper/peer.o build/debug/vnsw/agent/oper/physical_device.o build/debug/vnsw/agent/oper/physical_device_vn.o build/debug/vnsw/agent/oper/physical_interface.o build/debug/vnsw/agent/oper/qos_config.o build/debug/vnsw/agent/oper/qos_queue.o build/debug/vnsw/agent/oper/remote_physical_interface.o build/debug/vnsw/agent/oper/route_leak.o build/debug/vnsw/agent/oper/security_logging_object.o build/debug/vnsw/agent/oper/service_instance.o build/debug/vnsw/agent/oper/sg.o build/debug/vnsw/agent/oper/tag.o build/debug/vnsw/agent/oper/tsn_elector.o build/debug/vnsw/agent/oper/vm.o build/debug/vnsw/agent/oper/vm_interface.o build/debug/vnsw/agent/oper/vm_interface_config.o build/debug/vnsw/agent/oper/vm_interface_request.o build/debug/vnsw/agent/oper/vm_interface_utils.o build/debug/vnsw/agent/oper/vn.o build/debug/vnsw/agent/oper/vrf.o build/debug/vnsw/agent/oper/vrf_assign.o build/debug/vnsw/agent/oper/vrouter.o build/debug/vnsw/agent/oper/vxlan.o build/debug/vnsw/agent/oper/vxlan_routing_manager.o build/debug/vnsw/agent/oper/vxlan_routes_leaking.o build/debug/vnsw/agent/oper/vxlan_xmpp_routes.o build/debug/vnsw/agent/oper/vxlan_auxilliary.o build/debug/vnsw/agent/oper/multicast_policy.o build/debug/vnsw/agent/oper/hbf.o build/debug/vnsw/agent/oper/nix/interface_params.o build/debug/vnsw/agent/oper/instance_task.o
ranlib build/debug/vnsw/agent/oper/libvnswoperdb.a
g++ -o build/debug/vnsw/agent/controller/controller_sandesh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/controller/controller_sandesh.cc
ar rc build/debug/vnsw/agent/services/libagent_services.a build/debug/vnsw/agent/services/services_types.o build/debug/vnsw/agent/services/services_constants.o build/debug/vnsw/agent/services/services_html.o build/debug/vnsw/agent/services/arp_entry.o build/debug/vnsw/agent/services/arp_handler.o build/debug/vnsw/agent/services/arp_proto.o build/debug/vnsw/agent/services/bfd_handler.o build/debug/vnsw/agent/services/bfd_proto.o build/debug/vnsw/agent/services/dhcp_handler_base.o build/debug/vnsw/agent/services/dhcp_handler.o build/debug/vnsw/agent/services/dhcp_lease_db.o build/debug/vnsw/agent/services/dhcp_proto.o build/debug/vnsw/agent/services/dhcpv6_handler.o build/debug/vnsw/agent/services/dhcpv6_proto.o build/debug/vnsw/agent/services/dns_handler.o build/debug/vnsw/agent/services/dns_proto.o build/debug/vnsw/agent/services/icmp_handler.o build/debug/vnsw/agent/services/icmp_proto.o build/debug/vnsw/agent/services/icmp_error_handler.o build/debug/vnsw/agent/services/icmp_error_proto.o build/debug/vnsw/agent/services/icmpv6_handler.o build/debug/vnsw/agent/services/icmpv6_proto.o build/debug/vnsw/agent/services/icmpv6_error_handler.o build/debug/vnsw/agent/services/icmpv6_error_proto.o build/debug/vnsw/agent/services/igmp_handler.o build/debug/vnsw/agent/services/igmp_proto.o build/debug/vnsw/agent/services/metadata_proxy.o build/debug/vnsw/agent/services/metadata_proxy_ip6.o build/debug/vnsw/agent/services/nix/linux/metadata_ipv6_netlink.o build/debug/vnsw/agent/services/ndp_entry.o build/debug/vnsw/agent/services/services_init.o build/debug/vnsw/agent/services/services_sandesh.o build/debug/vnsw/agent/services/nix/default_dns_list_builder.o
ranlib build/debug/vnsw/agent/services/libagent_services.a
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/vrouter/ksync/mirror_ksync.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
ar rc build/debug/vnsw/agent/resource_manager/libresource_manager.a build/debug/vnsw/agent/resource_manager/resource_manager_types.o build/debug/vnsw/agent/resource_manager/resource_manager_constants.o build/debug/vnsw/agent/resource_manager/resource_manager_html.o build/debug/vnsw/agent/resource_manager/resource_manager.o build/debug/vnsw/agent/resource_manager/resource_table.o build/debug/vnsw/agent/resource_manager/resource_cmn.o build/debug/vnsw/agent/resource_manager/index_resource.o build/debug/vnsw/agent/resource_manager/mpls_index.o build/debug/vnsw/agent/resource_manager/vm_interface_index.o build/debug/vnsw/agent/resource_manager/vrf_index.o build/debug/vnsw/agent/resource_manager/qos_index.o build/debug/vnsw/agent/resource_manager/bgp_as_service_index.o build/debug/vnsw/agent/resource_manager/mirror_index.o build/debug/vnsw/agent/resource_manager/resource_backup.o build/debug/vnsw/agent/resource_manager/sandesh_map.o
ranlib build/debug/vnsw/agent/resource_manager/libresource_manager.a
ar rc build/debug/vnsw/agent/vrouter/ksync/libvnswksync.a build/debug/vnsw/agent/vrouter/ksync/agent_ksync_types.o build/debug/vnsw/agent/vrouter/ksync/agent_ksync_constants.o build/debug/vnsw/agent/vrouter/ksync/agent_ksync_html.o build/debug/vrouter/sandesh/vr_types.o build/debug/vrouter/sandesh/vr_constants.o build/debug/vrouter/sandesh/vr_html.o build/debug/vnsw/agent/vrouter/ksync/vnswif_listener_base.o build/debug/vnsw/agent/vrouter/ksync/vnswif_listener_base_nix.o build/debug/vnsw/agent/vrouter/ksync/linux/vnswif_listener.o build/debug/vnsw/agent/vrouter/ksync/ksync_agent_sandesh.o build/debug/vnsw/agent/vrouter/ksync/bridge_route_audit_ksync.o build/debug/vnsw/agent/vrouter/ksync/ksync_bridge_table.o build/debug/vnsw/agent/vrouter/ksync/flowtable_ksync.o build/debug/vnsw/agent/vrouter/ksync/forwarding_class_ksync.o build/debug/vnsw/agent/vrouter/ksync/interface_ksync.o build/debug/vnsw/agent/vrouter/ksync/ksync_flow_index_manager.o build/debug/vnsw/agent/vrouter/ksync/ksync_flow_memory.o build/debug/vnsw/agent/vrouter/ksync/ksync_memory.o build/debug/vnsw/agent/vrouter/ksync/ksync_init.o build/debug/vnsw/agent/vrouter/ksync/mirror_ksync.o build/debug/vnsw/agent/vrouter/ksync/mpls_ksync.o build/debug/vnsw/agent/vrouter/ksync/nexthop_ksync.o build/debug/vnsw/agent/vrouter/ksync/qos_config_ksync.o build/debug/vnsw/agent/vrouter/ksync/qos_queue_ksync.o build/debug/vnsw/agent/vrouter/ksync/route_ksync.o build/debug/vnsw/agent/vrouter/ksync/sandesh_ksync.o build/debug/vnsw/agent/vrouter/ksync/vxlan_ksync.o build/debug/vnsw/agent/vrouter/ksync/vrf_assign_ksync.o
ranlib build/debug/vnsw/agent/vrouter/ksync/libvnswksync.a
ar rc build/debug/vnsw/agent/controller/libvnswctrl.a build/debug/vnsw/agent/controller/controller_types.o build/debug/vnsw/agent/controller/controller_constants.o build/debug/vnsw/agent/controller/controller_html.o build/debug/vnsw/agent/controller/controller_init.o build/debug/vnsw/agent/controller/controller_export.o build/debug/vnsw/agent/controller/controller_ifmap.o build/debug/vnsw/agent/controller/controller_peer.o build/debug/vnsw/agent/controller/controller_route_path.o build/debug/vnsw/agent/controller/controller_route_walker.o build/debug/vnsw/agent/controller/controller_vrf_export.o build/debug/vnsw/agent/controller/controller_dns.o build/debug/vnsw/agent/controller/controller_sandesh.o build/debug/vnsw/agent/controller/controller_timer.o
ranlib build/debug/vnsw/agent/controller/libvnswctrl.a
g++ -o build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning_hc -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning_hc.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/mac_learning/test -Lcontroller/src/vnsw/agent/mac_learning/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_fip -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_pkt_fip.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
g++ -o build/debug/vnsw/agent/services/test/metadata6_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/metadata6_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
g++ -o build/debug/vnsw/agent/services/test/dhcp_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/dhcp_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/services/test/metadata6_test.log"], ["build/debug/vnsw/agent/services/test/metadata6_test"])
RunUnitTest(["build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning_hc.log"], ["build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning_hc"])
RunUnitTest(["build/debug/vnsw/agent/services/test/dhcp_test.log"], ["build/debug/vnsw/agent/services/test/dhcp_test"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_pkt_fip.log"], ["build/debug/vnsw/agent/pkt/test/test_pkt_fip"])
/root/contrail/build/debug/vnsw/agent/services/test/metadata6_test PASS
g++ -o build/debug/vnsw/agent/test/test_dpdk_mpls -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_dpdk_mpls.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/services/test/dhcp_test PASS
g++ -o build/debug/vnsw/agent/services/test/icmpv6_path_preference_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/icmpv6_path_preference_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_dpdk_mpls.log"], ["build/debug/vnsw/agent/test/test_dpdk_mpls"])
RunUnitTest(["build/debug/vnsw/agent/services/test/icmpv6_path_preference_test.log"], ["build/debug/vnsw/agent/services/test/icmpv6_path_preference_test"])
/root/contrail/build/debug/vnsw/agent/test/test_dpdk_mpls PASS
g++ -o build/debug/vnsw/agent/oper/test/test_vhost_vmi -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_vhost_vmi.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/services/test/icmpv6_path_preference_test PASS
g++ -o build/debug/vnsw/agent/test/test_mirror -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_mirror.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_vhost_vmi.log"], ["build/debug/vnsw/agent/oper/test/test_vhost_vmi"])
RunUnitTest(["build/debug/vnsw/agent/test/test_mirror.log"], ["build/debug/vnsw/agent/test/test_mirror"])
/root/contrail/build/debug/vnsw/agent/test/test_mirror PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl_fip -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl_fip.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning_hc PASS
g++ -o build/debug/vnsw/agent/test/test_ecmp_nh -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_ecmp_nh.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/oper/test/test_vhost_vmi PASS
g++ -o build/debug/vnsw/agent/oper/test/test_find_scale -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_find_scale.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl_fip.log"], ["build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl_fip"])
RunUnitTest(["build/debug/vnsw/agent/test/test_ecmp_nh.log"], ["build/debug/vnsw/agent/test/test_ecmp_nh"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_find_scale.log"], ["build/debug/vnsw/agent/oper/test/test_find_scale"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_find_scale PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_update -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_update.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl_fip PASS
g++ -o build/debug/vnsw/agent/init/test/test_vmware -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/init/test/test_vmware.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/test/test_ecmp_nh PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_xml_packet_ut -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_xml_packet_ut.o build/debug/vnsw/agent/pkt/test/test_xml_flow_agent_init.o build/debug/vnsw/agent/pkt/test/test_pkt_util.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/init/test/test_vmware.log"], ["build/debug/vnsw/agent/init/test/test_vmware"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_update.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_update"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_xml_packet_ut.log"], ["build/debug/vnsw/agent/pkt/test/test_xml_packet_ut"])
/root/contrail/build/debug/vnsw/agent/init/test/test_vmware PASS
g++ -o build/debug/vnsw/agent/test/test_l2route -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_l2route.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/pkt/test/test_xml_packet_ut PASS
g++ -o build/debug/vnsw/agent/test/service_instance_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/service_instance_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_update PASS
g++ -o build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning_hc -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning_hc.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/mac_learning/test -Lcontroller/src/vnsw/agent/mac_learning/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml
RunUnitTest(["build/debug/vnsw/agent/test/test_l2route.log"], ["build/debug/vnsw/agent/test/test_l2route"])
RunUnitTest(["build/debug/vnsw/agent/test/service_instance_test.log"], ["build/debug/vnsw/agent/test/service_instance_test"])
/root/contrail/build/debug/vnsw/agent/test/service_instance_test PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_freelist -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_freelist.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning_hc.log"], ["build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning_hc"])
/root/contrail/build/debug/vnsw/agent/test/test_l2route PASS
g++ -o build/debug/vnsw/agent/oper/test/test_fip_cfg -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_fip_cfg.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_fip PASS
g++ -o build/debug/vnsw/agent/oper/test/test_bridge_domain -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_bridge_domain.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_freelist.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_freelist"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_fip_cfg.log"], ["build/debug/vnsw/agent/oper/test/test_fip_cfg"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_bridge_domain.log"], ["build/debug/vnsw/agent/oper/test/test_bridge_domain"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_bridge_domain PASS
g++ -o build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/mac_learning/test -Lcontroller/src/vnsw/agent/mac_learning/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_freelist PASS
g++ -o build/debug/vnsw/agent/oper/test/test_inet_interface -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_inet_interface.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/oper/test/test_fip_cfg PASS
g++ -o build/debug/vnsw/agent/test/test_path_preference_walker -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_path_preference_walker.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning.log"], ["build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_inet_interface.log"], ["build/debug/vnsw/agent/oper/test/test_inet_interface"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_inet_interface PASS
g++ -o build/debug/vnsw/agent/test/test_agent_db_entry -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_agent_db_entry.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/test/test_path_preference_walker.log"], ["build/debug/vnsw/agent/test/test_path_preference_walker"])
/root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning PASS
g++ -o build/debug/vnsw/agent/filter/test/acl_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/filter/test/acl_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/test/test_path_preference_walker PASS
g++ -o build/debug/vnsw/agent/uve/test/test_vn_uve -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/uve/test/test_vn_uve.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning_hc PASS
g++ -o build/debug/vnsw/agent/cmn/test/test_xmpp_server_address_parser -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/cmn/test/test_xmpp_server_address_parser.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_agent_db_entry.log"], ["build/debug/vnsw/agent/test/test_agent_db_entry"])
RunUnitTest(["build/debug/vnsw/agent/filter/test/acl_test.log"], ["build/debug/vnsw/agent/filter/test/acl_test"])
/root/contrail/build/debug/vnsw/agent/test/test_agent_db_entry PASS
g++ -o build/debug/vnsw/agent/oper/test/test_aap6 -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_aap6.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/cmn/test/test_xmpp_server_address_parser.log"], ["build/debug/vnsw/agent/cmn/test/test_xmpp_server_address_parser"])
RunUnitTest(["build/debug/vnsw/agent/uve/test/test_vn_uve.log"], ["build/debug/vnsw/agent/uve/test/test_vn_uve"])
/root/contrail/build/debug/vnsw/agent/cmn/test/test_xmpp_server_address_parser PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_fip_src_ecmp -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_fip_src_ecmp.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/filter/test/acl_test PASS
g++ -o build/debug/vnsw/agent/oper/test/instance_manager_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/instance_manager_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/db/test -Lcontroller/src/db/test -Lbuild/debug/ifmap/test -Lcontroller/src/ifmap/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml -ldbtest -lifmap_test_util -lifmap_test_util_agent -ltask_test
/root/contrail/build/debug/vnsw/agent/uve/test/test_vn_uve PASS
g++ -o build/debug/vnsw/agent/test/test_agent_route_walker -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_agent_route_walker.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_aap6.log"], ["build/debug/vnsw/agent/oper/test/test_aap6"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_fip_src_ecmp.log"], ["build/debug/vnsw/agent/pkt/test/test_fip_src_ecmp"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/instance_manager_test.log"], ["build/debug/vnsw/agent/oper/test/instance_manager_test"])
RunUnitTest(["build/debug/vnsw/agent/test/test_agent_route_walker.log"], ["build/debug/vnsw/agent/test/test_agent_route_walker"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_fip_src_ecmp PASS
g++ -o build/debug/vnsw/agent/vgw/test/test_vgw_dynamic -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/vgw/test/test_vgw_dynamic.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/test/test_agent_route_walker PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_port_allocator -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_port_allocator.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/oper/test/test_aap6 PASS
g++ -o build/debug/vnsw/agent/oper/test/test_health_check -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_health_check.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/oper/test/instance_manager_test PASS
g++ -o build/debug/vnsw/agent/init/test/test_agent_init -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/init/test/test_agent_init.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/vgw/test/test_vgw_dynamic.log"], ["build/debug/vnsw/agent/vgw/test/test_vgw_dynamic"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_port_allocator.log"], ["build/debug/vnsw/agent/pkt/test/test_port_allocator"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_health_check.log"], ["build/debug/vnsw/agent/oper/test/test_health_check"])
RunUnitTest(["build/debug/vnsw/agent/init/test/test_agent_init.log"], ["build/debug/vnsw/agent/init/test/test_agent_init"])
/root/contrail/build/debug/vnsw/agent/init/test/test_agent_init PASS
g++ -o build/debug/vnsw/agent/oper/test/test_agent_sandesh -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_agent_sandesh.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/oper/test/test_health_check PASS
g++ -o build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/mac_learning/test -Lcontroller/src/vnsw/agent/mac_learning/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml
/root/contrail/build/debug/vnsw/agent/vgw/test/test_vgw_dynamic PASS
g++ -o build/debug/vnsw/agent/vrouter/ksync/test/test_vnswif -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/vrouter/ksync/test/test_vnswif.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/pkt/test/test_port_allocator PASS
g++ -o build/debug/vnsw/agent/oper/test/test_tag -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_tag.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_agent_sandesh.log"], ["build/debug/vnsw/agent/oper/test/test_agent_sandesh"])
RunUnitTest(["build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning.log"], ["build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning"])
RunUnitTest(["build/debug/vnsw/agent/vrouter/ksync/test/test_vnswif.log"], ["build/debug/vnsw/agent/vrouter/ksync/test/test_vnswif"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_tag.log"], ["build/debug/vnsw/agent/oper/test/test_tag"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_agent_sandesh PASS
g++ -o build/debug/vnsw/agent/oper/test/test_instance_task -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_instance_task.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning PASS
g++ -o build/debug/vnsw/agent/oper/test/test_vrouter -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_vrouter.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/vrouter/ksync/test/test_vnswif PASS
g++ -o build/debug/vnsw/agent/services/test/arp_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/arp_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/oper/test/test_tag PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_policy -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_policy.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_instance_task.log"], ["build/debug/vnsw/agent/oper/test/test_instance_task"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_instance_task PASS
g++ -o build/debug/vnsw/agent/filter/test/acl_entry_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/filter/test/acl_entry_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_vrouter.log"], ["build/debug/vnsw/agent/oper/test/test_vrouter"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_vrouter PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_parse -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_pkt_parse.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/services/test/arp_test.log"], ["build/debug/vnsw/agent/services/test/arp_test"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_policy.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_policy"])
RunUnitTest(["build/debug/vnsw/agent/filter/test/acl_entry_test.log"], ["build/debug/vnsw/agent/filter/test/acl_entry_test"])
/root/contrail/build/debug/vnsw/agent/filter/test/acl_entry_test PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_table -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_table.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/services/test/arp_test PASS
g++ -o build/debug/vnsw/agent/oper/test/test_logical_intf -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_logical_intf.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_pkt_parse.log"], ["build/debug/vnsw/agent/pkt/test/test_pkt_parse"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_policy PASS
g++ -o build/debug/vnsw/agent/uve/test/test_port_bitmap -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/uve/test/test_port_bitmap.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_parse PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_flow_limits -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_pkt_flow_limits.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_table.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_table"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_logical_intf.log"], ["build/debug/vnsw/agent/oper/test/test_logical_intf"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_logical_intf PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_ecmp_remote -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_ecmp_remote.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/uve/test/test_port_bitmap.log"], ["build/debug/vnsw/agent/uve/test/test_port_bitmap"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_table PASS
g++ -o build/debug/vnsw/agent/oper/test/test_hbf -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_hbf.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_pkt_flow_limits.log"], ["build/debug/vnsw/agent/pkt/test/test_pkt_flow_limits"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_ecmp_remote.log"], ["build/debug/vnsw/agent/pkt/test/test_ecmp_remote"])
/root/contrail/build/debug/vnsw/agent/uve/test/test_port_bitmap PASS
g++ -o build/debug/vnsw/agent/filter/test/acl_change_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/filter/test/acl_change_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_hbf.log"], ["build/debug/vnsw/agent/oper/test/test_hbf"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_flow_limits PASS
g++ -o build/debug/vnsw/agent/test/test_tunnel_encap -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_tunnel_encap.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/oper/test/test_hbf PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_sg_tcp_flow -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_sg_tcp_flow.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_remote PASS
g++ -o build/debug/vnsw/agent/cmn/test/test_cmn -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/cmn/test/test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/filter/test/acl_change_test.log"], ["build/debug/vnsw/agent/filter/test/acl_change_test"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_sg_tcp_flow.log"], ["build/debug/vnsw/agent/pkt/test/test_sg_tcp_flow"])
RunUnitTest(["build/debug/vnsw/agent/test/test_tunnel_encap.log"], ["build/debug/vnsw/agent/test/test_tunnel_encap"])
/root/contrail/build/debug/vnsw/agent/test/test_tunnel_encap PASS
g++ -o build/debug/vnsw/agent/services/test/icmpv6_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/icmpv6_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/filter/test/acl_change_test PASS
g++ -o build/debug/vnsw/agent/test/test_multicast -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_multicast.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/cmn/test/test_cmn.log"], ["build/debug/vnsw/agent/cmn/test/test_cmn"])
/root/contrail/build/debug/vnsw/agent/cmn/test/test_cmn PASS
g++ -o build/debug/vnsw/agent/uve/test/test_vrouter_uve -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/uve/test/test_vrouter_uve.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/pkt/test/test_sg_tcp_flow PASS
g++ -o build/debug/vnsw/agent/test/test_vhost_ip_change -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_vhost_ip_change.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/services/test/icmpv6_test.log"], ["build/debug/vnsw/agent/services/test/icmpv6_test"])
RunUnitTest(["build/debug/vnsw/agent/test/test_multicast.log"], ["build/debug/vnsw/agent/test/test_multicast"])
RunUnitTest(["build/debug/vnsw/agent/uve/test/test_vrouter_uve.log"], ["build/debug/vnsw/agent/uve/test/test_vrouter_uve"])
/root/contrail/build/debug/vnsw/agent/uve/test/test_vrouter_uve PASS
g++ -o build/debug/vnsw/agent/vrouter/ksync/test/test_bridge_entry_audit -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/vrouter/ksync/test/test_bridge_entry_audit.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_vhost_ip_change.log"], ["build/debug/vnsw/agent/test/test_vhost_ip_change"])
/root/contrail/build/debug/vnsw/agent/services/test/icmpv6_test PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_vmi_underlay -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_vmi_underlay.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/test/test_multicast PASS
g++ -o build/debug/vnsw/agent/test/test_forwarding_mode -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_forwarding_mode.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/vrouter/ksync/test/test_bridge_entry_audit.log"], ["build/debug/vnsw/agent/vrouter/ksync/test/test_bridge_entry_audit"])
/root/contrail/build/debug/vnsw/agent/test/test_vhost_ip_change PASS
g++ -o build/debug/vnsw/agent/oper/test/test_config_manager -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_config_manager.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_vmi_underlay.log"], ["build/debug/vnsw/agent/pkt/test/test_vmi_underlay"])
RunUnitTest(["build/debug/vnsw/agent/test/test_forwarding_mode.log"], ["build/debug/vnsw/agent/test/test_forwarding_mode"])
/root/contrail/build/debug/vnsw/agent/test/test_forwarding_mode PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_native_lb -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_native_lb.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/vrouter/ksync/test/test_bridge_entry_audit PASS
g++ -o build/debug/vnsw/agent/test/test_bgp_service_configuration -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_bgp_service_configuration.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_config_manager.log"], ["build/debug/vnsw/agent/oper/test/test_config_manager"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_vmi_underlay PASS
g++ -o build/debug/vnsw/agent/oper/test/test_crypt_tunnel -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_crypt_tunnel.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_native_lb.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_native_lb"])
RunUnitTest(["build/debug/vnsw/agent/test/test_bgp_service_configuration.log"], ["build/debug/vnsw/agent/test/test_bgp_service_configuration"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_config_manager PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_trace_filter -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_trace_filter.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_crypt_tunnel.log"], ["build/debug/vnsw/agent/oper/test/test_crypt_tunnel"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_crypt_tunnel PASS
g++ -o build/debug/vnsw/agent/kstate/test/test_sandesh_kstate -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/kstate/test/test_sandesh_kstate.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/test/test_bgp_service_configuration PASS
g++ -o build/debug/vnsw/agent/test/test_vmport_cfg -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_vmport_cfg.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_native_lb PASS
g++ -o build/debug/vnsw/agent/oper/test/test_tsn_elector -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_tsn_elector.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_trace_filter.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_trace_filter"])
RunUnitTest(["build/debug/vnsw/agent/kstate/test/test_sandesh_kstate.log"], ["build/debug/vnsw/agent/kstate/test/test_sandesh_kstate"])
/root/contrail/build/debug/vnsw/agent/kstate/test/test_sandesh_kstate PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_hbs -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_hbs.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_vmport_cfg.log"], ["build/debug/vnsw/agent/test/test_vmport_cfg"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_tsn_elector.log"], ["build/debug/vnsw/agent/oper/test/test_tsn_elector"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_trace_filter PASS
g++ -o build/debug/vnsw/agent/oper/test/test_physical_devices -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_physical_devices.o build/debug/vnsw/agent/oper/test/test_xml_agent_init.o build/debug/vnsw/agent/pkt/test/test_pkt_util.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/db/test -Lcontroller/src/db/test -Lbuild/debug/ifmap/test -Lcontroller/src/ifmap/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml -ldbtest -lifmap_test_util -lifmap_test_util_agent -ltask_test
/root/contrail/build/debug/vnsw/agent/test/test_vmport_cfg PASS
g++ -o build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning_hc -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning_hc.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/mac_learning/test -Lcontroller/src/vnsw/agent/mac_learning/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml
/root/contrail/build/debug/vnsw/agent/oper/test/test_tsn_elector PASS
g++ -o build/debug/vnsw/agent/test/test_service_chain_cfg -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_service_chain_cfg.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_hbs.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_hbs"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_hbs PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_ecmp_l2_pkt -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_ecmp_l2_pkt.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_physical_devices.log"], ["build/debug/vnsw/agent/oper/test/test_physical_devices"])
RunUnitTest(["build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning_hc.log"], ["build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning_hc"])
RunUnitTest(["build/debug/vnsw/agent/test/test_service_chain_cfg.log"], ["build/debug/vnsw/agent/test/test_service_chain_cfg"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_ecmp_l2_pkt.log"], ["build/debug/vnsw/agent/pkt/test/test_ecmp_l2_pkt"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_physical_devices PASS
g++ -o build/debug/vnsw/agent/test/test_evpn_route -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_evpn_route.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/test/test_service_chain_cfg PASS
g++ -o build/debug/vnsw/agent/test/test_ecmp_l2 -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_ecmp_l2.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_l2_pkt PASS
g++ -o build/debug/vnsw/agent/oper/test/test_intf_policy -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_intf_policy.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/test/test_evpn_route.log"], ["build/debug/vnsw/agent/test/test_evpn_route"])
/root/contrail/build/debug/vnsw/agent/test/test_evpn_route PASS
g++ -o build/debug/vnsw/agent/vrouter/flow_stats/test/test_session_stats -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/vrouter/flow_stats/test/test_session_stats.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_ecmp_l2.log"], ["build/debug/vnsw/agent/test/test_ecmp_l2"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_intf_policy.log"], ["build/debug/vnsw/agent/oper/test/test_intf_policy"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_intf_policy PASS
g++ -o build/debug/vnsw/agent/uve/test/test_stats_mock -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/uve/test/test_stats_mock.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/test/test_ecmp_l2 PASS
g++ -o build/debug/vnsw/agent/filter/test/test_firewall_policy -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/filter/test/test_firewall_policy.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/vrouter/flow_stats/test/test_session_stats.log"], ["build/debug/vnsw/agent/vrouter/flow_stats/test/test_session_stats"])
/root/contrail/build/debug/vnsw/agent/vrouter/flow_stats/test/test_session_stats PASS
g++ -o build/debug/vnsw/agent/test/test_vxlan_routing -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_vxlan_routing.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/uve/test/test_stats_mock.log"], ["build/debug/vnsw/agent/uve/test/test_stats_mock"])
/root/contrail/build/debug/vnsw/agent/uve/test/test_stats_mock FAIL
scons: *** [build/debug/vnsw/agent/uve/test/test_stats_mock.log] Error -11
g++ -o build/debug/vnsw/agent/oper/test/test_bridge_domain_mg -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_bridge_domain_mg.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/filter/test/test_firewall_policy.log"], ["build/debug/vnsw/agent/filter/test/test_firewall_policy"])
RunUnitTest(["build/debug/vnsw/agent/test/test_vxlan_routing.log"], ["build/debug/vnsw/agent/test/test_vxlan_routing"])
/root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning_hc PASS
g++ -o build/debug/vnsw/agent/test/test_event_notifier -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_event_notifier.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/test/test_vxlan_routing PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_sg_flow -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_sg_flow.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_bridge_domain_mg.log"], ["build/debug/vnsw/agent/oper/test/test_bridge_domain_mg"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_bridge_domain_mg PASS
g++ -o build/debug/vnsw/agent/services/test/icmp_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/icmp_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/filter/test/test_firewall_policy PASS
g++ -o build/debug/vnsw/agent/port_ipc/test/test_port_ipc -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/port_ipc/test/test_port_ipc.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_event_notifier.log"], ["build/debug/vnsw/agent/test/test_event_notifier"])
/root/contrail/build/debug/vnsw/agent/test/test_event_notifier PASS
g++ -o build/debug/vnsw/agent/test/test_llgr -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_llgr.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_sg_flow.log"], ["build/debug/vnsw/agent/pkt/test/test_sg_flow"])
RunUnitTest(["build/debug/vnsw/agent/services/test/icmp_test.log"], ["build/debug/vnsw/agent/services/test/icmp_test"])
RunUnitTest(["build/debug/vnsw/agent/port_ipc/test/test_port_ipc.log"], ["build/debug/vnsw/agent/port_ipc/test/test_port_ipc"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_sg_flow PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_mgr_instances -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_mgr_instances.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_llgr.log"], ["build/debug/vnsw/agent/test/test_llgr"])
/root/contrail/build/debug/vnsw/agent/test/test_llgr PASS
g++ -o build/debug/vnsw/agent/services/test/igmp_evpn_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/igmp_evpn_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/services/test/icmp_test PASS
g++ -o build/debug/vnsw/agent/oper/test/test_forwarding_class -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_forwarding_class.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/port_ipc/test/test_port_ipc PASS
g++ -o build/debug/vnsw/agent/oper/test/docker_instance_adapter_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/docker_instance_adapter_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/db/test -Lcontroller/src/db/test -Lbuild/debug/ifmap/test -Lcontroller/src/ifmap/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml -ldbtest -lifmap_test_util -lifmap_test_util_agent -ltask_test
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_mgr_instances.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_mgr_instances"])
RunUnitTest(["build/debug/vnsw/agent/services/test/igmp_evpn_test.log"], ["build/debug/vnsw/agent/services/test/igmp_evpn_test"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_forwarding_class.log"], ["build/debug/vnsw/agent/oper/test/test_forwarding_class"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/docker_instance_adapter_test.log"], ["build/debug/vnsw/agent/oper/test/docker_instance_adapter_test"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_forwarding_class PASS
g++ -o build/debug/vnsw/agent/oper/test/test_ipv6 -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_ipv6.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/oper/test/docker_instance_adapter_test PASS
g++ -o build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning_hc -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning_hc.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/mac_learning/test -Lcontroller/src/vnsw/agent/mac_learning/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_mgr_instances PASS
g++ -o build/debug/vnsw/agent/test/test_task_infra -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_task_infra.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/services/test/igmp_evpn_test PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_age -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_age.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_ipv6.log"], ["build/debug/vnsw/agent/oper/test/test_ipv6"])
RunUnitTest(["build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning_hc.log"], ["build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning_hc"])
RunUnitTest(["build/debug/vnsw/agent/test/test_task_infra.log"], ["build/debug/vnsw/agent/test/test_task_infra"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_ipv6 PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_linklocal -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_pkt_linklocal.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_age.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_age"])
/root/contrail/build/debug/vnsw/agent/test/test_task_infra PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_ecmp_local -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_ecmp_local.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_age PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_ecmp_service_vlan -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_ecmp_service_vlan.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_pkt_linklocal.log"], ["build/debug/vnsw/agent/pkt/test/test_pkt_linklocal"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_ecmp_local.log"], ["build/debug/vnsw/agent/pkt/test/test_ecmp_local"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_linklocal PASS
g++ -o build/debug/vnsw/agent/test/test_vm -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_vm.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_ecmp_service_vlan.log"], ["build/debug/vnsw/agent/pkt/test/test_ecmp_service_vlan"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_local PASS
g++ -o build/debug/vnsw/agent/test/test_dpdk_intf -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_dpdk_intf.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/test/test_vm.log"], ["build/debug/vnsw/agent/test/test_vm"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_service_vlan PASS
g++ -o build/debug/vnsw/agent/kstate/test/test_kstate -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/kstate/test/test_kstate.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning_hc PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_error -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_error.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_dpdk_intf.log"], ["build/debug/vnsw/agent/test/test_dpdk_intf"])
/root/contrail/build/debug/vnsw/agent/test/test_vm PASS
g++ -o build/debug/vnsw/agent/oper/test/test_fabric_interface -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_fabric_interface.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/kstate/test/test_kstate.log"], ["build/debug/vnsw/agent/kstate/test/test_kstate"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_error.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_error"])
/root/contrail/build/debug/vnsw/agent/test/test_dpdk_intf PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_add -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_add.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_fabric_interface.log"], ["build/debug/vnsw/agent/oper/test/test_fabric_interface"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_fabric_interface PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_policy_set_flow -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_policy_set_flow.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/kstate/test/test_kstate PASS
g++ -o build/debug/vnsw/agent/oper/test/test_fabric_vmi -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_fabric_vmi.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_error PASS
g++ -o build/debug/vnsw/agent/oper/test/test_intf -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_intf.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_add.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_add"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_fabric_vmi.log"], ["build/debug/vnsw/agent/oper/test/test_fabric_vmi"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_policy_set_flow.log"], ["build/debug/vnsw/agent/pkt/test/test_policy_set_flow"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_fabric_vmi PASS
g++ -o build/debug/vnsw/agent/test/test_alias_ip_cfg -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_alias_ip_cfg.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_intf.log"], ["build/debug/vnsw/agent/oper/test/test_intf"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_add PASS
g++ -o build/debug/vnsw/agent/services/test/metadata_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/metadata_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/oper/test/test_intf PASS
g++ -o build/debug/vnsw/agent/oper/test/test_aap -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_aap.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/pkt/test/test_policy_set_flow PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flowtable -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flowtable.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_alias_ip_cfg.log"], ["build/debug/vnsw/agent/test/test_alias_ip_cfg"])
RunUnitTest(["build/debug/vnsw/agent/services/test/metadata_test.log"], ["build/debug/vnsw/agent/services/test/metadata_test"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_aap.log"], ["build/debug/vnsw/agent/oper/test/test_aap"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flowtable.log"], ["build/debug/vnsw/agent/pkt/test/test_flowtable"])
/root/contrail/build/debug/vnsw/agent/test/test_alias_ip_cfg PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_flowv6 -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_pkt_flowv6.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/services/test/metadata_test PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_bgp_service -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_bgp_service.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flowtable PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_hc -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_hc.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_pkt_flowv6.log"], ["build/debug/vnsw/agent/pkt/test/test_pkt_flowv6"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_bgp_service.log"], ["build/debug/vnsw/agent/pkt/test/test_bgp_service"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_hc.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_hc"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_flowv6 PASS
g++ -o build/debug/vnsw/agent/vrouter/ksync/test/test_ksync_route -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/vrouter/ksync/test/test_ksync_route.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_hc PASS
g++ -o build/debug/vnsw/agent/services/test/pkt_trace_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/pkt_trace_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/pkt/test/test_bgp_service PASS
g++ -o build/debug/vnsw/agent/services/test/ndp_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/ndp_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/vrouter/ksync/test/test_ksync_route.log"], ["build/debug/vnsw/agent/vrouter/ksync/test/test_ksync_route"])
RunUnitTest(["build/debug/vnsw/agent/services/test/pkt_trace_test.log"], ["build/debug/vnsw/agent/services/test/pkt_trace_test"])
RunUnitTest(["build/debug/vnsw/agent/services/test/ndp_test.log"], ["build/debug/vnsw/agent/services/test/ndp_test"])
/root/contrail/build/debug/vnsw/agent/vrouter/ksync/test/test_ksync_route PASS
g++ -o build/debug/vnsw/agent/services/test/arp_path_preference_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/arp_path_preference_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/services/test/pkt_trace_test PASS
g++ -o build/debug/vnsw/agent/oper/test/test_vhost_l3mh -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_vhost_l3mh.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/services/test/ndp_test PASS
g++ -o build/debug/vnsw/agent/services/test/dns_resolver_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/dns_resolver_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/services/test/arp_path_preference_test.log"], ["build/debug/vnsw/agent/services/test/arp_path_preference_test"])
RunUnitTest(["build/debug/vnsw/agent/services/test/dns_resolver_test.log"], ["build/debug/vnsw/agent/services/test/dns_resolver_test"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_vhost_l3mh.log"], ["build/debug/vnsw/agent/oper/test/test_vhost_l3mh"])
/root/contrail/build/debug/vnsw/agent/services/test/arp_path_preference_test PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/services/test/dns_resolver_test PASS
g++ -o build/debug/vnsw/agent/services/test/igmp_mpolicy_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/igmp_mpolicy_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl.log"], ["build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_vhost_l3mh PASS
g++ -o build/debug/vnsw/agent/test/test_nh -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_nh.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/services/test/igmp_mpolicy_test.log"], ["build/debug/vnsw/agent/services/test/igmp_mpolicy_test"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl PASS
g++ -o build/debug/vnsw/agent/uve/test/test_prouter_uve -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/uve/test/test_prouter_uve.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_nh.log"], ["build/debug/vnsw/agent/test/test_nh"])
/root/contrail/build/debug/vnsw/agent/services/test/igmp_mpolicy_test PASS
g++ -o build/debug/vnsw/agent/test/test_fip_rt_leaking -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_fip_rt_leaking.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/uve/test/test_prouter_uve.log"], ["build/debug/vnsw/agent/uve/test/test_prouter_uve"])
/root/contrail/build/debug/vnsw/agent/uve/test/test_prouter_uve PASS
g++ -o build/debug/vnsw/agent/oper/test/inet_route_tree_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_inet_route_tree.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/db/test -Lcontroller/src/db/test -Lbuild/debug/ifmap/test -Lcontroller/src/ifmap/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml -ldbtest -lifmap_test_util -lifmap_test_util_agent -ltask_test
/root/contrail/build/debug/vnsw/agent/test/test_nh PASS
g++ -o build/debug/vnsw/agent/oper/test/test_vrf_assign -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_vrf_assign.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/test/test_fip_rt_leaking.log"], ["build/debug/vnsw/agent/test/test_fip_rt_leaking"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/inet_route_tree_test.log"], ["build/debug/vnsw/agent/oper/test/inet_route_tree_test"])
/root/contrail/build/debug/vnsw/agent/oper/test/inet_route_tree_test PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_l3mh -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_l3mh.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_vrf_assign.log"], ["build/debug/vnsw/agent/oper/test/test_vrf_assign"])
/root/contrail/build/debug/vnsw/agent/test/test_fip_rt_leaking PASS
g++ -o build/debug/vnsw/agent/test/test_route -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_route.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/oper/test/test_vrf_assign PASS
g++ -o build/debug/vnsw/agent/services/test/igmp_vn_cfg_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/igmp_vn_cfg_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_l3mh.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_l3mh"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_l3mh PASS
g++ -o build/debug/vnsw/agent/resource_manager/test/test_resource_allocator -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/resource_manager/test/test_resource_allocator.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_route.log"], ["build/debug/vnsw/agent/test/test_route"])
RunUnitTest(["build/debug/vnsw/agent/services/test/igmp_vn_cfg_test.log"], ["build/debug/vnsw/agent/services/test/igmp_vn_cfg_test"])
RunUnitTest(["build/debug/vnsw/agent/resource_manager/test/test_resource_allocator.log"], ["build/debug/vnsw/agent/resource_manager/test/test_resource_allocator"])
/root/contrail/build/debug/vnsw/agent/test/test_route PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_flow_mock -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_pkt_flow_mock.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/services/test/igmp_vn_cfg_test PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_fip -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_fip.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_pkt_flow_mock.log"], ["build/debug/vnsw/agent/pkt/test/test_pkt_flow_mock"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_flow_mock PASS
g++ -o build/debug/vnsw/agent/uve/test/test_vm_uve -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/uve/test/test_vm_uve.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_fip.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_fip"])
/root/contrail/build/debug/vnsw/agent/resource_manager/test/test_resource_allocator PASS
g++ -o build/debug/vnsw/agent/test/test_bgp_router_config -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_bgp_router_config.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/uve/test/test_vm_uve.log"], ["build/debug/vnsw/agent/uve/test/test_vm_uve"])
/root/contrail/build/debug/vnsw/agent/uve/test/test_vm_uve PASS
g++ -o build/debug/vnsw/agent/uve/test/test_uve -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/uve/test/test_uve.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_fip PASS
g++ -o build/debug/vnsw/agent/filter/test/test_policy_set -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/filter/test/test_policy_set.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/oper/test/test_aap PASS
g++ -o build/debug/vnsw/agent/test/test_tsn_route -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_tsn_route.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/test/test_bgp_router_config.log"], ["build/debug/vnsw/agent/test/test_bgp_router_config"])
RunUnitTest(["build/debug/vnsw/agent/uve/test/test_uve.log"], ["build/debug/vnsw/agent/uve/test/test_uve"])
RunUnitTest(["build/debug/vnsw/agent/filter/test/test_policy_set.log"], ["build/debug/vnsw/agent/filter/test/test_policy_set"])
RunUnitTest(["build/debug/vnsw/agent/test/test_tsn_route.log"], ["build/debug/vnsw/agent/test/test_tsn_route"])
/root/contrail/build/debug/vnsw/agent/test/test_tsn_route PASS
g++ -o build/debug/vnsw/agent/mac_learning/test/test_mac_aging -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/mac_learning/test/test_mac_aging.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/mac_learning/test -Lcontroller/src/vnsw/agent/mac_learning/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml
/root/contrail/build/debug/vnsw/agent/test/test_bgp_router_config PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_mgmt_route -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_mgmt_route.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/uve/test/test_uve PASS
g++ -o build/debug/vnsw/agent/test/test_ksync -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_ksync.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/filter/test/test_policy_set PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_audit -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_audit.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/mac_learning/test/test_mac_aging.log"], ["build/debug/vnsw/agent/mac_learning/test/test_mac_aging"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_mgmt_route.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_mgmt_route"])
RunUnitTest(["build/debug/vnsw/agent/test/test_ksync.log"], ["build/debug/vnsw/agent/test/test_ksync"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_audit.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_audit"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_mgmt_route PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_qos -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_qos.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/test/test_ksync PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_ecmp_mx -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_ecmp_mx.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_aging PASS
g++ -o build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/mac_learning/test -Lcontroller/src/vnsw/agent/mac_learning/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_audit PASS
g++ -o build/debug/vnsw/agent/test/test_global_vrouter_config -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_global_vrouter_config.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_qos.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_qos"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_ecmp_mx.log"], ["build/debug/vnsw/agent/pkt/test/test_ecmp_mx"])
RunUnitTest(["build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning.log"], ["build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning"])
RunUnitTest(["build/debug/vnsw/agent/test/test_global_vrouter_config.log"], ["build/debug/vnsw/agent/test/test_global_vrouter_config"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_qos PASS
g++ -o build/debug/vnsw/agent/oper/test/test_qos_config -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_qos_config.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning PASS
g++ -o build/debug/vnsw/agent/oper/test/test_linklocal -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_linklocal.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_mx PASS
g++ -o build/debug/vnsw/agent/test/test_ecmp6 -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_ecmp6.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/test/test_global_vrouter_config PASS
g++ -o build/debug/vnsw/agent/services/test/dns_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/dns_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_qos_config.log"], ["build/debug/vnsw/agent/oper/test/test_qos_config"])
/root/contrail/build/debug/vnsw/agent/oper/test/test_qos_config PASS
g++ -o build/debug/vnsw/agent/test/test_vxlan_routing_v6 -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_vxlan_routing_v6.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_linklocal.log"], ["build/debug/vnsw/agent/oper/test/test_linklocal"])
RunUnitTest(["build/debug/vnsw/agent/test/test_ecmp6.log"], ["build/debug/vnsw/agent/test/test_ecmp6"])
RunUnitTest(["build/debug/vnsw/agent/services/test/dns_test.log"], ["build/debug/vnsw/agent/services/test/dns_test"])
/root/contrail/build/debug/vnsw/agent/test/test_ecmp6 PASS
g++ -o build/debug/vnsw/agent/resource_manager/test/test_mpls_label -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/resource_manager/test/test_mpls_label.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_vxlan_routing_v6.log"], ["build/debug/vnsw/agent/test/test_vxlan_routing_v6"])
/root/contrail/build/debug/vnsw/agent/services/test/dns_test PASS
g++ -o build/debug/vnsw/agent/oper/test/test_control_word -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_control_word.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
/root/contrail/build/debug/vnsw/agent/test/test_vxlan_routing_v6 PASS
g++ -o build/debug/vnsw/agent/oper/test/test_oper_xml -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_oper_xml.o build/debug/vnsw/agent/pkt/test/test_pkt_util.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
RunUnitTest(["build/debug/vnsw/agent/resource_manager/test/test_mpls_label.log"], ["build/debug/vnsw/agent/resource_manager/test/test_mpls_label"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_control_word.log"], ["build/debug/vnsw/agent/oper/test/test_control_word"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_oper_xml.log"], ["build/debug/vnsw/agent/oper/test/test_oper_xml"])
/root/contrail/build/debug/vnsw/agent/resource_manager/test/test_mpls_label PASS
g++ -o build/debug/vnsw/agent/uve/test/test_interface_uve -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/uve/test/test_interface_uve.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/oper/test/test_control_word PASS
g++ -o build/debug/vnsw/agent/test/test_integration -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_integration.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/oper/test/test_oper_xml PASS
g++ -o build/debug/vnsw/agent/test/test_vn -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_vn.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
RunUnitTest(["build/debug/vnsw/agent/uve/test/test_interface_uve.log"], ["build/debug/vnsw/agent/uve/test/test_interface_uve"])
/root/contrail/build/debug/vnsw/agent/uve/test/test_interface_uve PASS
g++ -o build/debug/vnsw/agent/services/test/igmp_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/igmp_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/test/test_integration.log"], ["build/debug/vnsw/agent/test/test_integration"])
RunUnitTest(["build/debug/vnsw/agent/test/test_vn.log"], ["build/debug/vnsw/agent/test/test_vn"])
RunUnitTest(["build/debug/vnsw/agent/services/test/igmp_test.log"], ["build/debug/vnsw/agent/services/test/igmp_test"])
/root/contrail/build/debug/vnsw/agent/test/test_integration PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_nat -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_nat.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/test/test_vn PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_rpf_uc -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_rpf_uc.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_nat.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_nat"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_rpf_uc.log"], ["build/debug/vnsw/agent/pkt/test/test_rpf_uc"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_nat PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_pkt.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/pkt/test/test_rpf_uc PASS
g++ -o build/debug/vnsw/agent/cmn/test/test_subop -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/cmn/test/test_subop.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/cmn/test/test_subop.log"], ["build/debug/vnsw/agent/cmn/test/test_subop"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_pkt.log"], ["build/debug/vnsw/agent/pkt/test/test_pkt"])
/root/contrail/build/debug/vnsw/agent/cmn/test/test_subop PASS
g++ -o build/debug/vnsw/agent/mac_learning/test/test_local_mac_learning -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/mac_learning/test/test_local_mac_learning.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/mac_learning/test -Lcontroller/src/vnsw/agent/mac_learning/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml
/root/contrail/build/debug/vnsw/agent/oper/test/test_linklocal FAIL
scons: *** [build/debug/vnsw/agent/oper/test/test_linklocal.log] Error 1
g++ -o build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/mac_learning/test -Lcontroller/src/vnsw/agent/mac_learning/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml
/root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt PASS
g++ -o build/debug/vnsw/agent/diag/test/test_ping -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/diag/test/test_ping.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/mac_learning/test/test_local_mac_learning.log"], ["build/debug/vnsw/agent/mac_learning/test/test_local_mac_learning"])
RunUnitTest(["build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning.log"], ["build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning"])
RunUnitTest(["build/debug/vnsw/agent/diag/test/test_ping.log"], ["build/debug/vnsw/agent/diag/test/test_ping"])
/root/contrail/build/debug/vnsw/agent/mac_learning/test/test_local_mac_learning PASS
g++ -o build/debug/vnsw/agent/oper/test/ifmap_dependency_manager_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/ifmap_dependency_manager_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/db/test -Lcontroller/src/db/test -Lbuild/debug/ifmap/test -Lcontroller/src/ifmap/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml -ldbtest -lifmap_test_util -lifmap_test_util_agent -ltask_test
/root/contrail/build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_ecmp_fip -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_ecmp_fip.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/diag/test/test_ping PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_sg_flowv6 -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_sg_flowv6.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/oper/test/ifmap_dependency_manager_test.log"], ["build/debug/vnsw/agent/oper/test/ifmap_dependency_manager_test"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_ecmp_fip.log"], ["build/debug/vnsw/agent/pkt/test/test_ecmp_fip"])
/root/contrail/build/debug/vnsw/agent/oper/test/ifmap_dependency_manager_test PASS
g++ -o build/debug/vnsw/agent/vgw/test/test_vgw -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/vgw/test/test_vgw.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/services/test/igmp_test PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_tsn_flow -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_tsn_flow.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_sg_flowv6.log"], ["build/debug/vnsw/agent/pkt/test/test_sg_flowv6"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_sg_flowv6 PASS
g++ -o build/debug/vnsw/agent/test/test_cfg -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/test/test_cfg.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/db/test -Lcontroller/src/db/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -ldbtest -ltask_test
/root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_fip PASS
g++ -o build/debug/vnsw/agent/services/test/igmp_mvpn_test -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/services/test/igmp_mvpn_test.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_tsn_flow.log"], ["build/debug/vnsw/agent/pkt/test/test_tsn_flow"])
RunUnitTest(["build/debug/vnsw/agent/vgw/test/test_vgw.log"], ["build/debug/vnsw/agent/vgw/test/test_vgw"])
/root/contrail/build/debug/vnsw/agent/pkt/test/test_tsn_flow PASS
g++ -o build/debug/vnsw/agent/mac_learning/test/test_pbb_route -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/mac_learning/test/test_pbb_route.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/mac_learning/test -Lcontroller/src/vnsw/agent/mac_learning/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml
RunUnitTest(["build/debug/vnsw/agent/test/test_cfg.log"], ["build/debug/vnsw/agent/test/test_cfg"])
/root/contrail/build/debug/vnsw/agent/vgw/test/test_vgw PASS
g++ -o build/debug/vnsw/agent/pkt/test/test_flow_vhost -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/pkt/test/test_flow_vhost.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -Lbuild/debug/vnsw/agent/pkt/test -Lcontroller/src/vnsw/agent/pkt/test -lagent_physical_devices_test_xml -lagent_oper_test_xml -lagent_test_xml -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
/root/contrail/build/debug/vnsw/agent/test/test_cfg PASS
RunUnitTest(["build/debug/vnsw/agent/services/test/igmp_mvpn_test.log"], ["build/debug/vnsw/agent/services/test/igmp_mvpn_test"])
/root/contrail/build/debug/vnsw/agent/services/test/igmp_mvpn_test PASS
RunUnitTest(["build/debug/vnsw/agent/mac_learning/test/test_pbb_route.log"], ["build/debug/vnsw/agent/mac_learning/test/test_pbb_route"])
RunUnitTest(["build/debug/vnsw/agent/pkt/test/test_flow_vhost.log"], ["build/debug/vnsw/agent/pkt/test/test_flow_vhost"])
/root/contrail/build/debug/vnsw/agent/mac_learning/test/test_pbb_route PASS
/root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_vhost PASS
scons: done building targets (errors occurred during build).
INFO:root:SCons failed with exit code 2. Analyzing results.
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/cmn/test/test_cmn.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/cmn/test/test_cmn.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/cmn/test/test_subop.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/cmn/test/test_subop.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/cmn/test/test_xmpp_server_address_parser.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/cmn/test/test_xmpp_server_address_parser.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/diag/test/test_ping.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/diag/test/test_ping.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/filter/test/acl_entry_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/filter/test/acl_entry_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/filter/test/acl_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/filter/test/acl_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/filter/test/acl_change_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/filter/test/acl_change_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/filter/test/test_firewall_policy.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/filter/test/test_firewall_policy.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/filter/test/test_policy_set.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/filter/test/test_policy_set.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/init/test/test_agent_init.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/init/test/test_agent_init.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/init/test/test_vmware.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/init/test/test_vmware.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/kstate/test/test_kstate.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/kstate/test/test_kstate.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/kstate/test/test_sandesh_kstate.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/kstate/test/test_sandesh_kstate.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_local_mac_learning.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_local_mac_learning.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_aging.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_aging.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_pbb_route.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_pbb_route.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning_hc.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_ip_learning_hc.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning_hc.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_mac_ip6_learning_hc.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning_hc.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip_learning_hc.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning_hc.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/mac_learning/test/test_ipvlan_mac_ip6_learning_hc.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_agent_sandesh.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_agent_sandesh.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_config_manager.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_config_manager.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_intf.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_intf.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_intf_policy.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_intf_policy.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_find_scale.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_find_scale.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_logical_intf.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_logical_intf.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_vrf_assign.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_vrf_assign.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_linklocal.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_linklocal.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_inet_interface.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_inet_interface.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_fabric_interface.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_fabric_interface.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_aap.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_aap.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_aap6.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_aap6.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_ipv6.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_ipv6.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_forwarding_class.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_forwarding_class.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_qos_config.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_qos_config.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_health_check.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_health_check.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_crypt_tunnel.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_crypt_tunnel.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_oper_xml.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_oper_xml.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_fip_cfg.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_fip_cfg.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_bridge_domain.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_bridge_domain.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_bridge_domain_mg.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_bridge_domain_mg.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_control_word.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_control_word.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_instance_task.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_instance_task.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_fabric_vmi.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_fabric_vmi.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_tsn_elector.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_tsn_elector.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_tag.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_tag.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_vhost_vmi.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_vhost_vmi.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_vrouter.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_vrouter.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_hbf.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_hbf.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_vhost_l3mh.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_vhost_l3mh.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/ifmap_dependency_manager_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/ifmap_dependency_manager_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/instance_manager_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/instance_manager_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/docker_instance_adapter_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/docker_instance_adapter_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/inet_route_tree_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/inet_route_tree_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_physical_devices.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_physical_devices.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_port_allocator.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_port_allocator.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_hbs.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_hbs.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_mgmt_route.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_mgmt_route.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_tsn_flow.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_tsn_flow.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_table.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_table.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_hc.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_hc.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_flow_mock.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_flow_mock.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_flow_limits.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_flow_limits.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_linklocal.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_linklocal.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_audit.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_audit.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_trace_filter.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_trace_filter.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_add.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_add.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_age.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_age.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_error.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_error.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_mgr_instances.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_mgr_instances.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_nat.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_nat.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_policy.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_policy.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_update.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_update.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_flowv6.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_flowv6.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_rpf_uc.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_rpf_uc.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_parse.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_parse.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flowtable.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flowtable.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_fip.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_pkt_fip.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_native_lb.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_native_lb.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_fip.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_fip.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_freelist.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_freelist.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_sg_flow.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_sg_flow.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_sg_flowv6.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_sg_flowv6.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_sg_tcp_flow.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_sg_tcp_flow.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl_fip.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_vrf_assign_acl_fip.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_l2_pkt.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_l2_pkt.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_mx.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_mx.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_fip_src_ecmp.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_fip_src_ecmp.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_local.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_local.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_fip.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_fip.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_remote.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_remote.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_service_vlan.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_ecmp_service_vlan.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_bgp_service.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_bgp_service.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_qos.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_qos.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_policy_set_flow.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_policy_set_flow.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_vhost.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_vhost.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_vmi_underlay.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_vmi_underlay.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_l3mh.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_flow_l3mh.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/pkt/test/test_xml_packet_ut.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/pkt/test/test_xml_packet_ut.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/port_ipc/test/test_port_ipc.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/port_ipc/test/test_port_ipc.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/resource_manager/test/test_mpls_label.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/resource_manager/test/test_mpls_label.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/resource_manager/test/test_resource_allocator.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/resource_manager/test/test_resource_allocator.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/dhcp_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/dhcp_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/dns_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/dns_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/dns_resolver_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/dns_resolver_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/arp_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/arp_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/icmp_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/icmp_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/igmp_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/igmp_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/igmp_vn_cfg_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/igmp_vn_cfg_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/igmp_mvpn_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/igmp_mvpn_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/igmp_evpn_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/igmp_evpn_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/igmp_mpolicy_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/igmp_mpolicy_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/icmpv6_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/icmpv6_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/metadata_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/metadata_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/metadata6_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/metadata6_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/ndp_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/ndp_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/pkt_trace_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/pkt_trace_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/arp_path_preference_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/arp_path_preference_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/services/test/icmpv6_path_preference_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/services/test/icmpv6_path_preference_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_vn.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_vn.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_vm.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_vm.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_ksync.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_ksync.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_vmport_cfg.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_vmport_cfg.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_alias_ip_cfg.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_alias_ip_cfg.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_evpn_route.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_evpn_route.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_fip_rt_leaking.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_fip_rt_leaking.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_forwarding_mode.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_forwarding_mode.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_route.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_route.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_l2route.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_l2route.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_cfg.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_cfg.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_path_preference_walker.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_path_preference_walker.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_tsn_route.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_tsn_route.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_ecmp6.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_ecmp6.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_dpdk_mpls.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_dpdk_mpls.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_bgp_service_configuration.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_bgp_service_configuration.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_bgp_router_config.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_bgp_router_config.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_agent_db_entry.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_agent_db_entry.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_llgr.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_llgr.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_event_notifier.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_event_notifier.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_integration.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_integration.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_vhost_ip_change.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_vhost_ip_change.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_nh.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_nh.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_ecmp_nh.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_ecmp_nh.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_ecmp_l2.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_ecmp_l2.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_global_vrouter_config.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_global_vrouter_config.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_agent_route_walker.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_agent_route_walker.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_dpdk_intf.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_dpdk_intf.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_tunnel_encap.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_tunnel_encap.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_mirror.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_mirror.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_task_infra.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_task_infra.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_multicast.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_multicast.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_service_chain_cfg.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_service_chain_cfg.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/service_instance_test.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/service_instance_test.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_vxlan_routing.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_vxlan_routing.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/test/test_vxlan_routing_v6.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/test/test_vxlan_routing_v6.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/uve/test/test_vm_uve.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/uve/test/test_vm_uve.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/uve/test/test_port_bitmap.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/uve/test/test_port_bitmap.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/uve/test/test_stats_mock.log
WARNING:root:Test /root/contrail/build/debug/vnsw/agent/uve/test/test_stats_mock.log generated no XML - assuming failure.
WARNING:root:/root/contrail/build/debug/vnsw/agent/uve/test/test_stats_mock.xml does not exist!
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/uve/test/test_uve.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/uve/test/test_uve.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/uve/test/test_vn_uve.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/uve/test/test_vn_uve.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/uve/test/test_vrouter_uve.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/uve/test/test_vrouter_uve.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/uve/test/test_prouter_uve.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/uve/test/test_prouter_uve.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/uve/test/test_interface_uve.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/uve/test/test_interface_uve.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/vgw/test/test_vgw.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/vgw/test/test_vgw.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/vgw/test/test_vgw_dynamic.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/vgw/test/test_vgw_dynamic.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/vrouter/flow_stats/test/test_session_stats.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/vrouter/flow_stats/test/test_session_stats.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/vrouter/ksync/test/test_ksync_route.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/vrouter/ksync/test/test_ksync_route.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/vrouter/ksync/test/test_vnswif.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/vrouter/ksync/test/test_vnswif.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/vrouter/ksync/test/test_bridge_entry_audit.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/vrouter/ksync/test/test_bridge_entry_audit.xml
INFO:root:Analyzer result is FAILURE
WARNING:root:Test Failure, 2 targets failed:
build/debug/vnsw/agent/oper/test/test_linklocal.log
	build/debug/vnsw/agent/uve/test/test_stats_mock.log
INFO:root:Retrying, 0 attempts remaining.

scons: warning: Two different environments were specified for target /root/contrail/build/debug/vrouter/tests/dpdk/n3k/fakes/fake_vr_offloads.o,
	but they appear to have the same action: $CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/root/contrail/vrouter/tests/dpdk/n3k/integration/SConscript", line 29, in <listcomp>

scons: warning: Support for Python older than 3.7.0 is deprecated (3.6.8 detected).
    If this will cause hardship, contact scons-dev@scons.org
File "/usr/local/bin/scons", line 8, in <module>
INFO:root:Executing SCons command: /usr/local/bin/scons -j 4 --keep-going --skip-tests=/root/tf-dev-env/skip_tests --kernel-dir=/lib/modules/3.10.0-1160.25.1.el7.x86_64/build build/debug/vnsw/agent/oper/test/test_linklocal.log build/debug/vnsw/agent/uve/test/test_stats_mock.log
scons: Reading SConscript files ...
DBG: dist/sandesh-0.1.dev0.tar.gz build/debug/tools/sandesh/library/python

scons: warning: Two different environments were specified for target /root/contrail/build/debug/vrouter/tests/dpdk/n3k/fakes/fake_vr_offloads.o,
	but they appear to have the same action: $CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/root/contrail/vrouter/tests/dpdk/n3k/integration/SConscript", line 29, in <listcomp>
scons: done reading SConscript files.

scons: warning: Support for Python older than 3.7.0 is deprecated (3.6.8 detected).
    If this will cause hardship, contact scons-dev@scons.org
File "/usr/local/bin/scons", line 8, in <module>
scons: Building targets ...
g++ -o build/debug/vnsw/agent/oper/test/test_linklocal.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_linklocal.cc
g++ -o build/debug/vnsw/agent/test/test_agent_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_agent_init.cc
g++ -o build/debug/vnsw/agent/test/test_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_init.cc
g++ -o build/debug/vnsw/agent/test/test_util.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test/test_util.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/test_linklocal.cc:14:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_agent_init.cc:18:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test/test_util.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_init.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/pkt/test/test_pkt_util.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/pkt/test/test_pkt_util.cc
g++ -o build/debug/vnsw/agent/uve/test/vrouter_uve_entry_test.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/vrouter_uve_entry_test.cc
g++ -o build/debug/base/test/task_test_util.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -O0 -DDEBUG -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Isrc/contrail-common -Ibuild/include -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh src/contrail-common/base/test/task_test_util.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/uve/test/vrouter_uve_entry_test.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/pkt/test/test_pkt_util.cc:6:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/bfd_handler.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/bfd_handler.cc
g++ -o build/debug/vnsw/agent/services/bfd_proto.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/bfd_proto.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_client.h:7,
                 from controller/src/vnsw/agent/services/bfd_proto.h:13,
                 from controller/src/vnsw/agent/services/bfd_handler.cc:9:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_client.h:7,
                 from controller/src/vnsw/agent/services/bfd_proto.h:13,
                 from controller/src/vnsw/agent/services/bfd_proto.cc:14:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/services/metadata_proxy.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/metadata_proxy.cc
g++ -o build/debug/vnsw/agent/services/services_init.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/services_init.cc
g++ -o build/debug/vnsw/agent/services/services_sandesh.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -fexceptions -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib controller/src/vnsw/agent/services/services_sandesh.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_client.h:7,
                 from controller/src/vnsw/agent/services/bfd_proto.h:13,
                 from controller/src/vnsw/agent/services/services_sandesh.cc:16:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/linear_feedback_shift.hpp:27,
                 from build/include/boost/random/taus88.hpp:18,
                 from controller/src/bfd/bfd_common.h:12,
                 from controller/src/bfd/bfd_client.h:7,
                 from controller/src/vnsw/agent/services/bfd_proto.h:13,
                 from controller/src/vnsw/agent/services/services_init.cc:18:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/test-xml/test_xml.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test-xml/test_xml.cc
g++ -o build/debug/vnsw/agent/test-xml/test_xml_validate.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test-xml/test_xml_validate.cc
g++ -o build/debug/vnsw/agent/test-xml/test_xml_packet.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test-xml/test_xml_packet.cc
g++ -o build/debug/vnsw/agent/test-xml/test_xml_oper.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/test-xml/test_xml_oper.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test-xml/test_xml_validate.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test-xml/test_xml.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test-xml/test_xml_packet.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/test-xml/test_xml_oper.cc:11:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_xml_physical_device.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/oper/test/test_xml_physical_device.cc
g++ -o build/debug/vnsw/agent/uve/test/test_stats_mock.o -c -std=c++11 -Wno-deprecated -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Werror -Wsign-compare -O0 -DDEBUG -Wno-narrowing -Wno-conversion-null -Wno-unused-local-typedefs -DRAPIDJSON_NAMESPACE=contrail_rapidjson -DLINUX -Wno-return-type -Wno-unused-function -Ibuild/debug -Ibuild/debug/base/sandesh -Isrc/contrail-common/base/sandesh -Ibuild/debug/dns -Icontroller/src/dns -Ibuild/debug/http/client -Isrc/contrail-common/http/client -Ibuild/debug/ifmap -Icontroller/src/ifmap -Ibuild/debug/schema -Isrc/contrail-api-client/schema -Ibuild/debug/sandesh -Icontroller/src/sandesh -Ibuild/debug/vnsw/agent -Icontroller/src/vnsw/agent -Ibuild/debug/vnsw/agent/oper -Icontroller/src/vnsw/agent/oper -Ibuild/debug/vnsw/agent/cmn -Icontroller/src/vnsw/agent/cmn -Ibuild/debug/vnsw/agent/uve -Icontroller/src/vnsw/agent/uve -Ibuild/debug/vrouter/sandesh -Ivrouter/sandesh -Ibuild/debug/vnsw/agent/nexthop_server -Icontroller/src/vnsw/agent/nexthop_server -Ibuild/debug/vnsw/agent/vrouter/ksync/linux -Icontroller/src/vnsw/agent/vrouter/ksync/linux -Ibuild/debug/tools/sandesh/library/common -Isrc/contrail-common/sandesh/library/common -Ibuild/include/thrift -Ivrouter/include -Icontroller/src -Ibuild/include -Isrc/contrail-common -Icontroller/lib -Ibuild/debug/vnsw/agent/test -Icontroller/src/vnsw/agent/test controller/src/vnsw/agent/uve/test/test_stats_mock.cc
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/uve/test/test_stats_mock.cc:8:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
In file included from build/include/boost/random/detail/integer_log2.hpp:19:0,
                 from build/include/boost/random/detail/large_arithmetic.hpp:19,
                 from build/include/boost/random/detail/const_mod.hpp:23,
                 from build/include/boost/random/detail/seed_impl.hpp:26,
                 from build/include/boost/random/mersenne_twister.hpp:30,
                 from build/include/boost/uuid/random_generator.hpp:17,
                 from controller/src/vnsw/agent/pkt/flow_table.h:16,
                 from controller/src/vnsw/agent/pkt/flow_proto.h:13,
                 from controller/src/vnsw/agent/vrouter/ksync/flowtable_ksync.h:20,
                 from controller/src/vnsw/agent/vrouter/ksync/ksync_init.h:8,
                 from controller/src/vnsw/agent/test/test_init.h:43,
                 from controller/src/vnsw/agent/test/test_cmn_util.h:8,
                 from controller/src/vnsw/agent/oper/test/test_xml_physical_device.cc:10:
build/include/boost/pending/integer_log2.hpp:7:89: note: #pragma message: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead.
 BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
                                                                                         ^
g++ -o build/debug/vnsw/agent/oper/test/test_linklocal -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/oper/test/test_linklocal.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -Lbuild/debug/vnsw/agent/test-xml -Lcontroller/src/vnsw/agent/test-xml -Lbuild/debug/vnsw/agent/oper/test -Lcontroller/src/vnsw/agent/oper/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo -lagent_test_xml -lagent_oper_test_xml -lagent_physical_devices_test_xml
g++ -o build/debug/vnsw/agent/uve/test/test_stats_mock -Wl,--whole-archive -ldl -rdynamic -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -Wl,--no-whole-archive build/debug/vnsw/agent/uve/test/test_stats_mock.o -Lbuild/lib -Lbuild/debug/base -Lsrc/contrail-common/base -Lbuild/debug/bfd -Lcontroller/src/bfd -Lbuild/debug/bgp -Lcontroller/src/bgp -Lbuild/debug/db -Lcontroller/src/db -Lbuild/debug/dns/bind -Lcontroller/src/dns/bind -Lbuild/debug/http/client -Lsrc/contrail-common/http/client -Lbuild/debug/ifmap -Lcontroller/src/ifmap -Lbuild/debug/io -Lsrc/contrail-common/io -Lbuild/debug/ksync -Lcontroller/src/ksync -Lbuild/debug/net -Lcontroller/src/net -Lbuild/debug/route -Lcontroller/src/route -Lbuild/debug/schema -Lsrc/contrail-api-client/schema -Lbuild/debug/vnsw/agent -Lcontroller/src/vnsw/agent -Lbuild/debug/vnsw/agent/cfg -Lcontroller/src/vnsw/agent/cfg -Lbuild/debug/vnsw/agent/cmn -Lcontroller/src/vnsw/agent/cmn -Lbuild/debug/vnsw/agent/controller -Lcontroller/src/vnsw/agent/controller -Lbuild/debug/vnsw/agent/diag -Lcontroller/src/vnsw/agent/diag -Lbuild/debug/vnsw/agent/filter -Lcontroller/src/vnsw/agent/filter -Lbuild/debug/vnsw/agent/init -Lcontroller/src/vnsw/agent/init -Lbuild/debug/vnsw/agent/kstate -Lcontroller/src/vnsw/agent/kstate -Lbuild/debug/vnsw/agent/mac_learning -Lcontroller/src/vnsw/agent/mac_learning -Lbuild/debug/vnsw/agent/port_ipc -Lcontroller/src/vnsw/agent/port_ipc -Lbuild/debug/vnsw/agent/oper -Lcontroller/src/vnsw/agent/oper -Lbuild/debug/vnsw/agent/pkt -Lcontroller/src/vnsw/agent/pkt -Lbuild/debug/vnsw/agent/resource_manager -Lcontroller/src/vnsw/agent/resource_manager -Lbuild/debug/vnsw/agent/services -Lcontroller/src/vnsw/agent/services -Lbuild/debug/vnsw/agent/services/multicast/gmp_map -Lcontroller/src/vnsw/agent/services/multicast/gmp_map -Lbuild/debug/vnsw/agent/services/multicast/stubs -Lcontroller/src/vnsw/agent/services/multicast/stubs -Lbuild/debug/vnsw/agent/services/multicast/grpmgmt -Lcontroller/src/vnsw/agent/services/multicast/grpmgmt -Lbuild/debug/vnsw/agent/services/multicast/agent_map -Lcontroller/src/vnsw/agent/services/multicast/agent_map -Lbuild/debug/vnsw/agent/uve -Lcontroller/src/vnsw/agent/uve -Lbuild/debug/vnsw/agent/vgw -Lcontroller/src/vnsw/agent/vgw -Lbuild/debug/vnsw/agent/vrouter/flow_stats -Lcontroller/src/vnsw/agent/vrouter/flow_stats -Lbuild/debug/vnsw/agent/vrouter/ksync -Lcontroller/src/vnsw/agent/vrouter/ksync -Lbuild/debug/vnsw/agent/vrouter/stats_collector -Lcontroller/src/vnsw/agent/vrouter/stats_collector -Lbuild/debug/vrouter/utils -Lvrouter/utils -Lbuild/debug/xml -Lcontroller/src/xml -Lbuild/debug/xmpp -Lcontroller/src/xmpp -Lbuild/debug/vnsw/agent/nexthop_server -Lcontroller/src/vnsw/agent/nexthop_server -Lbuild/debug/base/test -Lsrc/contrail-common/base/test -Lbuild/debug/vnsw/agent/test -Lcontroller/src/vnsw/agent/test -lagent_test -lifmap_test -ltask_test -lcontrol_node_mock -lgunit -lcontrail_init_common -lagent_services -lgmp_map -lgrpmgmt -lgmp_utils -lagent_map -ldiag -lflowstats -lpkt -lstatsuve -lstatscollector -lvnswksync -lksyncnl -lkstate -lvrutil -ltcmalloc -lisc -lcpuinfo -lport_ipc -lvnswoperdb -lvnswcmn -lresource_manager -lpkt -lvnswctrl -lcfg -lfilter -lksync -lresource_manager -luve -lvgw -lvnswnhserver -lmac_learning -lrt -lbfd_udp -lbfd -lxmpp -lpeer_sandesh -lxmpp_multicast -lxmpp_mvpn -lxmpp_enet -lxmpp_unicast -lxml2 -lxml -lpugixml -lcurl -lbind_interface -lbgp_schema -lifmap_vnc -lifmap_agent -lifmap_common -lnet -lsandeshflow -lsandeshvns -lfilter -lhttpc -lroute -ldb -lcpuinfo -lio -lssl -lcrypto -lsandesh -lnodeinfo -lcpuinfo -lprocess_info -lhttp -lhttp_parser -lbase -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread -llog4cplus -ltbb -lpthread -lagent_test_buildinfo
RunUnitTest(["build/debug/vnsw/agent/uve/test/test_stats_mock.log"], ["build/debug/vnsw/agent/uve/test/test_stats_mock"])
RunUnitTest(["build/debug/vnsw/agent/oper/test/test_linklocal.log"], ["build/debug/vnsw/agent/oper/test/test_linklocal"])
/root/contrail/build/debug/vnsw/agent/uve/test/test_stats_mock PASS
/root/contrail/build/debug/vnsw/agent/oper/test/test_linklocal PASS
scons: done building targets.
INFO:root:SCons succeeded. Analyzing results.
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/oper/test/test_linklocal.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/oper/test/test_linklocal.xml
DEBUG:root:Analyzing test results for /root/contrail/build/debug/vnsw/agent/uve/test/test_stats_mock.log
DEBUG:root:Parsing /root/contrail/build/debug/vnsw/agent/uve/test/test_stats_mock.xml
INFO:root:Analyzer result is SUCCESS
Unit test report generation failed!
The exception is ignored to allow the job to successfully finish if no tests failed.
See https://contrail-jws.atlassian.net/browse/JD-475 for more information.
'NoneType' object is not iterable