[bind10-dev] 'make check' failing 5 tests on FreeBSD 8.3 (slave build under Jenkins)

Jeff Wright jwright at isc.org
Thu Mar 14 13:32:04 UTC 2013


Correction from original post: this is FreeBSD 9.1, not 8.3.

Part of the problem appears to be in the Jenkins config field called
"Branch Specifier" whose description is:

"Specify the branches if you'd like to track a specific branch in a
repository. If left blank, all branches will be examined for changes and
built. The syntax is of the form: REPOSITORYNAME/BRANCH. In addition,
BRANCH is recognized as a shorthand of */BRANCH, '*' is recognized as a
wildcard, and '**' is recognized as wildcard that includes the separator
'/'. Therefore, origin/branches* would match origin/branches-foo but not
origin/branches/foo, while origin/branches** would match both
origin/branches-foo and origin/branches/foo."

The Branch Specifier defaults to "**"...which would explain why the
config.log file I attached earlier shows so many checkouts. So I changed
it to "origin/HEAD" and started the build again. This time there was
only a single checkout, from origin/HEAD:

Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision b47eafefecf38d32013bc7377aa4eebf531c49f6
(origin/HEAD)
Checking out Revision b47eafefecf38d32013bc7377aa4eebf531c49f6 (origin/HEAD)

Once I did that, I observed "make check" fail in a different way:

[==========] 717 tests from 75 test cases ran. (258 ms total)
[  PASSED  ] 697 tests.
[  FAILED  ] 20 tests, listed below:
[  FAILED  ] TSIGRecordTest.fromParams
[  FAILED  ] MessageTest.fromWireWithBadTSIG
[  FAILED  ] RRsetTest.addRdata
[  FAILED  ] Rdata_TSIG_Test.compare
[  FAILED  ] Rdata_MINFO_Test.compare
[  FAILED  ] Rdata_SRV_Test.compare
[  FAILED  ] Rdata_RP_Test.compare
[  FAILED  ] Rdata_NSEC3PARAM_Test.compare
[  FAILED  ] Rdata_NSEC3_Test.compare
[  FAILED  ] Rdata_NSEC_Test.compare
[  FAILED  ] Rdata_DS_LIKE_Test/0.compare, where TypeParam =
isc::dns::rdata::generic::DS
[  FAILED  ] Rdata_DS_LIKE_Test/1.compare, where TypeParam =
isc::dns::rdata::generic::DLV
[  FAILED  ] Rdata_DHCID_Test.compare
[  FAILED  ] Rdata_OPT_Test.compare
[  FAILED  ] Rdata_AFSDB_Test.compare
[  FAILED  ] Rdata_MX_Test.compare
[  FAILED  ] Rdata_TXT_LIKE_Test/0.compare, where TypeParam =
isc::dns::rdata::generic::TXT
[  FAILED  ] Rdata_TXT_LIKE_Test/1.compare, where TypeParam =
isc::dns::rdata::generic::SPF
[  FAILED  ] Rdata_IN_AAAA_Test.compare
[  FAILED  ] Rdata_IN_A_Test.compare

20 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

FAIL: run_unittests
===================================
1 of 1 test failed
Please report to bind10-dev at isc.org
===================================

Again, I have attached logfile from console output.

Jeff

On 3/14/13 12:46 AM, Jeremy C. Reed wrote:
>> Last Built Revision: Revision d53c4707985748220250f961a323b06ca86e210a (origin/likun-xfrout)
>> Fetching changes from 1 remote Git repository
>> Fetching upstream changes from origin
>> ...
>> Multiple candidate revisions
>> Scheduling another build to catch up with bind10-latest-slave
>> Commencing build of Revision 676322163b0e65f8308007886e61cd20b82e2964 (origin/experiments/python2.6)
>> Checking out Revision 676322163b0e65f8308007886e61cd20b82e2964 (origin/experiments/python2.6)
> 
> 
> This is from 2010.
> 
> (The later build output showed it building old code too.)
> 
> You may want to confirm if the problems exist with latest master first.
> 
-------------- next part --------------
Started by user anonymous
Building remotely on ci-02 in workspace /root/jenkins/workspace/bind10-latest-slave
Checkout:bind10-latest-slave / /root/jenkins/workspace/bind10-latest-slave - hudson.remoting.Channel at 5b79ff65:ci-02
Using strategy: Default
Last Built Revision: Revision 193e2281c8a2f2021a1bec3ed6e81074f290f76c (origin/bind10-20110224-release)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision b47eafefecf38d32013bc7377aa4eebf531c49f6 (origin/HEAD)
Checking out Revision b47eafefecf38d32013bc7377aa4eebf531c49f6 (origin/HEAD)
No change to record in branch origin/HEAD
[bind10-latest-slave] $ /bin/sh -xe /tmp/hudson4798898188233016835.sh
+ autoreconf --install
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4macros'.
libtoolize: copying file `m4macros/libtool.m4'
libtoolize: copying file `m4macros/ltoptions.m4'
libtoolize: copying file `m4macros/ltsugar.m4'
libtoolize: copying file `m4macros/ltversion.m4'
libtoolize: copying file `m4macros/lt~obsolete.m4'
configure.ac:10: installing './install-sh'
configure.ac:10: installing './missing'
Makefile.am: installing './depcomp'
[bind10-latest-slave] $ /bin/sh -xe /tmp/hudson7214856574515797122.sh
+ ./configure --with-gtest --without-werror
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
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... 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 build system type... amd64-unknown-freebsd9.1
checking host system type... amd64-unknown-freebsd9.1
checking how to print strings... printf
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... gcc3
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... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-unknown-freebsd9.1 file names to amd64-unknown-freebsd9.1 format... func_convert_file_noop
checking how to convert amd64-unknown-freebsd9.1 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... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt 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... 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... yes
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) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.1 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
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd9.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether __SUNPRO_CC is declared... no
checking whether __clang__ is declared... no
checking whether -Wl,-R flag is available in linker... yes
checking whether g++ supports -Wno-missing-field-initializers... yes
checking for a Python interpreter with version >= 3.1... python3.1
checking for python3.1... /usr/local/bin/python3.1
checking for python3.1 version... 3.1
checking for python3.1 platform... freebsd9
checking for python3.1 script directory... ${prefix}/lib/python3.1/site-packages
checking for python3.1 extension module directory... ${exec_prefix}/lib/python3.1/site-packages
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for main in -lpython3.1... yes
checking for setproctitle module... missing
configure: WARNING: Missing setproctitle python module.
Use --disable-setproctitle-check to skip this check.
In this case we will continue, but naming of python processes will not work.
checking for library containing inet_pton... none required
checking for library containing recvfrom... none required
checking for library containing nanosleep... none required
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for size_t... yes
checking OS family... BSD
checking for sa_len in struct sockaddr... yes
checking usability of botan-config-1.10 ... not found
checking usability of botan-config-1.9 ... not found
checking usability of botan-config-1.8 ... not found
checking usability of botan-config ... not usable
checking for pkg-config... /usr/local/bin/pkg-config
checking usability of pkg-config botan-1.10 --silence-errors... not usable
checking usability of pkg-config botan-1.9 --silence-errors... not usable
checking usability of pkg-config botan-1.8 --silence-errors... ok
checking botan/botan.h usability... yes
checking botan/botan.h presence... yes
checking for botan/botan.h... yes
checking for Botan library... yes
checking log4cplus/logger.h usability... yes
checking log4cplus/logger.h presence... yes
checking for log4cplus/logger.h... yes
checking for log4cplus library... yes
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking boost/foreach.hpp usability... yes
checking boost/foreach.hpp presence... yes
checking for boost/foreach.hpp... yes
checking boost/interprocess/sync/interprocess_upgradable_mutex.hpp usability... yes
checking boost/interprocess/sync/interprocess_upgradable_mutex.hpp presence... yes
checking for boost/interprocess/sync/interprocess_upgradable_mutex.hpp... yes
checking boost/date_time/posix_time/posix_time_types.hpp usability... yes
checking boost/date_time/posix_time/posix_time_types.hpp presence... yes
checking for boost/date_time/posix_time/posix_time_types.hpp... yes
checking boost/bind.hpp usability... yes
checking boost/bind.hpp presence... yes
checking for boost/bind.hpp... yes
checking boost/function.hpp usability... yes
checking boost/function.hpp presence... yes
checking for boost/function.hpp... yes
checking whether Boost tries to use threads... yes
checking Boost offset_ptr compiles... yes
checking Boost numeric_cast compiles with -Werror... yes
checking for pthread_create in -lpthread... yes
checking for gtest-config... /usr/local/bin/gtest-config
checking for pkg-config... yes
checking pkg-config is at least version 0.9.0... yes
checking for SQLITE... yes
checking for pselect... yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking for perl5... /usr/bin/perl5
checking for gawk... no
checking for awk... /usr/bin/awk
checking for valgrind... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking whether optreset variable is defined in unistd.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/guide/Makefile
config.status: creating compatcheck/Makefile
config.status: creating src/Makefile
config.status: creating src/bin/Makefile
config.status: creating src/bin/bind10/bind10
config.status: creating src/bin/bind10/Makefile
config.status: creating src/bin/bind10/tests/Makefile
config.status: creating src/bin/cmdctl/Makefile
config.status: creating src/bin/cmdctl/tests/Makefile
config.status: creating src/bin/bindctl/Makefile
config.status: creating src/bin/bindctl/tests/Makefile
config.status: creating src/bin/cfgmgr/Makefile
config.status: creating src/bin/cfgmgr/local_plugins/Makefile
config.status: creating src/bin/cfgmgr/plugins/Makefile
config.status: creating src/bin/cfgmgr/plugins/tests/Makefile
config.status: creating src/bin/cfgmgr/tests/Makefile
config.status: creating src/bin/dbutil/Makefile
config.status: creating src/bin/dbutil/tests/Makefile
config.status: creating src/bin/dbutil/tests/testdata/Makefile
config.status: creating src/bin/loadzone/Makefile
config.status: creating src/bin/loadzone/tests/Makefile
config.status: creating src/bin/loadzone/tests/correct/Makefile
config.status: creating src/bin/msgq/Makefile
config.status: creating src/bin/msgq/tests/Makefile
config.status: creating src/bin/auth/Makefile
config.status: creating src/bin/auth/tests/Makefile
config.status: creating src/bin/auth/tests/testdata/Makefile
config.status: creating src/bin/auth/benchmarks/Makefile
config.status: creating src/bin/ddns/Makefile
config.status: creating src/bin/ddns/tests/Makefile
config.status: creating src/bin/dhcp6/Makefile
config.status: creating src/bin/dhcp6/tests/Makefile
config.status: creating src/bin/dhcp4/Makefile
config.status: creating src/bin/dhcp4/tests/Makefile
config.status: creating src/bin/resolver/Makefile
config.status: creating src/bin/resolver/tests/Makefile
config.status: creating src/bin/sysinfo/Makefile
config.status: creating src/bin/sockcreator/Makefile
config.status: creating src/bin/sockcreator/tests/Makefile
config.status: creating src/bin/xfrin/Makefile
config.status: creating src/bin/xfrin/tests/Makefile
config.status: creating src/bin/xfrin/tests/testdata/Makefile
config.status: creating src/bin/xfrout/Makefile
config.status: creating src/bin/xfrout/tests/Makefile
config.status: creating src/bin/zonemgr/Makefile
config.status: creating src/bin/zonemgr/tests/Makefile
config.status: creating src/bin/stats/Makefile
config.status: creating src/bin/stats/tests/Makefile
config.status: creating src/bin/stats/tests/testdata/Makefile
config.status: creating src/bin/usermgr/Makefile
config.status: creating src/bin/usermgr/tests/Makefile
config.status: creating src/bin/tests/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/lib/asiolink/Makefile
config.status: creating src/lib/asiolink/tests/Makefile
config.status: creating src/lib/asiodns/Makefile
config.status: creating src/lib/asiodns/tests/Makefile
config.status: creating src/lib/bench/Makefile
config.status: creating src/lib/bench/example/Makefile
config.status: creating src/lib/bench/tests/Makefile
config.status: creating src/lib/cc/Makefile
config.status: creating src/lib/cc/tests/Makefile
config.status: creating src/lib/python/Makefile
config.status: creating src/lib/python/isc/Makefile
config.status: creating src/lib/python/isc/acl/Makefile
config.status: creating src/lib/python/isc/acl/tests/Makefile
config.status: creating src/lib/python/isc/util/Makefile
config.status: creating src/lib/python/isc/util/tests/Makefile
config.status: creating src/lib/python/isc/util/cio/Makefile
config.status: creating src/lib/python/isc/util/cio/tests/Makefile
config.status: creating src/lib/python/isc/datasrc/Makefile
config.status: creating src/lib/python/isc/datasrc/tests/Makefile
config.status: creating src/lib/python/isc/dns/Makefile
config.status: creating src/lib/python/isc/cc/Makefile
config.status: creating src/lib/python/isc/cc/cc_generated/Makefile
config.status: creating src/lib/python/isc/cc/tests/Makefile
config.status: creating src/lib/python/isc/config/Makefile
config.status: creating src/lib/python/isc/config/tests/Makefile
config.status: creating src/lib/python/isc/log/Makefile
config.status: creating src/lib/python/isc/log/tests/Makefile
config.status: creating src/lib/python/isc/log_messages/Makefile
config.status: creating src/lib/python/isc/log_messages/work/Makefile
config.status: creating src/lib/python/isc/net/Makefile
config.status: creating src/lib/python/isc/net/tests/Makefile
config.status: creating src/lib/python/isc/notify/Makefile
config.status: creating src/lib/python/isc/notify/tests/Makefile
config.status: creating src/lib/python/isc/testutils/Makefile
config.status: creating src/lib/python/isc/bind10/Makefile
config.status: creating src/lib/python/isc/bind10/tests/Makefile
config.status: creating src/lib/python/isc/ddns/Makefile
config.status: creating src/lib/python/isc/ddns/tests/Makefile
config.status: creating src/lib/python/isc/xfrin/Makefile
config.status: creating src/lib/python/isc/xfrin/tests/Makefile
config.status: creating src/lib/python/isc/server_common/Makefile
config.status: creating src/lib/python/isc/server_common/tests/Makefile
config.status: creating src/lib/python/isc/sysinfo/Makefile
config.status: creating src/lib/python/isc/sysinfo/tests/Makefile
config.status: creating src/lib/python/isc/statistics/Makefile
config.status: creating src/lib/python/isc/statistics/tests/Makefile
config.status: creating src/lib/config/Makefile
config.status: creating src/lib/config/tests/Makefile
config.status: creating src/lib/config/tests/testdata/Makefile
config.status: creating src/lib/cryptolink/Makefile
config.status: creating src/lib/cryptolink/tests/Makefile
config.status: creating src/lib/dns/Makefile
config.status: creating src/lib/dns/tests/Makefile
config.status: creating src/lib/dns/tests/testdata/Makefile
config.status: creating src/lib/dns/python/Makefile
config.status: creating src/lib/dns/python/tests/Makefile
config.status: creating src/lib/dns/benchmarks/Makefile
config.status: creating src/lib/dhcp/Makefile
config.status: creating src/lib/dhcp/tests/Makefile
config.status: creating src/lib/dhcpsrv/Makefile
config.status: creating src/lib/dhcpsrv/tests/Makefile
config.status: creating src/lib/exceptions/Makefile
config.status: creating src/lib/exceptions/tests/Makefile
config.status: creating src/lib/datasrc/Makefile
config.status: creating src/lib/datasrc/memory/Makefile
config.status: creating src/lib/datasrc/memory/benchmarks/Makefile
config.status: creating src/lib/datasrc/tests/Makefile
config.status: creating src/lib/datasrc/tests/testdata/Makefile
config.status: creating src/lib/datasrc/tests/memory/Makefile
config.status: creating src/lib/datasrc/tests/memory/testdata/Makefile
config.status: creating src/lib/xfr/Makefile
config.status: creating src/lib/xfr/tests/Makefile
config.status: creating src/lib/log/Makefile
config.status: creating src/lib/log/compiler/Makefile
config.status: creating src/lib/log/tests/Makefile
config.status: creating src/lib/resolve/Makefile
config.status: creating src/lib/resolve/tests/Makefile
config.status: creating src/lib/testutils/Makefile
config.status: creating src/lib/testutils/testdata/Makefile
config.status: creating src/lib/nsas/Makefile
config.status: creating src/lib/nsas/tests/Makefile
config.status: creating src/lib/cache/Makefile
config.status: creating src/lib/cache/tests/Makefile
config.status: creating src/lib/server_common/Makefile
config.status: creating src/lib/server_common/tests/Makefile
config.status: creating src/lib/util/Makefile
config.status: creating src/lib/util/io/Makefile
config.status: creating src/lib/util/threads/Makefile
config.status: creating src/lib/util/threads/tests/Makefile
config.status: creating src/lib/util/unittests/Makefile
config.status: creating src/lib/util/python/Makefile
config.status: creating src/lib/util/pyunittests/Makefile
config.status: creating src/lib/util/tests/Makefile
config.status: creating src/lib/acl/Makefile
config.status: creating src/lib/acl/tests/Makefile
config.status: creating src/lib/statistics/Makefile
config.status: creating src/lib/statistics/tests/Makefile
config.status: creating tests/Makefile
config.status: creating tests/system/Makefile
config.status: creating tests/tools/Makefile
config.status: creating tests/tools/badpacket/Makefile
config.status: creating tests/tools/badpacket/tests/Makefile
config.status: creating tests/tools/perfdhcp/Makefile
config.status: creating tests/tools/perfdhcp/tests/Makefile
config.status: creating tests/tools/perfdhcp/tests/testdata/Makefile
config.status: creating dns++.pc
config.status: creating doc/version.ent
config.status: creating src/bin/cfgmgr/b10-cfgmgr.py
config.status: creating src/bin/cfgmgr/tests/b10-cfgmgr_test.py
config.status: creating src/bin/cfgmgr/plugins/datasrc.spec.pre
config.status: creating src/bin/cmdctl/cmdctl.py
config.status: creating src/bin/cmdctl/run_b10-cmdctl.sh
config.status: creating src/bin/cmdctl/tests/cmdctl_test
config.status: creating src/bin/cmdctl/cmdctl.spec.pre
config.status: creating src/bin/dbutil/dbutil.py
config.status: creating src/bin/dbutil/run_dbutil.sh
config.status: creating src/bin/dbutil/tests/dbutil_test.sh
config.status: creating src/bin/ddns/ddns.py
config.status: creating src/bin/xfrin/tests/xfrin_test
config.status: creating src/bin/xfrin/xfrin.py
config.status: creating src/bin/xfrin/run_b10-xfrin.sh
config.status: creating src/bin/xfrout/xfrout.py
config.status: creating src/bin/xfrout/xfrout.spec.pre
config.status: creating src/bin/xfrout/tests/xfrout_test
config.status: creating src/bin/xfrout/tests/xfrout_test.py
config.status: creating src/bin/xfrout/run_b10-xfrout.sh
config.status: creating src/bin/resolver/resolver.spec.pre
config.status: creating src/bin/resolver/spec_config.h.pre
config.status: creating src/bin/zonemgr/zonemgr.py
config.status: creating src/bin/zonemgr/zonemgr.spec.pre
config.status: creating src/bin/zonemgr/tests/zonemgr_test
config.status: creating src/bin/zonemgr/run_b10-zonemgr.sh
config.status: creating src/bin/sysinfo/sysinfo.py
config.status: creating src/bin/sysinfo/run_sysinfo.sh
config.status: creating src/bin/stats/stats.py
config.status: creating src/bin/stats/stats_httpd.py
config.status: creating src/bin/bind10/init.py
config.status: creating src/bin/bind10/run_bind10.sh
config.status: creating src/bin/bind10/tests/init_test.py
config.status: creating src/bin/bindctl/run_bindctl.sh
config.status: creating src/bin/bindctl/bindctl_main.py
config.status: creating src/bin/bindctl/tests/bindctl_test
config.status: creating src/bin/loadzone/run_loadzone.sh
config.status: creating src/bin/loadzone/tests/correct/correct_test.sh
config.status: creating src/bin/loadzone/loadzone.py
config.status: creating src/bin/usermgr/run_b10-cmdctl-usermgr.sh
config.status: creating src/bin/usermgr/b10-cmdctl-usermgr.py
config.status: creating src/bin/msgq/msgq.py
config.status: creating src/bin/msgq/run_msgq.sh
config.status: creating src/bin/auth/auth.spec.pre
config.status: creating src/bin/auth/spec_config.h.pre
config.status: creating src/bin/auth/tests/testdata/example.zone
config.status: creating src/bin/auth/tests/testdata/example-base.zone
config.status: creating src/bin/auth/tests/testdata/example-nsec3.zone
config.status: creating src/bin/auth/gen-statisticsitems.py.pre
config.status: creating src/bin/dhcp4/spec_config.h.pre
config.status: creating src/bin/dhcp6/spec_config.h.pre
config.status: creating src/bin/tests/process_rename_test.py
config.status: creating src/lib/config/tests/data_def_unittests_config.h
config.status: creating src/lib/python/isc/config/tests/config_test
config.status: creating src/lib/python/isc/cc/tests/cc_test
config.status: creating src/lib/python/isc/notify/tests/notify_out_test
config.status: creating src/lib/python/isc/log/tests/log_console.py
config.status: creating src/lib/python/isc/log_messages/work/__init__.py
config.status: creating src/lib/dns/gen-rdatacode.py
config.status: creating src/lib/python/bind10_config.py
config.status: creating src/lib/cc/session_config.h.pre
config.status: creating src/lib/cc/tests/session_unittests_config.h
config.status: creating src/lib/datasrc/datasrc_config.h.pre
config.status: creating src/lib/log/tests/console_test.sh
config.status: creating src/lib/log/tests/destination_test.sh
config.status: creating src/lib/log/tests/init_logger_test.sh
config.status: creating src/lib/log/tests/buffer_logger_test.sh
config.status: creating src/lib/log/tests/local_file_test.sh
config.status: creating src/lib/log/tests/logger_lock_test.sh
config.status: creating src/lib/log/tests/severity_test.sh
config.status: creating src/lib/log/tests/tempdir.h
config.status: creating src/lib/util/python/mkpywrapper.py
config.status: creating src/lib/util/python/gen_wiredata.py
config.status: creating src/lib/server_common/tests/data_path.h
config.status: creating tests/lettuce/setup_intree_bind10.sh
config.status: creating tests/system/conf.sh
config.status: creating tests/system/run.sh
config.status: creating tests/system/glue/setup.sh
config.status: creating tests/system/glue/nsx1/b10-config.db
config.status: creating tests/system/bindctl/nsx1/b10-config.db.template
config.status: creating tests/system/ixfr/db.example.n0
config.status: creating tests/system/ixfr/db.example.n2
config.status: creating tests/system/ixfr/db.example.n2.refresh
config.status: creating tests/system/ixfr/db.example.n4
config.status: creating tests/system/ixfr/db.example.n6
config.status: creating tests/system/ixfr/ixfr_init.sh
config.status: creating tests/system/ixfr/b10-config.db
config.status: creating tests/system/ixfr/common_tests.sh
config.status: creating tests/system/ixfr/in-1/setup.sh
config.status: creating tests/system/ixfr/in-2/setup.sh
config.status: creating tests/system/ixfr/in-3/setup.sh
config.status: creating tests/system/ixfr/in-4/setup.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/guide/Makefile
config.status: creating compatcheck/Makefile
config.status: creating src/Makefile
config.status: creating src/bin/Makefile
config.status: creating src/bin/bind10/bind10
config.status: creating src/bin/bind10/Makefile
config.status: creating src/bin/bind10/tests/Makefile
config.status: creating src/bin/cmdctl/Makefile
config.status: creating src/bin/cmdctl/tests/Makefile
config.status: creating src/bin/bindctl/Makefile
config.status: creating src/bin/bindctl/tests/Makefile
config.status: creating src/bin/cfgmgr/Makefile
config.status: creating src/bin/cfgmgr/local_plugins/Makefile
config.status: creating src/bin/cfgmgr/plugins/Makefile
config.status: creating src/bin/cfgmgr/plugins/tests/Makefile
config.status: creating src/bin/cfgmgr/tests/Makefile
config.status: creating src/bin/dbutil/Makefile
config.status: creating src/bin/dbutil/tests/Makefile
config.status: creating src/bin/dbutil/tests/testdata/Makefile
config.status: creating src/bin/loadzone/Makefile
config.status: creating src/bin/loadzone/tests/Makefile
config.status: creating src/bin/loadzone/tests/correct/Makefile
config.status: creating src/bin/msgq/Makefile
config.status: creating src/bin/msgq/tests/Makefile
config.status: creating src/bin/auth/Makefile
config.status: creating src/bin/auth/tests/Makefile
config.status: creating src/bin/auth/tests/testdata/Makefile
config.status: creating src/bin/auth/benchmarks/Makefile
config.status: creating src/bin/ddns/Makefile
config.status: creating src/bin/ddns/tests/Makefile
config.status: creating src/bin/dhcp6/Makefile
config.status: creating src/bin/dhcp6/tests/Makefile
config.status: creating src/bin/dhcp4/Makefile
config.status: creating src/bin/dhcp4/tests/Makefile
config.status: creating src/bin/resolver/Makefile
config.status: creating src/bin/resolver/tests/Makefile
config.status: creating src/bin/sysinfo/Makefile
config.status: creating src/bin/sockcreator/Makefile
config.status: creating src/bin/sockcreator/tests/Makefile
config.status: creating src/bin/xfrin/Makefile
config.status: creating src/bin/xfrin/tests/Makefile
config.status: creating src/bin/xfrin/tests/testdata/Makefile
config.status: creating src/bin/xfrout/Makefile
config.status: creating src/bin/xfrout/tests/Makefile
config.status: creating src/bin/zonemgr/Makefile
config.status: creating src/bin/zonemgr/tests/Makefile
config.status: creating src/bin/stats/Makefile
config.status: creating src/bin/stats/tests/Makefile
config.status: creating src/bin/stats/tests/testdata/Makefile
config.status: creating src/bin/usermgr/Makefile
config.status: creating src/bin/usermgr/tests/Makefile
config.status: creating src/bin/tests/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/lib/asiolink/Makefile
config.status: creating src/lib/asiolink/tests/Makefile
config.status: creating src/lib/asiodns/Makefile
config.status: creating src/lib/asiodns/tests/Makefile
config.status: creating src/lib/bench/Makefile
config.status: creating src/lib/bench/example/Makefile
config.status: creating src/lib/bench/tests/Makefile
config.status: creating src/lib/cc/Makefile
config.status: creating src/lib/cc/tests/Makefile
config.status: creating src/lib/python/Makefile
config.status: creating src/lib/python/isc/Makefile
config.status: creating src/lib/python/isc/acl/Makefile
config.status: creating src/lib/python/isc/acl/tests/Makefile
config.status: creating src/lib/python/isc/util/Makefile
config.status: creating src/lib/python/isc/util/tests/Makefile
config.status: creating src/lib/python/isc/util/cio/Makefile
config.status: creating src/lib/python/isc/util/cio/tests/Makefile
config.status: creating src/lib/python/isc/datasrc/Makefile
config.status: creating src/lib/python/isc/datasrc/tests/Makefile
config.status: creating src/lib/python/isc/dns/Makefile
config.status: creating src/lib/python/isc/cc/Makefile
config.status: creating src/lib/python/isc/cc/cc_generated/Makefile
config.status: creating src/lib/python/isc/cc/tests/Makefile
config.status: creating src/lib/python/isc/config/Makefile
config.status: creating src/lib/python/isc/config/tests/Makefile
config.status: creating src/lib/python/isc/log/Makefile
config.status: creating src/lib/python/isc/log/tests/Makefile
config.status: creating src/lib/python/isc/log_messages/Makefile
config.status: creating src/lib/python/isc/log_messages/work/Makefile
config.status: creating src/lib/python/isc/net/Makefile
config.status: creating src/lib/python/isc/net/tests/Makefile
config.status: creating src/lib/python/isc/notify/Makefile
config.status: creating src/lib/python/isc/notify/tests/Makefile
config.status: creating src/lib/python/isc/testutils/Makefile
config.status: creating src/lib/python/isc/bind10/Makefile
config.status: creating src/lib/python/isc/bind10/tests/Makefile
config.status: creating src/lib/python/isc/ddns/Makefile
config.status: creating src/lib/python/isc/ddns/tests/Makefile
config.status: creating src/lib/python/isc/xfrin/Makefile
config.status: creating src/lib/python/isc/xfrin/tests/Makefile
config.status: creating src/lib/python/isc/server_common/Makefile
config.status: creating src/lib/python/isc/server_common/tests/Makefile
config.status: creating src/lib/python/isc/sysinfo/Makefile
config.status: creating src/lib/python/isc/sysinfo/tests/Makefile
config.status: creating src/lib/python/isc/statistics/Makefile
config.status: creating src/lib/python/isc/statistics/tests/Makefile
config.status: creating src/lib/config/Makefile
config.status: creating src/lib/config/tests/Makefile
config.status: creating src/lib/config/tests/testdata/Makefile
config.status: creating src/lib/cryptolink/Makefile
config.status: creating src/lib/cryptolink/tests/Makefile
config.status: creating src/lib/dns/Makefile
config.status: creating src/lib/dns/tests/Makefile
config.status: creating src/lib/dns/tests/testdata/Makefile
config.status: creating src/lib/dns/python/Makefile
config.status: creating src/lib/dns/python/tests/Makefile
config.status: creating src/lib/dns/benchmarks/Makefile
config.status: creating src/lib/dhcp/Makefile
config.status: creating src/lib/dhcp/tests/Makefile
config.status: creating src/lib/dhcpsrv/Makefile
config.status: creating src/lib/dhcpsrv/tests/Makefile
config.status: creating src/lib/exceptions/Makefile
config.status: creating src/lib/exceptions/tests/Makefile
config.status: creating src/lib/datasrc/Makefile
config.status: creating src/lib/datasrc/memory/Makefile
config.status: creating src/lib/datasrc/memory/benchmarks/Makefile
config.status: creating src/lib/datasrc/tests/Makefile
config.status: creating src/lib/datasrc/tests/testdata/Makefile
config.status: creating src/lib/datasrc/tests/memory/Makefile
config.status: creating src/lib/datasrc/tests/memory/testdata/Makefile
config.status: creating src/lib/xfr/Makefile
config.status: creating src/lib/xfr/tests/Makefile
config.status: creating src/lib/log/Makefile
config.status: creating src/lib/log/compiler/Makefile
config.status: creating src/lib/log/tests/Makefile
config.status: creating src/lib/resolve/Makefile
config.status: creating src/lib/resolve/tests/Makefile
config.status: creating src/lib/testutils/Makefile
config.status: creating src/lib/testutils/testdata/Makefile
config.status: creating src/lib/nsas/Makefile
config.status: creating src/lib/nsas/tests/Makefile
config.status: creating src/lib/cache/Makefile
config.status: creating src/lib/cache/tests/Makefile
config.status: creating src/lib/server_common/Makefile
config.status: creating src/lib/server_common/tests/Makefile
config.status: creating src/lib/util/Makefile
config.status: creating src/lib/util/io/Makefile
config.status: creating src/lib/util/threads/Makefile
config.status: creating src/lib/util/threads/tests/Makefile
config.status: creating src/lib/util/unittests/Makefile
config.status: creating src/lib/util/python/Makefile
config.status: creating src/lib/util/pyunittests/Makefile
config.status: creating src/lib/util/tests/Makefile
config.status: creating src/lib/acl/Makefile
config.status: creating src/lib/acl/tests/Makefile
config.status: creating src/lib/statistics/Makefile
config.status: creating src/lib/statistics/tests/Makefile
config.status: creating tests/Makefile
config.status: creating tests/system/Makefile
config.status: creating tests/tools/Makefile
config.status: creating tests/tools/badpacket/Makefile
config.status: creating tests/tools/badpacket/tests/Makefile
config.status: creating tests/tools/perfdhcp/Makefile
config.status: creating tests/tools/perfdhcp/tests/Makefile
config.status: creating tests/tools/perfdhcp/tests/testdata/Makefile
config.status: creating dns++.pc
config.status: creating doc/version.ent
config.status: creating src/bin/cfgmgr/b10-cfgmgr.py
config.status: creating src/bin/cfgmgr/tests/b10-cfgmgr_test.py
config.status: creating src/bin/cfgmgr/plugins/datasrc.spec.pre
config.status: creating src/bin/cmdctl/cmdctl.py
config.status: creating src/bin/cmdctl/run_b10-cmdctl.sh
config.status: creating src/bin/cmdctl/tests/cmdctl_test
config.status: creating src/bin/cmdctl/cmdctl.spec.pre
config.status: creating src/bin/dbutil/dbutil.py
config.status: creating src/bin/dbutil/run_dbutil.sh
config.status: creating src/bin/dbutil/tests/dbutil_test.sh
config.status: creating src/bin/ddns/ddns.py
config.status: creating src/bin/xfrin/tests/xfrin_test
config.status: creating src/bin/xfrin/xfrin.py
config.status: creating src/bin/xfrin/run_b10-xfrin.sh
config.status: creating src/bin/xfrout/xfrout.py
config.status: creating src/bin/xfrout/xfrout.spec.pre
config.status: creating src/bin/xfrout/tests/xfrout_test
config.status: creating src/bin/xfrout/tests/xfrout_test.py
config.status: creating src/bin/xfrout/run_b10-xfrout.sh
config.status: creating src/bin/resolver/resolver.spec.pre
config.status: creating src/bin/resolver/spec_config.h.pre
config.status: creating src/bin/zonemgr/zonemgr.py
config.status: creating src/bin/zonemgr/zonemgr.spec.pre
config.status: creating src/bin/zonemgr/tests/zonemgr_test
config.status: creating src/bin/zonemgr/run_b10-zonemgr.sh
config.status: creating src/bin/sysinfo/sysinfo.py
config.status: creating src/bin/sysinfo/run_sysinfo.sh
config.status: creating src/bin/stats/stats.py
config.status: creating src/bin/stats/stats_httpd.py
config.status: creating src/bin/bind10/init.py
config.status: creating src/bin/bind10/run_bind10.sh
config.status: creating src/bin/bind10/tests/init_test.py
config.status: creating src/bin/bindctl/run_bindctl.sh
config.status: creating src/bin/bindctl/bindctl_main.py
config.status: creating src/bin/bindctl/tests/bindctl_test
config.status: creating src/bin/loadzone/run_loadzone.sh
config.status: creating src/bin/loadzone/tests/correct/correct_test.sh
config.status: creating src/bin/loadzone/loadzone.py
config.status: creating src/bin/usermgr/run_b10-cmdctl-usermgr.sh
config.status: creating src/bin/usermgr/b10-cmdctl-usermgr.py
config.status: creating src/bin/msgq/msgq.py
config.status: creating src/bin/msgq/run_msgq.sh
config.status: creating src/bin/auth/auth.spec.pre
config.status: creating src/bin/auth/spec_config.h.pre
config.status: creating src/bin/auth/tests/testdata/example.zone
config.status: creating src/bin/auth/tests/testdata/example-base.zone
config.status: creating src/bin/auth/tests/testdata/example-nsec3.zone
config.status: creating src/bin/auth/gen-statisticsitems.py.pre
config.status: creating src/bin/dhcp4/spec_config.h.pre
config.status: creating src/bin/dhcp6/spec_config.h.pre
config.status: creating src/bin/tests/process_rename_test.py
config.status: creating src/lib/config/tests/data_def_unittests_config.h
config.status: creating src/lib/python/isc/config/tests/config_test
config.status: creating src/lib/python/isc/cc/tests/cc_test
config.status: creating src/lib/python/isc/notify/tests/notify_out_test
config.status: creating src/lib/python/isc/log/tests/log_console.py
config.status: creating src/lib/python/isc/log_messages/work/__init__.py
config.status: creating src/lib/dns/gen-rdatacode.py
config.status: creating src/lib/python/bind10_config.py
config.status: creating src/lib/cc/session_config.h.pre
config.status: creating src/lib/cc/tests/session_unittests_config.h
config.status: creating src/lib/datasrc/datasrc_config.h.pre
config.status: creating src/lib/log/tests/console_test.sh
config.status: creating src/lib/log/tests/destination_test.sh
config.status: creating src/lib/log/tests/init_logger_test.sh
config.status: creating src/lib/log/tests/buffer_logger_test.sh
config.status: creating src/lib/log/tests/local_file_test.sh
config.status: creating src/lib/log/tests/logger_lock_test.sh
config.status: creating src/lib/log/tests/severity_test.sh
config.status: creating src/lib/log/tests/tempdir.h
config.status: creating src/lib/util/python/mkpywrapper.py
config.status: creating src/lib/util/python/gen_wiredata.py
config.status: creating src/lib/server_common/tests/data_path.h
config.status: creating tests/lettuce/setup_intree_bind10.sh
config.status: creating tests/system/conf.sh
config.status: creating tests/system/run.sh
config.status: creating tests/system/glue/setup.sh
config.status: creating tests/system/glue/nsx1/b10-config.db
config.status: creating tests/system/bindctl/nsx1/b10-config.db.template
config.status: creating tests/system/ixfr/db.example.n0
config.status: creating tests/system/ixfr/db.example.n2
config.status: creating tests/system/ixfr/db.example.n2.refresh
config.status: creating tests/system/ixfr/db.example.n4
config.status: creating tests/system/ixfr/db.example.n6
config.status: creating tests/system/ixfr/ixfr_init.sh
config.status: creating tests/system/ixfr/b10-config.db
config.status: creating tests/system/ixfr/common_tests.sh
config.status: creating tests/system/ixfr/in-1/setup.sh
config.status: creating tests/system/ixfr/in-2/setup.sh
config.status: creating tests/system/ixfr/in-3/setup.sh
config.status: creating tests/system/ixfr/in-4/setup.sh
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands

     BIND 10 source configure results:
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Package:
  Name:          bind10
  Version:       20130221

C++ Compiler:    g++

Flags:
  DEFS:          -DHAVE_CONFIG_H
  CPPFLAGS:       -DOS_BSD  -I$(top_srcdir)/ext/asio -I$(top_srcdir)/ext/coroutine -DASIO_DISABLE_THREADS=1
  CXXFLAGS:      -g -O2
  LDFLAGS:        -Wl,-R/usr/local/lib   
  B10_CXXFLAGS:   -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC
  OS Family:     BSD
  Python:        -I/usr/local/include/python3.1 -I/usr/local/include/python3.1
                 
                  -L/usr/local/lib/python3.1/config  -Wl,-R/usr/local/lib/python3.1/config
                 -lpython3.1
  Boost:         -I/usr/local/include
  Botan:         -I/usr/local/include  
                  -L/usr/local/lib 
                 -L/usr/local/lib -lbotan    -lbotan
  Log4cplus:     -I/usr/local/include
                 -L/usr/local/lib -llog4cplus -pthread
  SQLite:        -I/usr/local/include  
                 -L/usr/local/lib -lsqlite3  

Features:
   SQLite3

Developer:
  Enable Debugging: no
  Google Tests: yes
  Valgrind: not found
  C++ Code Coverage: no
  Python Code Coverage: no
  Logger checks: no
  Generate Documentation: no


  Now you can type "make" to build BIND 10

[bind10-latest-slave] $ /bin/sh -xe /tmp/hudson7821014452022975510.sh
+ make
make  all-recursive
Making all in compatcheck
Making all in doc
Making all in guide
Doc generation disabled. Creating dummy bind10-guide.txt. Configure with --enable-generate-docs to enable it.
Doc generation disabled. Creating dummy bind10-guide.html. Configure with --enable-generate-docs to enable it.
Doc generation disabled. Creating dummy bind10-messages.html. Configure with --enable-generate-docs to enable it.
Making all in .
Making all in src
Making all in lib
Making all in exceptions
Making all in .
  CXX      exceptions.lo
  CXXLD    libb10-exceptions.la
Making all in tests
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-exceptions_unittest.o
  CXXLD    run_unittests
Making all in util
Making all in .
  CXX      filename.lo
  CXX      strutil.lo
  CXX      time_utilities.lo
  CXX      interprocess_sync_file.lo
  CXX      interprocess_sync_null.lo
  CXX      memory_segment_local.lo
  CXX      sha1.lo
  CXX      base_n.lo
  CXX      qid_gen.lo
  CXXLD    libb10-util.la
Making all in io
  CXX      fd.lo
  CXX      fd_share.lo
  CXX      socketsession.lo
  CXXLD    libb10-util-io.la
  CXX      libutil_io_python_la-fdshare_python.lo
  CXXLD    libutil_io_python.la
Making all in unittests
  CXX      libutil_unittests_la-fork.lo
  CXX      libutil_unittests_la-newhook.lo
  CXX      libutil_unittests_la-testdata.lo
  CXX      libutil_unittests_la-resource.lo
  CXX      libutil_unittests_la-check_valgrind.lo
  CXX      libutil_unittests_la-run_all.lo
  CXX      libutil_unittests_la-wiredata.lo
  CXXLD    libutil_unittests.la
Making all in tests
Making all in .
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-base32hex_unittest.o
  CXX      run_unittests-base64_unittest.o
  CXX      run_unittests-buffer_unittest.o
  CXX      run_unittests-fd_share_tests.o
  CXX      run_unittests-fd_tests.o
  CXX      run_unittests-filename_unittest.o
  CXX      run_unittests-hex_unittest.o
  CXX      run_unittests-io_utilities_unittest.o
  CXX      run_unittests-lru_list_unittest.o
  CXX      run_unittests-interprocess_sync_file_unittest.o
  CXX      run_unittests-interprocess_sync_null_unittest.o
  CXX      run_unittests-memory_segment_local_unittest.o
  CXX      run_unittests-qid_gen_unittest.o
  CXX      run_unittests-random_number_generator_unittest.o
  CXX      run_unittests-sha1_unittest.o
  CXX      run_unittests-socketsession_unittest.o
  CXX      run_unittests-strutil_unittest.o
  CXX      run_unittests-time_utilities_unittest.o
  CXX      run_unittests-range_utilities_unittest.o
  CXXLD    run_unittests
Making all in pyunittests
  CXX      pyunittests_util_la-pyunittests_util.lo
  CXXLD    pyunittests_util.la
Making all in python
Making all in threads
Making all in .
  CXX      sync.lo
  CXX      thread.lo
  CXXLD    libb10-threads.la
Making all in tests
Making all in .
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-thread_unittest.o
  CXX      run_unittests-lock_unittest.o
  CXX      run_unittests-condvar_unittest.o
  CXXLD    run_unittests
Making all in log
Making all in .
  CXX      libb10_log_la-dummylog.lo
  CXX      libb10_log_la-logimpl_messages.lo
  CXX      libb10_log_la-log_formatter.lo
  CXX      libb10_log_la-logger.lo
  CXX      libb10_log_la-logger_impl.lo
  CXX      libb10_log_la-logger_level.lo
  CXX      libb10_log_la-logger_level_impl.lo
  CXX      libb10_log_la-logger_manager.lo
  CXX      libb10_log_la-logger_manager_impl.lo
  CXX      libb10_log_la-logger_name.lo
  CXX      libb10_log_la-logger_support.lo
  CXX      libb10_log_la-logger_unittest_support.lo
  CXX      libb10_log_la-log_messages.lo
  CXX      libb10_log_la-message_dictionary.lo
  CXX      libb10_log_la-message_initializer.lo
  CXX      libb10_log_la-message_reader.lo
  CXX      libb10_log_la-output_option.lo
  CXX      libb10_log_la-buffer_appender_impl.lo
  CXXLD    libb10-log.la
Making all in compiler
Making all in .
  CXX      message.o
  CXXLD    message
Making all in tests
  GEN      log_test_messages.h
make  all-recursive
Making all in .
  CXX      logger_example-logger_example.o
  CXXLD    logger_example
  CXX      init_logger_test-init_logger_test.o
  CXXLD    init_logger_test
  CXX      buffer_logger_test-buffer_logger_test.o
  CXXLD    buffer_logger_test
  CXX      logger_lock_test-logger_lock_test.o
  CXX      logger_lock_test-log_test_messages.o
  CXXLD    logger_lock_test
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-log_formatter_unittest.o
  CXX      run_unittests-logger_level_impl_unittest.o
  CXX      run_unittests-logger_level_unittest.o
  CXX      run_unittests-logger_manager_unittest.o
  CXX      run_unittests-logger_name_unittest.o
  CXX      run_unittests-logger_support_unittest.o
  CXX      run_unittests-logger_unittest.o
  CXX      run_unittests-logger_specification_unittest.o
  CXX      run_unittests-message_dictionary_unittest.o
  CXX      run_unittests-message_reader_unittest.o
  CXX      run_unittests-output_option_unittest.o
  CXX      run_unittests-buffer_appender_unittest.o
  CXX      run_unittests-log_test_messages.o
  CXXLD    run_unittests
  CXX      initializer_unittests_1-run_initializer_unittests.o
  CXX      initializer_unittests_1-message_initializer_1_unittest.o
  CXX      initializer_unittests_1-message_initializer_1a_unittest.o
  CXXLD    initializer_unittests_1
  CXX      initializer_unittests_2-run_initializer_unittests.o
  CXX      initializer_unittests_2-message_initializer_2_unittest.o
  CXXLD    initializer_unittests_2
Making all in cryptolink
Making all in .
  CXX      cryptolink.lo
  CXX      crypto_hmac.lo
  CXXLD    libb10-cryptolink.la
Making all in tests
Making all in .
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-crypto_unittests.o
  CXXLD    run_unittests
Making all in dns
/usr/local/bin/python3.1 ./gen-rdatacode.py
make  all-recursive
Making all in .
  CXX      libb10_dns___la-edns.lo
  CXX      libb10_dns___la-exceptions.lo
  CXX      libb10_dns___la-master_lexer_inputsource.lo
  CXX      libb10_dns___la-labelsequence.lo
  CXX      libb10_dns___la-masterload.lo
  CXX      libb10_dns___la-master_lexer.lo
  CXX      libb10_dns___la-master_loader.lo
  CXX      libb10_dns___la-message.lo
  CXX      libb10_dns___la-messagerenderer.lo
  CXX      libb10_dns___la-name.lo
  CXX      libb10_dns___la-nsec3hash.lo
  CXX      libb10_dns___la-opcode.lo
  CXX      libb10_dns___la-rcode.lo
  CXX      libb10_dns___la-rdata.lo
  CXX      libb10_dns___la-rdatafields.lo
  CXX      libb10_dns___la-rrclass.lo
  CXX      libb10_dns___la-rrset.lo
  CXX      libb10_dns___la-rrttl.lo
  CXX      libb10_dns___la-rrtype.lo
  CXX      libb10_dns___la-rrcollator.lo
  CXX      libb10_dns___la-question.lo
  CXX      libb10_dns___la-serial.lo
  CXX      libb10_dns___la-tsig.lo
  CXX      libb10_dns___la-tsigerror.lo
  CXX      libb10_dns___la-tsigkey.lo
  CXX      libb10_dns___la-tsigrecord.lo
  CXX      libb10_dns___la-master_loader_callbacks.lo
  CXX      libb10_dns___la-rrset_collection.lo
  CXX      libb10_dns___la-zone_checker.lo
  CXX      libb10_dns___la-char_string.lo
  CXX      libb10_dns___la-nsec_bitmap.lo
  CXX      libb10_dns___la-nsec3param_common.lo
  CXX      libb10_dns___la-rdataclass.lo
  CXX      libb10_dns___la-rrparamregistry.lo
  CXXLD    libb10-dns++.la
Making all in tests
Making all in testdata
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o edns_toWire1.wire edns_toWire1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o edns_toWire2.wire edns_toWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o edns_toWire3.wire edns_toWire3.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o edns_toWire4.wire edns_toWire4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire10.wire message_fromWire10.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire11.wire message_fromWire11.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire12.wire message_fromWire12.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire13.wire message_fromWire13.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire14.wire message_fromWire14.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire15.wire message_fromWire15.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire16.wire message_fromWire16.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire17.wire message_fromWire17.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire18.wire message_fromWire18.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire19.wire message_fromWire19.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire20.wire message_fromWire20.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire21.wire message_fromWire21.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_fromWire22.wire message_fromWire22.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_toWire2.wire message_toWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_toWire3.wire message_toWire3.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_toWire4.wire message_toWire4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_toWire5.wire message_toWire5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_toText1.wire message_toText1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_toText2.wire message_toText2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o message_toText3.wire message_toText3.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o name_toWire5.wire name_toWire5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o name_toWire6.wire name_toWire6.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdatafields1.wire rdatafields1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdatafields2.wire rdatafields2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdatafields3.wire rdatafields3.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdatafields4.wire rdatafields4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdatafields5.wire rdatafields5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdatafields6.wire rdatafields6.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec_fromWire4.wire rdata_nsec_fromWire4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec_fromWire5.wire rdata_nsec_fromWire5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec_fromWire6.wire rdata_nsec_fromWire6.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec_fromWire7.wire rdata_nsec_fromWire7.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec_fromWire8.wire rdata_nsec_fromWire8.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec_fromWire9.wire rdata_nsec_fromWire9.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec_fromWire10.wire rdata_nsec_fromWire10.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec_fromWire16.wire rdata_nsec_fromWire16.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire2.wire rdata_nsec3_fromWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire4.wire rdata_nsec3_fromWire4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire5.wire rdata_nsec3_fromWire5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire6.wire rdata_nsec3_fromWire6.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire7.wire rdata_nsec3_fromWire7.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire8.wire rdata_nsec3_fromWire8.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire9.wire rdata_nsec3_fromWire9.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire10.wire rdata_nsec3_fromWire10.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire11.wire rdata_nsec3_fromWire11.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire12.wire rdata_nsec3_fromWire12.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire13.wire rdata_nsec3_fromWire13.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire14.wire rdata_nsec3_fromWire14.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire15.wire rdata_nsec3_fromWire15.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire16.wire rdata_nsec3_fromWire16.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3_fromWire17.wire rdata_nsec3_fromWire17.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3param_fromWire2.wire rdata_nsec3param_fromWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3param_fromWire11.wire rdata_nsec3param_fromWire11.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_nsec3param_fromWire13.wire rdata_nsec3param_fromWire13.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_rrsig_fromWire2.wire rdata_rrsig_fromWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_minfo_fromWire1.wire rdata_minfo_fromWire1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_minfo_fromWire2.wire rdata_minfo_fromWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_minfo_fromWire3.wire rdata_minfo_fromWire3.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_minfo_fromWire4.wire rdata_minfo_fromWire4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_minfo_fromWire5.wire rdata_minfo_fromWire5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_minfo_fromWire6.wire rdata_minfo_fromWire6.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_minfo_toWire1.wire rdata_minfo_toWire1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_minfo_toWire2.wire rdata_minfo_toWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_minfo_toWireUncompressed1.wire rdata_minfo_toWireUncompressed1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_minfo_toWireUncompressed2.wire rdata_minfo_toWireUncompressed2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_rp_fromWire1.wire rdata_rp_fromWire1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_rp_fromWire2.wire rdata_rp_fromWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_rp_fromWire3.wire rdata_rp_fromWire3.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_rp_fromWire4.wire rdata_rp_fromWire4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_rp_fromWire5.wire rdata_rp_fromWire5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_rp_fromWire6.wire rdata_rp_fromWire6.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_rp_toWire1.wire rdata_rp_toWire1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_rp_toWire2.wire rdata_rp_toWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_sshfp_fromWire1.wire rdata_sshfp_fromWire1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_sshfp_fromWire2.wire rdata_sshfp_fromWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_sshfp_fromWire3.wire rdata_sshfp_fromWire3.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_sshfp_fromWire4.wire rdata_sshfp_fromWire4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_sshfp_fromWire5.wire rdata_sshfp_fromWire5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_sshfp_fromWire6.wire rdata_sshfp_fromWire6.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_sshfp_fromWire7.wire rdata_sshfp_fromWire7.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_sshfp_fromWire8.wire rdata_sshfp_fromWire8.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_afsdb_fromWire1.wire rdata_afsdb_fromWire1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_afsdb_fromWire2.wire rdata_afsdb_fromWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_afsdb_fromWire3.wire rdata_afsdb_fromWire3.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_afsdb_fromWire4.wire rdata_afsdb_fromWire4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_afsdb_fromWire5.wire rdata_afsdb_fromWire5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_afsdb_toWire1.wire rdata_afsdb_toWire1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_afsdb_toWire2.wire rdata_afsdb_toWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_soa_toWireUncompressed.wire rdata_soa_toWireUncompressed.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_txt_fromWire2.wire rdata_txt_fromWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_txt_fromWire3.wire rdata_txt_fromWire3.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_txt_fromWire4.wire rdata_txt_fromWire4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_txt_fromWire5.wire rdata_txt_fromWire5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_fromWire1.wire rdata_tsig_fromWire1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_fromWire2.wire rdata_tsig_fromWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_fromWire3.wire rdata_tsig_fromWire3.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_fromWire4.wire rdata_tsig_fromWire4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_fromWire5.wire rdata_tsig_fromWire5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_fromWire6.wire rdata_tsig_fromWire6.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_fromWire7.wire rdata_tsig_fromWire7.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_fromWire8.wire rdata_tsig_fromWire8.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_fromWire9.wire rdata_tsig_fromWire9.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_toWire1.wire rdata_tsig_toWire1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_toWire2.wire rdata_tsig_toWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_toWire3.wire rdata_tsig_toWire3.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_toWire4.wire rdata_tsig_toWire4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o rdata_tsig_toWire5.wire rdata_tsig_toWire5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o tsigrecord_toWire1.wire tsigrecord_toWire1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o tsigrecord_toWire2.wire tsigrecord_toWire2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o tsig_verify1.wire tsig_verify1.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o tsig_verify2.wire tsig_verify2.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o tsig_verify3.wire tsig_verify3.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o tsig_verify4.wire tsig_verify4.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o tsig_verify5.wire tsig_verify5.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o tsig_verify6.wire tsig_verify6.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o tsig_verify7.wire tsig_verify7.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o tsig_verify8.wire tsig_verify8.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o tsig_verify9.wire tsig_verify9.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o tsig_verify10.wire tsig_verify10.spec
make  all-am
Making all in .
  CXX      run_unittests-unittest_util.o
  CXX      run_unittests-edns_unittest.o
  CXX      run_unittests-master_lexer_inputsource_unittest.o
  CXX      run_unittests-labelsequence_unittest.o
  CXX      run_unittests-messagerenderer_unittest.o
  CXX      run_unittests-master_lexer_token_unittest.o
  CXX      run_unittests-master_lexer_unittest.o
  CXX      run_unittests-master_loader_unittest.o
  CXX      run_unittests-master_lexer_state_unittest.o
  CXX      run_unittests-name_unittest.o
  CXX      run_unittests-nsec3hash_unittest.o
  CXX      run_unittests-rrclass_unittest.o
  CXX      run_unittests-rrtype_unittest.o
  CXX      run_unittests-rrttl_unittest.o
  CXX      run_unittests-rrcollator_unittest.o
  CXX      run_unittests-opcode_unittest.o
  CXX      run_unittests-rcode_unittest.o
  CXX      run_unittests-rdata_unittest.o
  CXX      run_unittests-rdatafields_unittest.o
  CXX      run_unittests-rdata_char_string_unittest.o
  CXX      run_unittests-rdata_in_a_unittest.o
  CXX      run_unittests-rdata_in_aaaa_unittest.o
  CXX      run_unittests-rdata_ns_unittest.o
  CXX      run_unittests-rdata_soa_unittest.o
  CXX      run_unittests-rdata_txt_like_unittest.o
  CXX      run_unittests-rdata_mx_unittest.o
  CXX      run_unittests-rdata_sshfp_unittest.o
  CXX      run_unittests-rdata_ptr_unittest.o
  CXX      run_unittests-rdata_cname_unittest.o
  CXX      run_unittests-rdata_dname_unittest.o
  CXX      run_unittests-rdata_afsdb_unittest.o
  CXX      run_unittests-rdata_opt_unittest.o
  CXX      run_unittests-rdata_dhcid_unittest.o
  CXX      run_unittests-rdata_dnskey_unittest.o
  CXX      run_unittests-rdata_ds_like_unittest.o
  CXX      run_unittests-rdata_nsec_unittest.o
  CXX      run_unittests-rdata_nsec3_unittest.o
  CXX      run_unittests-rdata_nsecbitmap_unittest.o
  CXX      run_unittests-rdata_nsec3param_unittest.o
  CXX      run_unittests-rdata_nsec3param_like_unittest.o
  CXX      run_unittests-rdata_rrsig_unittest.o
  CXX      run_unittests-rdata_rp_unittest.o
  CXX      run_unittests-rdata_srv_unittest.o
  CXX      run_unittests-rdata_minfo_unittest.o
  CXX      run_unittests-rdata_tsig_unittest.o
  CXX      run_unittests-rdata_naptr_unittest.o
  CXX      run_unittests-rdata_hinfo_unittest.o
  CXX      run_unittests-rrset_unittest.o
  CXX      run_unittests-question_unittest.o
  CXX      run_unittests-rrparamregistry_unittest.o
  CXX      run_unittests-masterload_unittest.o
  CXX      run_unittests-message_unittest.o
  CXX      run_unittests-serial_unittest.o
  CXX      run_unittests-tsig_unittest.o
  CXX      run_unittests-tsigerror_unittest.o
  CXX      run_unittests-tsigkey_unittest.o
  CXX      run_unittests-tsigrecord_unittest.o
  CXX      run_unittests-master_loader_callbacks_test.o
  CXX      run_unittests-rrset_collection_unittest.o
  CXX      run_unittests-zone_checker_unittest.o
  CXX      run_unittests-run_unittests.o
  CXXLD    run_unittests
Making all in python
Making all in .
  CXX      libb10_pydnspp_la-pydnspp_common.lo
  CXX      libb10_pydnspp_la-name_python.lo
  CXX      libb10_pydnspp_la-nsec3hash_python.lo
  CXX      libb10_pydnspp_la-rrset_python.lo
  CXX      libb10_pydnspp_la-rrclass_python.lo
  CXX      libb10_pydnspp_la-rrtype_python.lo
  CXX      libb10_pydnspp_la-rrttl_python.lo
  CXX      libb10_pydnspp_la-rdata_python.lo
  CXX      libb10_pydnspp_la-serial_python.lo
  CXX      libb10_pydnspp_la-messagerenderer_python.lo
  CXX      libb10_pydnspp_la-rcode_python.lo
  CXX      libb10_pydnspp_la-opcode_python.lo
  CXX      libb10_pydnspp_la-question_python.lo
  CXX      libb10_pydnspp_la-tsigkey_python.lo
  CXX      libb10_pydnspp_la-tsigerror_python.lo
  CXX      libb10_pydnspp_la-tsig_rdata_python.lo
  CXX      libb10_pydnspp_la-tsigrecord_python.lo
  CXX      libb10_pydnspp_la-tsig_python.lo
  CXX      libb10_pydnspp_la-edns_python.lo
  CXX      libb10_pydnspp_la-message_python.lo
  CXX      libb10_pydnspp_la-rrset_collection_python.lo
  CXX      libb10_pydnspp_la-zone_checker_python.lo
  CXXLD    libb10-pydnspp.la
  CXX      pydnspp_la-pydnspp.lo
  CXXLD    pydnspp.la
Making all in tests
Making all in benchmarks
  CXX      rdatarender_bench.o
  CXXLD    rdatarender_bench
  CXX      message_renderer_bench.o
  CXX      oldmessagerenderer.o
  CXXLD    message_renderer_bench
Making all in cc
/usr/bin/sed -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" session_config.h.pre >session_config.h
../../../src/lib/log/compiler/message ../../../src/lib/cc/cc_messages.mes
/usr/local/bin/python3.1 ../../../src/lib/util/python/const2hdr.py ./proto_defs.cc proto_defs.h
make  all-recursive
Making all in .
  CXX      data.lo
  CXX      session.lo
  CXX      logger.lo
  CXX      proto_defs.lo
  CXX      cc_messages.lo
  CXXLD    libb10-cc.la
Making all in tests
  CXX      run_unittests-data_unittests.o
  CXX      run_unittests-session_unittests.o
  CXX      run_unittests-run_unittests.o
  CXXLD    run_unittests
Making all in config
../../../src/lib/log/compiler/message ../../../src/lib/config/config_messages.mes
make  all-recursive
Making all in .
  CXX      config_data.lo
  CXX      module_spec.lo
  CXX      ccsession.lo
  CXX      config_log.lo
  CXX      config_messages.lo
  CXXLD    libb10-cfgclient.la
Making all in tests
Making all in testdata
cp ./b10-config.db.master b10-config.db
make  all-am
Making all in .
  CXX      fake_session.lo
  CXXLD    libfake_session.la
  CXX      run_unittests-ccsession_unittests.o
  CXX      run_unittests-module_spec_unittests.o
  CXX      run_unittests-config_data_unittests.o
  CXX      run_unittests-run_unittests.o
  CXXLD    run_unittests
Making all in acl
Making all in .
  CXX      ip_check.lo
  CXX      loader.lo
  CXXLD    libb10-acl.la
  CXX      dns.lo
  CXXLD    libb10-dnsacl.la
Making all in tests
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-acl_test.o
  CXX      run_unittests-check_test.o
  CXX      run_unittests-dns_test.o
  CXX      run_unittests-ip_check_unittest.o
  CXX      run_unittests-dnsname_check_unittest.o
  CXX      run_unittests-loader_test.o
  CXX      run_unittests-logic_check_test.o
  CXXLD    run_unittests
Making all in xfr
Making all in .
  CXX      xfrout_client.lo
  CXXLD    libb10-xfr.la
Making all in tests
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-client_test.o
  CXXLD    run_unittests
Making all in bench
Making all in .
  CXX      benchmark_util.lo
  CXXLD    libb10-bench.la
Making all in tests
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-benchmark_unittest.o
  CXX      run_unittests-loadquery_unittest.o
  CXXLD    run_unittests
Making all in example
  CXX      search_bench.o
  CXXLD    search_bench
Making all in asiolink
Making all in .
  CXX      libb10_asiolink_la-interval_timer.lo
  CXX      libb10_asiolink_la-io_address.lo
  CXX      libb10_asiolink_la-io_endpoint.lo
  CXX      libb10_asiolink_la-io_service.lo
  CXX      libb10_asiolink_la-io_socket.lo
  CXXLD    libb10-asiolink.la
Making all in tests
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-io_address_unittest.o
  CXX      run_unittests-io_endpoint_unittest.o
  CXX      run_unittests-io_socket_unittest.o
  CXX      run_unittests-interval_timer_unittest.o
  CXX      run_unittests-tcp_endpoint_unittest.o
  CXX      run_unittests-tcp_socket_unittest.o
  CXX      run_unittests-udp_endpoint_unittest.o
  CXX      run_unittests-udp_socket_unittest.o
  CXXLD    run_unittests
Making all in asiodns
../../../src/lib/log/compiler/message ../../../src/lib/asiodns/asiodns_messages.mes
make  all-recursive
Making all in .
  CXX      libb10_asiodns_la-dns_service.lo
  CXX      libb10_asiodns_la-tcp_server.lo
  CXX      libb10_asiodns_la-udp_server.lo
  CXX      libb10_asiodns_la-sync_udp_server.lo
  CXX      libb10_asiodns_la-io_fetch.lo
  CXX      libb10_asiodns_la-logger.lo
  CXX      libb10_asiodns_la-asiodns_messages.lo
  CXXLD    libb10-asiodns.la
Making all in tests
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-unittest_util.o
  CXX      run_unittests-dns_service_unittest.o
  CXX      run_unittests-dns_server_unittest.o
  CXX      run_unittests-io_fetch_unittest.o
  CXXLD    run_unittests
Making all in nsas
../../../src/lib/log/compiler/message ../../../src/lib/nsas/nsas_messages.mes
make  all-recursive
Making all in .
  CXX      address_entry.lo
  CXX      hash.lo
  CXX      hash_key.lo
  CXX      nameserver_address_store.lo
  CXX      nameserver_address.lo
  CXX      nameserver_entry.lo
  CXX      nsas_log.lo
  CXX      zone_entry.lo
  CXX      glue_hints.lo
  CXX      nsas_messages.lo
  CXXLD    libb10-nsas.la
Making all in tests
Making all in .
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-address_entry_unittest.o
  CXX      run_unittests-hash_deleter_unittest.o
  CXX      run_unittests-hash_key_unittest.o
  CXX      run_unittests-hash_table_unittest.o
  CXX      run_unittests-hash_unittest.o
  CXX      run_unittests-nameserver_address_unittest.o
  CXX      run_unittests-nameserver_address_store_unittest.o
  CXX      run_unittests-nameserver_entry_unittest.o
  CXX      run_unittests-nsas_entry_compare_unittest.o
  CXX      run_unittests-zone_entry_unittest.o
  CXX      run_unittests-fetchable_unittest.o
  CXXLD    run_unittests
Making all in cache
../../../src/lib/log/compiler/message ../../../src/lib/cache/cache_messages.mes
make  all-recursive
Making all in .
  CXX      resolver_cache.lo
  CXX      message_cache.lo
  CXX      message_entry.lo
  CXX      rrset_cache.lo
  CXX      rrset_entry.lo
  CXX      cache_entry_key.lo
  CXX      rrset_copy.lo
  CXX      local_zone_data.lo
  CXX      message_utility.lo
  CXX      logger.lo
  CXX      cache_messages.lo
  CXXLD    libb10-cache.la
Making all in tests
Making all in .
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-unittest_util.o
  CXX      run_unittests-rrset_entry_unittest.o
  CXX      run_unittests-rrset_cache_unittest.o
  CXX      run_unittests-message_cache_unittest.o
  CXX      run_unittests-message_entry_unittest.o
  CXX      run_unittests-local_zone_data_unittest.o
  CXX      run_unittests-resolver_cache_unittest.o
  CXX      run_unittests-negative_cache_unittest.o
  CXXLD    run_unittests
Making all in resolve
../../../src/lib/log/compiler/message ../../../src/lib/resolve/resolve_messages.mes
make  all-recursive
Making all in .
  CXX      libb10_resolve_la-resolve.lo
  CXX      libb10_resolve_la-resolve_log.lo
  CXX      libb10_resolve_la-resolver_callback.lo
  CXX      libb10_resolve_la-response_classifier.lo
  CXX      libb10_resolve_la-recursive_query.lo
  CXX      libb10_resolve_la-resolve_messages.lo
  CXXLD    libb10-resolve.la
Making all in tests
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-unittest_util.o
  CXX      run_unittests-resolve_unittest.o
  CXX      run_unittests-resolver_callback_unittest.o
  CXX      run_unittests-response_classifier_unittest.o
  CXX      run_unittests-recursive_query_unittest.o
  CXX      run_unittests-recursive_query_unittest_2.o
  CXX      run_unittests-recursive_query_unittest_3.o
  CXXLD    run_unittests
Making all in testutils
Making all in .
  CXX      libb10_testutils_la-srv_test.lo
  CXX      libb10_testutils_la-dnsmessage_test.lo
  CXXLD    libb10-testutils.la
Making all in testdata
/usr/local/bin/python3.1 ../../../../src/lib/util/python/gen_wiredata.py -o badExampleQuery_fromWire.wire badExampleQuery_fromWire.spec
/usr/local/bin/python3.1 ../../../../src/lib/util/python/gen_wiredata.py -o examplequery_fromWire.wire examplequery_fromWire.spec
/usr/local/bin/python3.1 ../../../../src/lib/util/python/gen_wiredata.py -o iqueryresponse_fromWire.wire iqueryresponse_fromWire.spec
/usr/local/bin/python3.1 ../../../../src/lib/util/python/gen_wiredata.py -o multiquestion_fromWire.wire multiquestion_fromWire.spec
/usr/local/bin/python3.1 ../../../../src/lib/util/python/gen_wiredata.py -o queryBadEDNS_fromWire.wire queryBadEDNS_fromWire.spec
/usr/local/bin/python3.1 ../../../../src/lib/util/python/gen_wiredata.py -o shortanswer_fromWire.wire shortanswer_fromWire.spec
/usr/local/bin/python3.1 ../../../../src/lib/util/python/gen_wiredata.py -o simplequery_fromWire.wire simplequery_fromWire.spec
/usr/local/bin/python3.1 ../../../../src/lib/util/python/gen_wiredata.py -o simpleresponse_fromWire.wire simpleresponse_fromWire.spec
/usr/local/bin/python3.1 ../../../../src/lib/util/python/gen_wiredata.py -o iquery_fromWire.wire iquery_fromWire.spec
/usr/local/bin/python3.1 ../../../../src/lib/util/python/gen_wiredata.py -o iquery_response_fromWire.wire iquery_response_fromWire.spec
/usr/local/bin/python3.1 ../../../../src/lib/util/python/gen_wiredata.py -o nsec3query_nodnssec_fromWire.wire nsec3query_nodnssec_fromWire.spec
/usr/local/bin/python3.1 ../../../../src/lib/util/python/gen_wiredata.py -o nsec3query_fromWire.wire nsec3query_fromWire.spec
make  all-am
Making all in datasrc
/usr/bin/sed -e "s|@@PKGLIBDIR@@|/usr/local/libexec/bind10/backends|" datasrc_config.h.pre >datasrc_config.h
../../../src/lib/log/compiler/message ../../../src/lib/datasrc/datasrc_messages.mes
../../../src/lib/log/compiler/message ../../../src/lib/datasrc/sqlite3_datasrc_messages.mes
make  all-recursive
Making all in memory
../../../../src/lib/log/compiler/message ../../../../src/lib/datasrc/memory/memory_messages.mes
make  all-recursive
Making all in .
  CXX      rdataset.lo
  CXX      treenode_rrset.lo
  CXX      rdata_serialization.lo
  CXX      zone_data.lo
  CXX      rrset_collection.lo
  CXX      logger.lo
  CXX      zone_table.lo
  CXX      zone_finder.lo
  CXX      zone_table_segment.lo
  CXX      zone_table_segment_local.lo
  CXX      zone_data_updater.lo
  CXX      zone_data_loader.lo
  CXX      memory_client.lo
  CXX      zone_writer_local.lo
  CXX      memory_messages.lo
  CXXLD    libdatasrc_memory.la
Making all in benchmarks
  CXX      rdata_reader_bench.o
  CXXLD    rdata_reader_bench
  CXX      rrset_render_bench.o
  CXXLD    rrset_render_bench
Making all in .
  CXX      zone_finder.lo
  CXX      zone_finder_context.lo
  CXX      logger.lo
  CXX      client.lo
  CXX      database.lo
  CXX      factory.lo
  CXX      client_list.lo
  CXX      master_loader_callbacks.lo
  CXX      rrset_collection_base.lo
  CXX      zone_loader.lo
  CXX      datasrc_messages.lo
  CXXLD    libb10-datasrc.la
copying selected object files to avoid basename conflicts...
  CXX      sqlite3_accessor.lo
  CXX      sqlite3_accessor_link.lo
  CXX      sqlite3_datasrc_messages.lo
  CXXLD    sqlite3_ds.la
  CXX      static_datasrc_link.lo
  CXXLD    static_ds.la
/usr/bin/sed -e "s|@@VERSION_STRING@@|bind10 20130221|" ./static.zone.pre >static.zone
/usr/bin/sed -e 's/\(.*\)/AUTHORS.BIND.	0	CH	TXT	"\1"/' ../../../AUTHORS >>static.zone
Making all in tests
Making all in .
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-unittest_util.o
  CXX      run_unittests-test_client.o
  CXX      run_unittests-logger_unittest.o
  CXX      run_unittests-client_unittest.o
  CXX      run_unittests-database_unittest.o
  CXX      run_unittests-database_sqlite3_unittest.o
  CXX      run_unittests-sqlite3_accessor_unittest.o
  CXX      run_unittests-zone_finder_context_unittest.o
  CXX      run_unittests-faked_nsec3.o
  CXX      run_unittests-client_list_unittest.o
  CXX      run_unittests-master_loader_callbacks_test.o
  CXX      run_unittests-zone_loader_unittest.o
  CXX      run_unittests-sqlite3_accessor.o
  CXX      run_unittests-sqlite3_datasrc_messages.o
  CXXLD    run_unittests
  CXX      run_unittests_factory-run_unittests.o
  CXX      run_unittests_factory-unittest_util.o
  CXX      run_unittests_factory-factory_unittest.o
  CXXLD    run_unittests_factory
Making all in memory
Making all in testdata
Making all in .
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-rdata_serialization_unittest.o
  CXX      run_unittests-rdataset_unittest.o
  CXX      run_unittests-domaintree_unittest.o
  CXX      run_unittests-treenode_rrset_unittest.o
  CXX      run_unittests-zone_table_unittest.o
  CXX      run_unittests-zone_data_unittest.o
  CXX      run_unittests-zone_finder_unittest.o
  CXX      run_unittests-faked_nsec3.o
  CXX      run_unittests-segment_object_holder_unittest.o
  CXX      run_unittests-memory_client_unittest.o
  CXX      run_unittests-rrset_collection_unittest.o
  CXX      run_unittests-zone_data_loader_unittest.o
  CXX      run_unittests-zone_data_updater_unittest.o
  CXX      run_unittests-zone_table_segment_unittest.o
  CXX      run_unittests-zone_writer_unittest.o
  CXXLD    run_unittests
Making all in testdata
Making all in server_common
../../../src/lib/log/compiler/message ../../../src/lib/server_common/server_common_messages.mes
make  all-recursive
Making all in .
  CXX      client.lo
  CXX      keyring.lo
  CXX      portconfig.lo
  CXX      logger.lo
  CXX      socket_request.lo
  CXX      server_common_messages.lo
  CXXLD    libb10-server-common.la
Making all in tests
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-client_unittest.o
  CXX      run_unittests-portconfig_unittest.o
  CXX      run_unittests-keyring_test.o
  CXX      run_unittests-socket_requestor_test.o
  CXXLD    run_unittests
Making all in python
Making all in isc
Making all in datasrc
Making all in .
  CXX      datasrc_la-datasrc.lo
  CXX      datasrc_la-client_python.lo
  CXX      datasrc_la-iterator_python.lo
  CXX      datasrc_la-finder_python.lo
  CXX      datasrc_la-updater_python.lo
  CXX      datasrc_la-journal_reader_python.lo
  CXX      datasrc_la-configurableclientlist_python.lo
  CXX      datasrc_la-zone_loader_python.lo
  CXXLD    datasrc.la
Making all in tests
Making all in util
Making all in .
Making all in cio
Making all in .
  CXX      socketsession_la-socketsession_python.lo
  CXX      socketsession_la-socketsessionforwarder_python.lo
  CXX      socketsession_la-socketsessionreceiver_python.lo
  CXXLD    socketsession.la
Making all in tests
Making all in tests
Making all in cc
../../../../../src/lib/log/compiler/message  -d ../../../../../src/lib/python/isc/log_messages/work -p ./pycc_messages.mes
make  all-recursive
Making all in .
Making all in cc_generated
/usr/local/bin/python3.1 ../../../../../../src/lib/util/python/pythonize_constants.py  ../../../../../../src/lib/cc/proto_defs.cc proto_defs.py
touch __init__.py
make  all-am
Making all in tests
Making all in config
../../../../../src/lib/log/compiler/message  -d ../../../../../src/lib/python/isc/log_messages/work -p ./cfgmgr_messages.mes
../../../../../src/lib/log/compiler/message  -d ../../../../../src/lib/python/isc/log_messages/work -p ./config_messages.mes
make  all-recursive
Making all in .
Making all in tests
Making all in dns
Making all in log
Making all in .
  CXX      log_la-log.lo
  CXXLD    log.la
Making all in tests
Making all in net
Making all in tests
Making all in notify
../../../../../src/lib/log/compiler/message  -d ../../../../../src/lib/python/isc/log_messages/work -p ./notify_out_messages.mes
make  all-recursive
Making all in .
Making all in tests
Making all in testutils
Making all in acl
Making all in .
  CXX      acl_la-acl.lo
  CXXLD    acl.la
  CXX      _dns_la-dns.lo
  CXX      _dns_la-dns_requestacl_python.lo
  CXX      _dns_la-dns_requestcontext_python.lo
  CXX      _dns_la-dns_requestloader_python.lo
  CXXLD    _dns.la
Making all in tests
Making all in bind10
Making all in .
Making all in tests
Making all in xfrin
../../../../../src/lib/log/compiler/message  -d ../../../../../src/lib/python/isc/log_messages/work -p ./libxfrin_messages.mes
make  all-recursive
Making all in .
Making all in tests
Making all in log_messages
Making all in work
Making all in server_common
../../../../../src/lib/log/compiler/message  -d ../../../../../src/lib/python/isc/log_messages/work -p ./server_common_messages.mes
make  all-recursive
Making all in tests
Making all in ddns
../../../../../src/lib/log/compiler/message  -d ../../../../../src/lib/python/isc/log_messages/work -p ./libddns_messages.mes
make  all-recursive
Making all in .
Making all in tests
Making all in sysinfo
Making all in .
Making all in tests
Making all in statistics
Making all in .
Making all in tests
Making all in dhcp
Making all in .
  CXX      libb10_dhcp___la-duid.lo
  CXX      libb10_dhcp___la-hwaddr.lo
  CXX      libb10_dhcp___la-iface_mgr.lo
  CXX      libb10_dhcp___la-iface_mgr_bsd.lo
  CXX      libb10_dhcp___la-iface_mgr_linux.lo
  CXX      libb10_dhcp___la-iface_mgr_sun.lo
  CXX      libb10_dhcp___la-libdhcp++.lo
  CXX      libb10_dhcp___la-option4_addrlst.lo
  CXX      libb10_dhcp___la-option6_ia.lo
  CXX      libb10_dhcp___la-option6_iaaddr.lo
  CXX      libb10_dhcp___la-option6_addrlst.lo
  CXX      libb10_dhcp___la-option.lo
  CXX      libb10_dhcp___la-option_custom.lo
  CXX      libb10_dhcp___la-option_data_types.lo
  CXX      libb10_dhcp___la-option_definition.lo
  CXX      libb10_dhcp___la-option_space.lo
  CXX      libb10_dhcp___la-pkt6.lo
  CXX      libb10_dhcp___la-pkt4.lo
  CXXLD    libb10-dhcp++.la
Making all in tests
Making all in .
  CXX      libdhcp___unittests-run_unittests.o
  CXX      libdhcp___unittests-hwaddr_unittest.o
  CXX      libdhcp___unittests-iface_mgr_unittest.o
  CXX      libdhcp___unittests-libdhcp++_unittest.o
  CXX      libdhcp___unittests-option4_addrlst_unittest.o
  CXX      libdhcp___unittests-option6_addrlst_unittest.o
  CXX      libdhcp___unittests-option6_ia_unittest.o
  CXX      libdhcp___unittests-option6_iaaddr_unittest.o
  CXX      libdhcp___unittests-option_int_unittest.o
  CXX      libdhcp___unittests-option_int_array_unittest.o
  CXX      libdhcp___unittests-option_data_types_unittest.o
  CXX      libdhcp___unittests-option_definition_unittest.o
  CXX      libdhcp___unittests-option_custom_unittest.o
  CXX      libdhcp___unittests-option_unittest.o
  CXX      libdhcp___unittests-option_space_unittest.o
  CXX      libdhcp___unittests-pkt4_unittest.o
  CXX      libdhcp___unittests-pkt6_unittest.o
  CXX      libdhcp___unittests-duid_unittest.o
  CXXLD    libdhcp++_unittests
Making all in dhcpsrv
../../../src/lib/log/compiler/message ../../../src/lib/dhcpsrv/dhcpsrv_messages.mes
make  all-recursive
Making all in .
  CXX      libb10_dhcpsrv_la-addr_utilities.lo
  CXX      libb10_dhcpsrv_la-alloc_engine.lo
  CXX      libb10_dhcpsrv_la-dbaccess_parser.lo
  CXX      libb10_dhcpsrv_la-dhcpsrv_log.lo
  CXX      libb10_dhcpsrv_la-cfgmgr.lo
  CXX      libb10_dhcpsrv_la-lease_mgr.lo
  CXX      libb10_dhcpsrv_la-lease_mgr_factory.lo
  CXX      libb10_dhcpsrv_la-memfile_lease_mgr.lo
  CXX      libb10_dhcpsrv_la-pool.lo
  CXX      libb10_dhcpsrv_la-subnet.lo
  CXX      libb10_dhcpsrv_la-dhcpsrv_messages.lo
  CXXLD    libb10-dhcpsrv.la
Making all in tests
Making all in .
  CXX      libdhcpsrv_unittests-run_unittests.o
  CXX      libdhcpsrv_unittests-addr_utilities_unittest.o
  CXX      libdhcpsrv_unittests-alloc_engine_unittest.o
  CXX      libdhcpsrv_unittests-cfgmgr_unittest.o
  CXX      libdhcpsrv_unittests-dbaccess_parser_unittest.o
  CXX      libdhcpsrv_unittests-lease_mgr_factory_unittest.o
  CXX      libdhcpsrv_unittests-lease_mgr_unittest.o
  CXX      libdhcpsrv_unittests-memfile_lease_mgr_unittest.o
  CXX      libdhcpsrv_unittests-pool_unittest.o
  CXX      libdhcpsrv_unittests-subnet_unittest.o
  CXX      libdhcpsrv_unittests-triplet_unittest.o
  CXX      libdhcpsrv_unittests-test_utils.o
  CXXLD    libdhcpsrv_unittests
Making all in statistics
Making all in tests
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-counter_unittest.o
  CXX      run_unittests-counter_dict_unittest.o
  CXXLD    run_unittests
Making all in bin
Making all in bind10
Making all in .
../../../src/lib/log/compiler/message  -d ../../../src/lib/python/isc/log_messages/work -p ./init_messages.mes
/usr/bin/sed -e "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|"  -e "s|@@LIBDIR@@|/usr/local/lib|"  -e "s|@@LIBEXECDIR@@|/usr/local/libexec/bind10|" init.py >b10-init
chmod a+x b10-init
Man generation disabled. Creating dummy b10-init.8. Configure with --enable-generate-docs to enable it.
Man generation disabled. Creating dummy bind10.8. Configure with --enable-generate-docs to enable it.
Making all in tests
Making all in bindctl
Making all in .
/usr/bin/sed -e "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|"  -e "s|@@SYSCONFDIR@@|/usr/local/etc|"  -e "s|@@LIBEXECDIR@@|/usr/local/libexec/bind10|" bindctl_main.py >bindctl
chmod a+x bindctl
Man generation disabled. Creating dummy bindctl.1. Configure with --enable-generate-docs to enable it.
Making all in tests
Making all in cfgmgr
Making all in .
/usr/bin/sed "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|" b10-cfgmgr.py >b10-cfgmgr
chmod a+x b10-cfgmgr
Man generation disabled. Creating dummy b10-cfgmgr.8. Configure with --enable-generate-docs to enable it.
Making all in plugins
Making all in tests
/usr/bin/sed -e "s|@@STATIC_ZONE_FILE@@|/usr/local/share/bind10/static.zone|;s|@@SQLITE3_DATABASE_FILE@@|/usr/local/var/bind10/zone.sqlite3|" datasrc.spec.pre >datasrc.spec
Making all in local_plugins
/usr/bin/sed -e "s|@@STATIC_ZONE_FILE@@|/root/jenkins/workspace/bind10-latest-slave/src/lib/datasrc/static.zone|;s|@@SQLITE3_DATABASE_FILE@@|/root/jenkins/workspace/bind10-latest-slave/local.zone.sqlite3|" ../plugins/datasrc.spec.pre >datasrc.spec
Making all in tests
Making all in ddns
Making all in .
../../../src/lib/log/compiler/message  -d ../../../src/lib/python/isc/log_messages/work -p ./ddns_messages.mes
/usr/bin/sed -e "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|"  -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" ddns.py >b10-ddns
chmod a+x b10-ddns
Man generation disabled. Creating dummy b10-ddns.8. Configure with --enable-generate-docs to enable it.
Making all in tests
Making all in loadzone
Making all in .
../../../src/lib/log/compiler/message  -d ../../../src/lib/python/isc/log_messages/work -p ./loadzone_messages.mes
/usr/bin/sed -e "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|" loadzone.py >b10-loadzone
chmod a+x b10-loadzone
Man generation disabled. Creating dummy b10-loadzone.8. Configure with --enable-generate-docs to enable it.
Making all in tests
Making all in .
Making all in correct
Making all in msgq
../../../src/lib/log/compiler/message  -d ../../../src/lib/python/isc/log_messages/work -p ./msgq_messages.mes
make  all-recursive
Making all in .
/usr/bin/sed "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|" msgq.py >b10-msgq
chmod a+x b10-msgq
Man generation disabled. Creating dummy b10-msgq.8. Configure with --enable-generate-docs to enable it.
Making all in tests
Making all in cmdctl
Making all in .
  CXX      b10_certgen-b10-certgen.o
  CXXLD    b10-certgen
../../../src/lib/log/compiler/message  -d ../../../src/lib/python/isc/log_messages/work -p ./cmdctl_messages.mes
./b10-certgen -q -w
/usr/bin/sed "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|" cmdctl.py >b10-cmdctl
chmod a+x b10-cmdctl
Man generation disabled. Creating dummy b10-cmdctl.8. Configure with --enable-generate-docs to enable it.
Man generation disabled. Creating dummy b10-certgen.1. Configure with --enable-generate-docs to enable it.
/usr/bin/sed -e "s|@@SYSCONFDIR@@|/usr/local/etc|" cmdctl.spec.pre >cmdctl.spec
Making all in tests
Making all in auth
/usr/bin/sed -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" spec_config.h.pre >spec_config.h
../../../src/lib/log/compiler/message ../../../src/bin/auth/auth_messages.mes
/usr/bin/sed -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" gen-statisticsitems.py.pre >gen-statisticsitems.py
chmod +x gen-statisticsitems.py
./gen-statisticsitems.py
make  all-recursive
Making all in .
  CXX      query.o
  CXX      auth_srv.o
  CXX      auth_log.o
  CXX      auth_config.o
  CXX      command.o
  CXX      common.o
  CXX      datasrc_config.o
  CXX      main.o
  CXX      auth_messages.o
  CXX      statistics.o
  CXXLD    b10-auth
Man generation disabled. Creating dummy b10-auth.8. Configure with --enable-generate-docs to enable it.
Making all in tests
/usr/local/bin/python3.1 ./gen-query-testdata.py  ./testdata/example-base-inc.zone example_base_inc.cc
/usr/local/bin/python3.1 ./gen-query-testdata.py  ./testdata/example-nsec3-inc.zone example_nsec3_inc.cc
../../../../install-sh -c  ./testdata/example-common-inc-template.zone  testdata/example-common-inc.zone
/bin/sh ../../../../src/bin/loadzone/run_loadzone.sh  -c "{\"database_file\": \"./testdata/example-base.sqlite3\"}"  example.com testdata/example-base.zone
2013-03-14 12:34:39.211 WARN  [b10-loadzone.datasrc/71891] DATASRC_SQLITE_SETUP setting up new SQLite3 database in './testdata/example-base.sqlite3'
2013-03-14 12:34:39.218 INFO  [b10-loadzone.loadzone/71891] LOADZONE_ZONE_CREATED Zone example.com./IN does not exist in the data source, newly created
2013-03-14 12:34:39.228 INFO  [b10-loadzone.loadzone/71891] LOADZONE_DONE Loaded 76 RRs into zone example.com./IN in 0.01 seconds
/bin/sh ../../../../src/bin/loadzone/run_loadzone.sh  -c "{\"database_file\": \"./testdata/example-nsec3.sqlite3\"}"  example.com testdata/example-nsec3.zone
2013-03-14 12:34:39.376 WARN  [b10-loadzone.datasrc/71892] DATASRC_SQLITE_SETUP setting up new SQLite3 database in './testdata/example-nsec3.sqlite3'
2013-03-14 12:34:39.382 INFO  [b10-loadzone.loadzone/71892] LOADZONE_ZONE_CREATED Zone example.com./IN does not exist in the data source, newly created
2013-03-14 12:34:39.392 INFO  [b10-loadzone.loadzone/71892] LOADZONE_DONE Loaded 81 RRs into zone example.com./IN in 0.01 seconds
make  all-recursive
Making all in testdata
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o badExampleQuery_fromWire.wire badExampleQuery_fromWire.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o examplequery_fromWire.wire examplequery_fromWire.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o iqueryresponse_fromWire.wire iqueryresponse_fromWire.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o multiquestion_fromWire.wire multiquestion_fromWire.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o queryBadEDNS_fromWire.wire queryBadEDNS_fromWire.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o shortanswer_fromWire.wire shortanswer_fromWire.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o simplequery_fromWire.wire simplequery_fromWire.spec
/usr/local/bin/python3.1 ../../../../../src/lib/util/python/gen_wiredata.py -o simpleresponse_fromWire.wire simpleresponse_fromWire.spec
make  all-am
Making all in .
  CXX      run_unittests-unittest_util.o
  CXX      run_unittests-auth_srv.o
  CXX      run_unittests-auth_log.o
  CXX      run_unittests-query.o
  CXX      run_unittests-auth_config.o
  CXX      run_unittests-command.o
  CXX      run_unittests-common.o
  CXX      run_unittests-statistics.o
  CXX      run_unittests-datasrc_config.o
  CXX      run_unittests-datasrc_util.o
  CXX      run_unittests-statistics_util.o
  CXX      run_unittests-auth_srv_unittest.o
  CXX      run_unittests-config_unittest.o
  CXX      run_unittests-config_syntax_unittest.o
  CXX      run_unittests-command_unittest.o
  CXX      run_unittests-common_unittest.o
  CXX      run_unittests-query_unittest.o
  CXX      run_unittests-test_datasrc_clients_mgr.o
  CXX      run_unittests-datasrc_clients_builder_unittest.o
  CXX      run_unittests-datasrc_clients_mgr_unittest.o
  CXX      run_unittests-datasrc_config_unittest.o
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-auth_messages.o
  CXX      run_unittests-statistics_unittest.o
  CXXLD    run_unittests
Making all in benchmarks
  CXX      query_bench.o
  CXX      query.o
  CXX      auth_srv.o
  CXX      auth_config.o
  CXX      statistics.o
  CXX      auth_log.o
  CXX      datasrc_config.o
  CXX      auth_messages.o
  CXXLD    query_bench
Making all in xfrin
Making all in .
../../../src/lib/log/compiler/message  -d ../../../src/lib/python/isc/log_messages/work -p ./xfrin_messages.mes
/usr/bin/sed -e "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|"  -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" xfrin.py >b10-xfrin
chmod a+x b10-xfrin
Man generation disabled. Creating dummy b10-xfrin.8. Configure with --enable-generate-docs to enable it.
Making all in tests
Making all in testdata
Making all in .
Making all in xfrout
Making all in .
../../../src/lib/log/compiler/message  -d ../../../src/lib/python/isc/log_messages/work -p ./xfrout_messages.mes
/usr/bin/sed -e "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|"  -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" xfrout.py >b10-xfrout
chmod a+x b10-xfrout
Man generation disabled. Creating dummy b10-xfrout.8. Configure with --enable-generate-docs to enable it.
/usr/bin/sed -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" xfrout.spec.pre >xfrout.spec
Making all in tests
Making all in usermgr
Making all in tests
/usr/bin/sed "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|" b10-cmdctl-usermgr.py >b10-cmdctl-usermgr
chmod a+x b10-cmdctl-usermgr
Man generation disabled. Creating dummy b10-cmdctl-usermgr.8. Configure with --enable-generate-docs to enable it.
Making all in zonemgr
Making all in .
../../../src/lib/log/compiler/message  -d ../../../src/lib/python/isc/log_messages/work -p ./zonemgr_messages.mes
/usr/bin/sed -e "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|"  -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" zonemgr.py >b10-zonemgr
chmod a+x b10-zonemgr
Man generation disabled. Creating dummy b10-zonemgr.8. Configure with --enable-generate-docs to enable it.
/usr/bin/sed -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" zonemgr.spec.pre >zonemgr.spec
Making all in tests
Making all in stats
Making all in tests
Making all in testdata
Making all in .
../../../src/lib/log/compiler/message  -d ../../../src/lib/python/isc/log_messages/work -p ./stats_messages.mes
/usr/bin/sed -e "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|"  stats.py >b10-stats
chmod a+x b10-stats
../../../src/lib/log/compiler/message  -d ../../../src/lib/python/isc/log_messages/work -p ./stats_httpd_messages.mes
/usr/bin/sed -e "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|" stats_httpd.py >b10-stats-httpd
chmod a+x b10-stats-httpd
Man generation disabled. Creating dummy b10-stats.8. Configure with --enable-generate-docs to enable it.
Man generation disabled. Creating dummy b10-stats-httpd.8. Configure with --enable-generate-docs to enable it.
Making all in tests
Making all in resolver
/usr/bin/sed -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" spec_config.h.pre >spec_config.h
../../../src/lib/log/compiler/message ../../../src/bin/resolver/resolver_messages.mes
make  all-recursive
Making all in .
  CXX      resolver.o
  CXX      resolver_log.o
  CXX      response_scrubber.o
  CXX      main.o
  CXX      common.o
  CXX      resolver_messages.o
  CXXLD    b10-resolver
Man generation disabled. Creating dummy b10-resolver.8. Configure with --enable-generate-docs to enable it.
/usr/bin/sed -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" resolver.spec.pre >resolver.spec
Making all in tests
  CXX      run_unittests-unittest_util.o
  CXX      run_unittests-resolver.o
  CXX      run_unittests-resolver_log.o
  CXX      run_unittests-response_scrubber.o
  CXX      run_unittests-resolver_unittest.o
  CXX      run_unittests-resolver_config_unittest.o
  CXX      run_unittests-response_scrubber_unittest.o
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-resolver_messages.o
  CXXLD    run_unittests
Making all in sockcreator
Making all in .
  CXX      sockcreator.o
  CXX      main.o
  CXXLD    b10-sockcreator
Man generation disabled. Creating dummy b10-sockcreator.8. Configure with --enable-generate-docs to enable it.
Making all in tests
  CXX      run_unittests-sockcreator.o
  CXX      run_unittests-sockcreator_tests.o
  CXX      run_unittests-run_unittests.o
  CXXLD    run_unittests
Making all in dhcp4
/usr/bin/sed -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" spec_config.h.pre >spec_config.h
../../../src/lib/log/compiler/message ../../../src/bin/dhcp4/dhcp4_messages.mes
make  all-recursive
Making all in .
  CXX      main.o
  CXX      ctrl_dhcp4_srv.o
  CXX      config_parser.o
  CXX      dhcp4_log.o
  CXX      dhcp4_srv.o
  CXX      dhcp4_messages.o
  CXXLD    b10-dhcp4
Man generation disabled. Creating dummy b10-dhcp4.8. Configure with --enable-generate-docs to enable it.
Making all in tests
  CXX      dhcp4_unittests-dhcp4_srv.o
  CXX      dhcp4_unittests-ctrl_dhcp4_srv.o
  CXX      dhcp4_unittests-dhcp4_log.o
  CXX      dhcp4_unittests-config_parser.o
  CXX      dhcp4_unittests-dhcp4_unittests.o
  CXX      dhcp4_unittests-dhcp4_srv_unittest.o
  CXX      dhcp4_unittests-ctrl_dhcp4_srv_unittest.o
  CXX      dhcp4_unittests-config_parser_unittest.o
  CXX      dhcp4_unittests-dhcp4_messages.o
  CXXLD    dhcp4_unittests
Making all in dhcp6
/usr/bin/sed -e "s|@@LOCALSTATEDIR@@|/usr/local/var|" spec_config.h.pre >spec_config.h
../../../src/lib/log/compiler/message ../../../src/bin/dhcp6/dhcp6_messages.mes
make  all-recursive
Making all in .
  CXX      main.o
  CXX      ctrl_dhcp6_srv.o
  CXX      config_parser.o
  CXX      dhcp6_log.o
  CXX      dhcp6_srv.o
  CXX      dhcp6_messages.o
  CXXLD    b10-dhcp6
Man generation disabled. Creating dummy b10-dhcp6.8. Configure with --enable-generate-docs to enable it.
Making all in tests
  CXX      dhcp6_unittests-dhcp6_unittests.o
  CXX      dhcp6_unittests-dhcp6_srv_unittest.o
  CXX      dhcp6_unittests-ctrl_dhcp6_srv_unittest.o
  CXX      dhcp6_unittests-config_parser_unittest.o
  CXX      dhcp6_unittests-dhcp6_srv.o
  CXX      dhcp6_unittests-dhcp6_log.o
  CXX      dhcp6_unittests-ctrl_dhcp6_srv.o
  CXX      dhcp6_unittests-config_parser.o
  CXX      dhcp6_unittests-dhcp6_messages.o
  CXXLD    dhcp6_unittests
Making all in dbutil
Making all in .
../../../src/lib/log/compiler/message  -d ../../../src/lib/python/isc/log_messages/work -p ./dbutil_messages.mes
/usr/bin/sed -e "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|"  -e "s|@@SYSCONFDIR@@|/usr/local/etc|"  -e "s|@@LIBEXECDIR@@|/usr/local/libexec/bind10|" dbutil.py >b10-dbutil
chmod a+x b10-dbutil
Man generation disabled. Creating dummy b10-dbutil.8. Configure with --enable-generate-docs to enable it.
Making all in tests
Making all in .
Making all in testdata
Making all in sysinfo
/usr/bin/sed -e "s|@@PYTHONPATH@@|/usr/local/lib/python3.1/site-packages|" sysinfo.py >isc-sysinfo
chmod a+x isc-sysinfo
Man generation disabled. Creating dummy isc-sysinfo.1. Configure with --enable-generate-docs to enable it.
Making all in tests
Making all in system
Making all in tools
Making all in badpacket
Making all in .
  CXX      badpacket-badpacket.o
  CXX      badpacket-command_options.o
  CXX      badpacket-option_info.o
  CXX      badpacket-scan.o
  CXXLD    badpacket
Making all in tests
Making all in .
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-command_options_unittest.o
  CXX      run_unittests-option_info_unittest.o
  CXX      run_unittests-header_flags_unittest.o
  CXX      run_unittests-command_options.o
  CXX      run_unittests-option_info.o
  CXXLD    run_unittests
Making all in perfdhcp
Making all in .
  CXX      perfdhcp-main.o
  CXX      perfdhcp-command_options.o
  CXX      perfdhcp-perf_pkt6.o
  CXX      perfdhcp-perf_pkt4.o
  CXX      perfdhcp-pkt_transform.o
  CXX      perfdhcp-test_control.o
  CXXLD    perfdhcp
Making all in tests
Making all in .
  CXX      run_unittests-run_unittests.o
  CXX      run_unittests-command_options_unittest.o
  CXX      run_unittests-perf_pkt6_unittest.o
  CXX      run_unittests-perf_pkt4_unittest.o
  CXX      run_unittests-localized_option_unittest.o
  CXX      run_unittests-stats_mgr_unittest.o
  CXX      run_unittests-test_control_unittest.o
  CXX      run_unittests-command_options.o
  CXX      run_unittests-pkt_transform.o
  CXX      run_unittests-perf_pkt6.o
  CXX      run_unittests-perf_pkt4.o
  CXX      run_unittests-test_control.o
  CXXLD    run_unittests
Making all in testdata
Making all in .
[bind10-latest-slave] $ /bin/sh -xe /tmp/hudson8413769036186076405.sh
+ make install
Making install in compatcheck
if test -e /usr/local/var/bind10/zone.sqlite3; then  /bin/sh ../src/bin/dbutil/run_dbutil.sh --check  /usr/local/var/bind10/zone.sqlite3 ||  (echo "\nSQLite3 DB file schema version is old.  "  "Please run: "  "/root/jenkins/workspace/bind10-latest-slave/src/bin/dbutil/run_dbutil.sh --upgrade "  "/usr/local/var/bind10/zone.sqlite3"; exit 1)  fi
Making install in doc
Making install in guide
 ../.././install-sh -c -d '/usr/local/share/doc/bind10'
 /usr/bin/install -c -m 644 bind10-guide.txt '/usr/local/share/doc/bind10'
 ../.././install-sh -c -d '/usr/local/share/doc/bind10'
 /usr/bin/install -c -m 644 bind10-guide.html bind10-messages.html bind10-guide.css '/usr/local/share/doc/bind10'
Making install in .
make  install-exec-hook

NOTE: BIND 10 does not automatically start DNS services when it is run
      in its default configuration. Please see the Guide for information
      on how to configure these services to be started automatically.

 ./install-sh -c -d '/usr/local/share/doc/bind10'
 /usr/bin/install -c -m 644 AUTHORS COPYING ChangeLog README '/usr/local/share/doc/bind10'
 ./install-sh -c -d '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 dns++.pc '/usr/local/lib/pkgconfig'
Making install in src
Making install in lib
Making install in exceptions
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-exceptions.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libb10-exceptions.so.0 /usr/local/lib/libb10-exceptions.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-exceptions.so.0 libb10-exceptions.so || { rm -f libb10-exceptions.so && ln -s libb10-exceptions.so.0 libb10-exceptions.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-exceptions.so.0 libb10-exceptions.so || { rm -f libb10-exceptions.so && ln -s libb10-exceptions.so.0 libb10-exceptions.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-exceptions.lai /usr/local/lib/libb10-exceptions.la
libtool: install: /usr/bin/install -c .libs/libb10-exceptions.a /usr/local/lib/libb10-exceptions.a
libtool: install: chmod 644 /usr/local/lib/libb10-exceptions.a
libtool: install: ranlib /usr/local/lib/libb10-exceptions.a
 ../../.././install-sh -c -d '/usr/local/include/bind10/exceptions'
 /usr/bin/install -c -m 644 exceptions.h '/usr/local/include/bind10/exceptions'
Making install in tests
Making install in util
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-util.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-util.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/util; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -Wl,-R/usr/local/lib -o libb10-util.la -rpath /usr/local/lib filename.lo strutil.lo time_utilities.lo interprocess_sync_file.lo interprocess_sync_null.lo memory_segment_local.lo sha1.lo base_n.lo qid_gen.lo ../../../src/lib/exceptions/libb10-exceptions.la )
libtool: install: /usr/bin/install -c .libs/libb10-util.so.0T /usr/local/lib/libb10-util.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-util.so.0 libb10-util.so || { rm -f libb10-util.so && ln -s libb10-util.so.0 libb10-util.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-util.so.0 libb10-util.so || { rm -f libb10-util.so && ln -s libb10-util.so.0 libb10-util.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-util.lai /usr/local/lib/libb10-util.la
libtool: install: /usr/bin/install -c .libs/libb10-util.a /usr/local/lib/libb10-util.a
libtool: install: chmod 644 /usr/local/lib/libb10-util.a
libtool: install: ranlib /usr/local/lib/libb10-util.a
 ../../.././install-sh -c -d '/usr/local/include/bind10/util'
 /usr/bin/install -c -m 644 buffer.h '/usr/local/include/bind10/util'
Making install in io
 ../../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../../libtool   --mode=install /usr/bin/install -c   libb10-util-io.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-util-io.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/util/io; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -Wl,-R/usr/local/lib -o libb10-util-io.la -rpath /usr/local/lib fd.lo fd_share.lo socketsession.lo ../../../../src/lib/exceptions/libb10-exceptions.la )
libtool: install: /usr/bin/install -c .libs/libb10-util-io.so.0T /usr/local/lib/libb10-util-io.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-util-io.so.0 libb10-util-io.so || { rm -f libb10-util-io.so && ln -s libb10-util-io.so.0 libb10-util-io.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-util-io.so.0 libb10-util-io.so || { rm -f libb10-util-io.so && ln -s libb10-util-io.so.0 libb10-util-io.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-util-io.lai /usr/local/lib/libb10-util-io.la
libtool: install: /usr/bin/install -c .libs/libb10-util-io.a /usr/local/lib/libb10-util-io.a
libtool: install: chmod 644 /usr/local/lib/libb10-util-io.a
libtool: install: ranlib /usr/local/lib/libb10-util-io.a
 ../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages'
 /bin/sh ../../../../libtool   --mode=install /usr/bin/install -c   libutil_io_python.la '/usr/local/lib/python3.1/site-packages'
libtool: install: warning: relinking `libutil_io_python.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/util/io; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -module -avoid-version -Wl,-R/usr/local/lib -o libutil_io_python.la -rpath /usr/local/lib/python3.1/site-packages libutil_io_python_la-fdshare_python.lo libb10-util-io.la )
libtool: install: /usr/bin/install -c .libs/libutil_io_python.soT /usr/local/lib/python3.1/site-packages/libutil_io_python.so
libtool: install: /usr/bin/install -c .libs/libutil_io_python.lai /usr/local/lib/python3.1/site-packages/libutil_io_python.la
libtool: install: /usr/bin/install -c .libs/libutil_io_python.a /usr/local/lib/python3.1/site-packages/libutil_io_python.a
libtool: install: chmod 644 /usr/local/lib/python3.1/site-packages/libutil_io_python.a
libtool: install: ranlib /usr/local/lib/python3.1/site-packages/libutil_io_python.a
Making install in unittests
Making install in tests
Making install in .
Making install in pyunittests
Making install in python
Making install in threads
Making install in .
 ../../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../../libtool   --mode=install /usr/bin/install -c   libb10-threads.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-threads.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/util/threads; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -Wl,-R/usr/local/lib -o libb10-threads.la -rpath /usr/local/lib sync.lo thread.lo ../../../../src/lib/exceptions/libb10-exceptions.la )
libtool: install: /usr/bin/install -c .libs/libb10-threads.so.0T /usr/local/lib/libb10-threads.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-threads.so.0 libb10-threads.so || { rm -f libb10-threads.so && ln -s libb10-threads.so.0 libb10-threads.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-threads.so.0 libb10-threads.so || { rm -f libb10-threads.so && ln -s libb10-threads.so.0 libb10-threads.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-threads.lai /usr/local/lib/libb10-threads.la
libtool: install: /usr/bin/install -c .libs/libb10-threads.a /usr/local/lib/libb10-threads.a
libtool: install: chmod 644 /usr/local/lib/libb10-threads.a
libtool: install: ranlib /usr/local/lib/libb10-threads.a
Making install in tests
Making install in .
Making install in log
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-log.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-log.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/log; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wno-unused-parameter -g -O2 -no-undefined -version-info 1:0:0 -Wl,-R/usr/local/lib -o libb10-log.la -rpath /usr/local/lib libb10_log_la-dummylog.lo libb10_log_la-logimpl_messages.lo libb10_log_la-log_formatter.lo libb10_log_la-logger.lo libb10_log_la-logger_impl.lo libb10_log_la-logger_level.lo libb10_log_la-logger_level_impl.lo libb10_log_la-logger_manager.lo libb10_log_la-logger_manager_impl.lo libb10_log_la-logger_name.lo libb10_log_la-logger_support.lo libb10_log_la-logger_unittest_support.lo libb10_log_la-log_messages.lo libb10_log_la-message_dictionary.lo libb10_log_la-message_initializer.lo libb10_log_la-message_reader.lo libb10_log_la-output_option.lo libb10_log_la-buffer_appender_impl.lo ../../../src/lib/util/libb10-util.la -L/usr/local/lib -llog4cplus -pthread )
libtool: install: /usr/bin/install -c .libs/libb10-log.so.1T /usr/local/lib/libb10-log.so.1
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-log.so.1 libb10-log.so || { rm -f libb10-log.so && ln -s libb10-log.so.1 libb10-log.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-log.so.1 libb10-log.so || { rm -f libb10-log.so && ln -s libb10-log.so.1 libb10-log.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-log.lai /usr/local/lib/libb10-log.la
libtool: install: /usr/bin/install -c .libs/libb10-log.a /usr/local/lib/libb10-log.a
libtool: install: chmod 644 /usr/local/lib/libb10-log.a
libtool: install: ranlib /usr/local/lib/libb10-log.a
Making install in compiler
Making install in .
Making install in tests
make  install-recursive
Making install in .
Making install in cryptolink
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-cryptolink.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libb10-cryptolink.so.0 /usr/local/lib/libb10-cryptolink.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-cryptolink.so.0 libb10-cryptolink.so || { rm -f libb10-cryptolink.so && ln -s libb10-cryptolink.so.0 libb10-cryptolink.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-cryptolink.so.0 libb10-cryptolink.so || { rm -f libb10-cryptolink.so && ln -s libb10-cryptolink.so.0 libb10-cryptolink.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-cryptolink.lai /usr/local/lib/libb10-cryptolink.la
libtool: install: /usr/bin/install -c .libs/libb10-cryptolink.a /usr/local/lib/libb10-cryptolink.a
libtool: install: chmod 644 /usr/local/lib/libb10-cryptolink.a
libtool: install: ranlib /usr/local/lib/libb10-cryptolink.a
Making install in tests
Making install in .
Making install in dns
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-dns++.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-dns++.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/dns; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -no-undefined -version-info 2:0:0 -Wl,-R/usr/local/lib -o libb10-dns++.la -rpath /usr/local/lib libb10_dns___la-edns.lo libb10_dns___la-exceptions.lo libb10_dns___la-master_lexer_inputsource.lo libb10_dns___la-labelsequence.lo libb10_dns___la-masterload.lo libb10_dns___la-master_lexer.lo libb10_dns___la-master_loader.lo libb10_dns___la-message.lo libb10_dns___la-messagerenderer.lo libb10_dns___la-name.lo libb10_dns___la-nsec3hash.lo libb10_dns___la-opcode.lo libb10_dns___la-rcode.lo libb10_dns___la-rdata.lo libb10_dns___la-rdatafields.lo libb10_dns___la-rrclass.lo libb10_dns___la-rrset.lo libb10_dns___la-rrttl.lo libb10_dns___la-rrtype.lo libb10_dns___la-rrcollator.lo libb10_dns___la-question.lo libb10_dns___la-serial.lo libb10_dns___la-tsig.lo libb10_dns___la-tsigerror.lo libb10_dns___la-tsigkey.lo libb10_dns___la-tsigrecord.lo libb10_dns___la-master_loader_callbacks.lo libb10_dns___la-rrset_collection.lo libb10_dns___la-zone_checker.lo libb10_dns___la-char_string.lo libb10_dns___la-nsec_bitmap.lo libb10_dns___la-nsec3param_common.lo libb10_dns___la-rdataclass.lo libb10_dns___la-rrparamregistry.lo ../../../src/lib/cryptolink/libb10-cryptolink.la ../../../src/lib/util/libb10-util.la )
libtool: install: /usr/bin/install -c .libs/libb10-dns++.so.2T /usr/local/lib/libb10-dns++.so.2
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-dns++.so.2 libb10-dns++.so || { rm -f libb10-dns++.so && ln -s libb10-dns++.so.2 libb10-dns++.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-dns++.so.2 libb10-dns++.so || { rm -f libb10-dns++.so && ln -s libb10-dns++.so.2 libb10-dns++.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-dns++.lai /usr/local/lib/libb10-dns++.la
libtool: install: /usr/bin/install -c .libs/libb10-dns++.a /usr/local/lib/libb10-dns++.a
libtool: install: chmod 644 /usr/local/lib/libb10-dns++.a
libtool: install: ranlib /usr/local/lib/libb10-dns++.a
 ../../.././install-sh -c -d '/usr/local/include/bind10/dns'
 /usr/bin/install -c -m 644 edns.h exceptions.h dns_fwd.h labelsequence.h message.h masterload.h master_lexer.h master_loader.h master_loader_callbacks.h messagerenderer.h name.h question.h opcode.h rcode.h rdata.h rrparamregistry.h rrset.h rrset_collection_base.h rrset_collection.h rrttl.h tsigkey.h zone_checker.h '/usr/local/include/bind10/dns'
 ../../.././install-sh -c -d '/usr/local/include/bind10/dns'
 /usr/bin/install -c -m 644 rdataclass.h rrclass.h rrtype.h '/usr/local/include/bind10/dns'
Making install in tests
Making install in testdata
make  install-am
Making install in .
Making install in python
Making install in .
 ../../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../../libtool   --mode=install /usr/bin/install -c   libb10-pydnspp.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libb10-pydnspp.so.0 /usr/local/lib/libb10-pydnspp.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-pydnspp.so.0 libb10-pydnspp.so || { rm -f libb10-pydnspp.so && ln -s libb10-pydnspp.so.0 libb10-pydnspp.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-pydnspp.so.0 libb10-pydnspp.so || { rm -f libb10-pydnspp.so && ln -s libb10-pydnspp.so.0 libb10-pydnspp.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-pydnspp.lai /usr/local/lib/libb10-pydnspp.la
libtool: install: /usr/bin/install -c .libs/libb10-pydnspp.a /usr/local/lib/libb10-pydnspp.a
libtool: install: chmod 644 /usr/local/lib/libb10-pydnspp.a
libtool: install: ranlib /usr/local/lib/libb10-pydnspp.a
 ../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages'
 /bin/sh ../../../../libtool   --mode=install /usr/bin/install -c   pydnspp.la '/usr/local/lib/python3.1/site-packages'
libtool: install: warning: relinking `pydnspp.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/dns/python; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -L/usr/local/lib/python3.1/config -Wl,-R/usr/local/lib/python3.1/config -module -avoid-version -Wl,-R/usr/local/lib -o pydnspp.la -rpath /usr/local/lib/python3.1/site-packages pydnspp_la-pydnspp.lo ../../../../src/lib/dns/libb10-dns++.la ../../../../src/lib/exceptions/libb10-exceptions.la libb10-pydnspp.la -lpython3.1 )
libtool: install: /usr/bin/install -c .libs/pydnspp.soT /usr/local/lib/python3.1/site-packages/pydnspp.so
libtool: install: /usr/bin/install -c .libs/pydnspp.lai /usr/local/lib/python3.1/site-packages/pydnspp.la
libtool: install: /usr/bin/install -c .libs/pydnspp.a /usr/local/lib/python3.1/site-packages/pydnspp.a
libtool: install: chmod 644 /usr/local/lib/python3.1/site-packages/pydnspp.a
libtool: install: ranlib /usr/local/lib/python3.1/site-packages/pydnspp.a
Making install in tests
Making install in benchmarks
Making install in cc
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-cc.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-cc.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/cc; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -Wno-unused-parameter -fno-strict-aliasing -g -O2 -Wl,-R/usr/local/lib -o libb10-cc.la -rpath /usr/local/lib data.lo session.lo logger.lo proto_defs.lo cc_messages.lo ../../../src/lib/log/libb10-log.la )
libtool: install: /usr/bin/install -c .libs/libb10-cc.so.0T /usr/local/lib/libb10-cc.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-cc.so.0 libb10-cc.so || { rm -f libb10-cc.so && ln -s libb10-cc.so.0 libb10-cc.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-cc.so.0 libb10-cc.so || { rm -f libb10-cc.so && ln -s libb10-cc.so.0 libb10-cc.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-cc.lai /usr/local/lib/libb10-cc.la
libtool: install: /usr/bin/install -c .libs/libb10-cc.a /usr/local/lib/libb10-cc.a
libtool: install: chmod 644 /usr/local/lib/libb10-cc.a
libtool: install: ranlib /usr/local/lib/libb10-cc.a
Making install in tests
Making install in config
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-cfgclient.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-cfgclient.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/config; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -g -O2 -no-undefined -version-info 1:0:1 -Wl,-R/usr/local/lib -o libb10-cfgclient.la -rpath /usr/local/lib config_data.lo module_spec.lo ccsession.lo config_log.lo config_messages.lo ../../../src/lib/cc/libb10-cc.la ../../../src/lib/exceptions/libb10-exceptions.la )
libtool: install: /usr/bin/install -c .libs/libb10-cfgclient.so.1T /usr/local/lib/libb10-cfgclient.so.1
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-cfgclient.so.1 libb10-cfgclient.so || { rm -f libb10-cfgclient.so && ln -s libb10-cfgclient.so.1 libb10-cfgclient.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-cfgclient.so.1 libb10-cfgclient.so || { rm -f libb10-cfgclient.so && ln -s libb10-cfgclient.so.1 libb10-cfgclient.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-cfgclient.lai /usr/local/lib/libb10-cfgclient.la
libtool: install: /usr/bin/install -c .libs/libb10-cfgclient.a /usr/local/lib/libb10-cfgclient.a
libtool: install: chmod 644 /usr/local/lib/libb10-cfgclient.a
libtool: install: ranlib /usr/local/lib/libb10-cfgclient.a
Making install in tests
Making install in testdata
make  install-am
Making install in .
Making install in acl
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-acl.la libb10-dnsacl.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-acl.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/acl; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -Wl,-R/usr/local/lib -o libb10-acl.la -rpath /usr/local/lib ip_check.lo loader.lo ../../../src/lib/exceptions/libb10-exceptions.la ../../../src/lib/cc/libb10-cc.la ../../../src/lib/util/libb10-util.la )
libtool: install: /usr/bin/install -c .libs/libb10-acl.so.0T /usr/local/lib/libb10-acl.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-acl.so.0 libb10-acl.so || { rm -f libb10-acl.so && ln -s libb10-acl.so.0 libb10-acl.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-acl.so.0 libb10-acl.so || { rm -f libb10-acl.so && ln -s libb10-acl.so.0 libb10-acl.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-acl.lai /usr/local/lib/libb10-acl.la
libtool: install: warning: relinking `libb10-dnsacl.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/acl; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -Wl,-R/usr/local/lib -o libb10-dnsacl.la -rpath /usr/local/lib dns.lo libb10-acl.la ../../../src/lib/dns/libb10-dns++.la )
libtool: install: /usr/bin/install -c .libs/libb10-dnsacl.so.0T /usr/local/lib/libb10-dnsacl.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-dnsacl.so.0 libb10-dnsacl.so || { rm -f libb10-dnsacl.so && ln -s libb10-dnsacl.so.0 libb10-dnsacl.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-dnsacl.so.0 libb10-dnsacl.so || { rm -f libb10-dnsacl.so && ln -s libb10-dnsacl.so.0 libb10-dnsacl.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-dnsacl.lai /usr/local/lib/libb10-dnsacl.la
libtool: install: /usr/bin/install -c .libs/libb10-acl.a /usr/local/lib/libb10-acl.a
libtool: install: chmod 644 /usr/local/lib/libb10-acl.a
libtool: install: ranlib /usr/local/lib/libb10-acl.a
libtool: install: /usr/bin/install -c .libs/libb10-dnsacl.a /usr/local/lib/libb10-dnsacl.a
libtool: install: chmod 644 /usr/local/lib/libb10-dnsacl.a
libtool: install: ranlib /usr/local/lib/libb10-dnsacl.a
Making install in tests
Making install in xfr
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-xfr.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-xfr.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/xfr; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -Wno-unused-parameter -g -O2 -Wl,-R/usr/local/lib -o libb10-xfr.la -rpath /usr/local/lib xfrout_client.lo ../../../src/lib/util/io/libb10-util-io.la )
libtool: install: /usr/bin/install -c .libs/libb10-xfr.so.0T /usr/local/lib/libb10-xfr.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-xfr.so.0 libb10-xfr.so || { rm -f libb10-xfr.so && ln -s libb10-xfr.so.0 libb10-xfr.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-xfr.so.0 libb10-xfr.so || { rm -f libb10-xfr.so && ln -s libb10-xfr.so.0 libb10-xfr.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-xfr.lai /usr/local/lib/libb10-xfr.la
libtool: install: /usr/bin/install -c .libs/libb10-xfr.a /usr/local/lib/libb10-xfr.a
libtool: install: chmod 644 /usr/local/lib/libb10-xfr.a
libtool: install: ranlib /usr/local/lib/libb10-xfr.a
Making install in tests
Making install in bench
Making install in .
Making install in tests
Making install in example
Making install in asiolink
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-asiolink.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-asiolink.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/asiolink; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -no-undefined -version-info 1:0:1 -Wl,-R/usr/local/lib -o libb10-asiolink.la -rpath /usr/local/lib libb10_asiolink_la-interval_timer.lo libb10_asiolink_la-io_address.lo libb10_asiolink_la-io_endpoint.lo libb10_asiolink_la-io_service.lo libb10_asiolink_la-io_socket.lo ../../../src/lib/log/libb10-log.la )
libtool: install: /usr/bin/install -c .libs/libb10-asiolink.so.1T /usr/local/lib/libb10-asiolink.so.1
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-asiolink.so.1 libb10-asiolink.so || { rm -f libb10-asiolink.so && ln -s libb10-asiolink.so.1 libb10-asiolink.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-asiolink.so.1 libb10-asiolink.so || { rm -f libb10-asiolink.so && ln -s libb10-asiolink.so.1 libb10-asiolink.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-asiolink.lai /usr/local/lib/libb10-asiolink.la
libtool: install: /usr/bin/install -c .libs/libb10-asiolink.a /usr/local/lib/libb10-asiolink.a
libtool: install: chmod 644 /usr/local/lib/libb10-asiolink.a
libtool: install: ranlib /usr/local/lib/libb10-asiolink.a
Making install in tests
Making install in asiodns
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-asiodns.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-asiodns.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/asiodns; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -Wl,-R/usr/local/lib -o libb10-asiodns.la -rpath /usr/local/lib libb10_asiodns_la-dns_service.lo libb10_asiodns_la-tcp_server.lo libb10_asiodns_la-udp_server.lo libb10_asiodns_la-sync_udp_server.lo libb10_asiodns_la-io_fetch.lo libb10_asiodns_la-logger.lo libb10_asiodns_la-asiodns_messages.lo ../../../src/lib/log/libb10-log.la )
libtool: install: /usr/bin/install -c .libs/libb10-asiodns.so.0T /usr/local/lib/libb10-asiodns.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-asiodns.so.0 libb10-asiodns.so || { rm -f libb10-asiodns.so && ln -s libb10-asiodns.so.0 libb10-asiodns.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-asiodns.so.0 libb10-asiodns.so || { rm -f libb10-asiodns.so && ln -s libb10-asiodns.so.0 libb10-asiodns.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-asiodns.lai /usr/local/lib/libb10-asiodns.la
libtool: install: /usr/bin/install -c .libs/libb10-asiodns.a /usr/local/lib/libb10-asiodns.a
libtool: install: chmod 644 /usr/local/lib/libb10-asiodns.a
libtool: install: ranlib /usr/local/lib/libb10-asiodns.a
Making install in tests
Making install in nsas
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-nsas.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libb10-nsas.so.0 /usr/local/lib/libb10-nsas.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-nsas.so.0 libb10-nsas.so || { rm -f libb10-nsas.so && ln -s libb10-nsas.so.0 libb10-nsas.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-nsas.so.0 libb10-nsas.so || { rm -f libb10-nsas.so && ln -s libb10-nsas.so.0 libb10-nsas.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-nsas.lai /usr/local/lib/libb10-nsas.la
libtool: install: /usr/bin/install -c .libs/libb10-nsas.a /usr/local/lib/libb10-nsas.a
libtool: install: chmod 644 /usr/local/lib/libb10-nsas.a
libtool: install: ranlib /usr/local/lib/libb10-nsas.a
Making install in tests
Making install in .
Making install in cache
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-cache.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libb10-cache.so.0 /usr/local/lib/libb10-cache.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-cache.so.0 libb10-cache.so || { rm -f libb10-cache.so && ln -s libb10-cache.so.0 libb10-cache.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-cache.so.0 libb10-cache.so || { rm -f libb10-cache.so && ln -s libb10-cache.so.0 libb10-cache.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-cache.lai /usr/local/lib/libb10-cache.la
libtool: install: /usr/bin/install -c .libs/libb10-cache.a /usr/local/lib/libb10-cache.a
libtool: install: chmod 644 /usr/local/lib/libb10-cache.a
libtool: install: ranlib /usr/local/lib/libb10-cache.a
Making install in tests
Making install in .
Making install in resolve
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-resolve.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-resolve.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/resolve; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -Wl,-R/usr/local/lib -o libb10-resolve.la -rpath /usr/local/lib libb10_resolve_la-resolve.lo libb10_resolve_la-resolve_log.lo libb10_resolve_la-resolver_callback.lo libb10_resolve_la-response_classifier.lo libb10_resolve_la-recursive_query.lo libb10_resolve_la-resolve_messages.lo ../../../src/lib/dns/libb10-dns++.la ../../../src/lib/exceptions/libb10-exceptions.la ../../../src/lib/log/libb10-log.la ../../../src/lib/asiodns/libb10-asiodns.la )
libtool: install: /usr/bin/install -c .libs/libb10-resolve.so.0T /usr/local/lib/libb10-resolve.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-resolve.so.0 libb10-resolve.so || { rm -f libb10-resolve.so && ln -s libb10-resolve.so.0 libb10-resolve.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-resolve.so.0 libb10-resolve.so || { rm -f libb10-resolve.so && ln -s libb10-resolve.so.0 libb10-resolve.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-resolve.lai /usr/local/lib/libb10-resolve.la
libtool: install: /usr/bin/install -c .libs/libb10-resolve.a /usr/local/lib/libb10-resolve.a
libtool: install: chmod 644 /usr/local/lib/libb10-resolve.a
libtool: install: ranlib /usr/local/lib/libb10-resolve.a
Making install in tests
Making install in testutils
Making install in .
Making install in testdata
make  install-am
Making install in datasrc
make  install-recursive
Making install in memory
make  install-recursive
Making install in .
Making install in benchmarks
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-datasrc.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-datasrc.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/datasrc; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -no-undefined -version-info 1:0:1 -Wl,-R/usr/local/lib -o libb10-datasrc.la -rpath /usr/local/lib zone_finder.lo zone_finder_context.lo logger.lo client.lo database.lo factory.lo client_list.lo master_loader_callbacks.lo rrset_collection_base.lo zone_loader.lo datasrc_messages.lo ../../../src/lib/exceptions/libb10-exceptions.la ../../../src/lib/dns/libb10-dns++.la ../../../src/lib/log/libb10-log.la ../../../src/lib/cc/libb10-cc.la ../../../src/lib/datasrc/memory/libdatasrc_memory.la -L/usr/local/lib -lsqlite3 )
libtool: install: /usr/bin/install -c .libs/libb10-datasrc.so.1T /usr/local/lib/libb10-datasrc.so.1
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-datasrc.so.1 libb10-datasrc.so || { rm -f libb10-datasrc.so && ln -s libb10-datasrc.so.1 libb10-datasrc.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-datasrc.so.1 libb10-datasrc.so || { rm -f libb10-datasrc.so && ln -s libb10-datasrc.so.1 libb10-datasrc.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-datasrc.lai /usr/local/lib/libb10-datasrc.la
libtool: install: /usr/bin/install -c .libs/libb10-datasrc.a /usr/local/lib/libb10-datasrc.a
libtool: install: chmod 644 /usr/local/lib/libb10-datasrc.a
libtool: install: ranlib /usr/local/lib/libb10-datasrc.a
 ../../.././install-sh -c -d '/usr/local/libexec/bind10/backends'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   sqlite3_ds.la static_ds.la '/usr/local/libexec/bind10/backends'
libtool: install: warning: relinking `sqlite3_ds.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/datasrc; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -module -avoid-version -no-undefined -version-info 1:0:0 -Wl,-R/usr/local/lib -o sqlite3_ds.la -rpath /usr/local/libexec/bind10/backends sqlite3_accessor.lo sqlite3_accessor_link.lo sqlite3_datasrc_messages.lo ../../../src/lib/exceptions/libb10-exceptions.la libb10-datasrc.la -L/usr/local/lib -lsqlite3 )
libtool: install: /usr/bin/install -c .libs/sqlite3_ds.soT /usr/local/libexec/bind10/backends/sqlite3_ds.so
libtool: install: /usr/bin/install -c .libs/sqlite3_ds.lai /usr/local/libexec/bind10/backends/sqlite3_ds.la
libtool: install: warning: relinking `static_ds.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/datasrc; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -module -avoid-version -Wl,-R/usr/local/lib -o static_ds.la -rpath /usr/local/libexec/bind10/backends static_datasrc_link.lo ../../../src/lib/exceptions/libb10-exceptions.la libb10-datasrc.la )
libtool: install: /usr/bin/install -c .libs/static_ds.soT /usr/local/libexec/bind10/backends/static_ds.so
libtool: install: /usr/bin/install -c .libs/static_ds.lai /usr/local/libexec/bind10/backends/static_ds.la
libtool: install: /usr/bin/install -c .libs/sqlite3_ds.a /usr/local/libexec/bind10/backends/sqlite3_ds.a
libtool: install: chmod 644 /usr/local/libexec/bind10/backends/sqlite3_ds.a
libtool: install: ranlib /usr/local/libexec/bind10/backends/sqlite3_ds.a
libtool: install: /usr/bin/install -c .libs/static_ds.a /usr/local/libexec/bind10/backends/static_ds.a
libtool: install: chmod 644 /usr/local/libexec/bind10/backends/static_ds.a
libtool: install: ranlib /usr/local/libexec/bind10/backends/static_ds.a
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 static.zone '/usr/local/share/bind10'
Making install in tests
Making install in .
Making install in memory
Making install in testdata
Making install in .
Making install in testdata
Making install in server_common
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-server-common.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-server-common.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/server_common; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -Wno-missing-field-initializers -g -O2 -Wl,-R/usr/local/lib -o libb10-server-common.la -rpath /usr/local/lib client.lo keyring.lo portconfig.lo logger.lo socket_request.lo server_common_messages.lo ../../../src/lib/exceptions/libb10-exceptions.la ../../../src/lib/asiolink/libb10-asiolink.la ../../../src/lib/cc/libb10-cc.la ../../../src/lib/config/libb10-cfgclient.la ../../../src/lib/log/libb10-log.la ../../../src/lib/acl/libb10-acl.la ../../../src/lib/dns/libb10-dns++.la ../../../src/lib/util/io/libb10-util-io.la )
libtool: install: /usr/bin/install -c .libs/libb10-server-common.so.0T /usr/local/lib/libb10-server-common.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-server-common.so.0 libb10-server-common.so || { rm -f libb10-server-common.so && ln -s libb10-server-common.so.0 libb10-server-common.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-server-common.so.0 libb10-server-common.so || { rm -f libb10-server-common.so && ln -s libb10-server-common.so.0 libb10-server-common.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-server-common.lai /usr/local/lib/libb10-server-common.la
libtool: install: /usr/bin/install -c .libs/libb10-server-common.a /usr/local/lib/libb10-server-common.a
libtool: install: chmod 644 /usr/local/lib/libb10-server-common.a
libtool: install: ranlib /usr/local/lib/libb10-server-common.a
Making install in tests
Making install in python
Making install in isc
Making install in datasrc
Making install in .
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/datasrc'
 /bin/sh ../../../../../libtool   --mode=install /usr/bin/install -c   datasrc.la '/usr/local/lib/python3.1/site-packages/isc/datasrc'
libtool: install: warning: relinking `datasrc.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/python/isc/datasrc; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -g -O2 -L/usr/local/lib/python3.1/config -Wl,-R/usr/local/lib/python3.1/config -module -avoid-version -Wl,-R/usr/local/lib -o datasrc.la -rpath /usr/local/lib/python3.1/site-packages/isc/datasrc datasrc_la-datasrc.lo datasrc_la-client_python.lo datasrc_la-iterator_python.lo datasrc_la-finder_python.lo datasrc_la-updater_python.lo datasrc_la-journal_reader_python.lo datasrc_la-configurableclientlist_python.lo datasrc_la-zone_loader_python.lo ../../../../../src/lib/datasrc/libb10-datasrc.la ../../../../../src/lib/cc/libb10-cc.la ../../../../../src/lib/dns/python/libb10-pydnspp.la -lpython3.1 )
libtool: install: /usr/bin/install -c .libs/datasrc.soT /usr/local/lib/python3.1/site-packages/isc/datasrc/datasrc.so
libtool: install: /usr/bin/install -c .libs/datasrc.lai /usr/local/lib/python3.1/site-packages/isc/datasrc/datasrc.la
libtool: install: /usr/bin/install -c .libs/datasrc.a /usr/local/lib/python3.1/site-packages/isc/datasrc/datasrc.a
libtool: install: chmod 644 /usr/local/lib/python3.1/site-packages/isc/datasrc/datasrc.a
libtool: install: ranlib /usr/local/lib/python3.1/site-packages/isc/datasrc/datasrc.a
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/datasrc'
 /usr/bin/install -c -m 644 __init__.py sqlite3_ds.py '/usr/local/lib/python3.1/site-packages/isc/datasrc'
Byte-compiling python modules...
__init__.pysqlite3_ds.py
Byte-compiling python modules (optimized versions) ...
__init__.pysqlite3_ds.py
Making install in tests
Making install in util
Making install in .
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/util'
 /usr/bin/install -c -m 644 __init__.py process.py socketserver_mixin.py file.py '/usr/local/lib/python3.1/site-packages/isc/util'
Byte-compiling python modules...
__init__.pyprocess.pysocketserver_mixin.pyfile.py
Byte-compiling python modules (optimized versions) ...
__init__.pyprocess.pysocketserver_mixin.pyfile.py
Making install in cio
Making install in .
 ../../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/util/cio'
 /bin/sh ../../../../../../libtool   --mode=install /usr/bin/install -c   socketsession.la '/usr/local/lib/python3.1/site-packages/isc/util/cio'
libtool: install: warning: relinking `socketsession.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/python/isc/util/cio; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -L/usr/local/lib/python3.1/config -Wl,-R/usr/local/lib/python3.1/config -module -avoid-version -Wl,-R/usr/local/lib -o socketsession.la -rpath /usr/local/lib/python3.1/site-packages/isc/util/cio socketsession_la-socketsession_python.lo socketsession_la-socketsessionforwarder_python.lo socketsession_la-socketsessionreceiver_python.lo ../../../../../../src/lib/util/io/libb10-util-io.la -lpython3.1 )
libtool: install: /usr/bin/install -c .libs/socketsession.soT /usr/local/lib/python3.1/site-packages/isc/util/cio/socketsession.so
libtool: install: /usr/bin/install -c .libs/socketsession.lai /usr/local/lib/python3.1/site-packages/isc/util/cio/socketsession.la
libtool: install: /usr/bin/install -c .libs/socketsession.a /usr/local/lib/python3.1/site-packages/isc/util/cio/socketsession.a
libtool: install: chmod 644 /usr/local/lib/python3.1/site-packages/isc/util/cio/socketsession.a
libtool: install: ranlib /usr/local/lib/python3.1/site-packages/isc/util/cio/socketsession.a
 ../../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/util/cio'
 /usr/bin/install -c -m 644 __init__.py '/usr/local/lib/python3.1/site-packages/isc/util/cio'
Byte-compiling python modules...
__init__.py
Byte-compiling python modules (optimized versions) ...
__init__.py
Making install in tests
Making install in tests
Making install in cc
make  install-recursive
Making install in .
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../../../src/lib/python/isc/log_messages/work/pycc_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
pycc_messages.py
Byte-compiling python modules (optimized versions) ...
pycc_messages.py
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/cc'
 /usr/bin/install -c -m 644 __init__.py data.py session.py message.py logger.py '/usr/local/lib/python3.1/site-packages/isc/cc'
Byte-compiling python modules...
__init__.pydata.pysession.pymessage.pylogger.py
Byte-compiling python modules (optimized versions) ...
__init__.pydata.pysession.pymessage.pylogger.py
Making install in cc_generated
make  install-am
 ../../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/cc'
 /usr/bin/install -c -m 644 proto_defs.py '/usr/local/lib/python3.1/site-packages/isc/cc'
Byte-compiling python modules...
proto_defs.py
Byte-compiling python modules (optimized versions) ...
proto_defs.py
Making install in tests
Making install in config
make  install-recursive
Making install in .
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../../../src/lib/python/isc/log_messages/work/cfgmgr_messages.py ../../../../../src/lib/python/isc/log_messages/work/config_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
cfgmgr_messages.pyconfig_messages.py
Byte-compiling python modules (optimized versions) ...
cfgmgr_messages.pyconfig_messages.py
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/config'
 /usr/bin/install -c -m 644 __init__.py ccsession.py cfgmgr.py config_data.py module_spec.py '/usr/local/lib/python3.1/site-packages/isc/config'
Byte-compiling python modules...
__init__.pyccsession.pycfgmgr.pyconfig_data.pymodule_spec.py
Byte-compiling python modules (optimized versions) ...
__init__.pyccsession.pycfgmgr.pyconfig_data.pymodule_spec.py
Making install in tests
Making install in dns
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/dns'
 /usr/bin/install -c -m 644 __init__.py '/usr/local/lib/python3.1/site-packages/isc/dns'
Byte-compiling python modules...
__init__.py
Byte-compiling python modules (optimized versions) ...
__init__.py
Making install in log
Making install in .
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc'
 /bin/sh ../../../../../libtool   --mode=install /usr/bin/install -c   log.la '/usr/local/lib/python3.1/site-packages/isc'
libtool: install: warning: relinking `log.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/python/isc/log; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -L/usr/local/lib/python3.1/config -Wl,-R/usr/local/lib/python3.1/config -module -avoid-version -Wl,-R/usr/local/lib -o log.la -rpath /usr/local/lib/python3.1/site-packages/isc log_la-log.lo ../../../../../src/lib/log/libb10-log.la ../../../../../src/lib/cc/libb10-cc.la ../../../../../src/lib/config/libb10-cfgclient.la ../../../../../src/lib/exceptions/libb10-exceptions.la -lpython3.1 )
libtool: install: /usr/bin/install -c .libs/log.soT /usr/local/lib/python3.1/site-packages/isc/log.so
libtool: install: /usr/bin/install -c .libs/log.lai /usr/local/lib/python3.1/site-packages/isc/log.la
libtool: install: /usr/bin/install -c .libs/log.a /usr/local/lib/python3.1/site-packages/isc/log.a
libtool: install: chmod 644 /usr/local/lib/python3.1/site-packages/isc/log.a
libtool: install: ranlib /usr/local/lib/python3.1/site-packages/isc/log.a
Making install in tests
Making install in net
Making install in tests
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/net'
 /usr/bin/install -c -m 644 __init__.py addr.py parse.py '/usr/local/lib/python3.1/site-packages/isc/net'
Byte-compiling python modules...
__init__.pyaddr.pyparse.py
Byte-compiling python modules (optimized versions) ...
__init__.pyaddr.pyparse.py
Making install in notify
make  install-recursive
Making install in .
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../../../src/lib/python/isc/log_messages/work/notify_out_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
notify_out_messages.py
Byte-compiling python modules (optimized versions) ...
notify_out_messages.py
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/notify'
 /usr/bin/install -c -m 644 __init__.py notify_out.py '/usr/local/lib/python3.1/site-packages/isc/notify'
Byte-compiling python modules...
__init__.pynotify_out.py
Byte-compiling python modules (optimized versions) ...
__init__.pynotify_out.py
Making install in tests
Making install in testutils
Making install in acl
Making install in .
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/acl'
 /bin/sh ../../../../../libtool   --mode=install /usr/bin/install -c   acl.la _dns.la '/usr/local/lib/python3.1/site-packages/isc/acl'
libtool: install: warning: relinking `acl.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/python/isc/acl; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -L/usr/local/lib/python3.1/config -Wl,-R/usr/local/lib/python3.1/config -module -avoid-version -Wl,-R/usr/local/lib -o acl.la -rpath /usr/local/lib/python3.1/site-packages/isc/acl acl_la-acl.lo ../../../../../src/lib/acl/libb10-acl.la ../../../../../src/lib/exceptions/libb10-exceptions.la -lpython3.1 )
libtool: install: /usr/bin/install -c .libs/acl.soT /usr/local/lib/python3.1/site-packages/isc/acl/acl.so
libtool: install: /usr/bin/install -c .libs/acl.lai /usr/local/lib/python3.1/site-packages/isc/acl/acl.la
libtool: install: warning: relinking `_dns.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/python/isc/acl; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -g -O2 -L/usr/local/lib/python3.1/config -Wl,-R/usr/local/lib/python3.1/config -module -avoid-version -Wl,-R/usr/local/lib -o _dns.la -rpath /usr/local/lib/python3.1/site-packages/isc/acl _dns_la-dns.lo _dns_la-dns_requestacl_python.lo _dns_la-dns_requestcontext_python.lo _dns_la-dns_requestloader_python.lo ../../../../../src/lib/acl/libb10-dnsacl.la ../../../../../src/lib/cc/libb10-cc.la -lpython3.1 )
libtool: install: /usr/bin/install -c .libs/_dns.soT /usr/local/lib/python3.1/site-packages/isc/acl/_dns.so
libtool: install: /usr/bin/install -c .libs/_dns.lai /usr/local/lib/python3.1/site-packages/isc/acl/_dns.la
libtool: install: /usr/bin/install -c .libs/acl.a /usr/local/lib/python3.1/site-packages/isc/acl/acl.a
libtool: install: chmod 644 /usr/local/lib/python3.1/site-packages/isc/acl/acl.a
libtool: install: ranlib /usr/local/lib/python3.1/site-packages/isc/acl/acl.a
libtool: install: /usr/bin/install -c .libs/_dns.a /usr/local/lib/python3.1/site-packages/isc/acl/_dns.a
libtool: install: chmod 644 /usr/local/lib/python3.1/site-packages/isc/acl/_dns.a
libtool: install: ranlib /usr/local/lib/python3.1/site-packages/isc/acl/_dns.a
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/acl'
 /usr/bin/install -c -m 644 __init__.py dns.py '/usr/local/lib/python3.1/site-packages/isc/acl'
Byte-compiling python modules...
__init__.pydns.py
Byte-compiling python modules (optimized versions) ...
__init__.pydns.py
Making install in tests
Making install in bind10
Making install in .
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/bind10'
 /usr/bin/install -c -m 644 __init__.py sockcreator.py component.py special_component.py socket_cache.py '/usr/local/lib/python3.1/site-packages/isc/bind10'
Byte-compiling python modules...
__init__.pysockcreator.pycomponent.pyspecial_component.pysocket_cache.py
Byte-compiling python modules (optimized versions) ...
__init__.pysockcreator.pycomponent.pyspecial_component.pysocket_cache.py
Making install in tests
Making install in xfrin
make  install-recursive
Making install in .
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../../../src/lib/python/isc/log_messages/work/libxfrin_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
libxfrin_messages.py
Byte-compiling python modules (optimized versions) ...
libxfrin_messages.py
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/xfrin'
 /usr/bin/install -c -m 644 __init__.py diff.py '/usr/local/lib/python3.1/site-packages/isc/xfrin'
Byte-compiling python modules...
__init__.pydiff.py
Byte-compiling python modules (optimized versions) ...
__init__.pydiff.py
Making install in tests
Making install in log_messages
Making install in work
 ../../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 __init__.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
__init__.py
Byte-compiling python modules (optimized versions) ...
__init__.py
Making install in server_common
make  install-recursive
Making install in tests
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../../../src/lib/python/isc/log_messages/work/server_common_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
server_common_messages.py
Byte-compiling python modules (optimized versions) ...
server_common_messages.py
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/server_common'
 /usr/bin/install -c -m 644 __init__.py tsig_keyring.py auth_command.py dns_tcp.py logger.py '/usr/local/lib/python3.1/site-packages/isc/server_common'
Byte-compiling python modules...
__init__.pytsig_keyring.pyauth_command.pydns_tcp.pylogger.py
Byte-compiling python modules (optimized versions) ...
__init__.pytsig_keyring.pyauth_command.pydns_tcp.pylogger.py
Making install in ddns
make  install-recursive
Making install in .
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../../../src/lib/python/isc/log_messages/work/libddns_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
libddns_messages.py
Byte-compiling python modules (optimized versions) ...
libddns_messages.py
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/ddns'
 /usr/bin/install -c -m 644 __init__.py session.py logger.py zone_config.py '/usr/local/lib/python3.1/site-packages/isc/ddns'
Byte-compiling python modules...
__init__.pysession.pylogger.pyzone_config.py
Byte-compiling python modules (optimized versions) ...
__init__.pysession.pylogger.pyzone_config.py
Making install in tests
Making install in sysinfo
Making install in .
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/sysinfo'
 /usr/bin/install -c -m 644 __init__.py sysinfo.py '/usr/local/lib/python3.1/site-packages/isc/sysinfo'
Byte-compiling python modules...
__init__.pysysinfo.py
Byte-compiling python modules (optimized versions) ...
__init__.pysysinfo.py
Making install in tests
Making install in statistics
Making install in .
 ../../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/statistics'
 /usr/bin/install -c -m 644 __init__.py counters.py '/usr/local/lib/python3.1/site-packages/isc/statistics'
Byte-compiling python modules...
__init__.pycounters.py
Byte-compiling python modules (optimized versions) ...
__init__.pycounters.py
Making install in tests
 ../../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc'
 /usr/bin/install -c -m 644 __init__.py '/usr/local/lib/python3.1/site-packages/isc'
Byte-compiling python modules...
__init__.py
Byte-compiling python modules (optimized versions) ...
__init__.py
 ../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages'
 /usr/bin/install -c -m 644 bind10_config.py '/usr/local/lib/python3.1/site-packages'
Byte-compiling python modules...
bind10_config.py
Byte-compiling python modules (optimized versions) ...
bind10_config.py
Making install in dhcp
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-dhcp++.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-dhcp++.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/dhcp; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -Wno-missing-field-initializers -g -O2 -no-undefined -version-info 2:0:0 -Wl,-R/usr/local/lib -o libb10-dhcp++.la -rpath /usr/local/lib libb10_dhcp___la-duid.lo libb10_dhcp___la-hwaddr.lo libb10_dhcp___la-iface_mgr.lo libb10_dhcp___la-iface_mgr_bsd.lo libb10_dhcp___la-iface_mgr_linux.lo libb10_dhcp___la-iface_mgr_sun.lo libb10_dhcp___la-libdhcp++.lo libb10_dhcp___la-option4_addrlst.lo libb10_dhcp___la-option6_ia.lo libb10_dhcp___la-option6_iaaddr.lo libb10_dhcp___la-option6_addrlst.lo libb10_dhcp___la-option.lo libb10_dhcp___la-option_custom.lo libb10_dhcp___la-option_data_types.lo libb10_dhcp___la-option_definition.lo libb10_dhcp___la-option_space.lo libb10_dhcp___la-pkt6.lo libb10_dhcp___la-pkt4.lo ../../../src/lib/asiolink/libb10-asiolink.la ../../../src/lib/dns/libb10-dns++.la ../../../src/lib/util/libb10-util.la )
libtool: install: /usr/bin/install -c .libs/libb10-dhcp++.so.2T /usr/local/lib/libb10-dhcp++.so.2
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-dhcp++.so.2 libb10-dhcp++.so || { rm -f libb10-dhcp++.so && ln -s libb10-dhcp++.so.2 libb10-dhcp++.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-dhcp++.so.2 libb10-dhcp++.so || { rm -f libb10-dhcp++.so && ln -s libb10-dhcp++.so.2 libb10-dhcp++.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-dhcp++.lai /usr/local/lib/libb10-dhcp++.la
libtool: install: /usr/bin/install -c .libs/libb10-dhcp++.a /usr/local/lib/libb10-dhcp++.a
libtool: install: chmod 644 /usr/local/lib/libb10-dhcp++.a
libtool: install: ranlib /usr/local/lib/libb10-dhcp++.a
Making install in tests
Making install in .
Making install in dhcpsrv
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/lib'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   libb10-dhcpsrv.la '/usr/local/lib'
libtool: install: warning: relinking `libb10-dhcpsrv.la'
libtool: install: (cd /root/jenkins/workspace/bind10-latest-slave/src/lib/dhcpsrv; /bin/sh /root/jenkins/workspace/bind10-latest-slave/libtool  --silent --tag CXX --mode=relink g++ -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fPIC -Wno-missing-field-initializers -g -O2 -no-undefined -version-info 3:0:0 -Wl,-R/usr/local/lib -o libb10-dhcpsrv.la -rpath /usr/local/lib libb10_dhcpsrv_la-addr_utilities.lo libb10_dhcpsrv_la-alloc_engine.lo libb10_dhcpsrv_la-dbaccess_parser.lo libb10_dhcpsrv_la-dhcpsrv_log.lo libb10_dhcpsrv_la-cfgmgr.lo libb10_dhcpsrv_la-lease_mgr.lo libb10_dhcpsrv_la-lease_mgr_factory.lo libb10_dhcpsrv_la-memfile_lease_mgr.lo libb10_dhcpsrv_la-pool.lo libb10_dhcpsrv_la-subnet.lo libb10_dhcpsrv_la-dhcpsrv_messages.lo ../../../src/lib/asiolink/libb10-asiolink.la ../../../src/lib/dhcp/libb10-dhcp++.la ../../../src/lib/util/libb10-util.la )
libtool: install: /usr/bin/install -c .libs/libb10-dhcpsrv.so.3T /usr/local/lib/libb10-dhcpsrv.so.3
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-dhcpsrv.so.3 libb10-dhcpsrv.so || { rm -f libb10-dhcpsrv.so && ln -s libb10-dhcpsrv.so.3 libb10-dhcpsrv.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libb10-dhcpsrv.so.3 libb10-dhcpsrv.so || { rm -f libb10-dhcpsrv.so && ln -s libb10-dhcpsrv.so.3 libb10-dhcpsrv.so; }; })
libtool: install: /usr/bin/install -c .libs/libb10-dhcpsrv.lai /usr/local/lib/libb10-dhcpsrv.la
libtool: install: /usr/bin/install -c .libs/libb10-dhcpsrv.a /usr/local/lib/libb10-dhcpsrv.a
libtool: install: chmod 644 /usr/local/lib/libb10-dhcpsrv.a
libtool: install: ranlib /usr/local/lib/libb10-dhcpsrv.a
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 dhcpdb_create.mysql '/usr/local/share/bind10'
Making install in tests
Making install in .
Making install in statistics
Making install in tests
Making install in bin
Making install in bind10
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
 /usr/bin/install -c b10-init '/usr/local/libexec/bind10'
 ../../.././install-sh -c -d '/usr/local/sbin'
 /usr/bin/install -c bind10 '/usr/local/sbin'
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 init.spec '/usr/local/share/bind10'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-init.8 bind10.8 '/usr/local/share/man/man8'
 ../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../src/lib/python/isc/log_messages/work/init_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
init_messages.py
Byte-compiling python modules (optimized versions) ...
init_messages.py
Making install in tests
Making install in bindctl
Making install in .
 ../../.././install-sh -c -d '/usr/local/bin'
 /usr/bin/install -c bindctl '/usr/local/bin'
 ../../.././install-sh -c -d '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 bindctl.1 '/usr/local/share/man/man1'
 ../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/bindctl'
 /usr/bin/install -c -m 644 __init__.py bindcmd.py cmdparse.py exception.py moduleinfo.py mycollections.py command_sets.py '/usr/local/lib/python3.1/site-packages/bindctl'
Byte-compiling python modules...
__init__.pybindcmd.pycmdparse.pyexception.pymoduleinfo.pymycollections.pycommand_sets.py
Byte-compiling python modules (optimized versions) ...
__init__.pybindcmd.pycmdparse.pyexception.pymoduleinfo.pymycollections.pycommand_sets.py
Making install in tests
Making install in cfgmgr
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
 /usr/bin/install -c b10-cfgmgr '/usr/local/libexec/bind10'
/bin/sh /root/jenkins/workspace/bind10-latest-slave/install-sh -d //usr/local/var/bind10
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-cfgmgr.8 '/usr/local/share/man/man8'
make  install-data-hook
chmod 2770 //usr/local/var/bind10
Making install in plugins
Making install in tests
 ../../../.././install-sh -c -d '/usr/local/share/bind10/config_plugins'
 /usr/bin/install -c -m 644 logging.spec tsig_keys.spec datasrc.spec '/usr/local/share/bind10/config_plugins'
 ../../../.././install-sh -c -d '/usr/local/share/bind10/config_plugins'
 /usr/bin/install -c -m 644 b10logging.py tsig_keys.py datasrc_config_plugin.py '/usr/local/share/bind10/config_plugins'
Byte-compiling python modules...
b10logging.pytsig_keys.pydatasrc_config_plugin.py
Byte-compiling python modules (optimized versions) ...
b10logging.pytsig_keys.pydatasrc_config_plugin.py
Making install in local_plugins
Making install in tests
Making install in ddns
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
 /usr/bin/install -c b10-ddns '/usr/local/libexec/bind10'
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 ddns.spec '/usr/local/share/bind10'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-ddns.8 '/usr/local/share/man/man8'
 ../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../src/lib/python/isc/log_messages/work/ddns_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
ddns_messages.py
Byte-compiling python modules (optimized versions) ...
ddns_messages.py
Making install in tests
Making install in loadzone
Making install in .
 ../../.././install-sh -c -d '/usr/local/bin'
 /usr/bin/install -c b10-loadzone '/usr/local/bin'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-loadzone.8 '/usr/local/share/man/man8'
 ../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../src/lib/python/isc/log_messages/work/loadzone_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
loadzone_messages.py
Byte-compiling python modules (optimized versions) ...
loadzone_messages.py
Making install in tests
Making install in .
Making install in correct
Making install in msgq
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
 /usr/bin/install -c b10-msgq '/usr/local/libexec/bind10'
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 msgq.spec '/usr/local/share/bind10'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-msgq.8 '/usr/local/share/man/man8'
 ../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../src/lib/python/isc/log_messages/work/msgq_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
msgq_messages.py
Byte-compiling python modules (optimized versions) ...
msgq_messages.py
Making install in tests
Making install in cmdctl
Making install in .
 ../../.././install-sh -c -d '/usr/local/bin'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c b10-certgen '/usr/local/bin'
libtool: install: /usr/bin/install -c b10-certgen /usr/local/bin/b10-certgen
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
 /usr/bin/install -c b10-cmdctl '/usr/local/libexec/bind10'
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 cmdctl.spec '/usr/local/share/bind10'
/bin/sh /root/jenkins/workspace/bind10-latest-slave/install-sh -d //usr/local/etc/bind10
for f in cmdctl-keyfile.pem cmdctl-certfile.pem ; do	 if test ! -f /usr/local/etc/bind10/$f; then	 /usr/bin/install -c -m 640 ./$f /usr/local/etc/bind10/ ;	 fi ;	 done
 ../../.././install-sh -c -d '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 b10-certgen.1 '/usr/local/share/man/man1'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-cmdctl.8 '/usr/local/share/man/man8'
 ../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../src/lib/python/isc/log_messages/work/cmdctl_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
cmdctl_messages.py
Byte-compiling python modules (optimized versions) ...
cmdctl_messages.py
Making install in tests
Making install in auth
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c b10-auth '/usr/local/libexec/bind10'
libtool: install: /usr/bin/install -c .libs/b10-auth /usr/local/libexec/bind10/b10-auth
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 auth.spec '/usr/local/share/bind10'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-auth.8 '/usr/local/share/man/man8'
Making install in tests
make  install-recursive
Making install in testdata
make  install-am
Making install in .
Making install in benchmarks
Making install in xfrin
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
 /usr/bin/install -c b10-xfrin '/usr/local/libexec/bind10'
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 xfrin.spec '/usr/local/share/bind10'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-xfrin.8 '/usr/local/share/man/man8'
 ../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../src/lib/python/isc/log_messages/work/xfrin_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
xfrin_messages.py
Byte-compiling python modules (optimized versions) ...
xfrin_messages.py
Making install in tests
Making install in testdata
Making install in .
Making install in xfrout
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
 /usr/bin/install -c b10-xfrout '/usr/local/libexec/bind10'
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 xfrout.spec '/usr/local/share/bind10'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-xfrout.8 '/usr/local/share/man/man8'
 ../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../src/lib/python/isc/log_messages/work/xfrout_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
xfrout_messages.py
Byte-compiling python modules (optimized versions) ...
xfrout_messages.py
Making install in tests
Making install in usermgr
Making install in tests
 ../../.././install-sh -c -d '/usr/local/sbin'
 /usr/bin/install -c b10-cmdctl-usermgr '/usr/local/sbin'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-cmdctl-usermgr.8 '/usr/local/share/man/man8'
Making install in zonemgr
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
 /usr/bin/install -c b10-zonemgr '/usr/local/libexec/bind10'
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 zonemgr.spec '/usr/local/share/bind10'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-zonemgr.8 '/usr/local/share/man/man8'
 ../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../src/lib/python/isc/log_messages/work/zonemgr_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
zonemgr_messages.py
Byte-compiling python modules (optimized versions) ...
zonemgr_messages.py
Making install in tests
Making install in stats
Making install in tests
Making install in testdata
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
 /usr/bin/install -c b10-stats b10-stats-httpd '/usr/local/libexec/bind10'
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 stats.spec stats-httpd.spec stats-httpd-xml.tpl stats-httpd-xsd.tpl stats-httpd-xsl.tpl '/usr/local/share/bind10'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-stats.8 b10-stats-httpd.8 '/usr/local/share/man/man8'
 ../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../src/lib/python/isc/log_messages/work/stats_messages.py ../../../src/lib/python/isc/log_messages/work/stats_httpd_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
stats_messages.pystats_httpd_messages.py
Byte-compiling python modules (optimized versions) ...
stats_messages.pystats_httpd_messages.py
Making install in tests
Making install in resolver
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c b10-resolver '/usr/local/libexec/bind10'
libtool: install: /usr/bin/install -c .libs/b10-resolver /usr/local/libexec/bind10/b10-resolver
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 resolver.spec '/usr/local/share/bind10'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-resolver.8 '/usr/local/share/man/man8'
Making install in tests
Making install in sockcreator
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c b10-sockcreator '/usr/local/libexec/bind10'
libtool: install: /usr/bin/install -c .libs/b10-sockcreator /usr/local/libexec/bind10/b10-sockcreator
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-sockcreator.8 '/usr/local/share/man/man8'
Making install in tests
Making install in dhcp4
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c b10-dhcp4 '/usr/local/libexec/bind10'
libtool: install: /usr/bin/install -c .libs/b10-dhcp4 /usr/local/libexec/bind10/b10-dhcp4
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 dhcp4.spec '/usr/local/share/bind10'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-dhcp4.8 '/usr/local/share/man/man8'
Making install in tests
Making install in dhcp6
make  install-recursive
Making install in .
 ../../.././install-sh -c -d '/usr/local/libexec/bind10'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c b10-dhcp6 '/usr/local/libexec/bind10'
libtool: install: /usr/bin/install -c .libs/b10-dhcp6 /usr/local/libexec/bind10/b10-dhcp6
 ../../.././install-sh -c -d '/usr/local/share/bind10'
 /usr/bin/install -c -m 644 dhcp6.spec '/usr/local/share/bind10'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-dhcp6.8 '/usr/local/share/man/man8'
Making install in tests
Making install in dbutil
Making install in .
 ../../.././install-sh -c -d '/usr/local/bin'
 /usr/bin/install -c b10-dbutil '/usr/local/bin'
 ../../.././install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 b10-dbutil.8 '/usr/local/share/man/man8'
 ../../.././install-sh -c -d '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
 /usr/bin/install -c -m 644 ../../../src/lib/python/isc/log_messages/work/dbutil_messages.py '/usr/local/lib/python3.1/site-packages/isc/log_messages/'
Byte-compiling python modules...
dbutil_messages.py
Byte-compiling python modules (optimized versions) ...
dbutil_messages.py
Making install in tests
Making install in .
Making install in testdata
Making install in sysinfo
 ../../.././install-sh -c -d '/usr/local/bin'
 /usr/bin/install -c isc-sysinfo '/usr/local/bin'
 ../../.././install-sh -c -d '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 isc-sysinfo.1 '/usr/local/share/man/man1'
Making install in tests
Making install in system
Making install in tools
Making install in badpacket
Making install in .
Making install in tests
Making install in .
Making install in perfdhcp
Making install in .
 ../../.././install-sh -c -d '/usr/local/bin'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c perfdhcp '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/perfdhcp /usr/local/bin/perfdhcp
Making install in tests
Making install in .
Making install in testdata
Making install in .
[bind10-latest-slave] $ /bin/sh -xe /tmp/hudson7166800096751953694.sh
+ make check
Making check in compatcheck
Making check in doc
Making check in guide
Making check in .
Making check in src
Making check in lib
Making check in exceptions
Making check in .
Making check in tests
make  check-TESTS
[==========] Running 2 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 2 tests from ExceptionTest
[ RUN      ] ExceptionTest.basicMethods
[       OK ] ExceptionTest.basicMethods (0 ms)
[ RUN      ] ExceptionTest.stdInheritance
[       OK ] ExceptionTest.stdInheritance (0 ms)
[----------] 2 tests from ExceptionTest (0 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test case ran. (1 ms total)
[  PASSED  ] 2 tests.
PASS: run_unittests
=============
1 test passed
=============
Making check in util
Making check in .
Making check in io
Making check in unittests
Making check in tests
Making check in .
make  check-TESTS
[==========] Running 85 tests from 21 test cases.
[----------] Global test environment set-up.
[----------] 2 tests from RangeUtilitiesTest
[ RUN      ] RangeUtilitiesTest.isZero
[       OK ] RangeUtilitiesTest.isZero (0 ms)
[ RUN      ] RangeUtilitiesTest.randomFill
[       OK ] RangeUtilitiesTest.randomFill (0 ms)
[----------] 2 tests from RangeUtilitiesTest (0 ms total)

[----------] 3 tests from DNSSECTimeTest
[ RUN      ] DNSSECTimeTest.fromText
[       OK ] DNSSECTimeTest.fromText (1 ms)
[ RUN      ] DNSSECTimeTest.toText
[       OK ] DNSSECTimeTest.toText (0 ms)
[ RUN      ] DNSSECTimeTest.overflow
[       OK ] DNSSECTimeTest.overflow (0 ms)
[----------] 3 tests from DNSSECTimeTest (1 ms total)

[----------] 7 tests from StringUtilTest
[ RUN      ] StringUtilTest.Slash
[       OK ] StringUtilTest.Slash (0 ms)
[ RUN      ] StringUtilTest.Trim
[       OK ] StringUtilTest.Trim (0 ms)
[ RUN      ] StringUtilTest.Tokens
[       OK ] StringUtilTest.Tokens (0 ms)
[ RUN      ] StringUtilTest.ChangeCase
[       OK ] StringUtilTest.ChangeCase (0 ms)
[ RUN      ] StringUtilTest.Formatting
[       OK ] StringUtilTest.Formatting (0 ms)
[ RUN      ] StringUtilTest.getToken
[       OK ] StringUtilTest.getToken (0 ms)
[ RUN      ] StringUtilTest.tokenToNum
[       OK ] StringUtilTest.tokenToNum (1 ms)
[----------] 7 tests from StringUtilTest (1 ms total)

[----------] 7 tests from ForwardTest
[ RUN      ] ForwardTest.construct
[       OK ] ForwardTest.construct (0 ms)
[ RUN      ] ForwardTest.connect
[       OK ] ForwardTest.connect (1 ms)
[ RUN      ] ForwardTest.close
[       OK ] ForwardTest.close (0 ms)
[ RUN      ] ForwardTest.pushAndPop
[       OK ] ForwardTest.pushAndPop (2 ms)
[ RUN      ] ForwardTest.badPush
[       OK ] ForwardTest.badPush (0 ms)
[ RUN      ] ForwardTest.pushTooFast
[       OK ] ForwardTest.pushTooFast (1 ms)
[ RUN      ] ForwardTest.badPop
[       OK ] ForwardTest.badPop (1 ms)
[----------] 7 tests from ForwardTest (5 ms total)

[----------] 1 test from SocketSessionTest
[ RUN      ] SocketSessionTest.badValue
[       OK ] SocketSessionTest.badValue (0 ms)
[----------] 1 test from SocketSessionTest (1 ms total)

[----------] 4 tests from Sha1Test
[ RUN      ] Sha1Test.Test1
[       OK ] Sha1Test.Test1 (0 ms)
[ RUN      ] Sha1Test.Test2
[       OK ] Sha1Test.Test2 (0 ms)
[ RUN      ] Sha1Test.Test3
[       OK ] Sha1Test.Test3 (21 ms)
[ RUN      ] Sha1Test.Test4
[       OK ] Sha1Test.Test4 (0 ms)
[----------] 4 tests from Sha1Test (21 ms total)

[----------] 2 tests from UniformRandomIntegerGeneratorTest
[ RUN      ] UniformRandomIntegerGeneratorTest.Constructor
[       OK ] UniformRandomIntegerGeneratorTest.Constructor (0 ms)
[ RUN      ] UniformRandomIntegerGeneratorTest.IntegerRange
[       OK ] UniformRandomIntegerGeneratorTest.IntegerRange (0 ms)
[----------] 2 tests from UniformRandomIntegerGeneratorTest (0 ms total)

[----------] 3 tests from WeightedRandomIntegerGeneratorTest
[ RUN      ] WeightedRandomIntegerGeneratorTest.Constructor
[       OK ] WeightedRandomIntegerGeneratorTest.Constructor (0 ms)
[ RUN      ] WeightedRandomIntegerGeneratorTest.WeightedRandomization
[       OK ] WeightedRandomIntegerGeneratorTest.WeightedRandomization (10 ms)
[ RUN      ] WeightedRandomIntegerGeneratorTest.ResetProbabilities
[       OK ] WeightedRandomIntegerGeneratorTest.ResetProbabilities (4 ms)
[----------] 3 tests from WeightedRandomIntegerGeneratorTest (14 ms total)

[----------] 2 tests from QidGenerator
[ RUN      ] QidGenerator.singleton
[       OK ] QidGenerator.singleton (0 ms)
[ RUN      ] QidGenerator.generate
[       OK ] QidGenerator.generate (0 ms)
[----------] 2 tests from QidGenerator (0 ms total)

[----------] 4 tests from MemorySegmentLocal
[ RUN      ] MemorySegmentLocal.TestLocal
[       OK ] MemorySegmentLocal.TestLocal (0 ms)
[ RUN      ] MemorySegmentLocal.TestTooMuchMemory
[       OK ] MemorySegmentLocal.TestTooMuchMemory (0 ms)
[ RUN      ] MemorySegmentLocal.TestBadDeallocate
[       OK ] MemorySegmentLocal.TestBadDeallocate (0 ms)
[ RUN      ] MemorySegmentLocal.TestNullDeallocate
[       OK ] MemorySegmentLocal.TestNullDeallocate (0 ms)
[----------] 4 tests from MemorySegmentLocal (0 ms total)

[----------] 1 test from InterprocessSyncNullTest
[ RUN      ] InterprocessSyncNullTest.TestNull
[       OK ] InterprocessSyncNullTest.TestNull (0 ms)
[----------] 1 test from InterprocessSyncNullTest (0 ms total)

[----------] 3 tests from InterprocessSyncFileTest
[ RUN      ] InterprocessSyncFileTest.TestLock
[       OK ] InterprocessSyncFileTest.TestLock (2 ms)
[ RUN      ] InterprocessSyncFileTest.TestMultipleFilesDirect
[       OK ] InterprocessSyncFileTest.TestMultipleFilesDirect (0 ms)
[ RUN      ] InterprocessSyncFileTest.TestMultipleFilesForked
[       OK ] InterprocessSyncFileTest.TestMultipleFilesForked (1 ms)
[----------] 3 tests from InterprocessSyncFileTest (3 ms total)

[----------] 9 tests from LruListTest
[ RUN      ] LruListTest.Constructor
[       OK ] LruListTest.Constructor (0 ms)
[ RUN      ] LruListTest.GetSet
[       OK ] LruListTest.GetSet (0 ms)
[ RUN      ] LruListTest.Add
[       OK ] LruListTest.Add (0 ms)
[ RUN      ] LruListTest.Remove
[       OK ] LruListTest.Remove (0 ms)
[ RUN      ] LruListTest.SizeLimit
[       OK ] LruListTest.SizeLimit (0 ms)
[ RUN      ] LruListTest.Touch
[       OK ] LruListTest.Touch (0 ms)
[ RUN      ] LruListTest.Dropped
[       OK ] LruListTest.Dropped (0 ms)
[ RUN      ] LruListTest.Clear
[       OK ] LruListTest.Clear (0 ms)
[ RUN      ] LruListTest.Miscellaneous
[       OK ] LruListTest.Miscellaneous (0 ms)
[----------] 9 tests from LruListTest (0 ms total)

[----------] 4 tests from asioutil
[ RUN      ] asioutil.readUint16
[       OK ] asioutil.readUint16 (3 ms)
[ RUN      ] asioutil.writeUint16
[       OK ] asioutil.writeUint16 (2 ms)
[ RUN      ] asioutil.readUint32
[       OK ] asioutil.readUint32 (0 ms)
[ RUN      ] asioutil.writeUint32
[       OK ] asioutil.writeUint32 (0 ms)
[----------] 4 tests from asioutil (5 ms total)

[----------] 4 tests from HexTest
[ RUN      ] HexTest.encodeHex
[       OK ] HexTest.encodeHex (0 ms)
[ RUN      ] HexTest.decodeHex
[       OK ] HexTest.decodeHex (1 ms)
[ RUN      ] HexTest.decodeMap
[       OK ] HexTest.decodeMap (5 ms)
[ RUN      ] HexTest.encodeMap
[       OK ] HexTest.encodeMap (0 ms)
[----------] 4 tests from HexTest (6 ms total)

[----------] 5 tests from FilenameTest
[ RUN      ] FilenameTest.SetName
[       OK ] FilenameTest.SetName (0 ms)
[ RUN      ] FilenameTest.Components
[       OK ] FilenameTest.Components (0 ms)
[ RUN      ] FilenameTest.ExpandWithDefault
[       OK ] FilenameTest.ExpandWithDefault (0 ms)
[ RUN      ] FilenameTest.UseAsDefault
[       OK ] FilenameTest.UseAsDefault (0 ms)
[ RUN      ] FilenameTest.setDirectory
[       OK ] FilenameTest.setDirectory (0 ms)
[----------] 5 tests from FilenameTest (0 ms total)

[----------] 2 tests from FDTest
[ RUN      ] FDTest.read
[       OK ] FDTest.read (45 ms)
[ RUN      ] FDTest.write
[       OK ] FDTest.write (43 ms)
[----------] 2 tests from FDTest (88 ms total)

[----------] 1 test from FDShare
[ RUN      ] FDShare.transfer
[       OK ] FDShare.transfer (2 ms)
[----------] 1 test from FDShare (2 ms total)

[----------] 14 tests from BufferTest
[ RUN      ] BufferTest.inputBufferRead
[       OK ] BufferTest.inputBufferRead (0 ms)
[ RUN      ] BufferTest.inputBufferException
[       OK ] BufferTest.inputBufferException (1 ms)
[ RUN      ] BufferTest.outputBufferExtend
[       OK ] BufferTest.outputBufferExtend (0 ms)
[ RUN      ] BufferTest.outputBufferWrite
[       OK ] BufferTest.outputBufferWrite (0 ms)
[ RUN      ] BufferTest.outputBufferWriteat
[       OK ] BufferTest.outputBufferWriteat (0 ms)
[ RUN      ] BufferTest.outputBufferSkip
[       OK ] BufferTest.outputBufferSkip (0 ms)
[ RUN      ] BufferTest.outputBufferTrim
[       OK ] BufferTest.outputBufferTrim (0 ms)
[ RUN      ] BufferTest.outputBufferReadat
[       OK ] BufferTest.outputBufferReadat (0 ms)
[ RUN      ] BufferTest.outputBufferClear
[       OK ] BufferTest.outputBufferClear (0 ms)
[ RUN      ] BufferTest.outputBufferCopy
[       OK ] BufferTest.outputBufferCopy (0 ms)
[ RUN      ] BufferTest.outputBufferAssign
[       OK ] BufferTest.outputBufferAssign (0 ms)
[ RUN      ] BufferTest.outputBufferZeroSize
[       OK ] BufferTest.outputBufferZeroSize (0 ms)
[ RUN      ] BufferTest.inputBufferReadVectorAll
[       OK ] BufferTest.inputBufferReadVectorAll (0 ms)
[ RUN      ] BufferTest.inputBufferReadVectorChunks
[       OK ] BufferTest.inputBufferReadVectorChunks (0 ms)
[----------] 14 tests from BufferTest (1 ms total)

[----------] 2 tests from Base64Test
[ RUN      ] Base64Test.decode
[       OK ] Base64Test.decode (0 ms)
[ RUN      ] Base64Test.encode
[       OK ] Base64Test.encode (0 ms)
[----------] 2 tests from Base64Test (0 ms total)

[----------] 5 tests from Base32HexTest
[ RUN      ] Base32HexTest.decode
[       OK ] Base32HexTest.decode (0 ms)
[ RUN      ] Base32HexTest.decodeLower
[       OK ] Base32HexTest.decodeLower (0 ms)
[ RUN      ] Base32HexTest.encode
[       OK ] Base32HexTest.encode (0 ms)
[ RUN      ] Base32HexTest.decodeMap
[       OK ] Base32HexTest.decodeMap (5 ms)
[ RUN      ] Base32HexTest.encodeMap
[       OK ] Base32HexTest.encodeMap (0 ms)
[----------] 5 tests from Base32HexTest (5 ms total)

[----------] Global test environment tear-down
[==========] 85 tests from 21 test cases ran. (153 ms total)
[  PASSED  ] 85 tests.
PASS: run_unittests
=============
1 test passed
=============
Making check in pyunittests
Making check in python
Making check in threads
Making check in .
Making check in tests
Making check in .
make  check-TESTS
[==========] Running 11 tests from 4 test cases.
[----------] Global test environment set-up.
[----------] 1 test from CondVarTest0
[ RUN      ] CondVarTest0.create
[       OK ] CondVarTest0.create (0 ms)
[----------] 1 test from CondVarTest0 (0 ms total)

[----------] 4 tests from CondVarTest
[ RUN      ] CondVarTest.waitAndSignal
[       OK ] CondVarTest.waitAndSignal (1 ms)
[ RUN      ] CondVarTest.multiWaits
[       OK ] CondVarTest.multiWaits (0 ms)
[ RUN      ] CondVarTest.destroyWhileWait

[WARNING] condvar_unittest.cc:155:: Death tests are not supported on this platform.
Statement '{ CondVar cond; Mutex::Locker locker(mutex_); Thread t(boost::bind(&signalAndWait, &cond, &mutex_)); cond.wait(mutex_); }' cannot be verified.
[       OK ] CondVarTest.destroyWhileWait (0 ms)
[ RUN      ] CondVarTest.emptySignal
[       OK ] CondVarTest.emptySignal (0 ms)
[----------] 4 tests from CondVarTest (1 ms total)

[----------] 2 tests from MutexTest
[ RUN      ] MutexTest.destroyLocked

[WARNING] lock_unittest.cc:61:: Death tests are not supported on this platform.
Statement '{ Mutex* mutex = new Mutex; new Mutex::Locker(*mutex); delete mutex; }' cannot be verified.
[       OK ] MutexTest.destroyLocked (0 ms)
[ RUN      ] MutexTest.swarm
[       OK ] MutexTest.swarm (19 ms)
[----------] 2 tests from MutexTest (19 ms total)

[----------] 4 tests from ThreadTest
[ RUN      ] ThreadTest.detached
[       OK ] ThreadTest.detached (2 ms)
[ RUN      ] ThreadTest.wait
[       OK ] ThreadTest.wait (15 ms)
[ RUN      ] ThreadTest.detachedException
[       OK ] ThreadTest.detachedException (3 ms)
[ RUN      ] ThreadTest.exception
[       OK ] ThreadTest.exception (41 ms)
[----------] 4 tests from ThreadTest (61 ms total)

[----------] Global test environment tear-down
[==========] 11 tests from 4 test cases ran. (81 ms total)
[  PASSED  ] 11 tests.
PASS: run_unittests
=============
1 test passed
=============
Making check in log
Making check in .
Making check in compiler
Making check in .
Making check in tests
make  check-recursive
Making check in .
make  check-TESTS check-local
2013-03-14 12:42:25.029 WARN  [bind10.log/81713] LOG_DUPLICATE_MESSAGE_ID duplicate message ID (LOG_DUPLICATE_NAMESPACE) in compiled code
[==========] Running 60 tests from 13 test cases.
[----------] Global test environment set-up.
[----------] 3 tests from BufferAppenderTest
[ RUN      ] BufferAppenderTest.flush
[       OK ] BufferAppenderTest.flush (0 ms)
[ RUN      ] BufferAppenderTest.addAfterFlush
[       OK ] BufferAppenderTest.addAfterFlush (0 ms)
[ RUN      ] BufferAppenderTest.addDirectly
[       OK ] BufferAppenderTest.addDirectly (1 ms)
[----------] 3 tests from BufferAppenderTest (1 ms total)

[----------] 1 test from OutputOptionTest
[ RUN      ] OutputOptionTest.Initialization
[       OK ] OutputOptionTest.Initialization (0 ms)
[----------] 1 test from OutputOptionTest (0 ms total)

[----------] 2 tests from OutputOption
[ RUN      ] OutputOption.getDestination
[       OK ] OutputOption.getDestination (0 ms)
[ RUN      ] OutputOption.getStream
[       OK ] OutputOption.getStream (0 ms)
[----------] 2 tests from OutputOption (0 ms total)

[----------] 9 tests from MessageReaderTest
[ RUN      ] MessageReaderTest.GetSetDictionary
[       OK ] MessageReaderTest.GetSetDictionary (0 ms)
[ RUN      ] MessageReaderTest.BlanksAndComments
[       OK ] MessageReaderTest.BlanksAndComments (0 ms)
[ RUN      ] MessageReaderTest.InvalidDirectives
[       OK ] MessageReaderTest.InvalidDirectives (0 ms)
[ RUN      ] MessageReaderTest.Prefix
[       OK ] MessageReaderTest.Prefix (0 ms)
[ RUN      ] MessageReaderTest.Namespace
[       OK ] MessageReaderTest.Namespace (0 ms)
[ RUN      ] MessageReaderTest.ValidMessageAddDefault
[       OK ] MessageReaderTest.ValidMessageAddDefault (0 ms)
[ RUN      ] MessageReaderTest.ValidMessageAdd
[       OK ] MessageReaderTest.ValidMessageAdd (0 ms)
[ RUN      ] MessageReaderTest.ValidMessageReplace
[       OK ] MessageReaderTest.ValidMessageReplace (0 ms)
[ RUN      ] MessageReaderTest.Overflows
[       OK ] MessageReaderTest.Overflows (0 ms)
[----------] 9 tests from MessageReaderTest (0 ms total)

[----------] 6 tests from MessageDictionaryTest
[ RUN      ] MessageDictionaryTest.Add
[       OK ] MessageDictionaryTest.Add (0 ms)
[ RUN      ] MessageDictionaryTest.Replace
[       OK ] MessageDictionaryTest.Replace (0 ms)
[ RUN      ] MessageDictionaryTest.LoadTest
[       OK ] MessageDictionaryTest.LoadTest (0 ms)
[ RUN      ] MessageDictionaryTest.Lookups
[       OK ] MessageDictionaryTest.Lookups (0 ms)
[ RUN      ] MessageDictionaryTest.GlobalTest
[       OK ] MessageDictionaryTest.GlobalTest (0 ms)
[ RUN      ] MessageDictionaryTest.GlobalLoadTest
[       OK ] MessageDictionaryTest.GlobalLoadTest (0 ms)
[----------] 6 tests from MessageDictionaryTest (1 ms total)

[----------] 4 tests from LoggerSpecificationTest
[ RUN      ] LoggerSpecificationTest.DefaultInitialization
[       OK ] LoggerSpecificationTest.DefaultInitialization (0 ms)
[ RUN      ] LoggerSpecificationTest.Initialization
[       OK ] LoggerSpecificationTest.Initialization (0 ms)
[ RUN      ] LoggerSpecificationTest.SetGet
[       OK ] LoggerSpecificationTest.SetGet (0 ms)
[ RUN      ] LoggerSpecificationTest.AddOption
[       OK ] LoggerSpecificationTest.AddOption (0 ms)
[----------] 4 tests from LoggerSpecificationTest (0 ms total)

[----------] 12 tests from LoggerTest
[ RUN      ] LoggerTest.Name
[       OK ] LoggerTest.Name (0 ms)
[ RUN      ] LoggerTest.GetLogger
[       OK ] LoggerTest.GetLogger (0 ms)
[ RUN      ] LoggerTest.Severity
[       OK ] LoggerTest.Severity (0 ms)
[ RUN      ] LoggerTest.DebugLevels
[       OK ] LoggerTest.DebugLevels (0 ms)
[ RUN      ] LoggerTest.SeverityInheritance
[       OK ] LoggerTest.SeverityInheritance (0 ms)
[ RUN      ] LoggerTest.DebugLevelInheritance
[       OK ] LoggerTest.DebugLevelInheritance (0 ms)
[ RUN      ] LoggerTest.EffectiveSeverityInheritance
[       OK ] LoggerTest.EffectiveSeverityInheritance (0 ms)
[ RUN      ] LoggerTest.IsXxxEnabled
[       OK ] LoggerTest.IsXxxEnabled (0 ms)
[ RUN      ] LoggerTest.IsDebugEnabledLevel
[       OK ] LoggerTest.IsDebugEnabledLevel (0 ms)
[ RUN      ] LoggerTest.LoggerNameLength
[       OK ] LoggerTest.LoggerNameLength (0 ms)
[ RUN      ] LoggerTest.setInterprocessSync
[       OK ] LoggerTest.setInterprocessSync (0 ms)
[ RUN      ] LoggerTest.Lock
2013-03-14 12:42:25.032 INFO  [bind10.alpha/81713] LOG_LOCK_TEST_MESSAGE this is a test message.
[       OK ] LoggerTest.Lock (0 ms)
[----------] 12 tests from LoggerTest (0 ms total)

[----------] 2 tests from LoggerSupportTest
[ RUN      ] LoggerSupportTest.InitializedFlag
[       OK ] LoggerSupportTest.InitializedFlag (0 ms)
[ RUN      ] LoggerSupportTest.LoggingInitializationCheck
[       OK ] LoggerSupportTest.LoggingInitializationCheck (1 ms)
[----------] 2 tests from LoggerSupportTest (1 ms total)

[----------] 2 tests from LoggerNameTest
[ RUN      ] LoggerNameTest.RootNameSetGet
[       OK ] LoggerNameTest.RootNameSetGet (0 ms)
[ RUN      ] LoggerNameTest.ExpandLoggerName
[       OK ] LoggerNameTest.ExpandLoggerName (0 ms)
[----------] 2 tests from LoggerNameTest (0 ms total)

[----------] 2 tests from LoggerManagerTest
[ RUN      ] LoggerManagerTest.FileLogger
[       OK ] LoggerManagerTest.FileLogger (1 ms)
[ RUN      ] LoggerManagerTest.FileSizeRollover
[       OK ] LoggerManagerTest.FileSizeRollover (7 ms)
[----------] 2 tests from LoggerManagerTest (8 ms total)

[----------] 2 tests from LoggerLevelTest
[ RUN      ] LoggerLevelTest.Creation
[       OK ] LoggerLevelTest.Creation (0 ms)
[ RUN      ] LoggerLevelTest.getSeverity
[       OK ] LoggerLevelTest.getSeverity (0 ms)
[----------] 2 tests from LoggerLevelTest (0 ms total)

[----------] 5 tests from LoggerLevelImplTest
[ RUN      ] LoggerLevelImplTest.DefaultConversionFromBind
[       OK ] LoggerLevelImplTest.DefaultConversionFromBind (0 ms)
[ RUN      ] LoggerLevelImplTest.DebugConversionFromBind
[       OK ] LoggerLevelImplTest.DebugConversionFromBind (0 ms)
[ RUN      ] LoggerLevelImplTest.ConversionToBind
[       OK ] LoggerLevelImplTest.ConversionToBind (1 ms)
[ RUN      ] LoggerLevelImplTest.FromString
[       OK ] LoggerLevelImplTest.FromString (0 ms)
[ RUN      ] LoggerLevelImplTest.ToString
[       OK ] LoggerLevelImplTest.ToString (0 ms)
[----------] 5 tests from LoggerLevelImplTest (1 ms total)

[----------] 10 tests from FormatterTest
[ RUN      ] FormatterTest.inactive
[       OK ] FormatterTest.inactive (0 ms)
[ RUN      ] FormatterTest.active
[       OK ] FormatterTest.active (0 ms)
[ RUN      ] FormatterTest.inactiveArg
[       OK ] FormatterTest.inactiveArg (0 ms)
[ RUN      ] FormatterTest.stringArg
[       OK ] FormatterTest.stringArg (0 ms)
[ RUN      ] FormatterTest.deactivate
[       OK ] FormatterTest.deactivate (0 ms)
[ RUN      ] FormatterTest.intArg
[       OK ] FormatterTest.intArg (0 ms)
[ RUN      ] FormatterTest.multiArg
[       OK ] FormatterTest.multiArg (0 ms)
[ RUN      ] FormatterTest.mismatchedPlaceholders
[       OK ] FormatterTest.mismatchedPlaceholders (1 ms)
[ RUN      ] FormatterTest.multiPlaceholder
[       OK ] FormatterTest.multiPlaceholder (0 ms)
[ RUN      ] FormatterTest.noRecurse
[       OK ] FormatterTest.noRecurse (0 ms)
[----------] 10 tests from FormatterTest (1 ms total)

[----------] Global test environment tear-down
[==========] 60 tests from 13 test cases ran. (13 ms total)
[  PASSED  ] 60 tests.
PASS: run_unittests
[==========] Running 2 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 2 tests from MessageInitializerTest1
[ RUN      ] MessageInitializerTest1.MessageTest
[       OK ] MessageInitializerTest1.MessageTest (0 ms)
[ RUN      ] MessageInitializerTest1.Duplicates
[       OK ] MessageInitializerTest1.Duplicates (0 ms)
[----------] 2 tests from MessageInitializerTest1 (0 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test case ran. (0 ms total)
[  PASSED  ] 2 tests.
PASS: initializer_unittests_1
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from MessageInitializerTest2
[ RUN      ] MessageInitializerTest2.MessageLoadTest
[       OK ] MessageInitializerTest2.MessageLoadTest (0 ms)
[----------] 1 test from MessageInitializerTest2 (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (0 ms total)
[  PASSED  ] 1 test.
PASS: initializer_unittests_2
==================
All 3 tests passed
==================
/bin/sh /root/jenkins/workspace/bind10-latest-slave/src/lib/log/tests/console_test.sh
Console output test
1. Checking that console output to stdout goes to stdout: pass
2. Checking that console output to stdout does not go to stderr: pass
3. Checking that console output to stderr goes to stderr: pass
4. Checking that console output to stderr does not go to stdout: pass
PASS: Console output test
/bin/sh /root/jenkins/workspace/bind10-latest-slave/src/lib/log/tests/destination_test.sh
Destination test
1. One logger, multiple destinations:
   - destination 1: pass
   - destination 2: pass
2. Two loggers, different destinations and severities
   - destination 1: pass
   - destination 2: pass
PASS: Destination test
/bin/sh /root/jenkins/workspace/bind10-latest-slave/src/lib/log/tests/init_logger_test.sh
initLogger test
1. Checking that B10_LOGGER_SEVERITY/B10_LOGGER_DBGLEVEL work
   - severity=DEBUG, dbglevel=99:  pass
   - severity=DEBUG, dbglevel=50:  pass
   - severity=WARN:  pass
2. Checking that B10_LOGGER_DESTINATION works
   - stdout:  pass
   - stderr:  pass
   - file:  pass
PASS: initLogger test
/bin/sh /root/jenkins/workspace/bind10-latest-slave/src/lib/log/tests/buffer_logger_test.sh
bufferLogger test
1. Checking that buffer initialization works
   - Buffer including process() call:  pass
   - Buffer excluding process() call:  pass
/bin/sh /root/jenkins/workspace/bind10-latest-slave/src/lib/log/tests/local_file_test.sh
Local message file test
1. Local message replacement: pass
2. Report error if unable to read local message file: pass
PASS: Local message file test
/bin/sh /root/jenkins/workspace/bind10-latest-slave/src/lib/log/tests/logger_lock_test.sh
Testing that logger acquires and releases locks correctly: pass
/bin/sh /root/jenkins/workspace/bind10-latest-slave/src/lib/log/tests/severity_test.sh
Severity test
1. Default parameters: pass
2. Severity filter: pass
3. Debug level: pass
PASS: Severity test
Making check in cryptolink
Making check in .
Making check in tests
Making check in .
make  check-TESTS
[==========] Running 9 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 9 tests from CryptoLinkTest
[ RUN      ] CryptoLinkTest.HMAC_MD5_RFC2202_SIGN
[       OK ] CryptoLinkTest.HMAC_MD5_RFC2202_SIGN (2 ms)
[ RUN      ] CryptoLinkTest.HMAC_SHA1_RFC2202_SIGN
[       OK ] CryptoLinkTest.HMAC_SHA1_RFC2202_SIGN (0 ms)
[ RUN      ] CryptoLinkTest.HMAC_SHA256_RFC4231_SIGN
[       OK ] CryptoLinkTest.HMAC_SHA256_RFC4231_SIGN (1 ms)
[ RUN      ] CryptoLinkTest.HMAC_SHA224_RFC4231_SIGN
[       OK ] CryptoLinkTest.HMAC_SHA224_RFC4231_SIGN (1 ms)
[ RUN      ] CryptoLinkTest.HMAC_SHA384_RFC4231_SIGN
[       OK ] CryptoLinkTest.HMAC_SHA384_RFC4231_SIGN (0 ms)
[ RUN      ] CryptoLinkTest.HMAC_SHA512_RFC4231_SIGN
[       OK ] CryptoLinkTest.HMAC_SHA512_RFC4231_SIGN (1 ms)
[ RUN      ] CryptoLinkTest.HMACSigLengthArgument
[       OK ] CryptoLinkTest.HMACSigLengthArgument (0 ms)
[ RUN      ] CryptoLinkTest.BadKey
[       OK ] CryptoLinkTest.BadKey (1 ms)
[ RUN      ] CryptoLinkTest.Singleton
[       OK ] CryptoLinkTest.Singleton (0 ms)
[----------] 9 tests from CryptoLinkTest (6 ms total)

[----------] Global test environment tear-down
[==========] 9 tests from 1 test case ran. (6 ms total)
[  PASSED  ] 9 tests.

  YOU HAVE 3 DISABLED TESTS

PASS: run_unittests
=============
1 test passed
=============
Making check in dns
make  check-recursive
Making check in .
Making check in tests
Making check in testdata
make  check-am
Making check in .
make  check-TESTS
[==========] Running 717 tests from 75 test cases.
[----------] Global test environment set-up.
[----------] 6 tests from ZoneCheckerTest
[ RUN      ] ZoneCheckerTest.checkGood
[       OK ] ZoneCheckerTest.checkGood (1 ms)
[ RUN      ] ZoneCheckerTest.checkSOA
[       OK ] ZoneCheckerTest.checkSOA (0 ms)
[ RUN      ] ZoneCheckerTest.checkNS
[       OK ] ZoneCheckerTest.checkNS (1 ms)
[ RUN      ] ZoneCheckerTest.checkNSData
[       OK ] ZoneCheckerTest.checkNSData (0 ms)
[ RUN      ] ZoneCheckerTest.checkNSWithDelegation
[       OK ] ZoneCheckerTest.checkNSWithDelegation (0 ms)
[ RUN      ] ZoneCheckerTest.checkNSWithDNAME
[       OK ] ZoneCheckerTest.checkNSWithDNAME (0 ms)
[----------] 6 tests from ZoneCheckerTest (2 ms total)

[----------] 7 tests from RRsetCollectionTest
[ RUN      ] RRsetCollectionTest.istreamConstructor
[       OK ] RRsetCollectionTest.istreamConstructor (1 ms)
[ RUN      ] RRsetCollectionTest.findConst
[       OK ] RRsetCollectionTest.findConst (0 ms)
[ RUN      ] RRsetCollectionTest.find
[       OK ] RRsetCollectionTest.find (0 ms)
[ RUN      ] RRsetCollectionTest.addAndRemove
[       OK ] RRsetCollectionTest.addAndRemove (0 ms)
[ RUN      ] RRsetCollectionTest.empty
[       OK ] RRsetCollectionTest.empty (0 ms)
[ RUN      ] RRsetCollectionTest.iteratorTest
[       OK ] RRsetCollectionTest.iteratorTest (0 ms)
[ RUN      ] RRsetCollectionTest.iteratorCompareDifferent
[       OK ] RRsetCollectionTest.iteratorCompareDifferent (0 ms)
[----------] 7 tests from RRsetCollectionTest (1 ms total)

[----------] 2 tests from MasterLoaderCallbacksTest
[ RUN      ] MasterLoaderCallbacksTest.constructor
[       OK ] MasterLoaderCallbacksTest.constructor (1 ms)
[ RUN      ] MasterLoaderCallbacksTest.issueCall
[       OK ] MasterLoaderCallbacksTest.issueCall (0 ms)
[----------] 2 tests from MasterLoaderCallbacksTest (1 ms total)

[----------] 8 tests from TSIGRecordTest
[ RUN      ] TSIGRecordTest.getName
[       OK ] TSIGRecordTest.getName (0 ms)
[ RUN      ] TSIGRecordTest.getLength
[       OK ] TSIGRecordTest.getLength (0 ms)
[ RUN      ] TSIGRecordTest.fromParams
tsigrecord_unittest.cc:97: Failure
Expected: TSIGRecord(test_name, TSIGRecord::getClass(), TSIGRecord::getTTL(), in::A("192.0.2.1"), 85) throws an exception of type DNSMessageFORMERR.
  Actual: it throws a different type.
[  FAILED  ] TSIGRecordTest.fromParams (0 ms)
[ RUN      ] TSIGRecordTest.recordToWire
[       OK ] TSIGRecordTest.recordToWire (0 ms)
[ RUN      ] TSIGRecordTest.recordToOLongToWire
[       OK ] TSIGRecordTest.recordToOLongToWire (0 ms)
[ RUN      ] TSIGRecordTest.recordToWireAfterNames
[       OK ] TSIGRecordTest.recordToWireAfterNames (0 ms)
[ RUN      ] TSIGRecordTest.toText
[       OK ] TSIGRecordTest.toText (0 ms)
[ RUN      ] TSIGRecordTest.LeftShiftOperator
[       OK ] TSIGRecordTest.LeftShiftOperator (0 ms)
[----------] 8 tests from TSIGRecordTest (1 ms total)

[----------] 4 tests from TSIGKeyTest
[ RUN      ] TSIGKeyTest.algorithmNames
[       OK ] TSIGKeyTest.algorithmNames (0 ms)
[ RUN      ] TSIGKeyTest.construct
[       OK ] TSIGKeyTest.construct (0 ms)
[ RUN      ] TSIGKeyTest.copyConstruct
[       OK ] TSIGKeyTest.copyConstruct (0 ms)
[ RUN      ] TSIGKeyTest.assignment
[       OK ] TSIGKeyTest.assignment (0 ms)
[----------] 4 tests from TSIGKeyTest (0 ms total)

[----------] 7 tests from TSIGKeyRingTest
[ RUN      ] TSIGKeyRingTest.init
[       OK ] TSIGKeyRingTest.init (0 ms)
[ RUN      ] TSIGKeyRingTest.add
[       OK ] TSIGKeyRingTest.add (0 ms)
[ RUN      ] TSIGKeyRingTest.addMore
[       OK ] TSIGKeyRingTest.addMore (0 ms)
[ RUN      ] TSIGKeyRingTest.remove
[       OK ] TSIGKeyRingTest.remove (0 ms)
[ RUN      ] TSIGKeyRingTest.removeFromSome
[       OK ] TSIGKeyRingTest.removeFromSome (0 ms)
[ RUN      ] TSIGKeyRingTest.find
[       OK ] TSIGKeyRingTest.find (0 ms)
[ RUN      ] TSIGKeyRingTest.findFromSome
[       OK ] TSIGKeyRingTest.findFromSome (0 ms)
[----------] 7 tests from TSIGKeyRingTest (0 ms total)

[----------] 1 test from TSIGStringTest
[ RUN      ] TSIGStringTest.TSIGKeyFromToString
[       OK ] TSIGStringTest.TSIGKeyFromToString (1 ms)
[----------] 1 test from TSIGStringTest (1 ms total)

[----------] 8 tests from TSIGErrorTest
[ RUN      ] TSIGErrorTest.constructFromErrorCode
[       OK ] TSIGErrorTest.constructFromErrorCode (0 ms)
[ RUN      ] TSIGErrorTest.constructFromRcode
[       OK ] TSIGErrorTest.constructFromRcode (0 ms)
[ RUN      ] TSIGErrorTest.constants
[       OK ] TSIGErrorTest.constants (0 ms)
[ RUN      ] TSIGErrorTest.equal
[       OK ] TSIGErrorTest.equal (0 ms)
[ RUN      ] TSIGErrorTest.nequal
[       OK ] TSIGErrorTest.nequal (0 ms)
[ RUN      ] TSIGErrorTest.toText
[       OK ] TSIGErrorTest.toText (0 ms)
[ RUN      ] TSIGErrorTest.toRcode
[       OK ] TSIGErrorTest.toRcode (0 ms)
[ RUN      ] TSIGErrorTest.LeftShiftOperator
[       OK ] TSIGErrorTest.LeftShiftOperator (0 ms)
[----------] 8 tests from TSIGErrorTest (0 ms total)

[----------] 30 tests from TSIGTest
[ RUN      ] TSIGTest.initialState
[       OK ] TSIGTest.initialState (1 ms)
[ RUN      ] TSIGTest.constructFromKeyRing
[       OK ] TSIGTest.constructFromKeyRing (1 ms)
[ RUN      ] TSIGTest.sign
[       OK ] TSIGTest.sign (0 ms)
[ RUN      ] TSIGTest.signUsingUpperCasedKeyName
[       OK ] TSIGTest.signUsingUpperCasedKeyName (0 ms)
[ RUN      ] TSIGTest.signUsingUpperCasedAlgorithmName
[       OK ] TSIGTest.signUsingUpperCasedAlgorithmName (0 ms)
[ RUN      ] TSIGTest.signAtActualTime
[       OK ] TSIGTest.signAtActualTime (0 ms)
[ RUN      ] TSIGTest.signBadData
[       OK ] TSIGTest.signBadData (0 ms)
[ RUN      ] TSIGTest.verifyBadData
[       OK ] TSIGTest.verifyBadData (0 ms)
[ RUN      ] TSIGTest.signUsingHMACSHA1
[       OK ] TSIGTest.signUsingHMACSHA1 (0 ms)
[ RUN      ] TSIGTest.signUsingHMACSHA224
[       OK ] TSIGTest.signUsingHMACSHA224 (1 ms)
[ RUN      ] TSIGTest.verifyThenSignResponse
[       OK ] TSIGTest.verifyThenSignResponse (0 ms)
[ RUN      ] TSIGTest.verifyUpperCaseNames
[       OK ] TSIGTest.verifyUpperCaseNames (0 ms)
[ RUN      ] TSIGTest.verifyForwardedMessage
[       OK ] TSIGTest.verifyForwardedMessage (0 ms)
[ RUN      ] TSIGTest.signContinuation
[       OK ] TSIGTest.signContinuation (1 ms)
[ RUN      ] TSIGTest.badtimeResponse
[       OK ] TSIGTest.badtimeResponse (0 ms)
[ RUN      ] TSIGTest.badtimeResponse2
[       OK ] TSIGTest.badtimeResponse2 (0 ms)
[ RUN      ] TSIGTest.badtimeBoundaries
[       OK ] TSIGTest.badtimeBoundaries (0 ms)
[ RUN      ] TSIGTest.badtimeOverflow
[       OK ] TSIGTest.badtimeOverflow (0 ms)
[ RUN      ] TSIGTest.badsigResponse
[       OK ] TSIGTest.badsigResponse (1 ms)
[ RUN      ] TSIGTest.badkeyResponse
[       OK ] TSIGTest.badkeyResponse (0 ms)
[ RUN      ] TSIGTest.badkeyForResponse
[       OK ] TSIGTest.badkeyForResponse (0 ms)
[ RUN      ] TSIGTest.badsigThenValidate
[       OK ] TSIGTest.badsigThenValidate (0 ms)
[ RUN      ] TSIGTest.nosigThenValidate
[       OK ] TSIGTest.nosigThenValidate (0 ms)
[ RUN      ] TSIGTest.badtimeThenValidate
[       OK ] TSIGTest.badtimeThenValidate (1 ms)
[ RUN      ] TSIGTest.emptyMAC
[       OK ] TSIGTest.emptyMAC (0 ms)
[ RUN      ] TSIGTest.verifyAfterSendResponse
[       OK ] TSIGTest.verifyAfterSendResponse (0 ms)
[ RUN      ] TSIGTest.signAfterVerified
[       OK ] TSIGTest.signAfterVerified (1 ms)
[ RUN      ] TSIGTest.tooShortMAC
[       OK ] TSIGTest.tooShortMAC (0 ms)
[ RUN      ] TSIGTest.getTSIGLength
[       OK ] TSIGTest.getTSIGLength (0 ms)
[ RUN      ] TSIGTest.verifyMulti
[       OK ] TSIGTest.verifyMulti (1 ms)
[----------] 30 tests from TSIGTest (8 ms total)

[----------] 6 tests from SerialTest
[ RUN      ] SerialTest.get_value
[       OK ] SerialTest.get_value (0 ms)
[ RUN      ] SerialTest.equals
[       OK ] SerialTest.equals (0 ms)
[ RUN      ] SerialTest.comparison
[       OK ] SerialTest.comparison (0 ms)
[ RUN      ] SerialTest.addition
[       OK ] SerialTest.addition (0 ms)
[ RUN      ] SerialTest.addition_always_larger
[       OK ] SerialTest.addition_always_larger (0 ms)
[ RUN      ] SerialTest.two_additions_never_equal
[       OK ] SerialTest.two_additions_never_equal (0 ms)
[----------] 6 tests from SerialTest (0 ms total)

[----------] 1 test from SerialTextRFCExamples
[ RUN      ] SerialTextRFCExamples.rfc_example_tests
[       OK ] SerialTextRFCExamples.rfc_example_tests (0 ms)
[----------] 1 test from SerialTextRFCExamples (0 ms total)

[----------] 44 tests from MessageTest
[ RUN      ] MessageTest.headerFlag
[       OK ] MessageTest.headerFlag (1 ms)
[ RUN      ] MessageTest.getEDNS
[       OK ] MessageTest.getEDNS (0 ms)
[ RUN      ] MessageTest.setEDNS
[       OK ] MessageTest.setEDNS (0 ms)
[ RUN      ] MessageTest.fromWireWithTSIG
[       OK ] MessageTest.fromWireWithTSIG (0 ms)
[ RUN      ] MessageTest.fromWireWithTSIGCompressed
[       OK ] MessageTest.fromWireWithTSIGCompressed (0 ms)
[ RUN      ] MessageTest.fromWireWithBadTSIG
message_unittest.cc:262: Failure
Expected: factoryFromFile(message_parse, "message_fromWire16.wire") throws an exception of type DNSMessageFORMERR.
  Actual: it throws a different type.
[  FAILED  ] MessageTest.fromWireWithBadTSIG (1 ms)
[ RUN      ] MessageTest.getRRCount
[       OK ] MessageTest.getRRCount (0 ms)
[ RUN      ] MessageTest.addRRset
[       OK ] MessageTest.addRRset (1 ms)
[ RUN      ] MessageTest.badAddRRset
[       OK ] MessageTest.badAddRRset (0 ms)
[ RUN      ] MessageTest.hasRRset
[       OK ] MessageTest.hasRRset (0 ms)
[ RUN      ] MessageTest.removeRRset
[       OK ] MessageTest.removeRRset (0 ms)
[ RUN      ] MessageTest.clearQuestionSection
[       OK ] MessageTest.clearQuestionSection (0 ms)
[ RUN      ] MessageTest.clearAnswerSection
[       OK ] MessageTest.clearAnswerSection (0 ms)
[ RUN      ] MessageTest.clearAuthoritySection
[       OK ] MessageTest.clearAuthoritySection (0 ms)
[ RUN      ] MessageTest.clearAdditionalSection
[       OK ] MessageTest.clearAdditionalSection (0 ms)
[ RUN      ] MessageTest.badClearSection
[       OK ] MessageTest.badClearSection (0 ms)
[ RUN      ] MessageTest.badBeginSection
[       OK ] MessageTest.badBeginSection (0 ms)
[ RUN      ] MessageTest.badEndSection
[       OK ] MessageTest.badEndSection (0 ms)
[ RUN      ] MessageTest.appendSection
[       OK ] MessageTest.appendSection (1 ms)
[ RUN      ] MessageTest.parseHeader
[       OK ] MessageTest.parseHeader (0 ms)
[ RUN      ] MessageTest.fromWire
[       OK ] MessageTest.fromWire (0 ms)
[ RUN      ] MessageTest.fromWireShortBuffer
[       OK ] MessageTest.fromWireShortBuffer (0 ms)
[ RUN      ] MessageTest.fromWireCombineRRs
[       OK ] MessageTest.fromWireCombineRRs (1 ms)
[ RUN      ] MessageTest.fromWirePreserveAnswer
[       OK ] MessageTest.fromWirePreserveAnswer (0 ms)
[ RUN      ] MessageTest.fromWirePreserveAuthority
[       OK ] MessageTest.fromWirePreserveAuthority (0 ms)
[ RUN      ] MessageTest.fromWirePreserveAdditional
[       OK ] MessageTest.fromWirePreserveAdditional (0 ms)
[ RUN      ] MessageTest.EDNS0ExtRcode
[       OK ] MessageTest.EDNS0ExtRcode (1 ms)
[ RUN      ] MessageTest.BadEDNS0
[       OK ] MessageTest.BadEDNS0 (0 ms)
[ RUN      ] MessageTest.toWire
[       OK ] MessageTest.toWire (0 ms)
[ RUN      ] MessageTest.toWireSigned
[       OK ] MessageTest.toWireSigned (0 ms)
[ RUN      ] MessageTest.toWireSignedAndTruncated
[       OK ] MessageTest.toWireSignedAndTruncated (1 ms)
[ RUN      ] MessageTest.toWireInParseMode
[       OK ] MessageTest.toWireInParseMode (0 ms)
[ RUN      ] MessageTest.toWireWithTSIG
[       OK ] MessageTest.toWireWithTSIG (0 ms)
[ RUN      ] MessageTest.toWireWithEDNSAndTSIG
[       OK ] MessageTest.toWireWithEDNSAndTSIG (1 ms)
[ RUN      ] MessageTest.toWireTSIGTruncation
[       OK ] MessageTest.toWireTSIGTruncation (0 ms)
[ RUN      ] MessageTest.toWireTSIGTruncation2
[       OK ] MessageTest.toWireTSIGTruncation2 (0 ms)
[ RUN      ] MessageTest.toWireTSIGTruncation3
[       OK ] MessageTest.toWireTSIGTruncation3 (1 ms)
[ RUN      ] MessageTest.toWireTSIGNoTruncation
[       OK ] MessageTest.toWireTSIGNoTruncation (1 ms)
[ RUN      ] MessageTest.toWireTSIGLengthErrors
[       OK ] MessageTest.toWireTSIGLengthErrors (0 ms)
[ RUN      ] MessageTest.toWireWithoutOpcode
[       OK ] MessageTest.toWireWithoutOpcode (0 ms)
[ RUN      ] MessageTest.toWireWithoutRcode
[       OK ] MessageTest.toWireWithoutRcode (0 ms)
[ RUN      ] MessageTest.toText
[       OK ] MessageTest.toText (1 ms)
[ RUN      ] MessageTest.toTextWithoutOpcode
[       OK ] MessageTest.toTextWithoutOpcode (0 ms)
[ RUN      ] MessageTest.toTextWithoutRcode
[       OK ] MessageTest.toTextWithoutRcode (0 ms)
[----------] 44 tests from MessageTest (11 ms total)

[----------] 27 tests from MasterLoadTest
[ RUN      ] MasterLoadTest.loadRRs
[       OK ] MasterLoadTest.loadRRs (0 ms)
[ RUN      ] MasterLoadTest.loadWithFunctionCallback
[       OK ] MasterLoadTest.loadWithFunctionCallback (0 ms)
[ RUN      ] MasterLoadTest.loadWithMemFunctionCallback
[       OK ] MasterLoadTest.loadWithMemFunctionCallback (0 ms)
[ RUN      ] MasterLoadTest.loadComments
[       OK ] MasterLoadTest.loadComments (0 ms)
[ RUN      ] MasterLoadTest.loadRRset
[       OK ] MasterLoadTest.loadRRset (0 ms)
[ RUN      ] MasterLoadTest.loadRRsetsOfSameType
[       OK ] MasterLoadTest.loadRRsetsOfSameType (0 ms)
[ RUN      ] MasterLoadTest.loadRRsetsInterleaved
[       OK ] MasterLoadTest.loadRRsetsInterleaved (0 ms)
[ RUN      ] MasterLoadTest.loadRRsigs
[       OK ] MasterLoadTest.loadRRsigs (0 ms)
[ RUN      ] MasterLoadTest.loadRRWithComment
[       OK ] MasterLoadTest.loadRRWithComment (0 ms)
[ RUN      ] MasterLoadTest.loadRRWithCommentNoSpace
[       OK ] MasterLoadTest.loadRRWithCommentNoSpace (0 ms)
[ RUN      ] MasterLoadTest.loadRRWithCommentEmptyComment
[       OK ] MasterLoadTest.loadRRWithCommentEmptyComment (0 ms)
[ RUN      ] MasterLoadTest.loadRRWithCommentEmptyCommentNoSpace
[       OK ] MasterLoadTest.loadRRWithCommentEmptyCommentNoSpace (0 ms)
[ RUN      ] MasterLoadTest.loadRRWithEOLWhitespace
[       OK ] MasterLoadTest.loadRRWithEOLWhitespace (0 ms)
[ RUN      ] MasterLoadTest.loadRRWithEOLWhitespaceTab
[       OK ] MasterLoadTest.loadRRWithEOLWhitespaceTab (0 ms)
[ RUN      ] MasterLoadTest.loadRRNoComment
[       OK ] MasterLoadTest.loadRRNoComment (0 ms)
[ RUN      ] MasterLoadTest.loadRREmptyAndComment
[       OK ] MasterLoadTest.loadRREmptyAndComment (1 ms)
[ RUN      ] MasterLoadTest.loadWithNoEOF
[       OK ] MasterLoadTest.loadWithNoEOF (0 ms)
[ RUN      ] MasterLoadTest.loadEmpty
[       OK ] MasterLoadTest.loadEmpty (0 ms)
[ RUN      ] MasterLoadTest.loadWithBeginningSpace
[       OK ] MasterLoadTest.loadWithBeginningSpace (0 ms)
[ RUN      ] MasterLoadTest.loadWithBeginningTab
[       OK ] MasterLoadTest.loadWithBeginningTab (0 ms)
[ RUN      ] MasterLoadTest.loadInvalidRRClass
[       OK ] MasterLoadTest.loadInvalidRRClass (0 ms)
[ RUN      ] MasterLoadTest.loadOutOfZoneData
[       OK ] MasterLoadTest.loadOutOfZoneData (0 ms)
[ RUN      ] MasterLoadTest.loadNonAtopSOA
[       OK ] MasterLoadTest.loadNonAtopSOA (0 ms)
[ RUN      ] MasterLoadTest.loadUnitTTL
[       OK ] MasterLoadTest.loadUnitTTL (0 ms)
[ RUN      ] MasterLoadTest.loadBadRRText
[       OK ] MasterLoadTest.loadBadRRText (0 ms)
[ RUN      ] MasterLoadTest.loadBadStream
[       OK ] MasterLoadTest.loadBadStream (1 ms)
[ RUN      ] MasterLoadTest.loadFromFile
[       OK ] MasterLoadTest.loadFromFile (0 ms)
[----------] 27 tests from MasterLoadTest (3 ms total)

[----------] 4 tests from RRParamRegistryTest
[ RUN      ] RRParamRegistryTest.addRemove
[       OK ] RRParamRegistryTest.addRemove (0 ms)
[ RUN      ] RRParamRegistryTest.addError
[       OK ] RRParamRegistryTest.addError (0 ms)
[ RUN      ] RRParamRegistryTest.addRemoveFactory
[       OK ] RRParamRegistryTest.addRemoveFactory (0 ms)
[ RUN      ] RRParamRegistryTest.createFromLexer
[       OK ] RRParamRegistryTest.createFromLexer (0 ms)
[----------] 4 tests from RRParamRegistryTest (0 ms total)

[----------] 7 tests from QuestionTest
[ RUN      ] QuestionTest.fromWire
[       OK ] QuestionTest.fromWire (1 ms)
[ RUN      ] QuestionTest.toText
[       OK ] QuestionTest.toText (0 ms)
[ RUN      ] QuestionTest.toWireBuffer
[       OK ] QuestionTest.toWireBuffer (0 ms)
[ RUN      ] QuestionTest.toWireRenderer
[       OK ] QuestionTest.toWireRenderer (0 ms)
[ RUN      ] QuestionTest.toWireTruncated
[       OK ] QuestionTest.toWireTruncated (0 ms)
[ RUN      ] QuestionTest.LeftShiftOperator
[       OK ] QuestionTest.LeftShiftOperator (0 ms)
[ RUN      ] QuestionTest.comparison
[       OK ] QuestionTest.comparison (0 ms)
[----------] 7 tests from QuestionTest (1 ms total)

[----------] 15 tests from RRsetTest
[ RUN      ] RRsetTest.getRdataCount
[       OK ] RRsetTest.getRdataCount (0 ms)
[ RUN      ] RRsetTest.getName
[       OK ] RRsetTest.getName (0 ms)
[ RUN      ] RRsetTest.getClass
[       OK ] RRsetTest.getClass (0 ms)
[ RUN      ] RRsetTest.getType
[       OK ] RRsetTest.getType (0 ms)
[ RUN      ] RRsetTest.getTTL
[       OK ] RRsetTest.getTTL (0 ms)
[ RUN      ] RRsetTest.setTTL
[       OK ] RRsetTest.setTTL (0 ms)
[ RUN      ] RRsetTest.setName
[       OK ] RRsetTest.setName (0 ms)
[ RUN      ] RRsetTest.isSameKind
[       OK ] RRsetTest.isSameKind (0 ms)
[ RUN      ] RRsetTest.addRdata
rrset_unittest.cc:155: Failure
Expected: rrset_a.addRdata(generic::NS(test_nsname)) throws an exception of type std::bad_cast.
  Actual: it throws a different type.
[  FAILED  ] RRsetTest.addRdata (0 ms)
[ RUN      ] RRsetTest.addRdataPtr
[       OK ] RRsetTest.addRdataPtr (0 ms)
[ RUN      ] RRsetTest.iterator
[       OK ] RRsetTest.iterator (1 ms)
[ RUN      ] RRsetTest.toText
[       OK ] RRsetTest.toText (0 ms)
[ RUN      ] RRsetTest.toWireBuffer
[       OK ] RRsetTest.toWireBuffer (0 ms)
[ RUN      ] RRsetTest.toWireRenderer
[       OK ] RRsetTest.toWireRenderer (0 ms)
[ RUN      ] RRsetTest.LeftShiftOperator
[       OK ] RRsetTest.LeftShiftOperator (0 ms)
[----------] 15 tests from RRsetTest (1 ms total)

[----------] 4 tests from RRsetRRSIGTest
[ RUN      ] RRsetRRSIGTest.getRRsig
[       OK ] RRsetRRSIGTest.getRRsig (0 ms)
[ RUN      ] RRsetRRSIGTest.addRRsig
[       OK ] RRsetRRSIGTest.addRRsig (0 ms)
[ RUN      ] RRsetRRSIGTest.getRRsigDataCount
[       OK ] RRsetRRSIGTest.getRRsigDataCount (1 ms)
[ RUN      ] RRsetRRSIGTest.toText
[       OK ] RRsetRRSIGTest.toText (0 ms)
[----------] 4 tests from RRsetRRSIGTest (1 ms total)

[----------] 9 tests from Rdata_HINFO_Test
[ RUN      ] Rdata_HINFO_Test.createFromText
[       OK ] Rdata_HINFO_Test.createFromText (0 ms)
[ RUN      ] Rdata_HINFO_Test.badText
[       OK ] Rdata_HINFO_Test.badText (0 ms)
[ RUN      ] Rdata_HINFO_Test.createFromWire
[       OK ] Rdata_HINFO_Test.createFromWire (0 ms)
[ RUN      ] Rdata_HINFO_Test.createFromLexer
[       OK ] Rdata_HINFO_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_HINFO_Test.toText
[       OK ] Rdata_HINFO_Test.toText (0 ms)
[ RUN      ] Rdata_HINFO_Test.toWire
[       OK ] Rdata_HINFO_Test.toWire (0 ms)
[ RUN      ] Rdata_HINFO_Test.toWireRenderer
[       OK ] Rdata_HINFO_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_HINFO_Test.compare
[       OK ] Rdata_HINFO_Test.compare (0 ms)
[ RUN      ] Rdata_HINFO_Test.copy
[       OK ] Rdata_HINFO_Test.copy (0 ms)
[----------] 9 tests from Rdata_HINFO_Test (1 ms total)

[----------] 11 tests from Rdata_NAPTR_Test
[ RUN      ] Rdata_NAPTR_Test.createFromText
[       OK ] Rdata_NAPTR_Test.createFromText (0 ms)
[ RUN      ] Rdata_NAPTR_Test.badText
[       OK ] Rdata_NAPTR_Test.badText (0 ms)
[ RUN      ] Rdata_NAPTR_Test.createFromWire
[       OK ] Rdata_NAPTR_Test.createFromWire (0 ms)
[ RUN      ] Rdata_NAPTR_Test.createFromWireTooLongDataLen
[       OK ] Rdata_NAPTR_Test.createFromWireTooLongDataLen (0 ms)
[ RUN      ] Rdata_NAPTR_Test.createFromWireTooShortDataLen
[       OK ] Rdata_NAPTR_Test.createFromWireTooShortDataLen (1 ms)
[ RUN      ] Rdata_NAPTR_Test.createFromLexer
[       OK ] Rdata_NAPTR_Test.createFromLexer (1 ms)
[ RUN      ] Rdata_NAPTR_Test.toWire
[       OK ] Rdata_NAPTR_Test.toWire (0 ms)
[ RUN      ] Rdata_NAPTR_Test.toWireRenderer
[       OK ] Rdata_NAPTR_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_NAPTR_Test.toText
[       OK ] Rdata_NAPTR_Test.toText (0 ms)
[ RUN      ] Rdata_NAPTR_Test.compare
[       OK ] Rdata_NAPTR_Test.compare (0 ms)
[ RUN      ] Rdata_NAPTR_Test.copy
[       OK ] Rdata_NAPTR_Test.copy (0 ms)
[----------] 11 tests from Rdata_NAPTR_Test (2 ms total)

[----------] 14 tests from Rdata_TSIG_Test
[ RUN      ] Rdata_TSIG_Test.createFromText
[       OK ] Rdata_TSIG_Test.createFromText (1 ms)
[ RUN      ] Rdata_TSIG_Test.createFromWire
[       OK ] Rdata_TSIG_Test.createFromWire (0 ms)
[ RUN      ] Rdata_TSIG_Test.createFromWireWithOtherData
[       OK ] Rdata_TSIG_Test.createFromWireWithOtherData (0 ms)
[ RUN      ] Rdata_TSIG_Test.createFromWireWithoutMAC
[       OK ] Rdata_TSIG_Test.createFromWireWithoutMAC (0 ms)
[ RUN      ] Rdata_TSIG_Test.createFromWireWithCompression
[       OK ] Rdata_TSIG_Test.createFromWireWithCompression (1 ms)
[ RUN      ] Rdata_TSIG_Test.badFromWire
[       OK ] Rdata_TSIG_Test.badFromWire (0 ms)
[ RUN      ] Rdata_TSIG_Test.copyConstruct
[       OK ] Rdata_TSIG_Test.copyConstruct (0 ms)
[ RUN      ] Rdata_TSIG_Test.createFromParams
[       OK ] Rdata_TSIG_Test.createFromParams (1 ms)
[ RUN      ] Rdata_TSIG_Test.createFromLexer
[       OK ] Rdata_TSIG_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_TSIG_Test.assignment
[       OK ] Rdata_TSIG_Test.assignment (0 ms)
[ RUN      ] Rdata_TSIG_Test.toWireBuffer
[       OK ] Rdata_TSIG_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_TSIG_Test.toWireRenderer
[       OK ] Rdata_TSIG_Test.toWireRenderer (1 ms)
[ RUN      ] Rdata_TSIG_Test.toText
[       OK ] Rdata_TSIG_Test.toText (0 ms)
[ RUN      ] Rdata_TSIG_Test.compare
rdata_tsig_unittest.cc:375: Failure
Expected: rdata_tsig.compare(*RdataTest::rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_TSIG_Test.compare (0 ms)
[----------] 14 tests from Rdata_TSIG_Test (4 ms total)

[----------] 9 tests from Rdata_MINFO_Test
[ RUN      ] Rdata_MINFO_Test.createFromText
[       OK ] Rdata_MINFO_Test.createFromText (0 ms)
[ RUN      ] Rdata_MINFO_Test.badText
[       OK ] Rdata_MINFO_Test.badText (0 ms)
[ RUN      ] Rdata_MINFO_Test.createFromWire
[       OK ] Rdata_MINFO_Test.createFromWire (1 ms)
[ RUN      ] Rdata_MINFO_Test.createFromLexer
[       OK ] Rdata_MINFO_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_MINFO_Test.assignment
[       OK ] Rdata_MINFO_Test.assignment (0 ms)
[ RUN      ] Rdata_MINFO_Test.toWireBuffer
[       OK ] Rdata_MINFO_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_MINFO_Test.toWireRenderer
[       OK ] Rdata_MINFO_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_MINFO_Test.toText
[       OK ] Rdata_MINFO_Test.toText (0 ms)
[ RUN      ] Rdata_MINFO_Test.compare
rdata_minfo_unittest.cc:188: Failure
Expected: rdata_minfo.compare(*RdataTest::rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_MINFO_Test.compare (0 ms)
[----------] 9 tests from Rdata_MINFO_Test (1 ms total)

[----------] 9 tests from Rdata_SRV_Test
[ RUN      ] Rdata_SRV_Test.createFromText
[       OK ] Rdata_SRV_Test.createFromText (0 ms)
[ RUN      ] Rdata_SRV_Test.badText
[       OK ] Rdata_SRV_Test.badText (0 ms)
[ RUN      ] Rdata_SRV_Test.assignment
[       OK ] Rdata_SRV_Test.assignment (0 ms)
[ RUN      ] Rdata_SRV_Test.createFromWire
[       OK ] Rdata_SRV_Test.createFromWire (1 ms)
[ RUN      ] Rdata_SRV_Test.createFromLexer
[       OK ] Rdata_SRV_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_SRV_Test.toWireBuffer
[       OK ] Rdata_SRV_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_SRV_Test.toWireRenderer
[       OK ] Rdata_SRV_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_SRV_Test.toText
[       OK ] Rdata_SRV_Test.toText (0 ms)
[ RUN      ] Rdata_SRV_Test.compare
rdata_srv_unittest.cc:209: Failure
Expected: rdata_srv.compare(*RdataTest::rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_SRV_Test.compare (1 ms)
[----------] 9 tests from Rdata_SRV_Test (2 ms total)

[----------] 9 tests from Rdata_RP_Test
[ RUN      ] Rdata_RP_Test.createFromText
[       OK ] Rdata_RP_Test.createFromText (0 ms)
[ RUN      ] Rdata_RP_Test.createFromWire
[       OK ] Rdata_RP_Test.createFromWire (0 ms)
[ RUN      ] Rdata_RP_Test.badFromWire
[       OK ] Rdata_RP_Test.badFromWire (1 ms)
[ RUN      ] Rdata_RP_Test.createFromParams
[       OK ] Rdata_RP_Test.createFromParams (0 ms)
[ RUN      ] Rdata_RP_Test.createFromLexer
[       OK ] Rdata_RP_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_RP_Test.toWireBuffer
[       OK ] Rdata_RP_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_RP_Test.toWireRenderer
[       OK ] Rdata_RP_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_RP_Test.toText
[       OK ] Rdata_RP_Test.toText (0 ms)
[ RUN      ] Rdata_RP_Test.compare
rdata_rp_unittest.cc:172: Failure
Expected: rdata_rp.compare(*RdataTest::rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_RP_Test.compare (0 ms)
[----------] 9 tests from Rdata_RP_Test (1 ms total)

[----------] 6 tests from Rdata_RRSIG_Test
[ RUN      ] Rdata_RRSIG_Test.fromText
[       OK ] Rdata_RRSIG_Test.fromText (0 ms)
[ RUN      ] Rdata_RRSIG_Test.badText
[       OK ] Rdata_RRSIG_Test.badText (1 ms)
[ RUN      ] Rdata_RRSIG_Test.createFromLexer
[       OK ] Rdata_RRSIG_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_RRSIG_Test.toWireRenderer
[       OK ] Rdata_RRSIG_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_RRSIG_Test.toWireBuffer
[       OK ] Rdata_RRSIG_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_RRSIG_Test.createFromWire
[       OK ] Rdata_RRSIG_Test.createFromWire (0 ms)
[----------] 6 tests from Rdata_RRSIG_Test (1 ms total)

[----------] 7 tests from NSEC3PARAMLikeTest/0, where TypeParam = isc::dns::rdata::generic::NSEC3
[ RUN      ] NSEC3PARAMLikeTest/0.fromText
[       OK ] NSEC3PARAMLikeTest/0.fromText (1 ms)
[ RUN      ] NSEC3PARAMLikeTest/0.badText
[       OK ] NSEC3PARAMLikeTest/0.badText (0 ms)
[ RUN      ] NSEC3PARAMLikeTest/0.toText
[       OK ] NSEC3PARAMLikeTest/0.toText (0 ms)
[ RUN      ] NSEC3PARAMLikeTest/0.createFromWire
[       OK ] NSEC3PARAMLikeTest/0.createFromWire (1 ms)
[ RUN      ] NSEC3PARAMLikeTest/0.createFromLexer
[       OK ] NSEC3PARAMLikeTest/0.createFromLexer (0 ms)
[ RUN      ] NSEC3PARAMLikeTest/0.toWire
[       OK ] NSEC3PARAMLikeTest/0.toWire (0 ms)
[ RUN      ] NSEC3PARAMLikeTest/0.compare
[       OK ] NSEC3PARAMLikeTest/0.compare (1 ms)
[----------] 7 tests from NSEC3PARAMLikeTest/0 (3 ms total)

[----------] 7 tests from NSEC3PARAMLikeTest/1, where TypeParam = isc::dns::rdata::generic::NSEC3PARAM
[ RUN      ] NSEC3PARAMLikeTest/1.fromText
[       OK ] NSEC3PARAMLikeTest/1.fromText (0 ms)
[ RUN      ] NSEC3PARAMLikeTest/1.badText
[       OK ] NSEC3PARAMLikeTest/1.badText (0 ms)
[ RUN      ] NSEC3PARAMLikeTest/1.toText
[       OK ] NSEC3PARAMLikeTest/1.toText (0 ms)
[ RUN      ] NSEC3PARAMLikeTest/1.createFromWire
[       OK ] NSEC3PARAMLikeTest/1.createFromWire (1 ms)
[ RUN      ] NSEC3PARAMLikeTest/1.createFromLexer
[       OK ] NSEC3PARAMLikeTest/1.createFromLexer (0 ms)
[ RUN      ] NSEC3PARAMLikeTest/1.toWire
[       OK ] NSEC3PARAMLikeTest/1.toWire (0 ms)
[ RUN      ] NSEC3PARAMLikeTest/1.compare
[       OK ] NSEC3PARAMLikeTest/1.compare (0 ms)
[----------] 7 tests from NSEC3PARAMLikeTest/1 (1 ms total)

[----------] 9 tests from Rdata_NSEC3PARAM_Test
[ RUN      ] Rdata_NSEC3PARAM_Test.fromText
[       OK ] Rdata_NSEC3PARAM_Test.fromText (0 ms)
[ RUN      ] Rdata_NSEC3PARAM_Test.toText
[       OK ] Rdata_NSEC3PARAM_Test.toText (0 ms)
[ RUN      ] Rdata_NSEC3PARAM_Test.badText
[       OK ] Rdata_NSEC3PARAM_Test.badText (0 ms)
[ RUN      ] Rdata_NSEC3PARAM_Test.createFromWire
[       OK ] Rdata_NSEC3PARAM_Test.createFromWire (1 ms)
[ RUN      ] Rdata_NSEC3PARAM_Test.createFromLexer
[       OK ] Rdata_NSEC3PARAM_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_NSEC3PARAM_Test.toWireRenderer
[       OK ] Rdata_NSEC3PARAM_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_NSEC3PARAM_Test.toWireBuffer
[       OK ] Rdata_NSEC3PARAM_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_NSEC3PARAM_Test.assign
[       OK ] Rdata_NSEC3PARAM_Test.assign (0 ms)
[ RUN      ] Rdata_NSEC3PARAM_Test.compare
rdata_nsec3param_unittest.cc:128: Failure
Expected: generic::NSEC3PARAM(nsec3param_txt).compare(*rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_NSEC3PARAM_Test.compare (0 ms)
[----------] 9 tests from Rdata_NSEC3PARAM_Test (1 ms total)

[----------] 3 tests from NSECLikeBitmapTest/0, where TypeParam = isc::dns::rdata::generic::NSEC
[ RUN      ] NSECLikeBitmapTest/0.createFromWire
[       OK ] NSECLikeBitmapTest/0.createFromWire (1 ms)
[ RUN      ] NSECLikeBitmapTest/0.toText
[       OK ] NSECLikeBitmapTest/0.toText (1 ms)
[ RUN      ] NSECLikeBitmapTest/0.compare
[       OK ] NSECLikeBitmapTest/0.compare (0 ms)
[----------] 3 tests from NSECLikeBitmapTest/0 (2 ms total)

[----------] 3 tests from NSECLikeBitmapTest/1, where TypeParam = isc::dns::rdata::generic::NSEC3
[ RUN      ] NSECLikeBitmapTest/1.createFromWire
[       OK ] NSECLikeBitmapTest/1.createFromWire (1 ms)
[ RUN      ] NSECLikeBitmapTest/1.toText
[       OK ] NSECLikeBitmapTest/1.toText (2 ms)
[ RUN      ] NSECLikeBitmapTest/1.compare
[       OK ] NSECLikeBitmapTest/1.compare (0 ms)
[----------] 3 tests from NSECLikeBitmapTest/1 (3 ms total)

[----------] 1 test from NSECBitmapTest
[ RUN      ] NSECBitmapTest.emptyMap
[       OK ] NSECBitmapTest.emptyMap (0 ms)
[----------] 1 test from NSECBitmapTest (0 ms total)

[----------] 1 test from NSEC3BitmapTest
[ RUN      ] NSEC3BitmapTest.emptyMap
[       OK ] NSEC3BitmapTest.emptyMap (0 ms)
[----------] 1 test from NSEC3BitmapTest (0 ms total)

[----------] 6 tests from Rdata_NSEC3_Test
[ RUN      ] Rdata_NSEC3_Test.fromText
[       OK ] Rdata_NSEC3_Test.fromText (0 ms)
[ RUN      ] Rdata_NSEC3_Test.badText
[       OK ] Rdata_NSEC3_Test.badText (1 ms)
[ RUN      ] Rdata_NSEC3_Test.createFromWire
[       OK ] Rdata_NSEC3_Test.createFromWire (2 ms)
[ RUN      ] Rdata_NSEC3_Test.createFromLexer
[       OK ] Rdata_NSEC3_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_NSEC3_Test.assign
[       OK ] Rdata_NSEC3_Test.assign (0 ms)
[ RUN      ] Rdata_NSEC3_Test.compare
rdata_nsec3_unittest.cc:157: Failure
Expected: generic::NSEC3(nsec3_txt).compare(*rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_NSEC3_Test.compare (0 ms)
[----------] 6 tests from Rdata_NSEC3_Test (3 ms total)

[----------] 9 tests from Rdata_NSEC_Test
[ RUN      ] Rdata_NSEC_Test.toText_NSEC
[       OK ] Rdata_NSEC_Test.toText_NSEC (0 ms)
[ RUN      ] Rdata_NSEC_Test.badText_NSEC
[       OK ] Rdata_NSEC_Test.badText_NSEC (0 ms)
[ RUN      ] Rdata_NSEC_Test.createFromWire_NSEC
[       OK ] Rdata_NSEC_Test.createFromWire_NSEC (0 ms)
[ RUN      ] Rdata_NSEC_Test.createFromLexer_NSEC
[       OK ] Rdata_NSEC_Test.createFromLexer_NSEC (1 ms)
[ RUN      ] Rdata_NSEC_Test.toWireRenderer_NSEC
[       OK ] Rdata_NSEC_Test.toWireRenderer_NSEC (0 ms)
[ RUN      ] Rdata_NSEC_Test.toWireBuffer_NSEC
[       OK ] Rdata_NSEC_Test.toWireBuffer_NSEC (0 ms)
[ RUN      ] Rdata_NSEC_Test.assign
[       OK ] Rdata_NSEC_Test.assign (0 ms)
[ RUN      ] Rdata_NSEC_Test.getNextName
[       OK ] Rdata_NSEC_Test.getNextName (0 ms)
[ RUN      ] Rdata_NSEC_Test.compare
rdata_nsec_unittest.cc:124: Failure
Expected: generic::NSEC(nsec_txt).compare(*rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_NSEC_Test.compare (0 ms)
[----------] 9 tests from Rdata_NSEC_Test (1 ms total)

[----------] 10 tests from Rdata_DS_LIKE_Test/0, where TypeParam = isc::dns::rdata::generic::DS
[ RUN      ] Rdata_DS_LIKE_Test/0.createFromText
[       OK ] Rdata_DS_LIKE_Test/0.createFromText (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/0.toText_DS_LIKE
[       OK ] Rdata_DS_LIKE_Test/0.toText_DS_LIKE (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/0.badText_DS_LIKE
[       OK ] Rdata_DS_LIKE_Test/0.badText_DS_LIKE (1 ms)
[ RUN      ] Rdata_DS_LIKE_Test/0.createFromWire_DS_LIKE
[       OK ] Rdata_DS_LIKE_Test/0.createFromWire_DS_LIKE (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/0.createFromLexer_DS_LIKE
[       OK ] Rdata_DS_LIKE_Test/0.createFromLexer_DS_LIKE (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/0.assignment_DS_LIKE
[       OK ] Rdata_DS_LIKE_Test/0.assignment_DS_LIKE (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/0.getTag_DS_LIKE
[       OK ] Rdata_DS_LIKE_Test/0.getTag_DS_LIKE (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/0.toWireRenderer
[       OK ] Rdata_DS_LIKE_Test/0.toWireRenderer (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/0.toWireBuffer
[       OK ] Rdata_DS_LIKE_Test/0.toWireBuffer (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/0.compare
rdata_ds_like_unittest.cc:203: Failure
Expected: this->rdata_ds_like.compare(*this->rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_DS_LIKE_Test/0.compare (1 ms)
[----------] 10 tests from Rdata_DS_LIKE_Test/0 (2 ms total)

[----------] 10 tests from Rdata_DS_LIKE_Test/1, where TypeParam = isc::dns::rdata::generic::DLV
[ RUN      ] Rdata_DS_LIKE_Test/1.createFromText
[       OK ] Rdata_DS_LIKE_Test/1.createFromText (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/1.toText_DS_LIKE
[       OK ] Rdata_DS_LIKE_Test/1.toText_DS_LIKE (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/1.badText_DS_LIKE
[       OK ] Rdata_DS_LIKE_Test/1.badText_DS_LIKE (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/1.createFromWire_DS_LIKE
[       OK ] Rdata_DS_LIKE_Test/1.createFromWire_DS_LIKE (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/1.createFromLexer_DS_LIKE
[       OK ] Rdata_DS_LIKE_Test/1.createFromLexer_DS_LIKE (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/1.assignment_DS_LIKE
[       OK ] Rdata_DS_LIKE_Test/1.assignment_DS_LIKE (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/1.getTag_DS_LIKE
[       OK ] Rdata_DS_LIKE_Test/1.getTag_DS_LIKE (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/1.toWireRenderer
[       OK ] Rdata_DS_LIKE_Test/1.toWireRenderer (1 ms)
[ RUN      ] Rdata_DS_LIKE_Test/1.toWireBuffer
[       OK ] Rdata_DS_LIKE_Test/1.toWireBuffer (0 ms)
[ RUN      ] Rdata_DS_LIKE_Test/1.compare
rdata_ds_like_unittest.cc:203: Failure
Expected: this->rdata_ds_like.compare(*this->rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_DS_LIKE_Test/1.compare (0 ms)
[----------] 10 tests from Rdata_DS_LIKE_Test/1 (1 ms total)

[----------] 10 tests from Rdata_DNSKEY_Test
[ RUN      ] Rdata_DNSKEY_Test.fromText
[       OK ] Rdata_DNSKEY_Test.fromText (0 ms)
[ RUN      ] Rdata_DNSKEY_Test.assign
[       OK ] Rdata_DNSKEY_Test.assign (0 ms)
[ RUN      ] Rdata_DNSKEY_Test.badText
[       OK ] Rdata_DNSKEY_Test.badText (0 ms)
[ RUN      ] Rdata_DNSKEY_Test.createFromLexer
[       OK ] Rdata_DNSKEY_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_DNSKEY_Test.toWireRenderer
[       OK ] Rdata_DNSKEY_Test.toWireRenderer (1 ms)
[ RUN      ] Rdata_DNSKEY_Test.toWireBuffer
[       OK ] Rdata_DNSKEY_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_DNSKEY_Test.createFromWire
[       OK ] Rdata_DNSKEY_Test.createFromWire (0 ms)
[ RUN      ] Rdata_DNSKEY_Test.getTag
[       OK ] Rdata_DNSKEY_Test.getTag (0 ms)
[ RUN      ] Rdata_DNSKEY_Test.getAlgorithm
[       OK ] Rdata_DNSKEY_Test.getAlgorithm (0 ms)
[ RUN      ] Rdata_DNSKEY_Test.getFlags
[       OK ] Rdata_DNSKEY_Test.getFlags (0 ms)
[----------] 10 tests from Rdata_DNSKEY_Test (1 ms total)

[----------] 11 tests from Rdata_DHCID_Test
[ RUN      ] Rdata_DHCID_Test.createFromString
[       OK ] Rdata_DHCID_Test.createFromString (0 ms)
[ RUN      ] Rdata_DHCID_Test.badBase64
[       OK ] Rdata_DHCID_Test.badBase64 (0 ms)
[ RUN      ] Rdata_DHCID_Test.badLength
[       OK ] Rdata_DHCID_Test.badLength (1 ms)
[ RUN      ] Rdata_DHCID_Test.copy
[       OK ] Rdata_DHCID_Test.copy (0 ms)
[ RUN      ] Rdata_DHCID_Test.createFromWire
[       OK ] Rdata_DHCID_Test.createFromWire (0 ms)
[ RUN      ] Rdata_DHCID_Test.createFromLexer
[       OK ] Rdata_DHCID_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_DHCID_Test.toWireRenderer
[       OK ] Rdata_DHCID_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_DHCID_Test.toWireBuffer
[       OK ] Rdata_DHCID_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_DHCID_Test.toText
[       OK ] Rdata_DHCID_Test.toText (0 ms)
[ RUN      ] Rdata_DHCID_Test.getDHCIDDigest
[       OK ] Rdata_DHCID_Test.getDHCIDDigest (0 ms)
[ RUN      ] Rdata_DHCID_Test.compare
rdata_dhcid_unittest.cc:120: Failure
Expected: rdata_dhcid.compare(*rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_DHCID_Test.compare (0 ms)
[----------] 11 tests from Rdata_DHCID_Test (1 ms total)

[----------] 7 tests from Rdata_OPT_Test
[ RUN      ] Rdata_OPT_Test.createFromText
[       OK ] Rdata_OPT_Test.createFromText (0 ms)
[ RUN      ] Rdata_OPT_Test.createFromWire
[       OK ] Rdata_OPT_Test.createFromWire (0 ms)
[ RUN      ] Rdata_OPT_Test.createFromLexer
[       OK ] Rdata_OPT_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_OPT_Test.toWireBuffer
[       OK ] Rdata_OPT_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_OPT_Test.toWireRenderer
[       OK ] Rdata_OPT_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_OPT_Test.toText
[       OK ] Rdata_OPT_Test.toText (0 ms)
[ RUN      ] Rdata_OPT_Test.compare
rdata_opt_unittest.cc:87: Failure
Expected: rdata_opt.compare(*RdataTest::rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_OPT_Test.compare (0 ms)
[----------] 7 tests from Rdata_OPT_Test (1 ms total)

[----------] 9 tests from Rdata_AFSDB_Test
[ RUN      ] Rdata_AFSDB_Test.createFromText
[       OK ] Rdata_AFSDB_Test.createFromText (0 ms)
[ RUN      ] Rdata_AFSDB_Test.badText
[       OK ] Rdata_AFSDB_Test.badText (0 ms)
[ RUN      ] Rdata_AFSDB_Test.assignment
[       OK ] Rdata_AFSDB_Test.assignment (0 ms)
[ RUN      ] Rdata_AFSDB_Test.createFromWire
[       OK ] Rdata_AFSDB_Test.createFromWire (1 ms)
[ RUN      ] Rdata_AFSDB_Test.createFromLexer
[       OK ] Rdata_AFSDB_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_AFSDB_Test.toWireBuffer
[       OK ] Rdata_AFSDB_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_AFSDB_Test.toWireRenderer
[       OK ] Rdata_AFSDB_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_AFSDB_Test.toText
[       OK ] Rdata_AFSDB_Test.toText (0 ms)
[ RUN      ] Rdata_AFSDB_Test.compare
rdata_afsdb_unittest.cc:218: Failure
Expected: rdata_afsdb.compare(*rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_AFSDB_Test.compare (0 ms)
[----------] 9 tests from Rdata_AFSDB_Test (1 ms total)

[----------] 8 tests from Rdata_DNAME_Test
[ RUN      ] Rdata_DNAME_Test.createFromText
[       OK ] Rdata_DNAME_Test.createFromText (0 ms)
[ RUN      ] Rdata_DNAME_Test.badText
[       OK ] Rdata_DNAME_Test.badText (0 ms)
[ RUN      ] Rdata_DNAME_Test.createFromWire
[       OK ] Rdata_DNAME_Test.createFromWire (1 ms)
[ RUN      ] Rdata_DNAME_Test.createFromLexer
[       OK ] Rdata_DNAME_Test.createFromLexer (1 ms)
[ RUN      ] Rdata_DNAME_Test.toWireBuffer
[       OK ] Rdata_DNAME_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_DNAME_Test.toWireRenderer
[       OK ] Rdata_DNAME_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_DNAME_Test.toText
[       OK ] Rdata_DNAME_Test.toText (0 ms)
[ RUN      ] Rdata_DNAME_Test.getDname
[       OK ] Rdata_DNAME_Test.getDname (0 ms)
[----------] 8 tests from Rdata_DNAME_Test (2 ms total)

[----------] 8 tests from Rdata_CNAME_Test
[ RUN      ] Rdata_CNAME_Test.createFromText
[       OK ] Rdata_CNAME_Test.createFromText (0 ms)
[ RUN      ] Rdata_CNAME_Test.badText
[       OK ] Rdata_CNAME_Test.badText (0 ms)
[ RUN      ] Rdata_CNAME_Test.createFromWire
[       OK ] Rdata_CNAME_Test.createFromWire (1 ms)
[ RUN      ] Rdata_CNAME_Test.createFromLexer
[       OK ] Rdata_CNAME_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_CNAME_Test.toWireBuffer
[       OK ] Rdata_CNAME_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_CNAME_Test.toWireRenderer
[       OK ] Rdata_CNAME_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_CNAME_Test.toText
[       OK ] Rdata_CNAME_Test.toText (0 ms)
[ RUN      ] Rdata_CNAME_Test.getCname
[       OK ] Rdata_CNAME_Test.getCname (0 ms)
[----------] 8 tests from Rdata_CNAME_Test (1 ms total)

[----------] 9 tests from Rdata_PTR_Test
[ RUN      ] Rdata_PTR_Test.createFromText
[       OK ] Rdata_PTR_Test.createFromText (0 ms)
[ RUN      ] Rdata_PTR_Test.badText
[       OK ] Rdata_PTR_Test.badText (0 ms)
[ RUN      ] Rdata_PTR_Test.createFromWire
[       OK ] Rdata_PTR_Test.createFromWire (1 ms)
[ RUN      ] Rdata_PTR_Test.createFromLexer
[       OK ] Rdata_PTR_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_PTR_Test.toWireBuffer
[       OK ] Rdata_PTR_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_PTR_Test.toWireRenderer
[       OK ] Rdata_PTR_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_PTR_Test.toText
[       OK ] Rdata_PTR_Test.toText (0 ms)
[ RUN      ] Rdata_PTR_Test.compare
[       OK ] Rdata_PTR_Test.compare (0 ms)
[ RUN      ] Rdata_PTR_Test.getPTRName
[       OK ] Rdata_PTR_Test.getPTRName (0 ms)
[----------] 9 tests from Rdata_PTR_Test (2 ms total)

[----------] 14 tests from Rdata_SSHFP_Test
[ RUN      ] Rdata_SSHFP_Test.createFromText
[       OK ] Rdata_SSHFP_Test.createFromText (0 ms)
[ RUN      ] Rdata_SSHFP_Test.createFromLexer
[       OK ] Rdata_SSHFP_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_SSHFP_Test.algorithmTypes
[       OK ] Rdata_SSHFP_Test.algorithmTypes (0 ms)
[ RUN      ] Rdata_SSHFP_Test.badText
[       OK ] Rdata_SSHFP_Test.badText (0 ms)
[ RUN      ] Rdata_SSHFP_Test.copy
[       OK ] Rdata_SSHFP_Test.copy (0 ms)
[ RUN      ] Rdata_SSHFP_Test.createFromWire
[       OK ] Rdata_SSHFP_Test.createFromWire (1 ms)
[ RUN      ] Rdata_SSHFP_Test.toText
[       OK ] Rdata_SSHFP_Test.toText (0 ms)
[ RUN      ] Rdata_SSHFP_Test.toWire
[       OK ] Rdata_SSHFP_Test.toWire (0 ms)
[ RUN      ] Rdata_SSHFP_Test.compare
[       OK ] Rdata_SSHFP_Test.compare (0 ms)
[ RUN      ] Rdata_SSHFP_Test.getAlgorithmNumber
[       OK ] Rdata_SSHFP_Test.getAlgorithmNumber (0 ms)
[ RUN      ] Rdata_SSHFP_Test.getFingerprintType
[       OK ] Rdata_SSHFP_Test.getFingerprintType (0 ms)
[ RUN      ] Rdata_SSHFP_Test.getFingerprintLen
[       OK ] Rdata_SSHFP_Test.getFingerprintLen (0 ms)
[ RUN      ] Rdata_SSHFP_Test.emptyFingerprintFromWire
[       OK ] Rdata_SSHFP_Test.emptyFingerprintFromWire (0 ms)
[ RUN      ] Rdata_SSHFP_Test.emptyFingerprintFromString
[       OK ] Rdata_SSHFP_Test.emptyFingerprintFromString (0 ms)
[----------] 14 tests from Rdata_SSHFP_Test (1 ms total)

[----------] 11 tests from Rdata_MX_Test
[ RUN      ] Rdata_MX_Test.createFromText
[       OK ] Rdata_MX_Test.createFromText (0 ms)
[ RUN      ] Rdata_MX_Test.badText
[       OK ] Rdata_MX_Test.badText (1 ms)
[ RUN      ] Rdata_MX_Test.copy
[       OK ] Rdata_MX_Test.copy (0 ms)
[ RUN      ] Rdata_MX_Test.createFromWire
[       OK ] Rdata_MX_Test.createFromWire (0 ms)
[ RUN      ] Rdata_MX_Test.createFromLexer
[       OK ] Rdata_MX_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_MX_Test.toWireRenderer
[       OK ] Rdata_MX_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_MX_Test.toWireBuffer
[       OK ] Rdata_MX_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_MX_Test.toText
[       OK ] Rdata_MX_Test.toText (0 ms)
[ RUN      ] Rdata_MX_Test.getMXName
[       OK ] Rdata_MX_Test.getMXName (0 ms)
[ RUN      ] Rdata_MX_Test.getMXPref
[       OK ] Rdata_MX_Test.getMXPref (0 ms)
[ RUN      ] Rdata_MX_Test.compare
rdata_mx_unittest.cc:149: Failure
Expected: rdata_mx.compare(*rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_MX_Test.compare (0 ms)
[----------] 11 tests from Rdata_MX_Test (1 ms total)

[----------] 11 tests from Rdata_TXT_LIKE_Test/0, where TypeParam = isc::dns::rdata::generic::TXT
[ RUN      ] Rdata_TXT_LIKE_Test/0.createFromText
[       OK ] Rdata_TXT_LIKE_Test/0.createFromText (1 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/0.createMultiStringsFromText
[       OK ] Rdata_TXT_LIKE_Test/0.createMultiStringsFromText (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/0.createFromTextExtra
[       OK ] Rdata_TXT_LIKE_Test/0.createFromTextExtra (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/0.fromTextEmpty
[       OK ] Rdata_TXT_LIKE_Test/0.fromTextEmpty (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/0.createFromWire
[       OK ] Rdata_TXT_LIKE_Test/0.createFromWire (1 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/0.createFromLexer
[       OK ] Rdata_TXT_LIKE_Test/0.createFromLexer (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/0.toWireBuffer
[       OK ] Rdata_TXT_LIKE_Test/0.toWireBuffer (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/0.toWireRenderer
[       OK ] Rdata_TXT_LIKE_Test/0.toWireRenderer (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/0.toText
[       OK ] Rdata_TXT_LIKE_Test/0.toText (1 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/0.assignment
[       OK ] Rdata_TXT_LIKE_Test/0.assignment (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/0.compare
rdata_txt_like_unittest.cc:405: Failure
Expected: TypeParam(txt1).compare(*this->rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_TXT_LIKE_Test/0.compare (0 ms)
[----------] 11 tests from Rdata_TXT_LIKE_Test/0 (3 ms total)

[----------] 11 tests from Rdata_TXT_LIKE_Test/1, where TypeParam = isc::dns::rdata::generic::SPF
[ RUN      ] Rdata_TXT_LIKE_Test/1.createFromText
[       OK ] Rdata_TXT_LIKE_Test/1.createFromText (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/1.createMultiStringsFromText
[       OK ] Rdata_TXT_LIKE_Test/1.createMultiStringsFromText (1 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/1.createFromTextExtra
[       OK ] Rdata_TXT_LIKE_Test/1.createFromTextExtra (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/1.fromTextEmpty
[       OK ] Rdata_TXT_LIKE_Test/1.fromTextEmpty (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/1.createFromWire
[       OK ] Rdata_TXT_LIKE_Test/1.createFromWire (1 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/1.createFromLexer
[       OK ] Rdata_TXT_LIKE_Test/1.createFromLexer (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/1.toWireBuffer
[       OK ] Rdata_TXT_LIKE_Test/1.toWireBuffer (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/1.toWireRenderer
[       OK ] Rdata_TXT_LIKE_Test/1.toWireRenderer (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/1.toText
[       OK ] Rdata_TXT_LIKE_Test/1.toText (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/1.assignment
[       OK ] Rdata_TXT_LIKE_Test/1.assignment (0 ms)
[ RUN      ] Rdata_TXT_LIKE_Test/1.compare
rdata_txt_like_unittest.cc:405: Failure
Expected: TypeParam(txt1).compare(*this->rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_TXT_LIKE_Test/1.compare (0 ms)
[----------] 11 tests from Rdata_TXT_LIKE_Test/1 (2 ms total)

[----------] 9 tests from Rdata_SOA_Test
[ RUN      ] Rdata_SOA_Test.createFromText
[       OK ] Rdata_SOA_Test.createFromText (2 ms)
[ RUN      ] Rdata_SOA_Test.createFromWire
[       OK ] Rdata_SOA_Test.createFromWire (0 ms)
[ RUN      ] Rdata_SOA_Test.createFromLexer
[       OK ] Rdata_SOA_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_SOA_Test.toWireRenderer
[       OK ] Rdata_SOA_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_SOA_Test.toWireBuffer
[       OK ] Rdata_SOA_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_SOA_Test.toText
[       OK ] Rdata_SOA_Test.toText (0 ms)
[ RUN      ] Rdata_SOA_Test.getSerial
[       OK ] Rdata_SOA_Test.getSerial (0 ms)
[ RUN      ] Rdata_SOA_Test.getMinimum
[       OK ] Rdata_SOA_Test.getMinimum (0 ms)
[ RUN      ] Rdata_SOA_Test.compare
[       OK ] Rdata_SOA_Test.compare (0 ms)
[----------] 9 tests from Rdata_SOA_Test (3 ms total)

[----------] 9 tests from Rdata_NS_Test
[ RUN      ] Rdata_NS_Test.createFromText
[       OK ] Rdata_NS_Test.createFromText (0 ms)
[ RUN      ] Rdata_NS_Test.badText
[       OK ] Rdata_NS_Test.badText (0 ms)
[ RUN      ] Rdata_NS_Test.createFromWire
[       OK ] Rdata_NS_Test.createFromWire (1 ms)
[ RUN      ] Rdata_NS_Test.createFromLexer
[       OK ] Rdata_NS_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_NS_Test.toWireBuffer
[       OK ] Rdata_NS_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_NS_Test.toWireRenderer
[       OK ] Rdata_NS_Test.toWireRenderer (1 ms)
[ RUN      ] Rdata_NS_Test.toText
[       OK ] Rdata_NS_Test.toText (0 ms)
[ RUN      ] Rdata_NS_Test.compare
[       OK ] Rdata_NS_Test.compare (0 ms)
[ RUN      ] Rdata_NS_Test.getNSName
[       OK ] Rdata_NS_Test.getNSName (0 ms)
[----------] 9 tests from Rdata_NS_Test (2 ms total)

[----------] 7 tests from Rdata_IN_AAAA_Test
[ RUN      ] Rdata_IN_AAAA_Test.createFromText
[       OK ] Rdata_IN_AAAA_Test.createFromText (0 ms)
[ RUN      ] Rdata_IN_AAAA_Test.createFromWire
[       OK ] Rdata_IN_AAAA_Test.createFromWire (1 ms)
[ RUN      ] Rdata_IN_AAAA_Test.createFromLexer
[       OK ] Rdata_IN_AAAA_Test.createFromLexer (0 ms)
[ RUN      ] Rdata_IN_AAAA_Test.toWireBuffer
[       OK ] Rdata_IN_AAAA_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_IN_AAAA_Test.toWireRenderer
[       OK ] Rdata_IN_AAAA_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_IN_AAAA_Test.toText
[       OK ] Rdata_IN_AAAA_Test.toText (0 ms)
[ RUN      ] Rdata_IN_AAAA_Test.compare
rdata_in_aaaa_unittest.cc:155: Failure
Expected: rdata_in_aaaa.compare(*RdataTest::rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_IN_AAAA_Test.compare (0 ms)
[----------] 7 tests from Rdata_IN_AAAA_Test (1 ms total)

[----------] 6 tests from Rdata_IN_A_Test
[ RUN      ] Rdata_IN_A_Test.createFromText
[       OK ] Rdata_IN_A_Test.createFromText (0 ms)
[ RUN      ] Rdata_IN_A_Test.createFromWire
[       OK ] Rdata_IN_A_Test.createFromWire (1 ms)
[ RUN      ] Rdata_IN_A_Test.toWireBuffer
[       OK ] Rdata_IN_A_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_IN_A_Test.toWireRenderer
[       OK ] Rdata_IN_A_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_IN_A_Test.toText
[       OK ] Rdata_IN_A_Test.toText (0 ms)
[ RUN      ] Rdata_IN_A_Test.compare
rdata_in_a_unittest.cc:163: Failure
Expected: rdata_in_a.compare(*RdataTest::rdata_nomatch) throws an exception of type bad_cast.
  Actual: it throws a different type.
[  FAILED  ] Rdata_IN_A_Test.compare (0 ms)
[----------] 6 tests from Rdata_IN_A_Test (1 ms total)

[----------] 7 tests from CharStringTest
[ RUN      ] CharStringTest.normalConversion
[       OK ] CharStringTest.normalConversion (0 ms)
[ RUN      ] CharStringTest.badConversion
[       OK ] CharStringTest.badConversion (0 ms)
[ RUN      ] CharStringTest.badDDD
[       OK ] CharStringTest.badDDD (0 ms)
[ RUN      ] CharStringTest.charStringToString
[       OK ] CharStringTest.charStringToString (0 ms)
[ RUN      ] CharStringTest.bufferToCharString
[       OK ] CharStringTest.bufferToCharString (0 ms)
[ RUN      ] CharStringTest.bufferToCharString_bad
[       OK ] CharStringTest.bufferToCharString_bad (0 ms)
[ RUN      ] CharStringTest.compareCharString
[       OK ] CharStringTest.compareCharString (0 ms)
[----------] 7 tests from CharStringTest (0 ms total)

[----------] 14 tests from RdataFieldsTest
[ RUN      ] RdataFieldsTest.constructFromRdata
[       OK ] RdataFieldsTest.constructFromRdata (0 ms)
[ RUN      ] RdataFieldsTest.constructFromParams
[       OK ] RdataFieldsTest.constructFromParams (0 ms)
[ RUN      ] RdataFieldsTest.constructFromRdataNS
[       OK ] RdataFieldsTest.constructFromRdataNS (1 ms)
[ RUN      ] RdataFieldsTest.constructFromParamsNS
[       OK ] RdataFieldsTest.constructFromParamsNS (0 ms)
[ RUN      ] RdataFieldsTest.constructFromRdataTXT
[       OK ] RdataFieldsTest.constructFromRdataTXT (0 ms)
[ RUN      ] RdataFieldsTest.constructFromParamsTXT
[       OK ] RdataFieldsTest.constructFromParamsTXT (0 ms)
[ RUN      ] RdataFieldsTest.constructFromRdataRRSIG
[       OK ] RdataFieldsTest.constructFromRdataRRSIG (0 ms)
[ RUN      ] RdataFieldsTest.constructFromParamsRRSIG
[       OK ] RdataFieldsTest.constructFromParamsRRSIG (0 ms)
[ RUN      ] RdataFieldsTest.convertRdatatoParams
[       OK ] RdataFieldsTest.convertRdatatoParams (1 ms)
[ RUN      ] RdataFieldsTest.constructFromRdataOPT
[       OK ] RdataFieldsTest.constructFromRdataOPT (0 ms)
[ RUN      ] RdataFieldsTest.constructFromParamsOPT
[       OK ] RdataFieldsTest.constructFromParamsOPT (0 ms)
[ RUN      ] RdataFieldsTest.invalidFieldLength
[       OK ] RdataFieldsTest.invalidFieldLength (0 ms)
[ RUN      ] RdataFieldsTest.mismatchFieldLengthAndData
[       OK ] RdataFieldsTest.mismatchFieldLengthAndData (0 ms)
[ RUN      ] RdataFieldsTest.getFieldSpecWithBadFieldId
[       OK ] RdataFieldsTest.getFieldSpecWithBadFieldId (0 ms)
[----------] 14 tests from RdataFieldsTest (2 ms total)

[----------] 1 test from RdataFieldComposerTest
[ RUN      ] RdataFieldComposerTest.unusedMethods
[       OK ] RdataFieldComposerTest.unusedMethods (0 ms)
[----------] 1 test from RdataFieldComposerTest (0 ms total)

[----------] 2 tests from RdataTest
[ RUN      ] RdataTest.createRdataWithLexer
[       OK ] RdataTest.createRdataWithLexer (0 ms)
[ RUN      ] RdataTest.compareNames
[       OK ] RdataTest.compareNames (0 ms)
[----------] 2 tests from RdataTest (0 ms total)

[----------] 12 tests from Rdata_Unknown_Test
[ RUN      ] Rdata_Unknown_Test.createFromText
[       OK ] Rdata_Unknown_Test.createFromText (62 ms)
[ RUN      ] Rdata_Unknown_Test.createFromWire
[       OK ] Rdata_Unknown_Test.createFromWire (1 ms)
[ RUN      ] Rdata_Unknown_Test.createRdataFromString
[       OK ] Rdata_Unknown_Test.createRdataFromString (0 ms)
[ RUN      ] Rdata_Unknown_Test.createRdataFromWire
[       OK ] Rdata_Unknown_Test.createRdataFromWire (0 ms)
[ RUN      ] Rdata_Unknown_Test.createRdataByCopy
[       OK ] Rdata_Unknown_Test.createRdataByCopy (0 ms)
[ RUN      ] Rdata_Unknown_Test.copyConstruct
[       OK ] Rdata_Unknown_Test.copyConstruct (0 ms)
[ RUN      ] Rdata_Unknown_Test.assignment
[       OK ] Rdata_Unknown_Test.assignment (0 ms)
[ RUN      ] Rdata_Unknown_Test.toText
[       OK ] Rdata_Unknown_Test.toText (72 ms)
[ RUN      ] Rdata_Unknown_Test.toWireBuffer
[       OK ] Rdata_Unknown_Test.toWireBuffer (0 ms)
[ RUN      ] Rdata_Unknown_Test.toWireRenderer
[       OK ] Rdata_Unknown_Test.toWireRenderer (0 ms)
[ RUN      ] Rdata_Unknown_Test.compare
[       OK ] Rdata_Unknown_Test.compare (0 ms)
[ RUN      ] Rdata_Unknown_Test.LeftShiftOperator
[       OK ] Rdata_Unknown_Test.LeftShiftOperator (0 ms)
[----------] 12 tests from Rdata_Unknown_Test (135 ms total)

[----------] 8 tests from RcodeTest
[ RUN      ] RcodeTest.constructFromCode
[       OK ] RcodeTest.constructFromCode (0 ms)
[ RUN      ] RcodeTest.constructFromCodePair
[       OK ] RcodeTest.constructFromCodePair (0 ms)
[ RUN      ] RcodeTest.getExtendedCode
[       OK ] RcodeTest.getExtendedCode (0 ms)
[ RUN      ] RcodeTest.constants
[       OK ] RcodeTest.constants (0 ms)
[ RUN      ] RcodeTest.equal
[       OK ] RcodeTest.equal (0 ms)
[ RUN      ] RcodeTest.nequal
[       OK ] RcodeTest.nequal (0 ms)
[ RUN      ] RcodeTest.toText
[       OK ] RcodeTest.toText (0 ms)
[ RUN      ] RcodeTest.LeftShiftOperator
[       OK ] RcodeTest.LeftShiftOperator (0 ms)
[----------] 8 tests from RcodeTest (0 ms total)

[----------] 6 tests from OpcodeTest
[ RUN      ] OpcodeTest.construct
[       OK ] OpcodeTest.construct (0 ms)
[ RUN      ] OpcodeTest.constants
[       OK ] OpcodeTest.constants (0 ms)
[ RUN      ] OpcodeTest.equal
[       OK ] OpcodeTest.equal (0 ms)
[ RUN      ] OpcodeTest.nequal
[       OK ] OpcodeTest.nequal (0 ms)
[ RUN      ] OpcodeTest.toText
[       OK ] OpcodeTest.toText (0 ms)
[ RUN      ] OpcodeTest.LeftShiftOperator
[       OK ] OpcodeTest.LeftShiftOperator (0 ms)
[----------] 6 tests from OpcodeTest (0 ms total)

[----------] 7 tests from RRCollatorTest
[ RUN      ] RRCollatorTest.basicCases
[       OK ] RRCollatorTest.basicCases (0 ms)
[ RUN      ] RRCollatorTest.minTTLFirst
[       OK ] RRCollatorTest.minTTLFirst (0 ms)
[ RUN      ] RRCollatorTest.maxTTLFirst
[       OK ] RRCollatorTest.maxTTLFirst (0 ms)
[ RUN      ] RRCollatorTest.addRRSIGs
[       OK ] RRCollatorTest.addRRSIGs (0 ms)
[ RUN      ] RRCollatorTest.emptyFlush
[       OK ] RRCollatorTest.emptyFlush (0 ms)
[ RUN      ] RRCollatorTest.throwFromCallback
[       OK ] RRCollatorTest.throwFromCallback (0 ms)
[ RUN      ] RRCollatorTest.withMasterLoader
[       OK ] RRCollatorTest.withMasterLoader (0 ms)
[----------] 7 tests from RRCollatorTest (1 ms total)

[----------] 15 tests from RRTTLTest
[ RUN      ] RRTTLTest.getValue
[       OK ] RRTTLTest.getValue (0 ms)
[ RUN      ] RRTTLTest.fromText
[       OK ] RRTTLTest.fromText (0 ms)
[ RUN      ] RRTTLTest.createFromText
[       OK ] RRTTLTest.createFromText (0 ms)
[ RUN      ] RRTTLTest.fromTextUnit
[       OK ] RRTTLTest.fromTextUnit (0 ms)
[ RUN      ] RRTTLTest.fromWire
[       OK ] RRTTLTest.fromWire (0 ms)
[ RUN      ] RRTTLTest.toText
[       OK ] RRTTLTest.toText (0 ms)
[ RUN      ] RRTTLTest.toWireBuffer
[       OK ] RRTTLTest.toWireBuffer (0 ms)
[ RUN      ] RRTTLTest.toWireRenderer
[       OK ] RRTTLTest.toWireRenderer (0 ms)
[ RUN      ] RRTTLTest.equal
[       OK ] RRTTLTest.equal (0 ms)
[ RUN      ] RRTTLTest.leq
[       OK ] RRTTLTest.leq (0 ms)
[ RUN      ] RRTTLTest.geq
[       OK ] RRTTLTest.geq (0 ms)
[ RUN      ] RRTTLTest.lthan
[       OK ] RRTTLTest.lthan (0 ms)
[ RUN      ] RRTTLTest.gthan
[       OK ] RRTTLTest.gthan (0 ms)
[ RUN      ] RRTTLTest.maxTTL
[       OK ] RRTTLTest.maxTTL (0 ms)
[ RUN      ] RRTTLTest.LeftShiftOperator
[       OK ] RRTTLTest.LeftShiftOperator (0 ms)
[----------] 15 tests from RRTTLTest (1 ms total)

[----------] 9 tests from RRTypeTest
[ RUN      ] RRTypeTest.fromText
[       OK ] RRTypeTest.fromText (0 ms)
[ RUN      ] RRTypeTest.fromWire
[       OK ] RRTypeTest.fromWire (0 ms)
[ RUN      ] RRTypeTest.caseConstruct
[       OK ] RRTypeTest.caseConstruct (0 ms)
[ RUN      ] RRTypeTest.toText
[       OK ] RRTypeTest.toText (0 ms)
[ RUN      ] RRTypeTest.toWireBuffer
[       OK ] RRTypeTest.toWireBuffer (0 ms)
[ RUN      ] RRTypeTest.toWireRenderer
[       OK ] RRTypeTest.toWireRenderer (0 ms)
[ RUN      ] RRTypeTest.wellKnownTypes
[       OK ] RRTypeTest.wellKnownTypes (0 ms)
[ RUN      ] RRTypeTest.compare
[       OK ] RRTypeTest.compare (0 ms)
[ RUN      ] RRTypeTest.LeftShiftOperator
[       OK ] RRTypeTest.LeftShiftOperator (0 ms)
[----------] 9 tests from RRTypeTest (0 ms total)

[----------] 1 test from RRTypeConstTest
[ RUN      ] RRTypeConstTest.wellKnowns
[       OK ] RRTypeConstTest.wellKnowns (0 ms)
[----------] 1 test from RRTypeConstTest (0 ms total)

[----------] 10 tests from RRClassTest
[ RUN      ] RRClassTest.fromTextConstructor
[       OK ] RRClassTest.fromTextConstructor (1 ms)
[ RUN      ] RRClassTest.fromWire
[       OK ] RRClassTest.fromWire (0 ms)
[ RUN      ] RRClassTest.caseConstruct
[       OK ] RRClassTest.caseConstruct (0 ms)
[ RUN      ] RRClassTest.toText
[       OK ] RRClassTest.toText (0 ms)
[ RUN      ] RRClassTest.createFromText
[       OK ] RRClassTest.createFromText (0 ms)
[ RUN      ] RRClassTest.toWireBuffer
[       OK ] RRClassTest.toWireBuffer (0 ms)
[ RUN      ] RRClassTest.toWireRenderer
[       OK ] RRClassTest.toWireRenderer (0 ms)
[ RUN      ] RRClassTest.wellKnownClasss
[       OK ] RRClassTest.wellKnownClasss (0 ms)
[ RUN      ] RRClassTest.compare
[       OK ] RRClassTest.compare (0 ms)
[ RUN      ] RRClassTest.LeftShiftOperator
[       OK ] RRClassTest.LeftShiftOperator (0 ms)
[----------] 10 tests from RRClassTest (1 ms total)

[----------] 1 test from RRClassConstTest
[ RUN      ] RRClassConstTest.wellKnowns
[       OK ] RRClassConstTest.wellKnowns (0 ms)
[----------] 1 test from RRClassConstTest (0 ms total)

[----------] 5 tests from NSEC3HashTest
[ RUN      ] NSEC3HashTest.unknownAlgorithm
[       OK ] NSEC3HashTest.unknownAlgorithm (0 ms)
[ RUN      ] NSEC3HashTest.calculate
[       OK ] NSEC3HashTest.calculate (0 ms)
[ RUN      ] NSEC3HashTest.matchWithNSEC3
[       OK ] NSEC3HashTest.matchWithNSEC3 (1 ms)
[ RUN      ] NSEC3HashTest.matchWithNSEC3PARAM
[       OK ] NSEC3HashTest.matchWithNSEC3PARAM (0 ms)
[ RUN      ] NSEC3HashTest.setCreator
[       OK ] NSEC3HashTest.setCreator (0 ms)
[----------] 5 tests from NSEC3HashTest (1 ms total)

[----------] 29 tests from NameTest
[ RUN      ] NameTest.nonlocalObject
[       OK ] NameTest.nonlocalObject (0 ms)
[ RUN      ] NameTest.fromText
[       OK ] NameTest.fromText (1 ms)
[ RUN      ] NameTest.copyOrigin
[       OK ] NameTest.copyOrigin (0 ms)
[ RUN      ] NameTest.dontAppendOrigin
[       OK ] NameTest.dontAppendOrigin (0 ms)
[ RUN      ] NameTest.appendOrigin
[       OK ] NameTest.appendOrigin (0 ms)
[ RUN      ] NameTest.noDataProvided
[       OK ] NameTest.noDataProvided (0 ms)
[ RUN      ] NameTest.combinedTooLong
[       OK ] NameTest.combinedTooLong (0 ms)
[ RUN      ] NameTest.atSign
[       OK ] NameTest.atSign (0 ms)
[ RUN      ] NameTest.fromWire
[       OK ] NameTest.fromWire (3 ms)
[ RUN      ] NameTest.copyConstruct
[       OK ] NameTest.copyConstruct (0 ms)
[ RUN      ] NameTest.assignment
[       OK ] NameTest.assignment (0 ms)
[ RUN      ] NameTest.toText
[       OK ] NameTest.toText (1 ms)
[ RUN      ] NameTest.toWireBuffer
[       OK ] NameTest.toWireBuffer (0 ms)
[ RUN      ] NameTest.toWireRenderer
[       OK ] NameTest.toWireRenderer (0 ms)
[ RUN      ] NameTest.compare
[       OK ] NameTest.compare (0 ms)
[ RUN      ] NameTest.equal
[       OK ] NameTest.equal (0 ms)
[ RUN      ] NameTest.isWildcard
[       OK ] NameTest.isWildcard (0 ms)
[ RUN      ] NameTest.concatenate
[       OK ] NameTest.concatenate (0 ms)
[ RUN      ] NameTest.reverse
[       OK ] NameTest.reverse (0 ms)
[ RUN      ] NameTest.split
[       OK ] NameTest.split (0 ms)
[ RUN      ] NameTest.split_for_suffix
[       OK ] NameTest.split_for_suffix (0 ms)
[ RUN      ] NameTest.downcase
[       OK ] NameTest.downcase (1 ms)
[ RUN      ] NameTest.at
[       OK ] NameTest.at (0 ms)
[ RUN      ] NameTest.leq
[       OK ] NameTest.leq (0 ms)
[ RUN      ] NameTest.geq
[       OK ] NameTest.geq (0 ms)
[ RUN      ] NameTest.lthan
[       OK ] NameTest.lthan (0 ms)
[ RUN      ] NameTest.gthan
[       OK ] NameTest.gthan (0 ms)
[ RUN      ] NameTest.constants
[       OK ] NameTest.constants (0 ms)
[ RUN      ] NameTest.LeftShiftOperator
[       OK ] NameTest.LeftShiftOperator (0 ms)
[----------] 29 tests from NameTest (7 ms total)

[----------] 15 tests from MasterLexerStateTest
[ RUN      ] MasterLexerStateTest.startAndEnd
[       OK ] MasterLexerStateTest.startAndEnd (0 ms)
[ RUN      ] MasterLexerStateTest.startToEOL
[       OK ] MasterLexerStateTest.startToEOL (0 ms)
[ RUN      ] MasterLexerStateTest.space
[       OK ] MasterLexerStateTest.space (0 ms)
[ RUN      ] MasterLexerStateTest.parentheses
[       OK ] MasterLexerStateTest.parentheses (0 ms)
[ RUN      ] MasterLexerStateTest.nestedParentheses
[       OK ] MasterLexerStateTest.nestedParentheses (0 ms)
[ RUN      ] MasterLexerStateTest.unbalancedParentheses
[       OK ] MasterLexerStateTest.unbalancedParentheses (0 ms)
[ RUN      ] MasterLexerStateTest.startToComment
[       OK ] MasterLexerStateTest.startToComment (0 ms)
[ RUN      ] MasterLexerStateTest.commentAfterParen
[       OK ] MasterLexerStateTest.commentAfterParen (0 ms)
[ RUN      ] MasterLexerStateTest.crlf
[       OK ] MasterLexerStateTest.crlf (0 ms)
[ RUN      ] MasterLexerStateTest.string
[       OK ] MasterLexerStateTest.string (0 ms)
[ RUN      ] MasterLexerStateTest.stringEscape
[       OK ] MasterLexerStateTest.stringEscape (0 ms)
[ RUN      ] MasterLexerStateTest.quotedString
[       OK ] MasterLexerStateTest.quotedString (0 ms)
[ RUN      ] MasterLexerStateTest.brokenQuotedString
[       OK ] MasterLexerStateTest.brokenQuotedString (0 ms)
[ RUN      ] MasterLexerStateTest.basicNumbers
[       OK ] MasterLexerStateTest.basicNumbers (0 ms)
[ RUN      ] MasterLexerStateTest.stringNumbers
[       OK ] MasterLexerStateTest.stringNumbers (0 ms)
[----------] 15 tests from MasterLexerStateTest (0 ms total)

[----------] 30 tests from MasterLoaderTest
[ RUN      ] MasterLoaderTest.basicLoad
[       OK ] MasterLoaderTest.basicLoad (0 ms)
[ RUN      ] MasterLoaderTest.include
[       OK ] MasterLoaderTest.include (1 ms)
[ RUN      ] MasterLoaderTest.includeAndIncremental
[       OK ] MasterLoaderTest.includeAndIncremental (0 ms)
[ RUN      ] MasterLoaderTest.origin
[       OK ] MasterLoaderTest.origin (1 ms)
[ RUN      ] MasterLoaderTest.popAfterError
[       OK ] MasterLoaderTest.popAfterError (0 ms)
[ RUN      ] MasterLoaderTest.streamConstructor
[       OK ] MasterLoaderTest.streamConstructor (0 ms)
[ RUN      ] MasterLoaderTest.incrementalLoad
[       OK ] MasterLoaderTest.incrementalLoad (0 ms)
[ RUN      ] MasterLoaderTest.invalidFile
[       OK ] MasterLoaderTest.invalidFile (0 ms)
[ RUN      ] MasterLoaderTest.brokenZone
[       OK ] MasterLoaderTest.brokenZone (12 ms)
[ RUN      ] MasterLoaderTest.includeWithGarbage
[       OK ] MasterLoaderTest.includeWithGarbage (0 ms)
[ RUN      ] MasterLoaderTest.originWithGarbage
[       OK ] MasterLoaderTest.originWithGarbage (0 ms)
[ RUN      ] MasterLoaderTest.includeAndOrigin
[       OK ] MasterLoaderTest.includeAndOrigin (1 ms)
[ RUN      ] MasterLoaderTest.includeAndBadOrigin
[       OK ] MasterLoaderTest.includeAndBadOrigin (0 ms)
[ RUN      ] MasterLoaderTest.includeOriginRestore
[       OK ] MasterLoaderTest.includeOriginRestore (0 ms)
[ RUN      ] MasterLoaderTest.includeAndInitialWS
[       OK ] MasterLoaderTest.includeAndInitialWS (0 ms)
[ RUN      ] MasterLoaderTest.ttlDirective
[       OK ] MasterLoaderTest.ttlDirective (0 ms)
[ RUN      ] MasterLoaderTest.ttlFromSOA
[       OK ] MasterLoaderTest.ttlFromSOA (0 ms)
[ RUN      ] MasterLoaderTest.ttlFromPrevious
[       OK ] MasterLoaderTest.ttlFromPrevious (0 ms)
[ RUN      ] MasterLoaderTest.RRParamsOrdering
[       OK ] MasterLoaderTest.RRParamsOrdering (0 ms)
[ RUN      ] MasterLoaderTest.ttlFromPreviousSOA
[       OK ] MasterLoaderTest.ttlFromPreviousSOA (0 ms)
[ RUN      ] MasterLoaderTest.ttlUnknown
[       OK ] MasterLoaderTest.ttlUnknown (0 ms)
[ RUN      ] MasterLoaderTest.ttlUnknownAndContinue
[       OK ] MasterLoaderTest.ttlUnknownAndContinue (1 ms)
[ RUN      ] MasterLoaderTest.ttlUnknownAndEOF
[       OK ] MasterLoaderTest.ttlUnknownAndEOF (0 ms)
[ RUN      ] MasterLoaderTest.ttlOverflow
[       OK ] MasterLoaderTest.ttlOverflow (0 ms)
[ RUN      ] MasterLoaderTest.emptyCallback
[       OK ] MasterLoaderTest.emptyCallback (0 ms)
[ RUN      ] MasterLoaderTest.loadTwice
[       OK ] MasterLoaderTest.loadTwice (0 ms)
[ RUN      ] MasterLoaderTest.loadZero
[       OK ] MasterLoaderTest.loadZero (0 ms)
[ RUN      ] MasterLoaderTest.noEOLN
[       OK ] MasterLoaderTest.noEOLN (0 ms)
[ RUN      ] MasterLoaderTest.noPreviousName
[       OK ] MasterLoaderTest.noPreviousName (0 ms)
[ RUN      ] MasterLoaderTest.previousInInclude
[       OK ] MasterLoaderTest.previousInInclude (0 ms)
[----------] 30 tests from MasterLoaderTest (16 ms total)

[----------] 24 tests from MasterLexerTest
[ RUN      ] MasterLexerTest.preOpen
[       OK ] MasterLexerTest.preOpen (0 ms)
[ RUN      ] MasterLexerTest.pushStream
[       OK ] MasterLexerTest.pushStream (0 ms)
[ RUN      ] MasterLexerTest.pushStreamFail
[       OK ] MasterLexerTest.pushStreamFail (0 ms)
[ RUN      ] MasterLexerTest.pushFile
[       OK ] MasterLexerTest.pushFile (0 ms)
[ RUN      ] MasterLexerTest.pushBadFileName
[       OK ] MasterLexerTest.pushBadFileName (0 ms)
[ RUN      ] MasterLexerTest.pushFileFail
[       OK ] MasterLexerTest.pushFileFail (0 ms)
[ RUN      ] MasterLexerTest.nestedPush
[       OK ] MasterLexerTest.nestedPush (0 ms)
[ RUN      ] MasterLexerTest.unknownSourceSize
[       OK ] MasterLexerTest.unknownSourceSize (0 ms)
[ RUN      ] MasterLexerTest.invalidPop
[       OK ] MasterLexerTest.invalidPop (0 ms)
[ RUN      ] MasterLexerTest.noSource
[       OK ] MasterLexerTest.noSource (0 ms)
[ RUN      ] MasterLexerTest.getNextToken
[       OK ] MasterLexerTest.getNextToken (0 ms)
[ RUN      ] MasterLexerTest.eof
[       OK ] MasterLexerTest.eof (0 ms)
[ RUN      ] MasterLexerTest.getUnbalancedParen
[       OK ] MasterLexerTest.getUnbalancedParen (0 ms)
[ RUN      ] MasterLexerTest.getUnbalancedString
[       OK ] MasterLexerTest.getUnbalancedString (0 ms)
[ RUN      ] MasterLexerTest.ungetToken
[       OK ] MasterLexerTest.ungetToken (0 ms)
[ RUN      ] MasterLexerTest.ungetRealOptions
[       OK ] MasterLexerTest.ungetRealOptions (0 ms)
[ RUN      ] MasterLexerTest.includeAndInitialWS
[       OK ] MasterLexerTest.includeAndInitialWS (0 ms)
[ RUN      ] MasterLexerTest.ungetTwice
[       OK ] MasterLexerTest.ungetTwice (0 ms)
[ RUN      ] MasterLexerTest.ungetBeforeGet
[       OK ] MasterLexerTest.ungetBeforeGet (0 ms)
[ RUN      ] MasterLexerTest.ungetAfterSwitch
[       OK ] MasterLexerTest.ungetAfterSwitch (0 ms)
[ RUN      ] MasterLexerTest.getNextTokenString
[       OK ] MasterLexerTest.getNextTokenString (0 ms)
[ RUN      ] MasterLexerTest.getNextTokenQString
[       OK ] MasterLexerTest.getNextTokenQString (0 ms)
[ RUN      ] MasterLexerTest.getNextTokenNumber
[       OK ] MasterLexerTest.getNextTokenNumber (0 ms)
[ RUN      ] MasterLexerTest.getNextTokenErrors
[       OK ] MasterLexerTest.getNextTokenErrors (0 ms)
[----------] 24 tests from MasterLexerTest (1 ms total)

[----------] 4 tests from MasterLexerTokenTest
[ RUN      ] MasterLexerTokenTest.strings
[       OK ] MasterLexerTokenTest.strings (1 ms)
[ RUN      ] MasterLexerTokenTest.numbers
[       OK ] MasterLexerTokenTest.numbers (0 ms)
[ RUN      ] MasterLexerTokenTest.novalues
[       OK ] MasterLexerTokenTest.novalues (0 ms)
[ RUN      ] MasterLexerTokenTest.errors
[       OK ] MasterLexerTokenTest.errors (0 ms)
[----------] 4 tests from MasterLexerTokenTest (1 ms total)

[----------] 16 tests from MessageRendererTest
[ RUN      ] MessageRendererTest.writeIntger
[       OK ] MessageRendererTest.writeIntger (0 ms)
[ RUN      ] MessageRendererTest.writeName
[       OK ] MessageRendererTest.writeName (0 ms)
[ RUN      ] MessageRendererTest.writeNameInLargeBuffer
[       OK ] MessageRendererTest.writeNameInLargeBuffer (0 ms)
[ RUN      ] MessageRendererTest.writeNameWithUncompressed
[       OK ] MessageRendererTest.writeNameWithUncompressed (0 ms)
[ RUN      ] MessageRendererTest.writeNamePointerChain
[       OK ] MessageRendererTest.writeNamePointerChain (0 ms)
[ RUN      ] MessageRendererTest.compressMode
[       OK ] MessageRendererTest.compressMode (0 ms)
[ RUN      ] MessageRendererTest.writeNameCaseCompress
[       OK ] MessageRendererTest.writeNameCaseCompress (0 ms)
[ RUN      ] MessageRendererTest.writeNameCaseSensitiveCompress
[       OK ] MessageRendererTest.writeNameCaseSensitiveCompress (1 ms)
[ RUN      ] MessageRendererTest.writeNameMixedCaseCompress
[       OK ] MessageRendererTest.writeNameMixedCaseCompress (0 ms)
[ RUN      ] MessageRendererTest.writeRootName
[       OK ] MessageRendererTest.writeRootName (0 ms)
[ RUN      ] MessageRendererTest.writeNameLabelSequence1
[       OK ] MessageRendererTest.writeNameLabelSequence1 (0 ms)
[ RUN      ] MessageRendererTest.writeNameLabelSequence2
[       OK ] MessageRendererTest.writeNameLabelSequence2 (0 ms)
[ RUN      ] MessageRendererTest.writeNameLabelSequence3
[       OK ] MessageRendererTest.writeNameLabelSequence3 (0 ms)
[ RUN      ] MessageRendererTest.setBuffer
[       OK ] MessageRendererTest.setBuffer (0 ms)
[ RUN      ] MessageRendererTest.setBufferErrors
[       OK ] MessageRendererTest.setBufferErrors (0 ms)
[ RUN      ] MessageRendererTest.manyRRs
[       OK ] MessageRendererTest.manyRRs (4 ms)
[----------] 16 tests from MessageRendererTest (5 ms total)

[----------] 16 tests from LabelSequenceTest
[ RUN      ] LabelSequenceTest.equals_sensitive
[       OK ] LabelSequenceTest.equals_sensitive (0 ms)
[ RUN      ] LabelSequenceTest.equals_insensitive
[       OK ] LabelSequenceTest.equals_insensitive (0 ms)
[ RUN      ] LabelSequenceTest.operatorEqual
[       OK ] LabelSequenceTest.operatorEqual (0 ms)
[ RUN      ] LabelSequenceTest.compare
[       OK ] LabelSequenceTest.compare (0 ms)
[ RUN      ] LabelSequenceTest.getData
[       OK ] LabelSequenceTest.getData (0 ms)
[ RUN      ] LabelSequenceTest.stripLeft
[       OK ] LabelSequenceTest.stripLeft (0 ms)
[ RUN      ] LabelSequenceTest.stripRight
[       OK ] LabelSequenceTest.stripRight (0 ms)
[ RUN      ] LabelSequenceTest.stripOutOfRange
[       OK ] LabelSequenceTest.stripOutOfRange (0 ms)
[ RUN      ] LabelSequenceTest.getLabelCount
[       OK ] LabelSequenceTest.getLabelCount (0 ms)
[ RUN      ] LabelSequenceTest.comparePart
[       OK ] LabelSequenceTest.comparePart (0 ms)
[ RUN      ] LabelSequenceTest.isAbsolute
[       OK ] LabelSequenceTest.isAbsolute (0 ms)
[ RUN      ] LabelSequenceTest.toText
[       OK ] LabelSequenceTest.toText (0 ms)
[ RUN      ] LabelSequenceTest.getHash
[       OK ] LabelSequenceTest.getHash (1 ms)
[ RUN      ] LabelSequenceTest.LeftShiftOperator
[       OK ] LabelSequenceTest.LeftShiftOperator (0 ms)
[ RUN      ] LabelSequenceTest.serialize
[       OK ] LabelSequenceTest.serialize (0 ms)
[ RUN      ] LabelSequenceTest.badDeserialize
[       OK ] LabelSequenceTest.badDeserialize (0 ms)
[----------] 16 tests from LabelSequenceTest (1 ms total)

[----------] 8 tests from ExtendableLabelSequenceTest
[ RUN      ] ExtendableLabelSequenceTest.extendableLabelSequence
[       OK ] ExtendableLabelSequenceTest.extendableLabelSequence (0 ms)
[ RUN      ] ExtendableLabelSequenceTest.extendableLabelSequenceLeftStrippedSource
[       OK ] ExtendableLabelSequenceTest.extendableLabelSequenceLeftStrippedSource (0 ms)
[ RUN      ] ExtendableLabelSequenceTest.extendableLabelSequenceRightStrippedSource
[       OK ] ExtendableLabelSequenceTest.extendableLabelSequenceRightStrippedSource (0 ms)
[ RUN      ] ExtendableLabelSequenceTest.extend
[       OK ] ExtendableLabelSequenceTest.extend (0 ms)
[ RUN      ] ExtendableLabelSequenceTest.extendLeftStripped
[       OK ] ExtendableLabelSequenceTest.extendLeftStripped (0 ms)
[ RUN      ] ExtendableLabelSequenceTest.extendWithItself
[       OK ] ExtendableLabelSequenceTest.extendWithItself (0 ms)
[ RUN      ] ExtendableLabelSequenceTest.extendWithRoot
[       OK ] ExtendableLabelSequenceTest.extendWithRoot (0 ms)
[ RUN      ] ExtendableLabelSequenceTest.extendBadData
[       OK ] ExtendableLabelSequenceTest.extendBadData (0 ms)
[----------] 8 tests from ExtendableLabelSequenceTest (0 ms total)

[----------] 1 test from WildCardLabelSequence
[ RUN      ] WildCardLabelSequence.wildcard
[       OK ] WildCardLabelSequence.wildcard (0 ms)
[----------] 1 test from WildCardLabelSequence (0 ms total)

[----------] 12 tests from InputSourceTest
[ RUN      ] InputSourceTest.defaults
[       OK ] InputSourceTest.defaults (0 ms)
[ RUN      ] InputSourceTest.getName
[       OK ] InputSourceTest.getName (0 ms)
[ RUN      ] InputSourceTest.nonExistentFile
[       OK ] InputSourceTest.nonExistentFile (0 ms)
[ RUN      ] InputSourceTest.stream
[       OK ] InputSourceTest.stream (0 ms)
[ RUN      ] InputSourceTest.file
[       OK ] InputSourceTest.file (0 ms)
[ RUN      ] InputSourceTest.ungetAll
[       OK ] InputSourceTest.ungetAll (0 ms)
[ RUN      ] InputSourceTest.compact
[       OK ] InputSourceTest.compact (0 ms)
[ RUN      ] InputSourceTest.markDuring
[       OK ] InputSourceTest.markDuring (0 ms)
[ RUN      ] InputSourceTest.lines
[       OK ] InputSourceTest.lines (0 ms)
[ RUN      ] InputSourceTest.saveLine
[       OK ] InputSourceTest.saveLine (0 ms)
[ RUN      ] InputSourceTest.getSize
[       OK ] InputSourceTest.getSize (0 ms)
[ RUN      ] InputSourceTest.getPosition
[       OK ] InputSourceTest.getPosition (0 ms)
[----------] 12 tests from InputSourceTest (0 ms total)

[----------] 10 tests from EDNSTest
[ RUN      ] EDNSTest.badVerConstruct
[       OK ] EDNSTest.badVerConstruct (0 ms)
[ RUN      ] EDNSTest.DNSSECDOBit
[       OK ] EDNSTest.DNSSECDOBit (0 ms)
[ RUN      ] EDNSTest.UDPSize
[       OK ] EDNSTest.UDPSize (0 ms)
[ RUN      ] EDNSTest.getVersion
[       OK ] EDNSTest.getVersion (0 ms)
[ RUN      ] EDNSTest.BadWireData
[       OK ] EDNSTest.BadWireData (0 ms)
[ RUN      ] EDNSTest.toText
[       OK ] EDNSTest.toText (0 ms)
[ RUN      ] EDNSTest.toWireRenderer
[       OK ] EDNSTest.toWireRenderer (1 ms)
[ RUN      ] EDNSTest.toWireBuffer
[       OK ] EDNSTest.toWireBuffer (0 ms)
[ RUN      ] EDNSTest.createFromRR
[       OK ] EDNSTest.createFromRR (0 ms)
[ RUN      ] EDNSTest.LeftShiftOperator
[       OK ] EDNSTest.LeftShiftOperator (0 ms)
[----------] 10 tests from EDNSTest (1 ms total)

[----------] Global test environment tear-down
[==========] 717 tests from 75 test cases ran. (258 ms total)
[  PASSED  ] 697 tests.
[  FAILED  ] 20 tests, listed below:
[  FAILED  ] TSIGRecordTest.fromParams
[  FAILED  ] MessageTest.fromWireWithBadTSIG
[  FAILED  ] RRsetTest.addRdata
[  FAILED  ] Rdata_TSIG_Test.compare
[  FAILED  ] Rdata_MINFO_Test.compare
[  FAILED  ] Rdata_SRV_Test.compare
[  FAILED  ] Rdata_RP_Test.compare
[  FAILED  ] Rdata_NSEC3PARAM_Test.compare
[  FAILED  ] Rdata_NSEC3_Test.compare
[  FAILED  ] Rdata_NSEC_Test.compare
[  FAILED  ] Rdata_DS_LIKE_Test/0.compare, where TypeParam = isc::dns::rdata::generic::DS
[  FAILED  ] Rdata_DS_LIKE_Test/1.compare, where TypeParam = isc::dns::rdata::generic::DLV
[  FAILED  ] Rdata_DHCID_Test.compare
[  FAILED  ] Rdata_OPT_Test.compare
[  FAILED  ] Rdata_AFSDB_Test.compare
[  FAILED  ] Rdata_MX_Test.compare
[  FAILED  ] Rdata_TXT_LIKE_Test/0.compare, where TypeParam = isc::dns::rdata::generic::TXT
[  FAILED  ] Rdata_TXT_LIKE_Test/1.compare, where TypeParam = isc::dns::rdata::generic::SPF
[  FAILED  ] Rdata_IN_AAAA_Test.compare
[  FAILED  ] Rdata_IN_A_Test.compare

20 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

FAIL: run_unittests
===================================
1 of 1 test failed
Please report to bind10-dev at isc.org
===================================
*** [check-TESTS] Error code 1

Stop in /root/jenkins/workspace/bind10-latest-slave/src/lib/dns/tests.
*** [check-am] Error code 1

Stop in /root/jenkins/workspace/bind10-latest-slave/src/lib/dns/tests.
*** [check-recursive] Error code 1

Stop in /root/jenkins/workspace/bind10-latest-slave/src/lib/dns/tests.
*** [check-recursive] Error code 1

Stop in /root/jenkins/workspace/bind10-latest-slave/src/lib/dns.
*** [check] Error code 1

Stop in /root/jenkins/workspace/bind10-latest-slave/src/lib/dns.
*** [check-recursive] Error code 1

Stop in /root/jenkins/workspace/bind10-latest-slave/src/lib.
*** [check-recursive] Error code 1

Stop in /root/jenkins/workspace/bind10-latest-slave/src.
*** [check-recursive] Error code 1

Stop in /root/jenkins/workspace/bind10-latest-slave.
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
Finished: FAILURE


More information about the bind10-dev mailing list